@microsoft/teamsfx-core 1.16.2 → 1.16.3-alpha.39751981b.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/common/azure-hosting/azureHosting.d.ts.map +1 -1
- package/build/common/azure-hosting/azureHosting.js +3 -3
- package/build/common/azure-hosting/azureHosting.js.map +1 -1
- package/build/common/azure-hosting/azureOps.d.ts +3 -2
- package/build/common/azure-hosting/azureOps.d.ts.map +1 -1
- package/build/common/azure-hosting/azureOps.js +3 -7
- package/build/common/azure-hosting/azureOps.js.map +1 -1
- package/build/common/azure-hosting/hostingConstant.d.ts +1 -0
- package/build/common/azure-hosting/hostingConstant.d.ts.map +1 -1
- package/build/common/azure-hosting/hostingConstant.js +1 -0
- package/build/common/azure-hosting/hostingConstant.js.map +1 -1
- package/build/common/azure-hosting/hostingFactory.d.ts.map +1 -1
- package/build/common/azure-hosting/hostingFactory.js +0 -2
- package/build/common/azure-hosting/hostingFactory.js.map +1 -1
- package/build/common/azure-hosting/messages.d.ts +1 -0
- package/build/common/azure-hosting/messages.d.ts.map +1 -1
- package/build/common/azure-hosting/messages.js +1 -0
- package/build/common/azure-hosting/messages.js.map +1 -1
- package/build/common/azure-hosting/utils.d.ts.map +1 -1
- package/build/common/azure-hosting/utils.js +2 -3
- package/build/common/azure-hosting/utils.js.map +1 -1
- package/build/common/constants.d.ts +1 -2
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +1 -2
- package/build/common/constants.js.map +1 -1
- package/build/common/deps-checker/checkerFactory.js +2 -2
- package/build/common/deps-checker/checkerFactory.js.map +1 -1
- package/build/common/deps-checker/constant/message.d.ts +3 -1
- package/build/common/deps-checker/constant/message.d.ts.map +1 -1
- package/build/common/deps-checker/constant/message.js +3 -1
- package/build/common/deps-checker/constant/message.js.map +1 -1
- package/build/common/deps-checker/depsChecker.d.ts +1 -1
- package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
- package/build/common/deps-checker/depsChecker.js +1 -1
- package/build/common/deps-checker/depsChecker.js.map +1 -1
- package/build/common/deps-checker/depsError.d.ts +7 -1
- package/build/common/deps-checker/depsError.d.ts.map +1 -1
- package/build/common/deps-checker/depsError.js +18 -4
- package/build/common/deps-checker/depsError.js.map +1 -1
- package/build/common/deps-checker/depsManager.js +1 -1
- package/build/common/deps-checker/depsManager.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts +11 -6
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js +68 -24
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.d.ts +14 -5
- package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.js +32 -16
- package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/common/featureFlags.d.ts +0 -1
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +2 -6
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/local/localEnvManager.d.ts +5 -3
- package/build/common/local/localEnvManager.d.ts.map +1 -1
- package/build/common/local/localEnvManager.js +11 -30
- package/build/common/local/localEnvManager.js.map +1 -1
- package/build/common/local/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/local/projectSettingsHelper.js +11 -51
- package/build/common/local/projectSettingsHelper.js.map +1 -1
- package/build/common/localStateProvider.d.ts.map +1 -1
- package/build/common/localStateProvider.js +1 -2
- package/build/common/localStateProvider.js.map +1 -1
- package/build/common/samples-config.json +12 -10
- package/build/common/templates-config.json +2 -2
- package/build/common/tools.d.ts +4 -0
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +34 -6
- package/build/common/tools.js.map +1 -1
- package/build/component/code/api/apiCode.d.ts +13 -0
- package/build/component/code/api/apiCode.d.ts.map +1 -0
- package/build/component/code/api/apiCode.js +153 -0
- package/build/component/code/api/apiCode.js.map +1 -0
- package/build/component/code/api/depsChecker/funcHelper.d.ts +11 -0
- package/build/component/code/api/depsChecker/funcHelper.d.ts.map +1 -0
- package/build/component/code/api/depsChecker/funcHelper.js +55 -0
- package/build/component/code/api/depsChecker/funcHelper.js.map +1 -0
- package/build/component/code/api/depsChecker/funcPluginLogger.d.ts +17 -0
- package/build/component/code/api/depsChecker/funcPluginLogger.d.ts.map +1 -0
- package/build/component/code/api/depsChecker/funcPluginLogger.js +52 -0
- package/build/component/code/api/depsChecker/funcPluginLogger.js.map +1 -0
- package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts +15 -0
- package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts.map +1 -0
- package/build/component/code/api/depsChecker/funcPluginTelemetry.js +53 -0
- package/build/component/code/api/depsChecker/funcPluginTelemetry.js.map +1 -0
- package/build/component/code/api/enums.d.ts +11 -0
- package/build/component/code/api/enums.d.ts.map +1 -0
- package/build/component/code/api/enums.js +18 -0
- package/build/component/code/api/enums.js.map +1 -0
- package/build/component/code/api/language-strategy.d.ts +15 -0
- package/build/component/code/api/language-strategy.d.ts.map +1 -0
- package/build/component/code/api/language-strategy.js +51 -0
- package/build/component/code/api/language-strategy.js.map +1 -0
- package/build/component/code/api/scaffold.d.ts +13 -0
- package/build/component/code/api/scaffold.d.ts.map +1 -0
- package/build/component/code/api/scaffold.js +83 -0
- package/build/component/code/api/scaffold.js.map +1 -0
- package/build/component/code/api/telemetry-helper.d.ts +20 -0
- package/build/component/code/api/telemetry-helper.d.ts.map +1 -0
- package/build/component/code/api/telemetry-helper.js +43 -0
- package/build/component/code/api/telemetry-helper.js.map +1 -0
- package/build/component/code/appSettingUtils.js +2 -2
- package/build/component/code/appSettingUtils.js.map +1 -1
- package/build/component/code/botCode.d.ts +0 -3
- package/build/component/code/botCode.d.ts.map +1 -1
- package/build/component/code/botCode.js +18 -28
- package/build/component/code/botCode.js.map +1 -1
- package/build/component/code/constants.d.ts +23 -0
- package/build/component/code/constants.d.ts.map +1 -0
- package/build/component/code/constants.js +29 -0
- package/build/component/code/constants.js.map +1 -0
- package/build/component/code/error.d.ts +11 -0
- package/build/component/code/error.d.ts.map +1 -0
- package/build/component/code/error.js +41 -0
- package/build/component/code/error.js.map +1 -0
- package/build/component/code/spfxTabCode.d.ts.map +1 -1
- package/build/component/code/spfxTabCode.js +18 -26
- package/build/component/code/spfxTabCode.js.map +1 -1
- package/build/component/code/tabCode.d.ts.map +1 -1
- package/build/component/code/tabCode.js +5 -6
- package/build/component/code/tabCode.js.map +1 -1
- package/build/component/constant/commonConstant.d.ts +6 -0
- package/build/component/constant/commonConstant.d.ts.map +1 -0
- package/build/component/constant/commonConstant.js +12 -0
- package/build/component/constant/commonConstant.js.map +1 -0
- package/build/component/constant/deployConstant.d.ts +16 -0
- package/build/component/constant/deployConstant.d.ts.map +1 -0
- package/build/component/constant/deployConstant.js +36 -0
- package/build/component/constant/deployConstant.js.map +1 -0
- package/build/component/constants.d.ts +10 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +11 -1
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/lifecycleStage.d.ts +2 -0
- package/build/component/coordinator/lifecycleStage.d.ts.map +1 -0
- package/build/component/coordinator/lifecycleStage.js +23 -0
- package/build/component/coordinator/lifecycleStage.js.map +1 -0
- package/build/component/core.d.ts +5 -5
- package/build/component/core.d.ts.map +1 -1
- package/build/component/core.js +14 -14
- package/build/component/core.js.map +1 -1
- package/build/component/debug.d.ts.map +1 -1
- package/build/component/debug.js +66 -52
- package/build/component/debug.js.map +1 -1
- package/build/component/debugHandler/appManifest.d.ts +1 -1
- package/build/component/debugHandler/appManifest.d.ts.map +1 -1
- package/build/component/debugHandler/appManifest.js +30 -28
- package/build/component/debugHandler/appManifest.js.map +1 -1
- package/build/component/debugHandler/bot.d.ts +0 -1
- package/build/component/debugHandler/bot.d.ts.map +1 -1
- package/build/component/debugHandler/bot.js +42 -37
- package/build/component/debugHandler/bot.js.map +1 -1
- package/build/component/debugHandler/error.d.ts +3 -3
- package/build/component/debugHandler/error.d.ts.map +1 -1
- package/build/component/debugHandler/error.js +14 -14
- package/build/component/debugHandler/error.js.map +1 -1
- package/build/component/debugHandler/index.d.ts +1 -0
- package/build/component/debugHandler/index.d.ts.map +1 -1
- package/build/component/debugHandler/index.js +1 -0
- package/build/component/debugHandler/index.js.map +1 -1
- package/build/component/debugHandler/localEnvProvider.js +1 -1
- package/build/component/debugHandler/localEnvProvider.js.map +1 -1
- package/build/component/debugHandler/sso.d.ts +0 -1
- package/build/component/debugHandler/sso.d.ts.map +1 -1
- package/build/component/debugHandler/sso.js +80 -69
- package/build/component/debugHandler/sso.js.map +1 -1
- package/build/component/debugHandler/tab.d.ts.map +1 -1
- package/build/component/debugHandler/tab.js +18 -15
- package/build/component/debugHandler/tab.js.map +1 -1
- package/build/component/deploy/azureAppServiceDeployDriver.d.ts +12 -0
- package/build/component/deploy/azureAppServiceDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/azureAppServiceDeployDriver.js +29 -0
- package/build/component/deploy/azureAppServiceDeployDriver.js.map +1 -0
- package/build/component/deploy/azureDeployDriver.d.ts +69 -0
- package/build/component/deploy/azureDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/azureDeployDriver.js +172 -0
- package/build/component/deploy/azureDeployDriver.js.map +1 -0
- package/build/component/deploy/azureFunctionDeployDriver.d.ts +16 -0
- package/build/component/deploy/azureFunctionDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/azureFunctionDeployDriver.js +44 -0
- package/build/component/deploy/azureFunctionDeployDriver.js.map +1 -0
- package/build/component/deploy/azureStorageDeployDriver.d.ts +21 -0
- package/build/component/deploy/azureStorageDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/azureStorageDeployDriver.js +128 -0
- package/build/component/deploy/azureStorageDeployDriver.js.map +1 -0
- package/build/component/deploy/baseBuildDriver.d.ts +8 -0
- package/build/component/deploy/baseBuildDriver.d.ts.map +1 -0
- package/build/component/deploy/baseBuildDriver.js +18 -0
- package/build/component/deploy/baseBuildDriver.js.map +1 -0
- package/build/component/deploy/baseDeployDriver.d.ts +24 -0
- package/build/component/deploy/baseDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/baseDeployDriver.js +84 -0
- package/build/component/deploy/baseDeployDriver.js.map +1 -0
- package/build/component/deploy/baseStepDriver.d.ts +7 -0
- package/build/component/deploy/baseStepDriver.d.ts.map +1 -0
- package/build/component/deploy/baseStepDriver.js +13 -0
- package/build/component/deploy/baseStepDriver.js.map +1 -0
- package/build/component/deploy/dotnetBuildDriver.d.ts +12 -0
- package/build/component/deploy/dotnetBuildDriver.d.ts.map +1 -0
- package/build/component/deploy/dotnetBuildDriver.js +41 -0
- package/build/component/deploy/dotnetBuildDriver.js.map +1 -0
- package/build/component/deploy/npmBuildDriver.d.ts +12 -0
- package/build/component/deploy/npmBuildDriver.d.ts.map +1 -0
- package/build/component/deploy/npmBuildDriver.js +41 -0
- package/build/component/deploy/npmBuildDriver.js.map +1 -0
- package/build/component/deployUtils.js +3 -3
- package/build/component/deployUtils.js.map +1 -1
- package/build/component/envManager.js +1 -1
- package/build/component/envManager.js.map +1 -1
- package/build/component/error/componentError.d.ts +50 -0
- package/build/component/error/componentError.d.ts.map +1 -0
- package/build/component/error/componentError.js +115 -0
- package/build/component/error/componentError.js.map +1 -0
- package/build/component/error/deployError.d.ts +22 -0
- package/build/component/error/deployError.d.ts.map +1 -0
- package/build/component/error/deployError.js +61 -0
- package/build/component/error/deployError.js.map +1 -0
- package/build/component/error/errorConstant.d.ts +1 -0
- package/build/component/error/errorConstant.d.ts.map +1 -0
- package/build/component/error/errorConstant.js +2 -0
- package/build/component/error/errorConstant.js.map +1 -0
- package/build/component/error.d.ts +3 -0
- package/build/component/error.d.ts.map +1 -1
- package/build/component/error.js +18 -8
- package/build/component/error.js.map +1 -1
- package/build/component/feature/{api.d.ts → api/api.d.ts} +0 -0
- package/build/component/feature/api/api.d.ts.map +1 -0
- package/build/component/feature/api/api.js +188 -0
- package/build/component/feature/api/api.js.map +1 -0
- package/build/component/feature/api/constants.d.ts +4 -0
- package/build/component/feature/api/constants.d.ts.map +1 -0
- package/build/component/feature/api/constants.js +9 -0
- package/build/component/feature/api/constants.js.map +1 -0
- package/build/{plugins/resource/function → component/feature/api}/question.d.ts +0 -0
- package/build/component/feature/api/question.d.ts.map +1 -0
- package/build/component/feature/api/question.js +13 -0
- package/build/component/feature/api/question.js.map +1 -0
- package/build/component/feature/apiconnector/sampleHandler.d.ts.map +1 -1
- package/build/component/feature/apiconnector/sampleHandler.js +2 -2
- package/build/component/feature/apiconnector/sampleHandler.js.map +1 -1
- package/build/component/feature/apiconnector/telemetry.js +2 -2
- package/build/component/feature/apiconnector/telemetry.js.map +1 -1
- package/build/component/feature/apim.d.ts.map +1 -1
- package/build/component/feature/apim.js +3 -3
- package/build/component/feature/apim.js.map +1 -1
- package/build/component/feature/bot/bot.d.ts +12 -0
- package/build/component/feature/bot/bot.d.ts.map +1 -0
- package/build/component/feature/bot/bot.js +308 -0
- package/build/component/feature/bot/bot.js.map +1 -0
- package/build/component/feature/bot/constants.d.ts +35 -0
- package/build/component/feature/bot/constants.d.ts.map +1 -0
- package/build/component/feature/bot/constants.js +40 -0
- package/build/component/feature/bot/constants.js.map +1 -0
- package/build/component/feature/bot/question.d.ts +27 -0
- package/build/component/feature/bot/question.d.ts.map +1 -0
- package/build/component/feature/bot/question.js +121 -0
- package/build/component/feature/bot/question.js.map +1 -0
- package/build/component/feature/keyVault.js +2 -2
- package/build/component/feature/keyVault.js.map +1 -1
- package/build/component/feature/spfx.d.ts.map +1 -1
- package/build/component/feature/spfx.js +22 -25
- package/build/component/feature/spfx.js.map +1 -1
- package/build/component/feature/sql.d.ts.map +1 -1
- package/build/component/feature/sql.js +3 -3
- package/build/component/feature/sql.js.map +1 -1
- package/build/component/feature/sso.d.ts +1 -0
- package/build/component/feature/sso.d.ts.map +1 -1
- package/build/component/feature/sso.js +89 -74
- package/build/component/feature/sso.js.map +1 -1
- package/build/component/feature/tab.js +2 -2
- package/build/component/feature/tab.js.map +1 -1
- package/build/component/interface/buildAndDeployArgs.d.ts +58 -0
- package/build/component/interface/buildAndDeployArgs.d.ts.map +1 -0
- package/build/component/interface/buildAndDeployArgs.js +5 -0
- package/build/component/interface/buildAndDeployArgs.js.map +1 -0
- package/build/component/interface/stepDriver.d.ts +10 -0
- package/build/component/interface/stepDriver.d.ts.map +1 -0
- package/build/component/interface/stepDriver.js +5 -0
- package/build/component/interface/stepDriver.js.map +1 -0
- package/build/component/messages.d.ts +13 -5
- package/build/component/messages.d.ts.map +1 -1
- package/build/component/messages.js +34 -35
- package/build/component/messages.js.map +1 -1
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +41 -47
- package/build/component/migrate.js.map +1 -1
- package/build/component/provisionUtils.js +6 -6
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/questionV3.d.ts +6 -1
- package/build/component/questionV3.d.ts.map +1 -1
- package/build/component/questionV3.js +56 -22
- package/build/component/questionV3.js.map +1 -1
- package/build/component/resource/aadApp/aadApp.d.ts +5 -0
- package/build/component/resource/aadApp/aadApp.d.ts.map +1 -1
- package/build/component/resource/aadApp/aadApp.js +62 -13
- package/build/component/resource/aadApp/aadApp.js.map +1 -1
- package/build/{plugins/resource/aad → component/resource/aadApp}/aadAppClient.d.ts +0 -0
- package/build/component/resource/aadApp/aadAppClient.d.ts.map +1 -0
- package/build/component/resource/aadApp/aadAppClient.js +344 -0
- package/build/component/resource/aadApp/aadAppClient.js.map +1 -0
- package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts +25 -0
- package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts.map +1 -0
- package/build/component/resource/aadApp/aadAppForTeamsImpl.js +434 -0
- package/build/component/resource/aadApp/aadAppForTeamsImpl.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/aadAppManifestManager.d.ts +0 -0
- package/build/component/resource/aadApp/aadAppManifestManager.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/aadAppManifestManager.js +0 -0
- package/build/component/resource/aadApp/aadAppManifestManager.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/appStudio.d.ts +0 -0
- package/build/component/resource/aadApp/appStudio.d.ts.map +1 -0
- package/build/component/resource/aadApp/appStudio.js +83 -0
- package/build/component/resource/aadApp/appStudio.js.map +1 -0
- package/build/component/resource/aadApp/constants.d.ts +169 -0
- package/build/component/resource/aadApp/constants.d.ts.map +1 -0
- package/build/component/resource/aadApp/constants.js +278 -0
- package/build/component/resource/aadApp/constants.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/errorCodes.d.ts +0 -0
- package/build/component/resource/aadApp/errorCodes.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/errorCodes.js +0 -0
- package/build/component/resource/aadApp/errorCodes.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/errors.d.ts +0 -0
- package/build/component/resource/aadApp/errors.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/errors.js +0 -0
- package/build/component/resource/aadApp/errors.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/graph.d.ts +0 -0
- package/build/component/resource/aadApp/graph.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/graph.js +0 -0
- package/build/component/resource/aadApp/graph.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADApplication.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/AADApplication.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADApplication.js +0 -0
- package/build/component/resource/aadApp/interfaces/AADApplication.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADManifest.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/AADManifest.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADManifest.js +0 -0
- package/build/component/resource/aadApp/interfaces/AADManifest.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADApplication.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/IAADApplication.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADApplication.js +0 -0
- package/build/component/resource/aadApp/interfaces/IAADApplication.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADDefinition.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/IAADDefinition.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADDefinition.js +0 -0
- package/build/component/resource/aadApp/interfaces/IAADDefinition.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermission.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/IPermission.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermission.js +0 -0
- package/build/component/resource/aadApp/interfaces/IPermission.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermissionList.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/IPermissionList.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermissionList.js +0 -0
- package/build/component/resource/aadApp/interfaces/IPermissionList.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/models.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/models.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/models.js +0 -0
- package/build/component/resource/aadApp/interfaces/models.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/permissions/index.d.ts +0 -0
- package/build/component/resource/aadApp/permissions/index.d.ts.map +1 -0
- package/build/component/resource/aadApp/permissions/index.js +64 -0
- package/build/component/resource/aadApp/permissions/index.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/permissions/permissions.json +0 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/results.d.ts +0 -0
- package/build/component/resource/aadApp/results.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/results.js +0 -0
- package/build/component/resource/aadApp/results.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/aadManifestHelper.d.ts +0 -0
- package/build/component/resource/aadApp/utils/aadManifestHelper.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/aadManifestHelper.js +0 -0
- package/build/component/resource/aadApp/utils/aadManifestHelper.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/configs.d.ts +0 -0
- package/build/component/resource/aadApp/utils/configs.d.ts.map +1 -0
- package/build/component/resource/aadApp/utils/configs.js +566 -0
- package/build/component/resource/aadApp/utils/configs.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/dialog.d.ts +0 -0
- package/build/component/resource/aadApp/utils/dialog.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/dialog.js +0 -0
- package/build/component/resource/aadApp/utils/dialog.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/format.d.ts +0 -0
- package/build/component/resource/aadApp/utils/format.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/format.js +0 -0
- package/build/component/resource/aadApp/utils/format.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/telemetry.d.ts +0 -0
- package/build/component/resource/aadApp/utils/telemetry.d.ts.map +1 -0
- package/build/component/resource/aadApp/utils/telemetry.js +52 -0
- package/build/component/resource/aadApp/utils/telemetry.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/tokenProvider.d.ts +0 -0
- package/build/component/resource/aadApp/utils/tokenProvider.d.ts.map +1 -0
- package/build/component/resource/aadApp/utils/tokenProvider.js +77 -0
- package/build/component/resource/aadApp/utils/tokenProvider.js.map +1 -0
- package/build/component/resource/aadApp/utils.d.ts +3 -1
- package/build/component/resource/aadApp/utils.d.ts.map +1 -1
- package/build/component/resource/aadApp/utils.js +163 -1
- package/build/component/resource/aadApp/utils.js.map +1 -1
- package/build/component/resource/apim/apim.d.ts +37 -0
- package/build/component/resource/apim/apim.d.ts.map +1 -0
- package/build/component/resource/apim/apim.js +168 -0
- package/build/component/resource/apim/apim.js.map +1 -0
- package/build/component/resource/apim/config.d.ts.map +1 -1
- package/build/component/resource/apim/config.js +5 -6
- package/build/component/resource/apim/config.js.map +1 -1
- package/build/component/resource/apim/factory.d.ts.map +1 -1
- package/build/component/resource/apim/factory.js +6 -5
- package/build/component/resource/apim/factory.js.map +1 -1
- package/build/component/resource/apim/managers/apimManager.d.ts +1 -4
- package/build/component/resource/apim/managers/apimManager.d.ts.map +1 -1
- package/build/component/resource/apim/managers/apimManager.js +0 -47
- package/build/component/resource/apim/managers/apimManager.js.map +1 -1
- package/build/component/resource/apim/questions/question.d.ts.map +1 -1
- package/build/component/resource/apim/questions/question.js.map +1 -1
- package/build/component/resource/apim/services/apimService.d.ts +2 -2
- package/build/component/resource/apim/services/apimService.d.ts.map +1 -1
- package/build/component/resource/apim/services/apimService.js +66 -20
- package/build/component/resource/apim/services/apimService.js.map +1 -1
- package/build/component/resource/appManifest/appManifest.d.ts +1 -1
- package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
- package/build/component/resource/appManifest/appManifest.js +25 -25
- package/build/component/resource/appManifest/appManifest.js.map +1 -1
- package/build/component/resource/appManifest/appStudio.js +30 -30
- package/build/component/resource/appManifest/appStudio.js.map +1 -1
- package/build/component/resource/appManifest/appStudioClient.d.ts +46 -0
- package/build/component/resource/appManifest/appStudioClient.d.ts.map +1 -0
- package/build/component/resource/appManifest/appStudioClient.js +339 -0
- package/build/component/resource/appManifest/appStudioClient.js.map +1 -0
- package/build/component/resource/appManifest/constants.d.ts +70 -0
- package/build/component/resource/appManifest/constants.d.ts.map +1 -1
- package/build/component/resource/appManifest/constants.js +121 -8
- package/build/component/resource/appManifest/constants.js.map +1 -1
- package/build/component/resource/appManifest/errors.d.ts +119 -0
- package/build/component/resource/appManifest/errors.d.ts.map +1 -0
- package/build/component/resource/appManifest/errors.js +228 -0
- package/build/component/resource/appManifest/errors.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/IPublishingAppDefinition.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/IPublishingAppDefinition.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/IPublishingAppDefinition.js +0 -0
- package/build/component/resource/appManifest/interfaces/IPublishingAppDefinition.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activitiesDefinitionItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/activitiesDefinitionItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activitiesDefinitionItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/activitiesDefinitionItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activityDefinitionItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/activityDefinitionItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activityDefinitionItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/activityDefinitionItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appAuthorizationItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appAuthorizationItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appAuthorizationItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/appAuthorizationItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appCategory.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appCategory.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appCategory.js +0 -0
- package/build/component/resource/appManifest/interfaces/appCategory.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appDefinition.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appDefinition.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appDefinition.js +0 -0
- package/build/component/resource/appManifest/interfaces/appDefinition.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironment.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appEnvironment.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironment.js +0 -0
- package/build/component/resource/appManifest/interfaces/appEnvironment.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironmentProperty.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appEnvironmentProperty.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironmentProperty.js +0 -0
- package/build/component/resource/appManifest/interfaces/appEnvironmentProperty.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemHostedCapability.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appItemHostedCapability.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemHostedCapability.js +0 -0
- package/build/component/resource/appManifest/interfaces/appItemHostedCapability.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemIndustry.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appItemIndustry.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemIndustry.js +0 -0
- package/build/component/resource/appManifest/interfaces/appItemIndustry.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItemType.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItemType.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItemType.js +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItemType.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionsItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionsItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionsItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionsItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUser.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appUser.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUser.js +0 -0
- package/build/component/resource/appManifest/interfaces/appUser.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUserSetting.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appUserSetting.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUserSetting.js +0 -0
- package/build/component/resource/appManifest/interfaces/appUserSetting.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/bot.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/bot.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/bot.js +0 -0
- package/build/component/resource/appManifest/interfaces/bot.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/botCommand.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/botCommand.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/botCommand.js +0 -0
- package/build/component/resource/appManifest/interfaces/botCommand.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/configurableTab.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/configurableTab.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/configurableTab.js +0 -0
- package/build/component/resource/appManifest/interfaces/configurableTab.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/connector.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/connector.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/connector.js +0 -0
- package/build/component/resource/appManifest/interfaces/connector.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/defaultGroupCapability.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/defaultGroupCapability.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/defaultGroupCapability.js +0 -0
- package/build/component/resource/appManifest/interfaces/defaultGroupCapability.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/disabledScopeItemType.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/disabledScopeItemType.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/disabledScopeItemType.js +0 -0
- package/build/component/resource/appManifest/interfaces/disabledScopeItemType.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/graphConnector.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/graphConnector.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/graphConnector.js +0 -0
- package/build/component/resource/appManifest/interfaces/graphConnector.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/language.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/language.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/language.js +0 -0
- package/build/component/resource/appManifest/interfaces/language.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/localizationInfo.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/localizationInfo.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/localizationInfo.js +0 -0
- package/build/component/resource/appManifest/interfaces/localizationInfo.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/meetingExtensionDefinitionItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/meetingExtensionDefinitionItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/meetingExtensionDefinitionItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/meetingExtensionDefinitionItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtension.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtension.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtension.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtension.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommand.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommand.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommand.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommand.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandParameter.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandParameter.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandParameter.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandParameter.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandTaskInfo.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandTaskInfo.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandTaskInfo.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandTaskInfo.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandler.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandler.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandler.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandler.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandlerLink.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandlerLink.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandlerLink.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandlerLink.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionParameterChoice.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionParameterChoice.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionParameterChoice.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionParameterChoice.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/staticTab.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/staticTab.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/staticTab.js +0 -0
- package/build/component/resource/appManifest/interfaces/staticTab.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/subscriptionOffer.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/subscriptionOffer.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/subscriptionOffer.js +0 -0
- package/build/component/resource/appManifest/interfaces/subscriptionOffer.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/togetherModeSceneItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/togetherModeSceneItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/togetherModeSceneItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/togetherModeSceneItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/webApplicationInfoItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/webApplicationInfoItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/webApplicationInfoItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/webApplicationInfoItem.js.map +1 -0
- package/build/component/resource/appManifest/manifestProvider.js +5 -5
- package/build/component/resource/appManifest/manifestProvider.js.map +1 -1
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/questions.d.ts +0 -0
- package/build/component/resource/appManifest/questions.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/questions.js +0 -0
- package/build/component/resource/appManifest/questions.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/results.d.ts +0 -0
- package/build/component/resource/appManifest/results.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/results.js +0 -0
- package/build/component/resource/appManifest/results.js.map +1 -0
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +25 -0
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -0
- package/build/component/resource/appManifest/utils/ManifestUtils.js +452 -0
- package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/telemetry.d.ts +0 -0
- package/build/component/resource/appManifest/utils/telemetry.d.ts.map +1 -0
- package/build/component/resource/appManifest/utils/telemetry.js +110 -0
- package/build/component/resource/appManifest/utils/telemetry.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/utils.d.ts +0 -0
- package/build/component/resource/appManifest/utils/utils.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/utils.js +0 -0
- package/build/component/resource/appManifest/utils/utils.js.map +1 -0
- package/build/component/resource/azureAppService/azureAppService.js +1 -1
- package/build/component/resource/azureAppService/azureAppService.js.map +1 -1
- package/build/component/resource/azureAppService/azureFunction.d.ts +1 -1
- package/build/component/resource/azureAppService/azureFunction.d.ts.map +1 -1
- package/build/component/resource/azureAppService/azureFunction.js +24 -5
- package/build/component/resource/azureAppService/azureFunction.js.map +1 -1
- package/build/component/resource/azureAppService/azureLibs.d.ts +2 -2
- package/build/component/resource/azureAppService/azureLibs.d.ts.map +1 -1
- package/build/component/resource/azureAppService/azureLibs.js.map +1 -1
- package/build/component/resource/azureAppService/common.d.ts +10 -0
- package/build/component/resource/azureAppService/common.d.ts.map +1 -0
- package/build/component/resource/azureAppService/common.js +80 -0
- package/build/component/resource/azureAppService/common.js.map +1 -0
- package/build/{plugins/resource/bot/utils → component/resource/azureAppService}/dir-walk.d.ts +0 -0
- package/build/component/resource/azureAppService/dir-walk.d.ts.map +1 -0
- package/build/{plugins/resource/bot/utils → component/resource/azureAppService}/dir-walk.js +0 -0
- package/build/component/resource/azureAppService/dir-walk.js.map +1 -0
- package/build/component/resource/azureSql/actions/utils.d.ts.map +1 -1
- package/build/component/resource/azureSql/actions/utils.js +4 -3
- package/build/component/resource/azureSql/actions/utils.js.map +1 -1
- package/build/component/resource/azureSql/clients/management.d.ts.map +1 -1
- package/build/component/resource/azureSql/clients/management.js +25 -12
- package/build/component/resource/azureSql/clients/management.js.map +1 -1
- package/build/component/resource/azureSql/config.js +3 -3
- package/build/component/resource/azureSql/config.js.map +1 -1
- package/build/component/resource/azureStorage.js +1 -1
- package/build/component/resource/azureStorage.js.map +1 -1
- package/build/{plugins/resource/bot → component/resource/botService}/aadRegistration.d.ts +0 -0
- package/build/component/resource/botService/aadRegistration.d.ts.map +1 -0
- package/build/component/resource/botService/aadRegistration.js +88 -0
- package/build/component/resource/botService/aadRegistration.js.map +1 -0
- package/build/component/resource/botService/appStudio/appStudio.d.ts +16 -0
- package/build/component/resource/botService/appStudio/appStudio.d.ts.map +1 -0
- package/build/component/resource/botService/appStudio/appStudio.js +174 -0
- package/build/component/resource/botService/appStudio/appStudio.js.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADApplication.d.ts +0 -0
- package/build/component/resource/botService/appStudio/interfaces/IAADApplication.d.ts.map +1 -0
- package/build/component/resource/botService/appStudio/interfaces/IAADApplication.js +5 -0
- package/build/component/resource/botService/appStudio/interfaces/IAADApplication.js.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADDefinition.d.ts +0 -0
- package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.d.ts.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADDefinition.js +0 -0
- package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.js.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IBotRegistration.d.ts +0 -0
- package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.d.ts.map +1 -0
- package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js +5 -0
- package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/botAuthCredential.d.ts +0 -0
- package/build/component/resource/botService/botAuthCredential.d.ts.map +1 -0
- package/build/component/resource/botService/botAuthCredential.js +9 -0
- package/build/component/resource/botService/botAuthCredential.js.map +1 -0
- package/build/component/resource/botService/botService.d.ts +23 -0
- package/build/component/resource/botService/botService.d.ts.map +1 -0
- package/build/component/resource/botService/botService.js +179 -0
- package/build/component/resource/botService/botService.js.map +1 -0
- package/build/component/resource/botService/common.d.ts +3 -0
- package/build/component/resource/botService/common.d.ts.map +1 -0
- package/build/component/resource/botService/common.js +15 -0
- package/build/component/resource/botService/common.js.map +1 -0
- package/build/component/resource/botService/constants.d.ts +47 -0
- package/build/component/resource/botService/constants.d.ts.map +1 -0
- package/build/component/resource/botService/constants.js +62 -0
- package/build/component/resource/botService/constants.js.map +1 -0
- package/build/component/resource/botService/errors.d.ts +63 -0
- package/build/component/resource/botService/errors.d.ts.map +1 -0
- package/build/component/resource/botService/errors.js +163 -0
- package/build/component/resource/botService/errors.js.map +1 -0
- package/build/component/resource/botService/messages.d.ts +15 -0
- package/build/component/resource/botService/messages.d.ts.map +1 -0
- package/build/component/resource/botService/messages.js +41 -0
- package/build/component/resource/botService/messages.js.map +1 -0
- package/build/{plugins/resource/bot/utils → component/resource/botService}/resourceNameFactory.d.ts +0 -0
- package/build/component/resource/botService/resourceNameFactory.d.ts.map +1 -0
- package/build/component/resource/botService/resourceNameFactory.js +25 -0
- package/build/component/resource/botService/resourceNameFactory.js.map +1 -0
- package/build/component/resource/botService/result.d.ts +10 -0
- package/build/component/resource/botService/result.d.ts.map +1 -0
- package/build/component/resource/botService/result.js +34 -0
- package/build/component/resource/botService/result.js.map +1 -0
- package/build/{plugins/resource/bot/utils → component/resource/botService}/retryHandler.d.ts +0 -0
- package/build/component/resource/botService/retryHandler.d.ts.map +1 -0
- package/build/component/resource/botService/retryHandler.js +29 -0
- package/build/component/resource/botService/retryHandler.js.map +1 -0
- package/build/component/resource/botService/strings.d.ts +49 -0
- package/build/component/resource/botService/strings.d.ts.map +1 -0
- package/build/component/resource/botService/strings.js +61 -0
- package/build/component/resource/botService/strings.js.map +1 -0
- package/build/component/resource/botService/telemetryHelper.d.ts +6 -0
- package/build/component/resource/botService/telemetryHelper.d.ts.map +1 -0
- package/build/component/resource/botService/telemetryHelper.js +26 -0
- package/build/component/resource/botService/telemetryHelper.js.map +1 -0
- package/build/component/resource/identity.d.ts +2 -0
- package/build/component/resource/identity.d.ts.map +1 -1
- package/build/component/resource/identity.js +18 -0
- package/build/component/resource/identity.js.map +1 -1
- package/build/component/resource/keyVault.d.ts +2 -0
- package/build/component/resource/keyVault.d.ts.map +1 -1
- package/build/component/resource/keyVault.js +18 -0
- package/build/component/resource/keyVault.js.map +1 -1
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/constants.d.ts +0 -0
- package/build/component/resource/simpleAuth/constants.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/constants.js +0 -0
- package/build/component/resource/simpleAuth/constants.js.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/errors.d.ts +0 -0
- package/build/component/resource/simpleAuth/errors.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/errors.js +0 -0
- package/build/component/resource/simpleAuth/errors.js.map +1 -0
- package/build/component/resource/simpleAuth/index.d.ts +12 -0
- package/build/component/resource/simpleAuth/index.d.ts.map +1 -0
- package/build/component/resource/simpleAuth/index.js +115 -0
- package/build/component/resource/simpleAuth/index.js.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/result.d.ts +0 -0
- package/build/component/resource/simpleAuth/result.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/result.js +0 -0
- package/build/component/resource/simpleAuth/result.js.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/common.d.ts +0 -0
- package/build/component/resource/simpleAuth/utils/common.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/common.js +0 -0
- package/build/component/resource/simpleAuth/utils/common.js.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/dialog.d.ts +0 -0
- package/build/component/resource/simpleAuth/utils/dialog.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/dialog.js +0 -0
- package/build/component/resource/simpleAuth/utils/dialog.js.map +1 -0
- package/build/{plugins/resource/keyvault → component/resource/simpleAuth}/utils/telemetry.d.ts +0 -0
- package/build/component/resource/simpleAuth/utils/telemetry.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/telemetry.js +0 -0
- package/build/component/resource/simpleAuth/utils/telemetry.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/depsChecker/dependencyChecker.d.ts +0 -0
- package/build/component/resource/spfx/depsChecker/dependencyChecker.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/depsChecker/dependencyChecker.js +0 -0
- package/build/component/resource/spfx/depsChecker/dependencyChecker.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/depsChecker/generatorChecker.d.ts +0 -0
- package/build/component/resource/spfx/depsChecker/generatorChecker.d.ts.map +1 -0
- package/build/component/resource/spfx/depsChecker/generatorChecker.js +132 -0
- package/build/component/resource/spfx/depsChecker/generatorChecker.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/depsChecker/yoChecker.d.ts +0 -0
- package/build/component/resource/spfx/depsChecker/yoChecker.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/depsChecker/yoChecker.js +0 -0
- package/build/component/resource/spfx/depsChecker/yoChecker.js.map +1 -0
- package/build/component/resource/spfx/error.d.ts +19 -0
- package/build/component/resource/spfx/error.d.ts.map +1 -0
- package/build/component/resource/spfx/error.js +118 -0
- package/build/component/resource/spfx/error.js.map +1 -0
- package/build/component/resource/spfx/index.d.ts.map +1 -1
- package/build/component/resource/spfx/index.js +9 -9
- package/build/component/resource/spfx/index.js.map +1 -1
- package/build/{plugins → component}/resource/spfx/spoClient.d.ts +0 -0
- package/build/component/resource/spfx/spoClient.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/spoClient.js +0 -0
- package/build/component/resource/spfx/spoClient.js.map +1 -0
- package/build/component/resource/spfx/utils/constants.d.ts +88 -0
- package/build/component/resource/spfx/utils/constants.d.ts.map +1 -0
- package/build/component/resource/spfx/utils/constants.js +105 -0
- package/build/component/resource/spfx/utils/constants.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/progress-helper.d.ts +0 -0
- package/build/component/resource/spfx/utils/progress-helper.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/progress-helper.js +0 -0
- package/build/component/resource/spfx/utils/progress-helper.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/questions.d.ts +0 -0
- package/build/component/resource/spfx/utils/questions.d.ts.map +1 -0
- package/build/component/resource/spfx/utils/questions.js +92 -0
- package/build/component/resource/spfx/utils/questions.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/telemetry-helper.d.ts +0 -0
- package/build/component/resource/spfx/utils/telemetry-helper.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/telemetry-helper.js +0 -0
- package/build/component/resource/spfx/utils/telemetry-helper.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/telemetryEvents.d.ts +0 -0
- package/build/component/resource/spfx/utils/telemetryEvents.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/telemetryEvents.js +0 -0
- package/build/component/resource/spfx/utils/telemetryEvents.js.map +1 -0
- package/build/component/resource/spfx/utils/utils.d.ts +16 -0
- package/build/component/resource/spfx/utils/utils.d.ts.map +1 -0
- package/build/component/resource/spfx/utils/utils.js +131 -0
- package/build/component/resource/spfx/utils/utils.js.map +1 -0
- package/build/component/telemetry.js +3 -3
- package/build/component/telemetry.js.map +1 -1
- package/build/component/utils/common.d.ts +15 -0
- package/build/component/utils/common.d.ts.map +1 -0
- package/build/component/utils/common.js +56 -0
- package/build/component/utils/common.js.map +1 -0
- package/build/component/utils/fileOperation.d.ts +12 -0
- package/build/component/utils/fileOperation.d.ts.map +1 -0
- package/build/component/utils/fileOperation.js +97 -0
- package/build/component/utils/fileOperation.js.map +1 -0
- package/build/core/FxCore.d.ts +10 -44
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +58 -697
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts +6 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +75 -23
- package/build/core/collaborator.js.map +1 -1
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +3 -8
- package/build/core/environment.js.map +1 -1
- package/build/core/error.d.ts +0 -1
- package/build/core/error.d.ts.map +1 -1
- package/build/core/error.js +1 -5
- package/build/core/error.js.map +1 -1
- package/build/core/generateAadManifestTemplate.d.ts +1 -1
- package/build/core/generateAadManifestTemplate.d.ts.map +1 -1
- package/build/core/generateAadManifestTemplate.js +11 -14
- package/build/core/generateAadManifestTemplate.js.map +1 -1
- package/build/core/globalVars.d.ts +0 -1
- package/build/core/globalVars.d.ts.map +1 -1
- package/build/core/globalVars.js +1 -5
- package/build/core/globalVars.js.map +1 -1
- package/build/core/index.d.ts +0 -5
- package/build/core/index.d.ts.map +1 -1
- package/build/core/index.js +0 -7
- package/build/core/index.js.map +1 -1
- package/build/core/middleware/MigrationUtils.d.ts +1 -1
- package/build/core/middleware/MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/MigrationUtils.js +2 -2
- package/build/core/middleware/MigrationUtils.js.map +1 -1
- package/build/core/middleware/consolidateLocalRemote.js +5 -5
- package/build/core/middleware/consolidateLocalRemote.js.map +1 -1
- package/build/core/middleware/envInfoLoader.d.ts.map +1 -1
- package/build/core/middleware/envInfoLoader.js +1 -4
- package/build/core/middleware/envInfoLoader.js.map +1 -1
- package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
- package/build/core/middleware/envInfoLoaderV3.js +1 -4
- package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
- package/build/core/middleware/projectMigrator.d.ts +11 -1
- package/build/core/middleware/projectMigrator.d.ts.map +1 -1
- package/build/core/middleware/projectMigrator.js +229 -79
- package/build/core/middleware/projectMigrator.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +1 -10
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/projectSettingsWriter.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsWriter.js +1 -3
- package/build/core/middleware/projectSettingsWriter.js.map +1 -1
- package/build/core/middleware/questionModel.d.ts +1 -10
- package/build/core/middleware/questionModel.d.ts.map +1 -1
- package/build/core/middleware/questionModel.js +26 -225
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/question.d.ts +1 -1
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +3 -7
- package/build/core/question.js.map +1 -1
- package/build/index.d.ts +3 -8
- package/build/index.d.ts.map +1 -1
- package/build/index.js +5 -8
- package/build/index.js.map +1 -1
- package/build/plugins/resource/frontend/clients.d.ts +2 -2
- package/build/plugins/resource/frontend/clients.d.ts.map +1 -1
- package/build/plugins/resource/frontend/clients.js +24 -8
- package/build/plugins/resource/frontend/clients.js.map +1 -1
- package/build/plugins/resource/frontend/configs.d.ts +3 -3
- package/build/plugins/resource/frontend/configs.d.ts.map +1 -1
- package/build/plugins/resource/frontend/configs.js +1 -1
- package/build/plugins/resource/frontend/configs.js.map +1 -1
- package/build/plugins/resource/frontend/dotnet/ops/deploy.d.ts.map +1 -1
- package/build/plugins/resource/frontend/dotnet/ops/deploy.js +3 -3
- package/build/plugins/resource/frontend/dotnet/ops/deploy.js.map +1 -1
- package/build/plugins/resource/frontend/dotnet/plugin.d.ts +1 -2
- package/build/plugins/resource/frontend/dotnet/plugin.d.ts.map +1 -1
- package/build/plugins/resource/frontend/dotnet/plugin.js +1 -1
- package/build/plugins/resource/frontend/dotnet/plugin.js.map +1 -1
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.d.ts +2 -2
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.d.ts.map +1 -1
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.js +2 -0
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.js.map +1 -1
- package/build/plugins/resource/frontend/plugin.js +1 -1
- package/build/plugins/resource/frontend/plugin.js.map +1 -1
- package/build/plugins/resource/index.d.ts +0 -11
- package/build/plugins/resource/index.d.ts.map +1 -1
- package/build/plugins/resource/index.js +0 -11
- package/build/plugins/resource/index.js.map +1 -1
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts +0 -22
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.js +0 -22
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.js.map +1 -1
- package/build/plugins/solution/fx-solution/arm.d.ts +1 -2
- package/build/plugins/solution/fx-solution/arm.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/arm.js +91 -37
- package/build/plugins/solution/fx-solution/arm.js.map +1 -1
- package/build/plugins/solution/fx-solution/commonQuestions.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/commonQuestions.js +52 -18
- package/build/plugins/solution/fx-solution/commonQuestions.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts +3 -0
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.js +36 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launchTransparency.d.ts +7 -0
- package/build/plugins/solution/fx-solution/debug/util/launchTransparency.d.ts.map +1 -0
- package/build/plugins/solution/fx-solution/debug/util/launchTransparency.js +52 -0
- package/build/plugins/solution/fx-solution/debug/util/launchTransparency.js.map +1 -0
- package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts +4 -0
- package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/ngrok.js +23 -5
- package/build/plugins/solution/fx-solution/debug/util/ngrok.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/settings.js +2 -2
- package/build/plugins/solution/fx-solution/debug/util/settings.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.d.ts +8 -0
- package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.d.ts.map +1 -0
- package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.js +675 -0
- package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.js.map +1 -0
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js +43 -7
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js.map +1 -1
- package/build/plugins/solution/fx-solution/utils/backupFiles.js +2 -2
- package/build/plugins/solution/fx-solution/utils/backupFiles.js.map +1 -1
- package/build/plugins/solution/fx-solution/utils/util.d.ts +2 -2
- package/build/plugins/solution/fx-solution/utils/util.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/utils/util.js +5 -7
- package/build/plugins/solution/fx-solution/utils/util.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/utils.js.map +1 -1
- package/package.json +17 -33
- package/resource/package.nls.cs.json +60 -37
- package/resource/package.nls.de.json +61 -38
- package/resource/package.nls.es.json +60 -37
- package/resource/package.nls.fr.json +61 -38
- package/resource/package.nls.it.json +61 -38
- package/resource/package.nls.ja.json +61 -38
- package/resource/package.nls.json +25 -21
- package/resource/package.nls.ko.json +60 -37
- package/resource/package.nls.pl.json +60 -37
- package/resource/package.nls.pt-BR.json +61 -38
- package/resource/package.nls.ru.json +60 -37
- package/resource/package.nls.tr.json +61 -38
- package/resource/package.nls.zh-Hans.json +60 -37
- package/resource/package.nls.zh-Hant.json +61 -38
- package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
- package/templates/fallback/bot.csharp.default.zip +0 -0
- package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
- package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
- package/templates/fallback/bot.csharp.workflow.zip +0 -0
- package/templates/fallback/bot.js.command-and-response.zip +0 -0
- package/templates/fallback/bot.js.default.zip +0 -0
- package/templates/fallback/bot.js.m365.zip +0 -0
- package/templates/fallback/bot.js.notification-function-base.zip +0 -0
- package/templates/fallback/bot.js.notification-restify.zip +0 -0
- package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.js.workflow.zip +0 -0
- package/templates/fallback/bot.ts.command-and-response.zip +0 -0
- package/templates/fallback/bot.ts.default.zip +0 -0
- package/templates/fallback/bot.ts.m365.zip +0 -0
- package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
- package/templates/fallback/bot.ts.notification-restify.zip +0 -0
- package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.ts.workflow.zip +0 -0
- package/templates/fallback/function-base.js.default.zip +0 -0
- package/templates/fallback/function-base.ts.default.zip +0 -0
- package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
- package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
- package/templates/fallback/tab.csharp.default.zip +0 -0
- package/templates/fallback/tab.csharp.non-sso.zip +0 -0
- package/templates/fallback/tab.js.default.zip +0 -0
- package/templates/fallback/tab.js.m365.zip +0 -0
- package/templates/fallback/tab.js.non-sso.zip +0 -0
- package/templates/fallback/tab.ts.default.zip +0 -0
- package/templates/fallback/tab.ts.m365.zip +0 -0
- package/templates/fallback/tab.ts.non-sso.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/README.md +254 -130
- package/templates/plugins/resource/aad/auth/bot/README.txt +2 -2
- package/templates/plugins/resource/aad/auth/bot/js/sso/handleMessageExtensionQueryWithToken.js +56 -0
- package/templates/plugins/resource/aad/auth/bot/js/sso/profileSsoCommandHandler.js +30 -0
- package/templates/plugins/resource/aad/auth/bot/ts/sso/handleMessageExtensionQueryWithToken.ts +63 -0
- package/templates/plugins/resource/aad/auth/bot/ts/sso/profileSsoCommandHandler.ts +38 -0
- package/templates/plugins/resource/spfx/solution/prereleaseREADME.md +82 -0
- package/build/common/azure-hosting/botServiceHosting.d.ts +0 -7
- package/build/common/azure-hosting/botServiceHosting.d.ts.map +0 -1
- package/build/common/azure-hosting/botServiceHosting.js +0 -16
- package/build/common/azure-hosting/botServiceHosting.js.map +0 -1
- package/build/common/index.d.ts +0 -10
- package/build/common/index.d.ts.map +0 -1
- package/build/common/index.js +0 -15
- package/build/common/index.js.map +0 -1
- package/build/component/code/apiCode.d.ts +0 -12
- package/build/component/code/apiCode.d.ts.map +0 -1
- package/build/component/code/apiCode.js +0 -147
- package/build/component/code/apiCode.js.map +0 -1
- package/build/component/feature/api.d.ts.map +0 -1
- package/build/component/feature/api.js +0 -188
- package/build/component/feature/api.js.map +0 -1
- package/build/component/feature/bot.d.ts +0 -13
- package/build/component/feature/bot.d.ts.map +0 -1
- package/build/component/feature/bot.js +0 -310
- package/build/component/feature/bot.js.map +0 -1
- package/build/component/resource/apim/index.d.ts +0 -37
- package/build/component/resource/apim/index.d.ts.map +0 -1
- package/build/component/resource/apim/index.js +0 -168
- package/build/component/resource/apim/index.js.map +0 -1
- package/build/component/resource/appManifest/utils.d.ts +0 -24
- package/build/component/resource/appManifest/utils.d.ts.map +0 -1
- package/build/component/resource/appManifest/utils.js +0 -447
- package/build/component/resource/appManifest/utils.js.map +0 -1
- package/build/component/resource/botService.d.ts +0 -23
- package/build/component/resource/botService.d.ts.map +0 -1
- package/build/component/resource/botService.js +0 -177
- package/build/component/resource/botService.js.map +0 -1
- package/build/component/resource/simpleAuth.d.ts +0 -12
- package/build/component/resource/simpleAuth.d.ts.map +0 -1
- package/build/component/resource/simpleAuth.js +0 -115
- package/build/component/resource/simpleAuth.js.map +0 -1
- package/build/core/middleware/index.d.ts +0 -11
- package/build/core/middleware/index.d.ts.map +0 -1
- package/build/core/middleware/index.js +0 -14
- package/build/core/middleware/index.js.map +0 -1
- package/build/core/middleware/solutionLoader.d.ts +0 -4
- package/build/core/middleware/solutionLoader.d.ts.map +0 -1
- package/build/core/middleware/solutionLoader.js +0 -34
- package/build/core/middleware/solutionLoader.js.map +0 -1
- package/build/plugins/index.d.ts +0 -3
- package/build/plugins/index.d.ts.map +0 -1
- package/build/plugins/index.js +0 -8
- package/build/plugins/index.js.map +0 -1
- package/build/plugins/resource/aad/aadAppClient.d.ts.map +0 -1
- package/build/plugins/resource/aad/aadAppClient.js +0 -344
- package/build/plugins/resource/aad/aadAppClient.js.map +0 -1
- package/build/plugins/resource/aad/aadAppManifestManager.d.ts.map +0 -1
- package/build/plugins/resource/aad/aadAppManifestManager.js.map +0 -1
- package/build/plugins/resource/aad/appStudio.d.ts.map +0 -1
- package/build/plugins/resource/aad/appStudio.js +0 -83
- package/build/plugins/resource/aad/appStudio.js.map +0 -1
- package/build/plugins/resource/aad/constants.d.ts +0 -168
- package/build/plugins/resource/aad/constants.d.ts.map +0 -1
- package/build/plugins/resource/aad/constants.js +0 -277
- package/build/plugins/resource/aad/constants.js.map +0 -1
- package/build/plugins/resource/aad/errorCodes.d.ts.map +0 -1
- package/build/plugins/resource/aad/errorCodes.js.map +0 -1
- package/build/plugins/resource/aad/errors.d.ts.map +0 -1
- package/build/plugins/resource/aad/errors.js.map +0 -1
- package/build/plugins/resource/aad/graph.d.ts.map +0 -1
- package/build/plugins/resource/aad/graph.js.map +0 -1
- package/build/plugins/resource/aad/index.d.ts +0 -32
- package/build/plugins/resource/aad/index.d.ts.map +0 -1
- package/build/plugins/resource/aad/index.js +0 -154
- package/build/plugins/resource/aad/index.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/AADApplication.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/AADApplication.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/AADManifest.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/AADManifest.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/IAADApplication.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/IAADApplication.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/IAADDefinition.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/IAADDefinition.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/IPermission.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/IPermission.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/IPermissionList.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/IPermissionList.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/models.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/models.js.map +0 -1
- package/build/plugins/resource/aad/permissions/index.d.ts.map +0 -1
- package/build/plugins/resource/aad/permissions/index.js +0 -64
- package/build/plugins/resource/aad/permissions/index.js.map +0 -1
- package/build/plugins/resource/aad/plugin.d.ts +0 -28
- package/build/plugins/resource/aad/plugin.d.ts.map +0 -1
- package/build/plugins/resource/aad/plugin.js +0 -509
- package/build/plugins/resource/aad/plugin.js.map +0 -1
- package/build/plugins/resource/aad/results.d.ts.map +0 -1
- package/build/plugins/resource/aad/results.js.map +0 -1
- package/build/plugins/resource/aad/utils/aadManifestHelper.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/aadManifestHelper.js.map +0 -1
- package/build/plugins/resource/aad/utils/configs.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/configs.js +0 -568
- package/build/plugins/resource/aad/utils/configs.js.map +0 -1
- package/build/plugins/resource/aad/utils/dialog.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/dialog.js.map +0 -1
- package/build/plugins/resource/aad/utils/format.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/format.js.map +0 -1
- package/build/plugins/resource/aad/utils/telemetry.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/telemetry.js +0 -52
- package/build/plugins/resource/aad/utils/telemetry.js.map +0 -1
- package/build/plugins/resource/aad/utils/tokenProvider.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/tokenProvider.js +0 -77
- package/build/plugins/resource/aad/utils/tokenProvider.js.map +0 -1
- package/build/plugins/resource/aad/v2/index.d.ts +0 -22
- package/build/plugins/resource/aad/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/aad/v2/index.js +0 -65
- package/build/plugins/resource/aad/v2/index.js.map +0 -1
- package/build/plugins/resource/aad/v3/index.d.ts +0 -22
- package/build/plugins/resource/aad/v3/index.d.ts.map +0 -1
- package/build/plugins/resource/aad/v3/index.js +0 -283
- package/build/plugins/resource/aad/v3/index.js.map +0 -1
- package/build/plugins/resource/apim/index.d.ts +0 -22
- package/build/plugins/resource/apim/index.d.ts.map +0 -1
- package/build/plugins/resource/apim/index.js +0 -161
- package/build/plugins/resource/apim/index.js.map +0 -1
- package/build/plugins/resource/apim/v2/index.d.ts +0 -18
- package/build/plugins/resource/apim/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/apim/v2/index.js +0 -66
- package/build/plugins/resource/apim/v2/index.js.map +0 -1
- package/build/plugins/resource/appstudio/appStudio.d.ts +0 -46
- package/build/plugins/resource/appstudio/appStudio.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/appStudio.js +0 -332
- package/build/plugins/resource/appstudio/appStudio.js.map +0 -1
- package/build/plugins/resource/appstudio/constants.d.ts +0 -86
- package/build/plugins/resource/appstudio/constants.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/constants.js +0 -322
- package/build/plugins/resource/appstudio/constants.js.map +0 -1
- package/build/plugins/resource/appstudio/errors.d.ts +0 -115
- package/build/plugins/resource/appstudio/errors.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/errors.js +0 -221
- package/build/plugins/resource/appstudio/errors.js.map +0 -1
- package/build/plugins/resource/appstudio/index.d.ts +0 -52
- package/build/plugins/resource/appstudio/index.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/index.js +0 -402
- package/build/plugins/resource/appstudio/index.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/IPublishingAppDefinition.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/IPublishingAppDefinition.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/activitiesDefinitionItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/activitiesDefinitionItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/activityDefinitionItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/activityDefinitionItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appAuthorizationItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appAuthorizationItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appCategory.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appCategory.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appDefinition.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appDefinition.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appEnvironment.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appEnvironment.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appEnvironmentProperty.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appEnvironmentProperty.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appItemHostedCapability.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appItemHostedCapability.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appItemIndustry.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appItemIndustry.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItemType.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItemType.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionsItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionsItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appUser.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appUser.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appUserSetting.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appUserSetting.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/bot.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/bot.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/botCommand.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/botCommand.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/configurableTab.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/configurableTab.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/connector.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/connector.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/defaultGroupCapability.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/defaultGroupCapability.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/disabledScopeItemType.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/disabledScopeItemType.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/graphConnector.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/graphConnector.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/language.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/language.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/localizationInfo.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/localizationInfo.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/meetingExtensionDefinitionItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/meetingExtensionDefinitionItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtension.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtension.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommand.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommand.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandParameter.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandParameter.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandTaskInfo.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandTaskInfo.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandler.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandler.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandlerLink.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandlerLink.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionParameterChoice.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionParameterChoice.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/staticTab.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/staticTab.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/subscriptionOffer.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/subscriptionOffer.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/togetherModeSceneItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/togetherModeSceneItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/webApplicationInfoItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/webApplicationInfoItem.js.map +0 -1
- package/build/plugins/resource/appstudio/manifestTemplate.d.ts +0 -15
- package/build/plugins/resource/appstudio/manifestTemplate.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/manifestTemplate.js +0 -293
- package/build/plugins/resource/appstudio/manifestTemplate.js.map +0 -1
- package/build/plugins/resource/appstudio/plugin.d.ts +0 -34
- package/build/plugins/resource/appstudio/plugin.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/plugin.js +0 -945
- package/build/plugins/resource/appstudio/plugin.js.map +0 -1
- package/build/plugins/resource/appstudio/questions.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/questions.js.map +0 -1
- package/build/plugins/resource/appstudio/results.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/results.js.map +0 -1
- package/build/plugins/resource/appstudio/utils/telemetry.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/utils/telemetry.js +0 -110
- package/build/plugins/resource/appstudio/utils/telemetry.js.map +0 -1
- package/build/plugins/resource/appstudio/utils/utils.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/utils/utils.js.map +0 -1
- package/build/plugins/resource/appstudio/v2/index.d.ts +0 -21
- package/build/plugins/resource/appstudio/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/v2/index.js +0 -83
- package/build/plugins/resource/appstudio/v2/index.js.map +0 -1
- package/build/plugins/resource/bot/aadRegistration.d.ts.map +0 -1
- package/build/plugins/resource/bot/aadRegistration.js +0 -86
- package/build/plugins/resource/bot/aadRegistration.js.map +0 -1
- package/build/plugins/resource/bot/appStudio/appStudio.d.ts +0 -15
- package/build/plugins/resource/bot/appStudio/appStudio.d.ts.map +0 -1
- package/build/plugins/resource/bot/appStudio/appStudio.js +0 -173
- package/build/plugins/resource/bot/appStudio/appStudio.js.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.d.ts.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.js +0 -3
- package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.js.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IAADDefinition.d.ts.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IAADDefinition.js.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.d.ts.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.js +0 -3
- package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.js.map +0 -1
- package/build/plugins/resource/bot/botAuthCredential.d.ts.map +0 -1
- package/build/plugins/resource/bot/botAuthCredential.js +0 -7
- package/build/plugins/resource/bot/botAuthCredential.js.map +0 -1
- package/build/plugins/resource/bot/clientFactory.d.ts +0 -7
- package/build/plugins/resource/bot/clientFactory.d.ts.map +0 -1
- package/build/plugins/resource/bot/clientFactory.js +0 -38
- package/build/plugins/resource/bot/clientFactory.js.map +0 -1
- package/build/plugins/resource/bot/configs/deployConfig.d.ts +0 -7
- package/build/plugins/resource/bot/configs/deployConfig.d.ts.map +0 -1
- package/build/plugins/resource/bot/configs/deployConfig.js +0 -22
- package/build/plugins/resource/bot/configs/deployConfig.js.map +0 -1
- package/build/plugins/resource/bot/configs/localDebugConfig.d.ts +0 -12
- package/build/plugins/resource/bot/configs/localDebugConfig.d.ts.map +0 -1
- package/build/plugins/resource/bot/configs/localDebugConfig.js +0 -36
- package/build/plugins/resource/bot/configs/localDebugConfig.js.map +0 -1
- package/build/plugins/resource/bot/configs/provisionConfig.d.ts +0 -25
- package/build/plugins/resource/bot/configs/provisionConfig.d.ts.map +0 -1
- package/build/plugins/resource/bot/configs/provisionConfig.js +0 -64
- package/build/plugins/resource/bot/configs/provisionConfig.js.map +0 -1
- package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts +0 -29
- package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts.map +0 -1
- package/build/plugins/resource/bot/configs/scaffoldConfig.js +0 -116
- package/build/plugins/resource/bot/configs/scaffoldConfig.js.map +0 -1
- package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts +0 -23
- package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts.map +0 -1
- package/build/plugins/resource/bot/configs/teamsBotConfig.js +0 -76
- package/build/plugins/resource/bot/configs/teamsBotConfig.js.map +0 -1
- package/build/plugins/resource/bot/constants.d.ts +0 -162
- package/build/plugins/resource/bot/constants.d.ts.map +0 -1
- package/build/plugins/resource/bot/constants.js +0 -223
- package/build/plugins/resource/bot/constants.js.map +0 -1
- package/build/plugins/resource/bot/deployMgr.d.ts +0 -11
- package/build/plugins/resource/bot/deployMgr.d.ts.map +0 -1
- package/build/plugins/resource/bot/deployMgr.js +0 -105
- package/build/plugins/resource/bot/deployMgr.js.map +0 -1
- package/build/plugins/resource/bot/dotnet/appSettings/appSettingsWithSSO.json +0 -23
- package/build/plugins/resource/bot/dotnet/constants.d.ts +0 -16
- package/build/plugins/resource/bot/dotnet/constants.d.ts.map +0 -1
- package/build/plugins/resource/bot/dotnet/constants.js +0 -25
- package/build/plugins/resource/bot/dotnet/constants.js.map +0 -1
- package/build/plugins/resource/bot/dotnet/errors.d.ts +0 -5
- package/build/plugins/resource/bot/dotnet/errors.d.ts.map +0 -1
- package/build/plugins/resource/bot/dotnet/errors.js +0 -21
- package/build/plugins/resource/bot/dotnet/errors.js.map +0 -1
- package/build/plugins/resource/bot/dotnet/plugin.d.ts +0 -12
- package/build/plugins/resource/bot/dotnet/plugin.d.ts.map +0 -1
- package/build/plugins/resource/bot/dotnet/plugin.js +0 -132
- package/build/plugins/resource/bot/dotnet/plugin.js.map +0 -1
- package/build/plugins/resource/bot/enums/pluginActRoles.d.ts +0 -8
- package/build/plugins/resource/bot/enums/pluginActRoles.d.ts.map +0 -1
- package/build/plugins/resource/bot/enums/pluginActRoles.js +0 -12
- package/build/plugins/resource/bot/enums/pluginActRoles.js.map +0 -1
- package/build/plugins/resource/bot/enums/programmingLanguage.d.ts +0 -6
- package/build/plugins/resource/bot/enums/programmingLanguage.d.ts.map +0 -1
- package/build/plugins/resource/bot/enums/programmingLanguage.js +0 -12
- package/build/plugins/resource/bot/enums/programmingLanguage.js.map +0 -1
- package/build/plugins/resource/bot/errors.d.ts +0 -91
- package/build/plugins/resource/bot/errors.d.ts.map +0 -1
- package/build/plugins/resource/bot/errors.js +0 -266
- package/build/plugins/resource/bot/errors.js.map +0 -1
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts +0 -18
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts.map +0 -1
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js +0 -166
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js.map +0 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts +0 -9
- package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts.map +0 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.js +0 -139
- package/build/plugins/resource/bot/functionsHostedBot/plugin.js.map +0 -1
- package/build/plugins/resource/bot/index.d.ts +0 -36
- package/build/plugins/resource/bot/index.d.ts.map +0 -1
- package/build/plugins/resource/bot/index.js +0 -157
- package/build/plugins/resource/bot/index.js.map +0 -1
- package/build/plugins/resource/bot/interface.d.ts +0 -15
- package/build/plugins/resource/bot/interface.d.ts.map +0 -1
- package/build/plugins/resource/bot/interface.js +0 -5
- package/build/plugins/resource/bot/interface.js.map +0 -1
- package/build/plugins/resource/bot/languageStrategy.d.ts +0 -14
- package/build/plugins/resource/bot/languageStrategy.d.ts.map +0 -1
- package/build/plugins/resource/bot/languageStrategy.js +0 -126
- package/build/plugins/resource/bot/languageStrategy.js.map +0 -1
- package/build/plugins/resource/bot/logger.d.ts +0 -10
- package/build/plugins/resource/bot/logger.d.ts.map +0 -1
- package/build/plugins/resource/bot/logger.js +0 -27
- package/build/plugins/resource/bot/logger.js.map +0 -1
- package/build/plugins/resource/bot/plugin.d.ts +0 -24
- package/build/plugins/resource/bot/plugin.d.ts.map +0 -1
- package/build/plugins/resource/bot/plugin.js +0 -322
- package/build/plugins/resource/bot/plugin.js.map +0 -1
- package/build/plugins/resource/bot/progressBars.d.ts +0 -7
- package/build/plugins/resource/bot/progressBars.d.ts.map +0 -1
- package/build/plugins/resource/bot/progressBars.js +0 -37
- package/build/plugins/resource/bot/progressBars.js.map +0 -1
- package/build/plugins/resource/bot/question.d.ts +0 -22
- package/build/plugins/resource/bot/question.d.ts.map +0 -1
- package/build/plugins/resource/bot/question.js +0 -118
- package/build/plugins/resource/bot/question.js.map +0 -1
- package/build/plugins/resource/bot/resources/messages.d.ts +0 -45
- package/build/plugins/resource/bot/resources/messages.d.ts.map +0 -1
- package/build/plugins/resource/bot/resources/messages.js +0 -95
- package/build/plugins/resource/bot/resources/messages.js.map +0 -1
- package/build/plugins/resource/bot/resources/strings.d.ts +0 -106
- package/build/plugins/resource/bot/resources/strings.d.ts.map +0 -1
- package/build/plugins/resource/bot/resources/strings.js +0 -129
- package/build/plugins/resource/bot/resources/strings.js.map +0 -1
- package/build/plugins/resource/bot/result.d.ts +0 -14
- package/build/plugins/resource/bot/result.d.ts.map +0 -1
- package/build/plugins/resource/bot/result.js +0 -40
- package/build/plugins/resource/bot/result.js.map +0 -1
- package/build/plugins/resource/bot/utils/common.d.ts +0 -36
- package/build/plugins/resource/bot/utils/common.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/common.js +0 -229
- package/build/plugins/resource/bot/utils/common.js.map +0 -1
- package/build/plugins/resource/bot/utils/dir-walk.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/dir-walk.js.map +0 -1
- package/build/plugins/resource/bot/utils/resourceNameFactory.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/resourceNameFactory.js +0 -24
- package/build/plugins/resource/bot/utils/resourceNameFactory.js.map +0 -1
- package/build/plugins/resource/bot/utils/retryHandler.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/retryHandler.js +0 -29
- package/build/plugins/resource/bot/utils/retryHandler.js.map +0 -1
- package/build/plugins/resource/bot/utils/telemetry-helper.d.ts +0 -31
- package/build/plugins/resource/bot/utils/telemetry-helper.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/telemetry-helper.js +0 -72
- package/build/plugins/resource/bot/utils/telemetry-helper.js.map +0 -1
- package/build/plugins/resource/bot/utils/zipDeploy.d.ts +0 -2
- package/build/plugins/resource/bot/utils/zipDeploy.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/zipDeploy.js +0 -10
- package/build/plugins/resource/bot/utils/zipDeploy.js.map +0 -1
- package/build/plugins/resource/bot/v2/common.d.ts +0 -12
- package/build/plugins/resource/bot/v2/common.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/common.js +0 -95
- package/build/plugins/resource/bot/v2/common.js.map +0 -1
- package/build/plugins/resource/bot/v2/enum.d.ts +0 -17
- package/build/plugins/resource/bot/v2/enum.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/enum.js +0 -26
- package/build/plugins/resource/bot/v2/enum.js.map +0 -1
- package/build/plugins/resource/bot/v2/index.d.ts +0 -23
- package/build/plugins/resource/bot/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/index.js +0 -79
- package/build/plugins/resource/bot/v2/index.js.map +0 -1
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.d.ts +0 -10
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.js +0 -5
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.js.map +0 -1
- package/build/plugins/resource/bot/v2/mapping.d.ts +0 -13
- package/build/plugins/resource/bot/v2/mapping.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/mapping.js +0 -116
- package/build/plugins/resource/bot/v2/mapping.js.map +0 -1
- package/build/plugins/resource/bot/v2/plugin.d.ts +0 -50
- package/build/plugins/resource/bot/v2/plugin.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/plugin.js +0 -319
- package/build/plugins/resource/bot/v2/plugin.js.map +0 -1
- package/build/plugins/resource/bot/v2/scaffold.d.ts +0 -5
- package/build/plugins/resource/bot/v2/scaffold.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/scaffold.js +0 -48
- package/build/plugins/resource/bot/v2/scaffold.js.map +0 -1
- package/build/plugins/resource/bot/v3/error.d.ts +0 -15
- package/build/plugins/resource/bot/v3/error.d.ts.map +0 -1
- package/build/plugins/resource/bot/v3/error.js +0 -50
- package/build/plugins/resource/bot/v3/error.js.map +0 -1
- package/build/plugins/resource/function/constants.d.ts +0 -154
- package/build/plugins/resource/function/constants.d.ts.map +0 -1
- package/build/plugins/resource/function/constants.js +0 -182
- package/build/plugins/resource/function/constants.js.map +0 -1
- package/build/plugins/resource/function/enums.d.ts +0 -73
- package/build/plugins/resource/function/enums.d.ts.map +0 -1
- package/build/plugins/resource/function/enums.js +0 -89
- package/build/plugins/resource/function/enums.js.map +0 -1
- package/build/plugins/resource/function/index.d.ts +0 -27
- package/build/plugins/resource/function/index.d.ts.map +0 -1
- package/build/plugins/resource/function/index.js +0 -131
- package/build/plugins/resource/function/index.js.map +0 -1
- package/build/plugins/resource/function/language-strategy.d.ts +0 -15
- package/build/plugins/resource/function/language-strategy.d.ts.map +0 -1
- package/build/plugins/resource/function/language-strategy.js +0 -58
- package/build/plugins/resource/function/language-strategy.js.map +0 -1
- package/build/plugins/resource/function/ops/deploy.d.ts +0 -17
- package/build/plugins/resource/function/ops/deploy.d.ts.map +0 -1
- package/build/plugins/resource/function/ops/deploy.js +0 -233
- package/build/plugins/resource/function/ops/deploy.js.map +0 -1
- package/build/plugins/resource/function/ops/provision.d.ts +0 -21
- package/build/plugins/resource/function/ops/provision.d.ts.map +0 -1
- package/build/plugins/resource/function/ops/provision.js +0 -111
- package/build/plugins/resource/function/ops/provision.js.map +0 -1
- package/build/plugins/resource/function/ops/scaffold.d.ts +0 -12
- package/build/plugins/resource/function/ops/scaffold.d.ts.map +0 -1
- package/build/plugins/resource/function/ops/scaffold.js +0 -84
- package/build/plugins/resource/function/ops/scaffold.js.map +0 -1
- package/build/plugins/resource/function/plugin.d.ts +0 -50
- package/build/plugins/resource/function/plugin.d.ts.map +0 -1
- package/build/plugins/resource/function/plugin.js +0 -363
- package/build/plugins/resource/function/plugin.js.map +0 -1
- package/build/plugins/resource/function/question.d.ts.map +0 -1
- package/build/plugins/resource/function/question.js +0 -13
- package/build/plugins/resource/function/question.js.map +0 -1
- package/build/plugins/resource/function/resources/errors.d.ts +0 -84
- package/build/plugins/resource/function/resources/errors.d.ts.map +0 -1
- package/build/plugins/resource/function/resources/errors.js +0 -229
- package/build/plugins/resource/function/resources/errors.js.map +0 -1
- package/build/plugins/resource/function/resources/message.d.ts +0 -41
- package/build/plugins/resource/function/resources/message.d.ts.map +0 -1
- package/build/plugins/resource/function/resources/message.js +0 -52
- package/build/plugins/resource/function/resources/message.js.map +0 -1
- package/build/plugins/resource/function/resources/steps.d.ts +0 -45
- package/build/plugins/resource/function/resources/steps.d.ts.map +0 -1
- package/build/plugins/resource/function/resources/steps.js +0 -68
- package/build/plugins/resource/function/resources/steps.js.map +0 -1
- package/build/plugins/resource/function/result.d.ts +0 -17
- package/build/plugins/resource/function/result.d.ts.map +0 -1
- package/build/plugins/resource/function/result.js +0 -42
- package/build/plugins/resource/function/result.js.map +0 -1
- package/build/plugins/resource/function/utils/azure-client.d.ts +0 -30
- package/build/plugins/resource/function/utils/azure-client.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/azure-client.js +0 -84
- package/build/plugins/resource/function/utils/azure-client.js.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcHelper.d.ts +0 -11
- package/build/plugins/resource/function/utils/depsChecker/funcHelper.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcHelper.js +0 -55
- package/build/plugins/resource/function/utils/depsChecker/funcHelper.js.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.d.ts +0 -16
- package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.js +0 -52
- package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.js.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.d.ts +0 -14
- package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.js +0 -54
- package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.js.map +0 -1
- package/build/plugins/resource/function/utils/dir-walk.d.ts +0 -4
- package/build/plugins/resource/function/utils/dir-walk.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/dir-walk.js +0 -21
- package/build/plugins/resource/function/utils/dir-walk.js.map +0 -1
- package/build/plugins/resource/function/utils/execute.d.ts +0 -2
- package/build/plugins/resource/function/utils/execute.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/execute.js +0 -25
- package/build/plugins/resource/function/utils/execute.js.map +0 -1
- package/build/plugins/resource/function/utils/logger.d.ts +0 -10
- package/build/plugins/resource/function/utils/logger.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/logger.js +0 -30
- package/build/plugins/resource/function/utils/logger.js.map +0 -1
- package/build/plugins/resource/function/utils/step-helper.d.ts +0 -11
- package/build/plugins/resource/function/utils/step-helper.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/step-helper.js +0 -26
- package/build/plugins/resource/function/utils/step-helper.js.map +0 -1
- package/build/plugins/resource/function/utils/telemetry-helper.d.ts +0 -42
- package/build/plugins/resource/function/utils/telemetry-helper.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/telemetry-helper.js +0 -69
- package/build/plugins/resource/function/utils/telemetry-helper.js.map +0 -1
- package/build/plugins/resource/function/v2/index.d.ts +0 -18
- package/build/plugins/resource/function/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/function/v2/index.js +0 -53
- package/build/plugins/resource/function/v2/index.js.map +0 -1
- package/build/plugins/resource/function/v3/error.d.ts +0 -26
- package/build/plugins/resource/function/v3/error.d.ts.map +0 -1
- package/build/plugins/resource/function/v3/error.js +0 -58
- package/build/plugins/resource/function/v3/error.js.map +0 -1
- package/build/plugins/resource/identity/constants.d.ts +0 -47
- package/build/plugins/resource/identity/constants.d.ts.map +0 -1
- package/build/plugins/resource/identity/constants.js +0 -54
- package/build/plugins/resource/identity/constants.js.map +0 -1
- package/build/plugins/resource/identity/index.d.ts +0 -13
- package/build/plugins/resource/identity/index.d.ts.map +0 -1
- package/build/plugins/resource/identity/index.js +0 -98
- package/build/plugins/resource/identity/index.js.map +0 -1
- package/build/plugins/resource/identity/utils/telemetryUtil.d.ts +0 -17
- package/build/plugins/resource/identity/utils/telemetryUtil.d.ts.map +0 -1
- package/build/plugins/resource/identity/utils/telemetryUtil.js +0 -45
- package/build/plugins/resource/identity/utils/telemetryUtil.js.map +0 -1
- package/build/plugins/resource/identity/v2/index.d.ts +0 -13
- package/build/plugins/resource/identity/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/identity/v2/index.js +0 -38
- package/build/plugins/resource/identity/v2/index.js.map +0 -1
- package/build/plugins/resource/keyvault/constants.d.ts +0 -36
- package/build/plugins/resource/keyvault/constants.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/constants.js +0 -43
- package/build/plugins/resource/keyvault/constants.js.map +0 -1
- package/build/plugins/resource/keyvault/index.d.ts +0 -16
- package/build/plugins/resource/keyvault/index.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/index.js +0 -65
- package/build/plugins/resource/keyvault/index.js.map +0 -1
- package/build/plugins/resource/keyvault/plugin.d.ts +0 -7
- package/build/plugins/resource/keyvault/plugin.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/plugin.js +0 -44
- package/build/plugins/resource/keyvault/plugin.js.map +0 -1
- package/build/plugins/resource/keyvault/result.d.ts +0 -9
- package/build/plugins/resource/keyvault/result.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/result.js +0 -35
- package/build/plugins/resource/keyvault/result.js.map +0 -1
- package/build/plugins/resource/keyvault/utils/telemetry.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/utils/telemetry.js +0 -45
- package/build/plugins/resource/keyvault/utils/telemetry.js.map +0 -1
- package/build/plugins/resource/keyvault/v2/index.d.ts +0 -12
- package/build/plugins/resource/keyvault/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/v2/index.js +0 -38
- package/build/plugins/resource/keyvault/v2/index.js.map +0 -1
- package/build/plugins/resource/localdebug/constants.d.ts +0 -127
- package/build/plugins/resource/localdebug/constants.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/constants.js +0 -146
- package/build/plugins/resource/localdebug/constants.js.map +0 -1
- package/build/plugins/resource/localdebug/index.d.ts +0 -14
- package/build/plugins/resource/localdebug/index.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/index.js +0 -37
- package/build/plugins/resource/localdebug/index.js.map +0 -1
- package/build/plugins/resource/localdebug/localEnv.d.ts +0 -14
- package/build/plugins/resource/localdebug/localEnv.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/localEnv.js +0 -78
- package/build/plugins/resource/localdebug/localEnv.js.map +0 -1
- package/build/plugins/resource/localdebug/projectSettingLoader.d.ts +0 -9
- package/build/plugins/resource/localdebug/projectSettingLoader.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/projectSettingLoader.js +0 -33
- package/build/plugins/resource/localdebug/projectSettingLoader.js.map +0 -1
- package/build/plugins/resource/localdebug/util/error.d.ts +0 -3
- package/build/plugins/resource/localdebug/util/error.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/util/error.js +0 -12
- package/build/plugins/resource/localdebug/util/error.js.map +0 -1
- package/build/plugins/resource/localdebug/util/localService.d.ts +0 -2
- package/build/plugins/resource/localdebug/util/localService.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/util/localService.js +0 -13
- package/build/plugins/resource/localdebug/util/localService.js.map +0 -1
- package/build/plugins/resource/localdebug/v2/index.d.ts +0 -14
- package/build/plugins/resource/localdebug/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/v2/index.js +0 -78
- package/build/plugins/resource/localdebug/v2/index.js.map +0 -1
- package/build/plugins/resource/simpleauth/constants.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/constants.js.map +0 -1
- package/build/plugins/resource/simpleauth/errors.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/errors.js.map +0 -1
- package/build/plugins/resource/simpleauth/index.d.ts +0 -20
- package/build/plugins/resource/simpleauth/index.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/index.js +0 -78
- package/build/plugins/resource/simpleauth/index.js.map +0 -1
- package/build/plugins/resource/simpleauth/plugin.d.ts +0 -14
- package/build/plugins/resource/simpleauth/plugin.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/plugin.js +0 -141
- package/build/plugins/resource/simpleauth/plugin.js.map +0 -1
- package/build/plugins/resource/simpleauth/result.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/result.js.map +0 -1
- package/build/plugins/resource/simpleauth/utils/common.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/utils/common.js.map +0 -1
- package/build/plugins/resource/simpleauth/utils/dialog.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/utils/dialog.js.map +0 -1
- package/build/plugins/resource/simpleauth/utils/telemetry.d.ts +0 -17
- package/build/plugins/resource/simpleauth/utils/telemetry.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/utils/telemetry.js.map +0 -1
- package/build/plugins/resource/simpleauth/v2/index.d.ts +0 -15
- package/build/plugins/resource/simpleauth/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/v2/index.js +0 -47
- package/build/plugins/resource/simpleauth/v2/index.js.map +0 -1
- package/build/plugins/resource/simpleauth/webAppClient.d.ts +0 -31
- package/build/plugins/resource/simpleauth/webAppClient.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/webAppClient.js +0 -136
- package/build/plugins/resource/simpleauth/webAppClient.js.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/dependencyChecker.d.ts.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/dependencyChecker.js.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/generatorChecker.d.ts.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/generatorChecker.js +0 -123
- package/build/plugins/resource/spfx/depsChecker/generatorChecker.js.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/yoChecker.d.ts.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/yoChecker.js.map +0 -1
- package/build/plugins/resource/spfx/error.d.ts +0 -18
- package/build/plugins/resource/spfx/error.d.ts.map +0 -1
- package/build/plugins/resource/spfx/error.js +0 -107
- package/build/plugins/resource/spfx/error.js.map +0 -1
- package/build/plugins/resource/spfx/index.d.ts +0 -18
- package/build/plugins/resource/spfx/index.d.ts.map +0 -1
- package/build/plugins/resource/spfx/index.js +0 -96
- package/build/plugins/resource/spfx/index.js.map +0 -1
- package/build/plugins/resource/spfx/plugin.d.ts +0 -12
- package/build/plugins/resource/spfx/plugin.d.ts.map +0 -1
- package/build/plugins/resource/spfx/plugin.js +0 -216
- package/build/plugins/resource/spfx/plugin.js.map +0 -1
- package/build/plugins/resource/spfx/spoClient.d.ts.map +0 -1
- package/build/plugins/resource/spfx/spoClient.js.map +0 -1
- package/build/plugins/resource/spfx/utils/constants.d.ts +0 -85
- package/build/plugins/resource/spfx/utils/constants.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/constants.js +0 -102
- package/build/plugins/resource/spfx/utils/constants.js.map +0 -1
- package/build/plugins/resource/spfx/utils/progress-helper.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/progress-helper.js.map +0 -1
- package/build/plugins/resource/spfx/utils/questions.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/questions.js +0 -86
- package/build/plugins/resource/spfx/utils/questions.js.map +0 -1
- package/build/plugins/resource/spfx/utils/telemetry-helper.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/telemetry-helper.js.map +0 -1
- package/build/plugins/resource/spfx/utils/telemetryEvents.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/telemetryEvents.js.map +0 -1
- package/build/plugins/resource/spfx/utils/utils.d.ts +0 -15
- package/build/plugins/resource/spfx/utils/utils.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/utils.js +0 -126
- package/build/plugins/resource/spfx/utils/utils.js.map +0 -1
- package/build/plugins/resource/spfx/v2/index.d.ts +0 -14
- package/build/plugins/resource/spfx/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/spfx/v2/index.js +0 -41
- package/build/plugins/resource/spfx/v2/index.js.map +0 -1
- package/build/plugins/resource/sql/config.d.ts +0 -22
- package/build/plugins/resource/sql/config.d.ts.map +0 -1
- package/build/plugins/resource/sql/config.js +0 -30
- package/build/plugins/resource/sql/config.js.map +0 -1
- package/build/plugins/resource/sql/constants.d.ts +0 -82
- package/build/plugins/resource/sql/constants.d.ts.map +0 -1
- package/build/plugins/resource/sql/constants.js +0 -92
- package/build/plugins/resource/sql/constants.js.map +0 -1
- package/build/plugins/resource/sql/errors.d.ts +0 -63
- package/build/plugins/resource/sql/errors.d.ts.map +0 -1
- package/build/plugins/resource/sql/errors.js +0 -107
- package/build/plugins/resource/sql/errors.js.map +0 -1
- package/build/plugins/resource/sql/index.d.ts +0 -20
- package/build/plugins/resource/sql/index.d.ts.map +0 -1
- package/build/plugins/resource/sql/index.js +0 -92
- package/build/plugins/resource/sql/index.js.map +0 -1
- package/build/plugins/resource/sql/managementClient.d.ts +0 -18
- package/build/plugins/resource/sql/managementClient.d.ts.map +0 -1
- package/build/plugins/resource/sql/managementClient.js +0 -123
- package/build/plugins/resource/sql/managementClient.js.map +0 -1
- package/build/plugins/resource/sql/plugin.d.ts +0 -30
- package/build/plugins/resource/sql/plugin.d.ts.map +0 -1
- package/build/plugins/resource/sql/plugin.js +0 -340
- package/build/plugins/resource/sql/plugin.js.map +0 -1
- package/build/plugins/resource/sql/questions.d.ts +0 -5
- package/build/plugins/resource/sql/questions.d.ts.map +0 -1
- package/build/plugins/resource/sql/questions.js +0 -46
- package/build/plugins/resource/sql/questions.js.map +0 -1
- package/build/plugins/resource/sql/results.d.ts +0 -10
- package/build/plugins/resource/sql/results.d.ts.map +0 -1
- package/build/plugins/resource/sql/results.js +0 -32
- package/build/plugins/resource/sql/results.js.map +0 -1
- package/build/plugins/resource/sql/sqlClient.d.ts +0 -13
- package/build/plugins/resource/sql/sqlClient.d.ts.map +0 -1
- package/build/plugins/resource/sql/sqlClient.js +0 -153
- package/build/plugins/resource/sql/sqlClient.js.map +0 -1
- package/build/plugins/resource/sql/utils/checkInput.d.ts +0 -10
- package/build/plugins/resource/sql/utils/checkInput.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/checkInput.js +0 -87
- package/build/plugins/resource/sql/utils/checkInput.js.map +0 -1
- package/build/plugins/resource/sql/utils/commonUtils.d.ts +0 -13
- package/build/plugins/resource/sql/utils/commonUtils.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/commonUtils.js +0 -51
- package/build/plugins/resource/sql/utils/commonUtils.js.map +0 -1
- package/build/plugins/resource/sql/utils/contextUtils.d.ts +0 -5
- package/build/plugins/resource/sql/utils/contextUtils.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/contextUtils.js +0 -11
- package/build/plugins/resource/sql/utils/contextUtils.js.map +0 -1
- package/build/plugins/resource/sql/utils/dialogUtils.d.ts +0 -13
- package/build/plugins/resource/sql/utils/dialogUtils.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/dialogUtils.js +0 -21
- package/build/plugins/resource/sql/utils/dialogUtils.js.map +0 -1
- package/build/plugins/resource/sql/utils/message.d.ts +0 -16
- package/build/plugins/resource/sql/utils/message.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/message.js +0 -23
- package/build/plugins/resource/sql/utils/message.js.map +0 -1
- package/build/plugins/resource/sql/utils/telemetryUtils.d.ts +0 -17
- package/build/plugins/resource/sql/utils/telemetryUtils.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/telemetryUtils.js +0 -45
- package/build/plugins/resource/sql/utils/telemetryUtils.js.map +0 -1
- package/build/plugins/resource/sql/v2/index.d.ts +0 -15
- package/build/plugins/resource/sql/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/sql/v2/index.js +0 -44
- package/build/plugins/resource/sql/v2/index.js.map +0 -1
- package/build/plugins/solution/fx-solution/index.d.ts +0 -5
- package/build/plugins/solution/fx-solution/index.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/index.js +0 -8
- package/build/plugins/solution/fx-solution/index.js.map +0 -1
- package/build/plugins/solution/fx-solution/solution.d.ts +0 -94
- package/build/plugins/solution/fx-solution/solution.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/solution.js +0 -1530
- package/build/plugins/solution/fx-solution/solution.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/checkPermission.d.ts +0 -5
- package/build/plugins/solution/fx-solution/v2/checkPermission.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/checkPermission.js +0 -196
- package/build/plugins/solution/fx-solution/v2/checkPermission.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.d.ts +0 -28
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.js +0 -131
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/createEnv.d.ts +0 -3
- package/build/plugins/solution/fx-solution/v2/createEnv.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/createEnv.js +0 -37
- package/build/plugins/solution/fx-solution/v2/createEnv.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/deploy.d.ts +0 -3
- package/build/plugins/solution/fx-solution/v2/deploy.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/deploy.js +0 -143
- package/build/plugins/solution/fx-solution/v2/deploy.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts +0 -22
- package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/executeUserTask.js +0 -850
- package/build/plugins/solution/fx-solution/v2/executeUserTask.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.d.ts +0 -4
- package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.js +0 -31
- package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts +0 -15
- package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/getQuestions.js +0 -847
- package/build/plugins/solution/fx-solution/v2/getQuestions.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/grantPermission.d.ts +0 -5
- package/build/plugins/solution/fx-solution/v2/grantPermission.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/grantPermission.js +0 -209
- package/build/plugins/solution/fx-solution/v2/grantPermission.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/listCollaborator.d.ts +0 -8
- package/build/plugins/solution/fx-solution/v2/listCollaborator.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/listCollaborator.js +0 -226
- package/build/plugins/solution/fx-solution/v2/listCollaborator.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/provision.d.ts +0 -3
- package/build/plugins/solution/fx-solution/v2/provision.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/provision.js +0 -262
- package/build/plugins/solution/fx-solution/v2/provision.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts +0 -3
- package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/provisionLocal.js +0 -117
- package/build/plugins/solution/fx-solution/v2/provisionLocal.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/publish.d.ts +0 -3
- package/build/plugins/solution/fx-solution/v2/publish.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/publish.js +0 -46
- package/build/plugins/solution/fx-solution/v2/publish.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/scaffolding.d.ts +0 -5
- package/build/plugins/solution/fx-solution/v2/scaffolding.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/scaffolding.js +0 -161
- package/build/plugins/solution/fx-solution/v2/scaffolding.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/solution.d.ts +0 -22
- package/build/plugins/solution/fx-solution/v2/solution.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/solution.js +0 -48
- package/build/plugins/solution/fx-solution/v2/solution.js.map +0 -1
- package/build/plugins/solution/index.d.ts +0 -2
- package/build/plugins/solution/index.d.ts.map +0 -1
- package/build/plugins/solution/index.js +0 -7
- package/build/plugins/solution/index.js.map +0 -1
- package/templates/plugins/resource/aad/auth/bot/js/sso/showUserInfo.js +0 -36
- package/templates/plugins/resource/aad/auth/bot/js/sso/ssoDialog.js +0 -201
- package/templates/plugins/resource/aad/auth/bot/js/sso/teamsSsoBot.js +0 -63
- package/templates/plugins/resource/aad/auth/bot/ts/sso/showUserInfo.ts +0 -38
- package/templates/plugins/resource/aad/auth/bot/ts/sso/ssoDialog.ts +0 -213
- package/templates/plugins/resource/aad/auth/bot/ts/sso/teamsSsoBot.ts +0 -75
package/build/core/FxCore.js
CHANGED
|
@@ -11,7 +11,6 @@ const typedi_1 = require("typedi");
|
|
|
11
11
|
const uuid = tslib_1.__importStar(require("uuid"));
|
|
12
12
|
const hooks_1 = require("@feathersjs/hooks");
|
|
13
13
|
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
14
|
-
const globalState_1 = require("../common/globalState");
|
|
15
14
|
const localizeUtils_1 = require("../common/localizeUtils");
|
|
16
15
|
const localSettingsProvider_1 = require("../common/localSettingsProvider");
|
|
17
16
|
const projectSettingsHelper_1 = require("../common/projectSettingsHelper");
|
|
@@ -22,7 +21,6 @@ const question_1 = require("../plugins/solution/fx-solution/question");
|
|
|
22
21
|
const callback_1 = require("./callback");
|
|
23
22
|
const collaborator_1 = require("./collaborator");
|
|
24
23
|
const crypto_1 = require("./crypto");
|
|
25
|
-
const downloadSample_1 = require("./downloadSample");
|
|
26
24
|
const environment_1 = require("./environment");
|
|
27
25
|
const error_1 = require("./error");
|
|
28
26
|
const globalVars_1 = require("./globalVars");
|
|
@@ -32,20 +30,16 @@ const consolidateLocalRemote_1 = require("./middleware/consolidateLocalRemote");
|
|
|
32
30
|
const contextInjector_1 = require("./middleware/contextInjector");
|
|
33
31
|
const envInfoLoader_1 = require("./middleware/envInfoLoader");
|
|
34
32
|
const envInfoLoaderV3_1 = require("./middleware/envInfoLoaderV3");
|
|
35
|
-
const envInfoWriter_1 = require("./middleware/envInfoWriter");
|
|
36
33
|
const envInfoWriterV3_1 = require("./middleware/envInfoWriterV3");
|
|
37
34
|
const errorHandler_1 = require("./middleware/errorHandler");
|
|
38
35
|
const projectMigrator_1 = require("./middleware/projectMigrator");
|
|
39
36
|
const projectSettingsLoader_1 = require("./middleware/projectSettingsLoader");
|
|
40
37
|
const projectSettingsWriter_1 = require("./middleware/projectSettingsWriter");
|
|
41
38
|
const questionModel_1 = require("./middleware/questionModel");
|
|
42
|
-
const solutionLoader_1 = require("./middleware/solutionLoader");
|
|
43
39
|
const question_2 = require("./question");
|
|
44
|
-
const SolutionPluginContainer_1 = require("./SolutionPluginContainer");
|
|
45
40
|
const telemetry_2 = require("./telemetry");
|
|
46
|
-
const featureFlags_1 = require("../common/featureFlags");
|
|
47
41
|
const utils_1 = require("../component/utils");
|
|
48
|
-
require("../component/core");
|
|
42
|
+
const core_1 = require("../component/core");
|
|
49
43
|
const questionV3_1 = require("../component/questionV3");
|
|
50
44
|
const projectVersionChecker_1 = require("./middleware/projectVersionChecker");
|
|
51
45
|
const cicd_1 = require("../component/feature/cicd/cicd");
|
|
@@ -54,23 +48,12 @@ const appManifest_1 = require("../component/resource/appManifest/appManifest");
|
|
|
54
48
|
const ApiConnectorImpl_1 = require("../component/feature/apiconnector/ApiConnectorImpl");
|
|
55
49
|
const envManager_1 = require("../component/envManager");
|
|
56
50
|
const utils_2 = require("../common/utils");
|
|
57
|
-
const
|
|
58
|
-
const
|
|
51
|
+
const ManifestUtils_1 = require("../component/resource/appManifest/utils/ManifestUtils");
|
|
52
|
+
const arm_1 = require("../plugins/solution/fx-solution/arm");
|
|
59
53
|
const migrate_1 = require("../component/migrate");
|
|
54
|
+
const local_1 = require("../common/local");
|
|
60
55
|
class FxCore {
|
|
61
56
|
constructor(tools) {
|
|
62
|
-
//V1,V2 questions
|
|
63
|
-
this._getQuestionsForCreateProjectV2 = questionModel_1.getQuestionsForCreateProjectV2;
|
|
64
|
-
this._getQuestionsForCreateProjectV3 = questionModel_1.getQuestionsForCreateProjectV3;
|
|
65
|
-
this._getQuestionsForUserTask = questionModel_1.getQuestionsForUserTaskV2;
|
|
66
|
-
this._getQuestions = questionModel_1.getQuestionsV2;
|
|
67
|
-
//v3 questions
|
|
68
|
-
this._getQuestionsForAddFeature = questionModel_1.getQuestionsForAddFeature;
|
|
69
|
-
this._getQuestionsForProvision = questionModel_1.getQuestionsForProvision;
|
|
70
|
-
this._getQuestionsForDeploy = questionModel_1.getQuestionsForDeploy;
|
|
71
|
-
this._getQuestionsForPublish = questionModel_1.getQuestionsForPublish;
|
|
72
|
-
this._getQuestionsForInit = questionModel_1.getQuestionsForInit;
|
|
73
|
-
this._getQuestionsForUserTaskV3 = questionModel_1.getQuestionsForUserTaskV3;
|
|
74
57
|
this.tools = tools;
|
|
75
58
|
globalVars_1.setTools(tools);
|
|
76
59
|
telemetry_1.TelemetryReporterInstance.telemetryReporter = tools.telemetryReporter;
|
|
@@ -82,128 +65,6 @@ class FxCore {
|
|
|
82
65
|
on(event, callback) {
|
|
83
66
|
return callback_1.CallbackRegistry.set(event, callback);
|
|
84
67
|
}
|
|
85
|
-
async createProject(inputs) {
|
|
86
|
-
if (globalVars_1.isV3()) {
|
|
87
|
-
return this.createProjectV3(inputs);
|
|
88
|
-
}
|
|
89
|
-
else {
|
|
90
|
-
return this.createProjectV2(inputs);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
async createProjectV2(inputs, ctx) {
|
|
94
|
-
if (!ctx) {
|
|
95
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("ctx for createProject"));
|
|
96
|
-
}
|
|
97
|
-
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.create);
|
|
98
|
-
inputs.stage = teamsfx_api_1.Stage.create;
|
|
99
|
-
const folder = inputs[question_2.QuestionRootFolder.name];
|
|
100
|
-
try {
|
|
101
|
-
await fs.ensureDir(folder);
|
|
102
|
-
}
|
|
103
|
-
catch (e) {
|
|
104
|
-
throw new error_1.ProjectFolderInvalidError(folder);
|
|
105
|
-
}
|
|
106
|
-
if (featureFlags_1.isPreviewFeaturesEnabled()) {
|
|
107
|
-
const capability = inputs[question_2.CoreQuestionNames.Capabilities];
|
|
108
|
-
inputs[question_2.CoreQuestionNames.Capabilities] = [capability];
|
|
109
|
-
}
|
|
110
|
-
const capabilities = inputs[question_2.CoreQuestionNames.Capabilities];
|
|
111
|
-
if (capabilities && capabilities.includes(question_1.ExistingTabOptionItem.id)) {
|
|
112
|
-
return await this.createExistingTabApp(inputs, folder, ctx);
|
|
113
|
-
}
|
|
114
|
-
const scratch = inputs[question_2.CoreQuestionNames.CreateFromScratch];
|
|
115
|
-
let projectPath;
|
|
116
|
-
const automaticNpmInstall = "automaticNpmInstall";
|
|
117
|
-
if (scratch === question_2.ScratchOptionNo.id) {
|
|
118
|
-
// create from sample
|
|
119
|
-
const downloadRes = await downloadSample_1.downloadSample(inputs, ctx);
|
|
120
|
-
if (downloadRes.isErr()) {
|
|
121
|
-
return teamsfx_api_1.err(downloadRes.error);
|
|
122
|
-
}
|
|
123
|
-
projectPath = downloadRes.value;
|
|
124
|
-
}
|
|
125
|
-
else {
|
|
126
|
-
// create from new
|
|
127
|
-
const appName = inputs[question_2.CoreQuestionNames.AppName];
|
|
128
|
-
if (undefined === appName)
|
|
129
|
-
return teamsfx_api_1.err(error_1.InvalidInputError(`App Name is empty`, inputs));
|
|
130
|
-
const validateResult = jsonschema.validate(appName, {
|
|
131
|
-
pattern: question_2.ProjectNamePattern,
|
|
132
|
-
});
|
|
133
|
-
if (validateResult.errors && validateResult.errors.length > 0) {
|
|
134
|
-
return teamsfx_api_1.err(error_1.InvalidInputError(`${validateResult.errors[0].message}`, inputs));
|
|
135
|
-
}
|
|
136
|
-
projectPath = path.join(folder, appName);
|
|
137
|
-
inputs.projectPath = projectPath;
|
|
138
|
-
const folderExist = await fs.pathExists(projectPath);
|
|
139
|
-
if (folderExist) {
|
|
140
|
-
return teamsfx_api_1.err(new error_1.ProjectFolderExistError(projectPath));
|
|
141
|
-
}
|
|
142
|
-
await fs.ensureDir(projectPath);
|
|
143
|
-
await fs.ensureDir(path.join(projectPath, `.${teamsfx_api_1.ConfigFolderName}`));
|
|
144
|
-
await fs.ensureDir(path.join(projectPath, path.join("templates", `${teamsfx_api_1.AppPackageFolderName}`)));
|
|
145
|
-
const basicFolderRes = await ensureBasicFolderStructure(inputs);
|
|
146
|
-
if (basicFolderRes.isErr()) {
|
|
147
|
-
return teamsfx_api_1.err(basicFolderRes.error);
|
|
148
|
-
}
|
|
149
|
-
const projectSettings = {
|
|
150
|
-
appName,
|
|
151
|
-
projectId: inputs.projectId ? inputs.projectId : uuid.v4(),
|
|
152
|
-
version: projectSettingsHelper_1.getProjectSettingsVersion(),
|
|
153
|
-
isFromSample: false,
|
|
154
|
-
};
|
|
155
|
-
if (inputs[question_2.CoreQuestionNames.Capabilities].includes(question_1.M365SsoLaunchPageOptionItem.id) ||
|
|
156
|
-
inputs[question_2.CoreQuestionNames.Capabilities].includes(question_1.M365SearchAppOptionItem.id)) {
|
|
157
|
-
projectSettings.isM365 = true;
|
|
158
|
-
inputs.isM365 = true;
|
|
159
|
-
}
|
|
160
|
-
projectSettings.solutionSettings = {
|
|
161
|
-
name: "",
|
|
162
|
-
version: "1.0.0",
|
|
163
|
-
};
|
|
164
|
-
projectSettings.programmingLanguage = inputs[question_2.CoreQuestionNames.ProgrammingLanguage];
|
|
165
|
-
globalVars_1.globalVars.isVS = projectSettingsHelper_1.isVSProject(projectSettings);
|
|
166
|
-
ctx.projectSettings = projectSettings;
|
|
167
|
-
const createEnvResult = await envManager_1.createEnvWithName(environment_1.environmentManager.getDefaultEnvName(), projectSettings.appName, inputs);
|
|
168
|
-
if (createEnvResult.isErr()) {
|
|
169
|
-
return teamsfx_api_1.err(createEnvResult.error);
|
|
170
|
-
}
|
|
171
|
-
const createLocalEnvResult = await envManager_1.createEnvWithName(environment_1.environmentManager.getLocalEnvName(), projectSettings.appName, inputs);
|
|
172
|
-
if (createLocalEnvResult.isErr()) {
|
|
173
|
-
return teamsfx_api_1.err(createLocalEnvResult.error);
|
|
174
|
-
}
|
|
175
|
-
const solution = await SolutionPluginContainer_1.getSolutionPluginV2ByName(inputs[question_2.CoreQuestionNames.Solution]);
|
|
176
|
-
if (!solution) {
|
|
177
|
-
return teamsfx_api_1.err(new error_1.LoadSolutionError());
|
|
178
|
-
}
|
|
179
|
-
ctx.solutionV2 = solution;
|
|
180
|
-
projectSettings.solutionSettings.name = solution.name;
|
|
181
|
-
const contextV2 = tools_1.createV2Context(projectSettings);
|
|
182
|
-
ctx.contextV2 = contextV2;
|
|
183
|
-
const scaffoldSourceCodeRes = await solution.scaffoldSourceCode(contextV2, inputs);
|
|
184
|
-
if (scaffoldSourceCodeRes.isErr()) {
|
|
185
|
-
return teamsfx_api_1.err(scaffoldSourceCodeRes.error);
|
|
186
|
-
}
|
|
187
|
-
if (capabilities && !capabilities.includes(question_1.TabSPFxItem.id)) {
|
|
188
|
-
const generateResourceTemplateRes = await solution.generateResourceTemplate(contextV2, inputs);
|
|
189
|
-
if (generateResourceTemplateRes.isErr()) {
|
|
190
|
-
return teamsfx_api_1.err(generateResourceTemplateRes.error);
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
// ctx.provisionInputConfig = generateResourceTemplateRes.value;
|
|
194
|
-
if (solution.createEnv) {
|
|
195
|
-
inputs.copy = false;
|
|
196
|
-
const createEnvRes = await solution.createEnv(contextV2, inputs);
|
|
197
|
-
if (createEnvRes.isErr()) {
|
|
198
|
-
return teamsfx_api_1.err(createEnvRes.error);
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
if (inputs.platform === teamsfx_api_1.Platform.VSCode) {
|
|
203
|
-
await globalState_1.globalStateUpdate(automaticNpmInstall, true);
|
|
204
|
-
}
|
|
205
|
-
return teamsfx_api_1.ok(projectPath);
|
|
206
|
-
}
|
|
207
68
|
async createExistingTabApp(inputs, folder, ctx) {
|
|
208
69
|
var _a, _b;
|
|
209
70
|
(_a = globalVars_1.TOOLS.telemetryReporter) === null || _a === void 0 ? void 0 : _a.sendTelemetryEvent(telemetry_2.CoreTelemetryEvent.CreateStart, {
|
|
@@ -224,7 +85,7 @@ class FxCore {
|
|
|
224
85
|
});
|
|
225
86
|
return result;
|
|
226
87
|
}
|
|
227
|
-
async
|
|
88
|
+
async createProject(inputs, ctx) {
|
|
228
89
|
if (!ctx) {
|
|
229
90
|
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("ctx for createProject"));
|
|
230
91
|
}
|
|
@@ -239,28 +100,7 @@ class FxCore {
|
|
|
239
100
|
inputs.projectPath = context.projectPath;
|
|
240
101
|
return teamsfx_api_1.ok(context.projectPath);
|
|
241
102
|
}
|
|
242
|
-
|
|
243
|
-
* switch to different versions of provisionResources
|
|
244
|
-
*/
|
|
245
|
-
async provisionResources(inputs) {
|
|
246
|
-
if (globalVars_1.isV3()) {
|
|
247
|
-
return this.provisionResourcesV3(inputs);
|
|
248
|
-
}
|
|
249
|
-
else {
|
|
250
|
-
return this.provisionResourcesV2(inputs);
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
async provisionResourcesV2(inputs, ctx) {
|
|
254
|
-
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.provision);
|
|
255
|
-
inputs.stage = teamsfx_api_1.Stage.provision;
|
|
256
|
-
if (!ctx || !ctx.solutionV2 || !ctx.contextV2 || !ctx.envInfoV2) {
|
|
257
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("Provision input stuff"));
|
|
258
|
-
}
|
|
259
|
-
const envInfo = ctx.envInfoV2;
|
|
260
|
-
const result = await ctx.solutionV2.provisionResources(ctx.contextV2, inputs, envInfo, this.tools.tokenProvider);
|
|
261
|
-
return result;
|
|
262
|
-
}
|
|
263
|
-
async provisionResourcesV3(inputs, ctx) {
|
|
103
|
+
async provisionResources(inputs, ctx) {
|
|
264
104
|
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.provision);
|
|
265
105
|
inputs.stage = teamsfx_api_1.Stage.provision;
|
|
266
106
|
const context = utils_1.createContextV3();
|
|
@@ -302,32 +142,7 @@ class FxCore {
|
|
|
302
142
|
const appStudioV3 = typedi_1.Container.get(constants_1.ComponentNames.AppManifest);
|
|
303
143
|
return appStudioV3.provisionForCLI(context, inputs, environment_1.newEnvInfoV3(), globalVars_1.TOOLS.tokenProvider);
|
|
304
144
|
}
|
|
305
|
-
async deployArtifacts(inputs) {
|
|
306
|
-
if (globalVars_1.isV3())
|
|
307
|
-
return this.deployArtifactsV3(inputs);
|
|
308
|
-
else
|
|
309
|
-
return this.deployArtifactsV2(inputs);
|
|
310
|
-
}
|
|
311
|
-
async deployArtifactsV2(inputs, ctx) {
|
|
312
|
-
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.deploy);
|
|
313
|
-
inputs.stage = teamsfx_api_1.Stage.deploy;
|
|
314
|
-
if (!(ctx === null || ctx === void 0 ? void 0 : ctx.projectSettings)) {
|
|
315
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("deploy input stuff"));
|
|
316
|
-
}
|
|
317
|
-
if (projectSettingsHelper_1.isExistingTabApp(ctx.projectSettings)) {
|
|
318
|
-
// existing app scenario, deploy has no effect
|
|
319
|
-
return teamsfx_api_1.err(new error_1.OperationNotPermittedError("deploy"));
|
|
320
|
-
}
|
|
321
|
-
if (!ctx.solutionV2 || !ctx.contextV2 || !ctx.envInfoV2) {
|
|
322
|
-
const name = tools_1.undefinedName([ctx, ctx === null || ctx === void 0 ? void 0 : ctx.solutionV2, ctx === null || ctx === void 0 ? void 0 : ctx.contextV2, ctx === null || ctx === void 0 ? void 0 : ctx.envInfoV2], ["ctx", "ctx.solutionV2", "ctx.contextV2", "ctx.envInfoV2"]);
|
|
323
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError(`Deploy input stuff: ${name}`));
|
|
324
|
-
}
|
|
325
|
-
if (ctx.solutionV2.deploy)
|
|
326
|
-
return await ctx.solutionV2.deploy(ctx.contextV2, inputs, ctx.envInfoV2, this.tools.tokenProvider);
|
|
327
|
-
else
|
|
328
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
329
|
-
}
|
|
330
|
-
async deployArtifactsV3(inputs, ctx) {
|
|
145
|
+
async deployArtifacts(inputs, ctx) {
|
|
331
146
|
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.deploy);
|
|
332
147
|
inputs.stage = teamsfx_api_1.Stage.deploy;
|
|
333
148
|
const context = utils_1.createContextV3();
|
|
@@ -343,88 +158,9 @@ class FxCore {
|
|
|
343
158
|
}
|
|
344
159
|
async localDebug(inputs) {
|
|
345
160
|
inputs.env = environment_1.environmentManager.getLocalEnvName();
|
|
346
|
-
|
|
347
|
-
return this.provisionResourcesV3(inputs);
|
|
348
|
-
else
|
|
349
|
-
return this.localDebugV2(inputs);
|
|
350
|
-
}
|
|
351
|
-
async localDebugV2(inputs, ctx) {
|
|
352
|
-
var _a;
|
|
353
|
-
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.debug);
|
|
354
|
-
inputs.stage = teamsfx_api_1.Stage.debug;
|
|
355
|
-
if (!(ctx === null || ctx === void 0 ? void 0 : ctx.projectSettings)) {
|
|
356
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("local debug input stuff"));
|
|
357
|
-
}
|
|
358
|
-
if (!ctx.solutionV2 || !ctx.contextV2) {
|
|
359
|
-
const name = tools_1.undefinedName([ctx, ctx === null || ctx === void 0 ? void 0 : ctx.solutionV2, ctx === null || ctx === void 0 ? void 0 : ctx.contextV2], ["ctx", "ctx.solutionV2", "ctx.contextV2"]);
|
|
360
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError(`localDebug input stuff (${name})`));
|
|
361
|
-
}
|
|
362
|
-
if (!ctx.localSettings)
|
|
363
|
-
ctx.localSettings = {};
|
|
364
|
-
if (ctx.solutionV2.provisionLocalResource) {
|
|
365
|
-
if ((_a = ctx.envInfoV2) === null || _a === void 0 ? void 0 : _a.config) {
|
|
366
|
-
ctx.envInfoV2.config.isLocalDebug = true;
|
|
367
|
-
}
|
|
368
|
-
const res = await ctx.solutionV2.provisionLocalResource(ctx.contextV2, inputs, ctx.localSettings, this.tools.tokenProvider, ctx.envInfoV2);
|
|
369
|
-
if (res.kind === "success") {
|
|
370
|
-
ctx.localSettings = res.output;
|
|
371
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
372
|
-
}
|
|
373
|
-
else if (res.kind === "partialSuccess") {
|
|
374
|
-
ctx.localSettings = res.output;
|
|
375
|
-
return teamsfx_api_1.err(res.error);
|
|
376
|
-
}
|
|
377
|
-
else {
|
|
378
|
-
return teamsfx_api_1.err(res.error);
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
else {
|
|
382
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
async localDebugV3(inputs, ctx) {
|
|
386
|
-
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.debug);
|
|
387
|
-
inputs.stage = teamsfx_api_1.Stage.debug;
|
|
388
|
-
const context = utils_1.createContextV3();
|
|
389
|
-
context.envInfo = ctx.envInfoV3;
|
|
390
|
-
context.projectSetting = ctx.projectSettings;
|
|
391
|
-
context.tokenProvider = globalVars_1.TOOLS.tokenProvider;
|
|
392
|
-
const fx = typedi_1.Container.get("fx");
|
|
393
|
-
context.envInfo.config.isLocalDebug = true;
|
|
394
|
-
const res = await fx.provision(context, inputs);
|
|
395
|
-
if (res.isErr())
|
|
396
|
-
return teamsfx_api_1.err(res.error);
|
|
397
|
-
ctx.projectSettings = context.projectSetting;
|
|
398
|
-
ctx.envInfoV3 = context.envInfo;
|
|
399
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
400
|
-
}
|
|
401
|
-
_setEnvInfoV2(ctx) {
|
|
402
|
-
if (ctx && ctx.solutionContext) {
|
|
403
|
-
//workaround, compatible to api v2
|
|
404
|
-
ctx.envInfoV2 = {
|
|
405
|
-
envName: ctx.solutionContext.envInfo.envName,
|
|
406
|
-
config: ctx.solutionContext.envInfo.config,
|
|
407
|
-
state: {},
|
|
408
|
-
};
|
|
409
|
-
ctx.envInfoV2.state = tools_1.mapToJson(ctx.solutionContext.envInfo.state);
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
async publishApplication(inputs) {
|
|
413
|
-
if (globalVars_1.isV3())
|
|
414
|
-
return this.publishApplicationV3(inputs);
|
|
415
|
-
else
|
|
416
|
-
return this.publishApplicationV2(inputs);
|
|
161
|
+
return this.provisionResources(inputs);
|
|
417
162
|
}
|
|
418
|
-
async
|
|
419
|
-
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.publish);
|
|
420
|
-
inputs.stage = teamsfx_api_1.Stage.publish;
|
|
421
|
-
if (!ctx || !ctx.solutionV2 || !ctx.contextV2 || !ctx.envInfoV2) {
|
|
422
|
-
const name = tools_1.undefinedName([ctx, ctx === null || ctx === void 0 ? void 0 : ctx.solutionV2, ctx === null || ctx === void 0 ? void 0 : ctx.contextV2, ctx === null || ctx === void 0 ? void 0 : ctx.envInfoV2], ["ctx", "ctx.solutionV2", "ctx.contextV2", "ctx.envInfoV2"]);
|
|
423
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError(`publish input stuff: ${name}`));
|
|
424
|
-
}
|
|
425
|
-
return await ctx.solutionV2.publishApplication(ctx.contextV2, inputs, ctx.envInfoV2, this.tools.tokenProvider.m365TokenProvider);
|
|
426
|
-
}
|
|
427
|
-
async publishApplicationV3(inputs, ctx) {
|
|
163
|
+
async publishApplication(inputs, ctx) {
|
|
428
164
|
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.publish);
|
|
429
165
|
inputs.stage = teamsfx_api_1.Stage.publish;
|
|
430
166
|
const context = utils_1.createContextV3();
|
|
@@ -438,21 +174,6 @@ class FxCore {
|
|
|
438
174
|
ctx.projectSettings = context.projectSetting;
|
|
439
175
|
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
440
176
|
}
|
|
441
|
-
async executeUserTask(func, inputs) {
|
|
442
|
-
if (globalVars_1.isV3()) {
|
|
443
|
-
if (func.method === "addCICDWorkflows" ||
|
|
444
|
-
func.method === "connectExistingApi" ||
|
|
445
|
-
func.method === "addSso" ||
|
|
446
|
-
func.method === "addFeature" ||
|
|
447
|
-
func.method === "addResource" ||
|
|
448
|
-
func.method === "getManifestTemplatePath" ||
|
|
449
|
-
func.method === "validateManifest" ||
|
|
450
|
-
func.method === "buildPackage" ||
|
|
451
|
-
func.method === "updateManifest")
|
|
452
|
-
return this.executeUserTaskV3(func, inputs);
|
|
453
|
-
}
|
|
454
|
-
return this.executeUserTaskV2(func, inputs);
|
|
455
|
-
}
|
|
456
177
|
async addFeature(inputs, ctx) {
|
|
457
178
|
inputs.stage = teamsfx_api_1.Stage.addFeature;
|
|
458
179
|
const context = utils_1.createContextV3(ctx === null || ctx === void 0 ? void 0 : ctx.projectSettings);
|
|
@@ -463,54 +184,7 @@ class FxCore {
|
|
|
463
184
|
ctx.projectSettings = context.projectSetting;
|
|
464
185
|
return teamsfx_api_1.ok(res.value);
|
|
465
186
|
}
|
|
466
|
-
async
|
|
467
|
-
var _a, _b, _c, _d, _e, _f;
|
|
468
|
-
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.userTask);
|
|
469
|
-
inputs.stage = teamsfx_api_1.Stage.userTask;
|
|
470
|
-
const namespace = func.namespace;
|
|
471
|
-
const array = namespace ? namespace.split("/") : [];
|
|
472
|
-
if (inputs.env === environment_1.environmentManager.getLocalEnvName() && (ctx === null || ctx === void 0 ? void 0 : ctx.envInfoV2)) {
|
|
473
|
-
ctx.envInfoV2.config.isLocalDebug = true;
|
|
474
|
-
}
|
|
475
|
-
if ("" !== namespace && array.length > 0) {
|
|
476
|
-
if (!ctx || !ctx.solutionV2 || !ctx.envInfoV2) {
|
|
477
|
-
const name = tools_1.undefinedName([ctx, ctx === null || ctx === void 0 ? void 0 : ctx.solutionV2, ctx === null || ctx === void 0 ? void 0 : ctx.envInfoV2], ["ctx", "ctx.solutionV2", "ctx.envInfoV2"]);
|
|
478
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError(`executeUserTask input stuff: ${name}`));
|
|
479
|
-
}
|
|
480
|
-
if (!ctx.contextV2)
|
|
481
|
-
ctx.contextV2 = tools_1.createV2Context(projectSettingsHelper_1.newProjectSettings());
|
|
482
|
-
if (ctx.solutionV2.executeUserTask) {
|
|
483
|
-
if (!ctx.localSettings)
|
|
484
|
-
ctx.localSettings = {};
|
|
485
|
-
const res = await ctx.solutionV2.executeUserTask(ctx.contextV2, inputs, func, ctx.localSettings, ctx.envInfoV2, this.tools.tokenProvider);
|
|
486
|
-
//for existing app
|
|
487
|
-
if (res.isOk() &&
|
|
488
|
-
(func.method === "addCapability" || func.method === "addFeature") &&
|
|
489
|
-
inputs.capabilities &&
|
|
490
|
-
inputs.capabilities.length > 0) {
|
|
491
|
-
await ensureBasicFolderStructure(inputs);
|
|
492
|
-
}
|
|
493
|
-
// reset provisionSucceeded state for all env
|
|
494
|
-
if (res.isOk() &&
|
|
495
|
-
(func.method === "addCapability" ||
|
|
496
|
-
func.method === "addResource" ||
|
|
497
|
-
(func.method === "addFeature" &&
|
|
498
|
-
inputs[question_1.AzureSolutionQuestionNames.Features] !== question_1.ApiConnectionOptionItem.id &&
|
|
499
|
-
inputs[question_1.AzureSolutionQuestionNames.Features] !== question_1.CicdOptionItem.id))) {
|
|
500
|
-
if (((_c = (_b = (_a = ctx.envInfoV2) === null || _a === void 0 ? void 0 : _a.state) === null || _b === void 0 ? void 0 : _b.solution) === null || _c === void 0 ? void 0 : _c.provisionSucceeded) === true ||
|
|
501
|
-
((_f = (_e = (_d = ctx.envInfoV2) === null || _d === void 0 ? void 0 : _d.state) === null || _e === void 0 ? void 0 : _e.solution) === null || _f === void 0 ? void 0 : _f.provisionSucceeded) === "true") {
|
|
502
|
-
ctx.envInfoV2.state.solution.provisionSucceeded = false;
|
|
503
|
-
}
|
|
504
|
-
await environment_1.environmentManager.resetProvisionState(inputs, ctx.contextV2);
|
|
505
|
-
}
|
|
506
|
-
return res;
|
|
507
|
-
}
|
|
508
|
-
else
|
|
509
|
-
return teamsfx_api_1.err(error_1.FunctionRouterError(func));
|
|
510
|
-
}
|
|
511
|
-
return teamsfx_api_1.err(error_1.FunctionRouterError(func));
|
|
512
|
-
}
|
|
513
|
-
async executeUserTaskV3(func, inputs, ctx) {
|
|
187
|
+
async executeUserTask(func, inputs, ctx) {
|
|
514
188
|
if (!ctx)
|
|
515
189
|
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("executeUserTask context"));
|
|
516
190
|
let res = teamsfx_api_1.ok(undefined);
|
|
@@ -543,7 +217,7 @@ class FxCore {
|
|
|
543
217
|
res = await fx.addFeature(context, inputs);
|
|
544
218
|
}
|
|
545
219
|
else if (func.method === "getManifestTemplatePath") {
|
|
546
|
-
const path = await
|
|
220
|
+
const path = await ManifestUtils_1.manifestUtils.getTeamsAppManifestPath(inputs.projectPath);
|
|
547
221
|
res = teamsfx_api_1.ok(path);
|
|
548
222
|
}
|
|
549
223
|
else if (func.method === "validateManifest") {
|
|
@@ -569,80 +243,46 @@ class FxCore {
|
|
|
569
243
|
}
|
|
570
244
|
return res;
|
|
571
245
|
}
|
|
572
|
-
async getQuestions(stage, inputs
|
|
573
|
-
if (!ctx)
|
|
574
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("getQuestions input stuff"));
|
|
246
|
+
async getQuestions(stage, inputs) {
|
|
575
247
|
inputs.stage = teamsfx_api_1.Stage.getQuestions;
|
|
576
248
|
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.getQuestions);
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
}
|
|
587
|
-
else if (stage === teamsfx_api_1.Stage.deploy) {
|
|
588
|
-
return await questionV3_1.getQuestionsForDeployV3(context, inputs);
|
|
589
|
-
}
|
|
590
|
-
else if (stage === teamsfx_api_1.Stage.provision) {
|
|
591
|
-
return await questionV3_1.getQuestionsForProvisionV3(context, inputs);
|
|
592
|
-
}
|
|
593
|
-
return teamsfx_api_1.ok(undefined);
|
|
249
|
+
const context = utils_1.createContextV3();
|
|
250
|
+
if (stage === teamsfx_api_1.Stage.publish) {
|
|
251
|
+
return await appManifest_1.publishQuestion(inputs);
|
|
252
|
+
}
|
|
253
|
+
else if (stage === teamsfx_api_1.Stage.create) {
|
|
254
|
+
return await questionModel_1.getQuestionsForCreateProjectV2(inputs);
|
|
255
|
+
}
|
|
256
|
+
else if (stage === teamsfx_api_1.Stage.deploy) {
|
|
257
|
+
return await questionV3_1.getQuestionsForDeployV3(context, inputs);
|
|
594
258
|
}
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
delete inputs.projectPath;
|
|
598
|
-
return await this._getQuestionsForCreateProjectV2(inputs);
|
|
599
|
-
case teamsfx_api_1.Stage.init:
|
|
600
|
-
delete inputs.projectPath;
|
|
601
|
-
return await this._getQuestionsForInit(inputs);
|
|
602
|
-
default:
|
|
603
|
-
const contextV2 = ctx.contextV2 ? ctx.contextV2 : tools_1.createV2Context(projectSettingsHelper_1.newProjectSettings());
|
|
604
|
-
const solutionV2 = ctx.solutionV2 ? ctx.solutionV2 : await SolutionPluginContainer_1.getAllSolutionPluginsV2()[0];
|
|
605
|
-
const envInfoV2 = ctx.envInfoV2
|
|
606
|
-
? ctx.envInfoV2
|
|
607
|
-
: { envName: environment_1.environmentManager.getDefaultEnvName(), config: {}, state: {} };
|
|
608
|
-
inputs.stage = stage;
|
|
609
|
-
return await this._getQuestions(contextV2, solutionV2, stage, inputs, envInfoV2);
|
|
259
|
+
else if (stage === teamsfx_api_1.Stage.provision) {
|
|
260
|
+
return await questionV3_1.getQuestionsForProvisionV3(context, inputs);
|
|
610
261
|
}
|
|
262
|
+
return teamsfx_api_1.ok(undefined);
|
|
611
263
|
}
|
|
612
264
|
async getQuestionsForAddFeature(featureId, inputs) {
|
|
613
265
|
const res = await questionV3_1.getQuestionsForAddFeatureSubCommand(featureId, inputs);
|
|
614
266
|
return res;
|
|
615
267
|
}
|
|
616
|
-
async getQuestionsForUserTask(func, inputs
|
|
617
|
-
if (!ctx)
|
|
618
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("getQuestionsForUserTask input stuff"));
|
|
268
|
+
async getQuestionsForUserTask(func, inputs) {
|
|
619
269
|
inputs.stage = teamsfx_api_1.Stage.getQuestions;
|
|
620
270
|
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.getQuestions);
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
return await questionV3_1.getQuestionsForAddFeatureV3(context, inputs);
|
|
625
|
-
}
|
|
626
|
-
else if (func.method === "addResource") {
|
|
627
|
-
return await questionV3_1.getQuestionsForAddResourceV3(context, inputs);
|
|
628
|
-
}
|
|
629
|
-
else if (func.method === "addCICDWorkflows") {
|
|
630
|
-
return await cicd_1.addCicdQuestion(context, inputs);
|
|
631
|
-
}
|
|
632
|
-
else if (func.method === "connectExistingApi") {
|
|
633
|
-
const apiConnectorImpl = new ApiConnectorImpl_1.ApiConnectorImpl();
|
|
634
|
-
return await apiConnectorImpl.generateQuestion(context, inputs);
|
|
635
|
-
}
|
|
636
|
-
return teamsfx_api_1.ok(undefined);
|
|
271
|
+
const context = utils_1.createContextV3();
|
|
272
|
+
if (func.method === "addFeature") {
|
|
273
|
+
return await questionV3_1.getQuestionsForAddFeatureV3(context, inputs);
|
|
637
274
|
}
|
|
638
|
-
else {
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
275
|
+
else if (func.method === "addResource") {
|
|
276
|
+
return await questionV3_1.getQuestionsForAddResourceV3(context, inputs);
|
|
277
|
+
}
|
|
278
|
+
else if (func.method === "addCICDWorkflows") {
|
|
279
|
+
return await cicd_1.addCicdQuestion(context, inputs);
|
|
280
|
+
}
|
|
281
|
+
else if (func.method === "connectExistingApi") {
|
|
282
|
+
const apiConnectorImpl = new ApiConnectorImpl_1.ApiConnectorImpl();
|
|
283
|
+
return await apiConnectorImpl.generateQuestion(context, inputs);
|
|
645
284
|
}
|
|
285
|
+
return teamsfx_api_1.ok(undefined);
|
|
646
286
|
}
|
|
647
287
|
async getProjectConfig(inputs, ctx) {
|
|
648
288
|
var _a, _b;
|
|
@@ -683,22 +323,7 @@ class FxCore {
|
|
|
683
323
|
}
|
|
684
324
|
return teamsfx_api_1.ok(config);
|
|
685
325
|
}
|
|
686
|
-
async grantPermission(inputs) {
|
|
687
|
-
if (globalVars_1.isV3())
|
|
688
|
-
return this.grantPermissionV3(inputs);
|
|
689
|
-
else
|
|
690
|
-
return this.grantPermissionV2(inputs);
|
|
691
|
-
}
|
|
692
|
-
async grantPermissionV2(inputs, ctx) {
|
|
693
|
-
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.grantPermission);
|
|
694
|
-
inputs.stage = teamsfx_api_1.Stage.grantPermission;
|
|
695
|
-
const projectPath = inputs.projectPath;
|
|
696
|
-
if (!projectPath) {
|
|
697
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("projectPath"));
|
|
698
|
-
}
|
|
699
|
-
return ctx.solutionV2.grantPermission(ctx.contextV2, Object.assign(Object.assign({}, inputs), { projectPath: projectPath }), ctx.envInfoV2, this.tools.tokenProvider);
|
|
700
|
-
}
|
|
701
|
-
async grantPermissionV3(inputs, ctx) {
|
|
326
|
+
async grantPermission(inputs, ctx) {
|
|
702
327
|
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.grantPermission);
|
|
703
328
|
inputs.stage = teamsfx_api_1.Stage.grantPermission;
|
|
704
329
|
const projectPath = inputs.projectPath;
|
|
@@ -713,22 +338,7 @@ class FxCore {
|
|
|
713
338
|
}
|
|
714
339
|
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("ctx, contextV2, envInfoV3"));
|
|
715
340
|
}
|
|
716
|
-
async checkPermission(inputs) {
|
|
717
|
-
if (globalVars_1.isV3())
|
|
718
|
-
return this.checkPermissionV3(inputs);
|
|
719
|
-
else
|
|
720
|
-
return this.checkPermissionV2(inputs);
|
|
721
|
-
}
|
|
722
|
-
async checkPermissionV2(inputs, ctx) {
|
|
723
|
-
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.checkPermission);
|
|
724
|
-
inputs.stage = teamsfx_api_1.Stage.checkPermission;
|
|
725
|
-
const projectPath = inputs.projectPath;
|
|
726
|
-
if (!projectPath) {
|
|
727
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("projectPath"));
|
|
728
|
-
}
|
|
729
|
-
return ctx.solutionV2.checkPermission(ctx.contextV2, Object.assign(Object.assign({}, inputs), { projectPath: projectPath }), ctx.envInfoV2, this.tools.tokenProvider);
|
|
730
|
-
}
|
|
731
|
-
async checkPermissionV3(inputs, ctx) {
|
|
341
|
+
async checkPermission(inputs, ctx) {
|
|
732
342
|
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.checkPermission);
|
|
733
343
|
inputs.stage = teamsfx_api_1.Stage.checkPermission;
|
|
734
344
|
const projectPath = inputs.projectPath;
|
|
@@ -743,22 +353,7 @@ class FxCore {
|
|
|
743
353
|
}
|
|
744
354
|
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("ctx, contextV2, envInfoV3"));
|
|
745
355
|
}
|
|
746
|
-
async listCollaborator(inputs) {
|
|
747
|
-
if (globalVars_1.isV3())
|
|
748
|
-
return this.listCollaboratorV3(inputs);
|
|
749
|
-
else
|
|
750
|
-
return this.listCollaboratorV2(inputs);
|
|
751
|
-
}
|
|
752
|
-
async listCollaboratorV2(inputs, ctx) {
|
|
753
|
-
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.listCollaborator);
|
|
754
|
-
inputs.stage = teamsfx_api_1.Stage.listCollaborator;
|
|
755
|
-
const projectPath = inputs.projectPath;
|
|
756
|
-
if (!projectPath) {
|
|
757
|
-
return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("projectPath"));
|
|
758
|
-
}
|
|
759
|
-
return ctx.solutionV2.listCollaborator(ctx.contextV2, Object.assign(Object.assign({}, inputs), { projectPath: projectPath }), ctx.envInfoV2, this.tools.tokenProvider);
|
|
760
|
-
}
|
|
761
|
-
async listCollaboratorV3(inputs, ctx) {
|
|
356
|
+
async listCollaborator(inputs, ctx) {
|
|
762
357
|
globalVars_1.setCurrentStage(teamsfx_api_1.Stage.listCollaborator);
|
|
763
358
|
inputs.stage = teamsfx_api_1.Stage.listCollaborator;
|
|
764
359
|
const projectPath = inputs.projectPath;
|
|
@@ -814,40 +409,11 @@ class FxCore {
|
|
|
814
409
|
}
|
|
815
410
|
inputs.sourceEnvName = createEnvCopyInput.sourceEnvName;
|
|
816
411
|
inputs.targetEnvName = createEnvCopyInput.targetEnvName;
|
|
817
|
-
if (!
|
|
818
|
-
|
|
819
|
-
if (ctx.solutionV2.createEnv) {
|
|
820
|
-
inputs.copy = true;
|
|
821
|
-
return await ctx.solutionV2.createEnv(ctx.contextV2, inputs);
|
|
412
|
+
if (!local_1.ProjectSettingsHelper.isSpfx(ctx.projectSettings)) {
|
|
413
|
+
await arm_1.copyParameterJson(inputs.projectPath, ctx.projectSettings.appName, inputs.targetEnvName, inputs.sourceEnvName);
|
|
822
414
|
}
|
|
823
415
|
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
824
416
|
}
|
|
825
|
-
// async createEnvWithName(
|
|
826
|
-
// targetEnvName: string,
|
|
827
|
-
// projectSettings: ProjectSettings,
|
|
828
|
-
// inputs: Inputs,
|
|
829
|
-
// existingTabEndpoint?: string
|
|
830
|
-
// ): Promise<Result<Void, FxError>> {
|
|
831
|
-
// let appName = projectSettings.appName;
|
|
832
|
-
// if (targetEnvName === environmentManager.getLocalEnvName()) {
|
|
833
|
-
// appName = getLocalAppName(appName);
|
|
834
|
-
// }
|
|
835
|
-
// const newEnvConfig = environmentManager.newEnvConfigData(appName, existingTabEndpoint);
|
|
836
|
-
// const writeEnvResult = await environmentManager.writeEnvConfig(
|
|
837
|
-
// inputs.projectPath!,
|
|
838
|
-
// newEnvConfig,
|
|
839
|
-
// targetEnvName
|
|
840
|
-
// );
|
|
841
|
-
// if (writeEnvResult.isErr()) {
|
|
842
|
-
// return err(writeEnvResult.error);
|
|
843
|
-
// }
|
|
844
|
-
// this.tools.logProvider.debug(
|
|
845
|
-
// `[core] persist ${targetEnvName} env state to path ${writeEnvResult.value}: ${JSON.stringify(
|
|
846
|
-
// newEnvConfig
|
|
847
|
-
// )}`
|
|
848
|
-
// );
|
|
849
|
-
// return ok(Void);
|
|
850
|
-
// }
|
|
851
417
|
async createEnvCopy(targetEnvName, sourceEnvName, inputs, core) {
|
|
852
418
|
// copy env config file
|
|
853
419
|
const targetEnvConfigFilePath = environment_1.environmentManager.getEnvConfigPath(targetEnvName, inputs.projectPath);
|
|
@@ -877,7 +443,6 @@ class FxCore {
|
|
|
877
443
|
if (envConfigs.isErr() || envConfigs.value.indexOf(env) < 0) {
|
|
878
444
|
return teamsfx_api_1.err(error_1.NonExistEnvNameError(env));
|
|
879
445
|
}
|
|
880
|
-
const core = ctx.self;
|
|
881
446
|
const solutionContext = await envInfoLoader_1.loadSolutionContext(inputs, ctx.projectSettings, env);
|
|
882
447
|
if (!solutionContext.isErr()) {
|
|
883
448
|
ctx.provisionInputConfig = solutionContext.value.envInfo.config;
|
|
@@ -920,9 +485,7 @@ class FxCore {
|
|
|
920
485
|
// create ProjectSettings
|
|
921
486
|
const projectSettings = projectSettingsHelper_1.newProjectSettings();
|
|
922
487
|
projectSettings.appName = appName;
|
|
923
|
-
|
|
924
|
-
projectSettings.components = [];
|
|
925
|
-
}
|
|
488
|
+
projectSettings.components = [];
|
|
926
489
|
ctx.projectSettings = projectSettings;
|
|
927
490
|
// create folder structure
|
|
928
491
|
await fs.ensureDir(path.join(projectPath, `.${teamsfx_api_1.ConfigFolderName}`));
|
|
@@ -972,82 +535,12 @@ class FxCore {
|
|
|
972
535
|
return result;
|
|
973
536
|
}
|
|
974
537
|
}
|
|
975
|
-
tslib_1.__decorate([
|
|
976
|
-
hooks_1.hooks([
|
|
977
|
-
errorHandler_1.ErrorHandlerMW,
|
|
978
|
-
questionModel_1.QuestionModelMW,
|
|
979
|
-
contextInjector_1.ContextInjectorMW,
|
|
980
|
-
projectSettingsWriter_1.ProjectSettingsWriterMW,
|
|
981
|
-
envInfoWriter_1.EnvInfoWriterMW(true),
|
|
982
|
-
]),
|
|
983
|
-
tslib_1.__metadata("design:type", Function),
|
|
984
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
985
|
-
tslib_1.__metadata("design:returntype", Promise)
|
|
986
|
-
], FxCore.prototype, "createProjectV2", null);
|
|
987
538
|
tslib_1.__decorate([
|
|
988
539
|
hooks_1.hooks([errorHandler_1.ErrorHandlerMW, contextInjector_1.ContextInjectorMW, projectSettingsWriter_1.ProjectSettingsWriterMW]),
|
|
989
540
|
tslib_1.__metadata("design:type", Function),
|
|
990
541
|
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
991
542
|
tslib_1.__metadata("design:returntype", Promise)
|
|
992
|
-
], FxCore.prototype, "
|
|
993
|
-
tslib_1.__decorate([
|
|
994
|
-
hooks_1.hooks([
|
|
995
|
-
errorHandler_1.ErrorHandlerMW,
|
|
996
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
997
|
-
projectMigrator_1.ProjectMigratorMW,
|
|
998
|
-
consolidateLocalRemote_1.ProjectConsolidateMW,
|
|
999
|
-
aadManifestMigration_1.AadManifestMigrationMW,
|
|
1000
|
-
projectVersionChecker_1.ProjectVersionCheckerMW,
|
|
1001
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1002
|
-
envInfoLoader_1.EnvInfoLoaderMW(false),
|
|
1003
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1004
|
-
questionModel_1.QuestionModelMW,
|
|
1005
|
-
contextInjector_1.ContextInjectorMW,
|
|
1006
|
-
projectSettingsWriter_1.ProjectSettingsWriterMW,
|
|
1007
|
-
envInfoWriter_1.EnvInfoWriterMW(),
|
|
1008
|
-
]),
|
|
1009
|
-
tslib_1.__metadata("design:type", Function),
|
|
1010
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1011
|
-
tslib_1.__metadata("design:returntype", Promise)
|
|
1012
|
-
], FxCore.prototype, "provisionResourcesV2", null);
|
|
1013
|
-
tslib_1.__decorate([
|
|
1014
|
-
hooks_1.hooks([
|
|
1015
|
-
errorHandler_1.ErrorHandlerMW,
|
|
1016
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
1017
|
-
projectMigrator_1.ProjectMigratorMW,
|
|
1018
|
-
consolidateLocalRemote_1.ProjectConsolidateMW,
|
|
1019
|
-
aadManifestMigration_1.AadManifestMigrationMW,
|
|
1020
|
-
projectVersionChecker_1.ProjectVersionCheckerMW,
|
|
1021
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1022
|
-
envInfoLoaderV3_1.EnvInfoLoaderMW_V3(false),
|
|
1023
|
-
contextInjector_1.ContextInjectorMW,
|
|
1024
|
-
projectSettingsWriter_1.ProjectSettingsWriterMW,
|
|
1025
|
-
envInfoWriterV3_1.EnvInfoWriterMW_V3(),
|
|
1026
|
-
]),
|
|
1027
|
-
tslib_1.__metadata("design:type", Function),
|
|
1028
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1029
|
-
tslib_1.__metadata("design:returntype", Promise)
|
|
1030
|
-
], FxCore.prototype, "provisionResourcesV3", null);
|
|
1031
|
-
tslib_1.__decorate([
|
|
1032
|
-
hooks_1.hooks([
|
|
1033
|
-
errorHandler_1.ErrorHandlerMW,
|
|
1034
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
1035
|
-
projectMigrator_1.ProjectMigratorMW,
|
|
1036
|
-
consolidateLocalRemote_1.ProjectConsolidateMW,
|
|
1037
|
-
aadManifestMigration_1.AadManifestMigrationMW,
|
|
1038
|
-
projectVersionChecker_1.ProjectVersionCheckerMW,
|
|
1039
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1040
|
-
envInfoLoader_1.EnvInfoLoaderMW(false),
|
|
1041
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1042
|
-
questionModel_1.QuestionModelMW,
|
|
1043
|
-
contextInjector_1.ContextInjectorMW,
|
|
1044
|
-
projectSettingsWriter_1.ProjectSettingsWriterMW,
|
|
1045
|
-
envInfoWriter_1.EnvInfoWriterMW(),
|
|
1046
|
-
]),
|
|
1047
|
-
tslib_1.__metadata("design:type", Function),
|
|
1048
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1049
|
-
tslib_1.__metadata("design:returntype", Promise)
|
|
1050
|
-
], FxCore.prototype, "deployArtifactsV2", null);
|
|
543
|
+
], FxCore.prototype, "createProject", null);
|
|
1051
544
|
tslib_1.__decorate([
|
|
1052
545
|
hooks_1.hooks([
|
|
1053
546
|
errorHandler_1.ErrorHandlerMW,
|
|
@@ -1065,27 +558,7 @@ tslib_1.__decorate([
|
|
|
1065
558
|
tslib_1.__metadata("design:type", Function),
|
|
1066
559
|
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1067
560
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1068
|
-
], FxCore.prototype, "
|
|
1069
|
-
tslib_1.__decorate([
|
|
1070
|
-
hooks_1.hooks([
|
|
1071
|
-
errorHandler_1.ErrorHandlerMW,
|
|
1072
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
1073
|
-
projectMigrator_1.ProjectMigratorMW,
|
|
1074
|
-
consolidateLocalRemote_1.ProjectConsolidateMW,
|
|
1075
|
-
aadManifestMigration_1.AadManifestMigrationMW,
|
|
1076
|
-
projectVersionChecker_1.ProjectVersionCheckerMW,
|
|
1077
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1078
|
-
envInfoLoader_1.EnvInfoLoaderMW(true),
|
|
1079
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1080
|
-
questionModel_1.QuestionModelMW,
|
|
1081
|
-
contextInjector_1.ContextInjectorMW,
|
|
1082
|
-
projectSettingsWriter_1.ProjectSettingsWriterMW,
|
|
1083
|
-
envInfoWriter_1.EnvInfoWriterMW(true),
|
|
1084
|
-
]),
|
|
1085
|
-
tslib_1.__metadata("design:type", Function),
|
|
1086
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1087
|
-
tslib_1.__metadata("design:returntype", Promise)
|
|
1088
|
-
], FxCore.prototype, "localDebugV2", null);
|
|
561
|
+
], FxCore.prototype, "provisionResources", null);
|
|
1089
562
|
tslib_1.__decorate([
|
|
1090
563
|
hooks_1.hooks([
|
|
1091
564
|
errorHandler_1.ErrorHandlerMW,
|
|
@@ -1103,27 +576,7 @@ tslib_1.__decorate([
|
|
|
1103
576
|
tslib_1.__metadata("design:type", Function),
|
|
1104
577
|
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1105
578
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1106
|
-
], FxCore.prototype, "
|
|
1107
|
-
tslib_1.__decorate([
|
|
1108
|
-
hooks_1.hooks([
|
|
1109
|
-
errorHandler_1.ErrorHandlerMW,
|
|
1110
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
1111
|
-
projectMigrator_1.ProjectMigratorMW,
|
|
1112
|
-
consolidateLocalRemote_1.ProjectConsolidateMW,
|
|
1113
|
-
aadManifestMigration_1.AadManifestMigrationMW,
|
|
1114
|
-
projectVersionChecker_1.ProjectVersionCheckerMW,
|
|
1115
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1116
|
-
envInfoLoader_1.EnvInfoLoaderMW(false),
|
|
1117
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1118
|
-
questionModel_1.QuestionModelMW,
|
|
1119
|
-
contextInjector_1.ContextInjectorMW,
|
|
1120
|
-
projectSettingsWriter_1.ProjectSettingsWriterMW,
|
|
1121
|
-
envInfoWriter_1.EnvInfoWriterMW(),
|
|
1122
|
-
]),
|
|
1123
|
-
tslib_1.__metadata("design:type", Function),
|
|
1124
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1125
|
-
tslib_1.__metadata("design:returntype", Promise)
|
|
1126
|
-
], FxCore.prototype, "publishApplicationV2", null);
|
|
579
|
+
], FxCore.prototype, "deployArtifacts", null);
|
|
1127
580
|
tslib_1.__decorate([
|
|
1128
581
|
hooks_1.hooks([
|
|
1129
582
|
errorHandler_1.ErrorHandlerMW,
|
|
@@ -1141,7 +594,7 @@ tslib_1.__decorate([
|
|
|
1141
594
|
tslib_1.__metadata("design:type", Function),
|
|
1142
595
|
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1143
596
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1144
|
-
], FxCore.prototype, "
|
|
597
|
+
], FxCore.prototype, "publishApplication", null);
|
|
1145
598
|
tslib_1.__decorate([
|
|
1146
599
|
hooks_1.hooks([
|
|
1147
600
|
errorHandler_1.ErrorHandlerMW,
|
|
@@ -1160,26 +613,6 @@ tslib_1.__decorate([
|
|
|
1160
613
|
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1161
614
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1162
615
|
], FxCore.prototype, "addFeature", null);
|
|
1163
|
-
tslib_1.__decorate([
|
|
1164
|
-
hooks_1.hooks([
|
|
1165
|
-
errorHandler_1.ErrorHandlerMW,
|
|
1166
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
1167
|
-
projectMigrator_1.ProjectMigratorMW,
|
|
1168
|
-
consolidateLocalRemote_1.ProjectConsolidateMW,
|
|
1169
|
-
aadManifestMigration_1.AadManifestMigrationMW,
|
|
1170
|
-
projectVersionChecker_1.ProjectVersionCheckerMW,
|
|
1171
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1172
|
-
envInfoLoader_1.EnvInfoLoaderMW(false),
|
|
1173
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1174
|
-
questionModel_1.QuestionModelMW,
|
|
1175
|
-
contextInjector_1.ContextInjectorMW,
|
|
1176
|
-
projectSettingsWriter_1.ProjectSettingsWriterMW,
|
|
1177
|
-
envInfoWriter_1.EnvInfoWriterMW(),
|
|
1178
|
-
]),
|
|
1179
|
-
tslib_1.__metadata("design:type", Function),
|
|
1180
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object, Object]),
|
|
1181
|
-
tslib_1.__metadata("design:returntype", Promise)
|
|
1182
|
-
], FxCore.prototype, "executeUserTaskV2", null);
|
|
1183
616
|
tslib_1.__decorate([
|
|
1184
617
|
hooks_1.hooks([
|
|
1185
618
|
errorHandler_1.ErrorHandlerMW,
|
|
@@ -1197,33 +630,17 @@ tslib_1.__decorate([
|
|
|
1197
630
|
tslib_1.__metadata("design:type", Function),
|
|
1198
631
|
tslib_1.__metadata("design:paramtypes", [Object, Object, Object]),
|
|
1199
632
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1200
|
-
], FxCore.prototype, "
|
|
633
|
+
], FxCore.prototype, "executeUserTask", null);
|
|
1201
634
|
tslib_1.__decorate([
|
|
1202
|
-
hooks_1.hooks([
|
|
1203
|
-
errorHandler_1.ErrorHandlerMW,
|
|
1204
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
1205
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1206
|
-
envInfoLoader_1.EnvInfoLoaderMW(true),
|
|
1207
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1208
|
-
contextInjector_1.ContextInjectorMW,
|
|
1209
|
-
envInfoWriter_1.EnvInfoWriterMW(),
|
|
1210
|
-
]),
|
|
635
|
+
hooks_1.hooks([errorHandler_1.ErrorHandlerMW]),
|
|
1211
636
|
tslib_1.__metadata("design:type", Function),
|
|
1212
|
-
tslib_1.__metadata("design:paramtypes", [String, Object
|
|
637
|
+
tslib_1.__metadata("design:paramtypes", [String, Object]),
|
|
1213
638
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1214
639
|
], FxCore.prototype, "getQuestions", null);
|
|
1215
640
|
tslib_1.__decorate([
|
|
1216
|
-
hooks_1.hooks([
|
|
1217
|
-
errorHandler_1.ErrorHandlerMW,
|
|
1218
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
1219
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1220
|
-
envInfoLoader_1.EnvInfoLoaderMW(true),
|
|
1221
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1222
|
-
contextInjector_1.ContextInjectorMW,
|
|
1223
|
-
envInfoWriter_1.EnvInfoWriterMW(),
|
|
1224
|
-
]),
|
|
641
|
+
hooks_1.hooks([errorHandler_1.ErrorHandlerMW]),
|
|
1225
642
|
tslib_1.__metadata("design:type", Function),
|
|
1226
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object
|
|
643
|
+
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1227
644
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1228
645
|
], FxCore.prototype, "getQuestionsForUserTask", null);
|
|
1229
646
|
tslib_1.__decorate([
|
|
@@ -1257,24 +674,6 @@ tslib_1.__decorate([
|
|
|
1257
674
|
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1258
675
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1259
676
|
], FxCore.prototype, "getProjectConfigV3", null);
|
|
1260
|
-
tslib_1.__decorate([
|
|
1261
|
-
hooks_1.hooks([
|
|
1262
|
-
errorHandler_1.ErrorHandlerMW,
|
|
1263
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
1264
|
-
projectMigrator_1.ProjectMigratorMW,
|
|
1265
|
-
consolidateLocalRemote_1.ProjectConsolidateMW,
|
|
1266
|
-
aadManifestMigration_1.AadManifestMigrationMW,
|
|
1267
|
-
projectVersionChecker_1.ProjectVersionCheckerMW,
|
|
1268
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1269
|
-
envInfoLoader_1.EnvInfoLoaderMW(false),
|
|
1270
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1271
|
-
questionModel_1.QuestionModelMW,
|
|
1272
|
-
contextInjector_1.ContextInjectorMW,
|
|
1273
|
-
]),
|
|
1274
|
-
tslib_1.__metadata("design:type", Function),
|
|
1275
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1276
|
-
tslib_1.__metadata("design:returntype", Promise)
|
|
1277
|
-
], FxCore.prototype, "grantPermissionV2", null);
|
|
1278
677
|
tslib_1.__decorate([
|
|
1279
678
|
hooks_1.hooks([
|
|
1280
679
|
errorHandler_1.ErrorHandlerMW,
|
|
@@ -1291,25 +690,7 @@ tslib_1.__decorate([
|
|
|
1291
690
|
tslib_1.__metadata("design:type", Function),
|
|
1292
691
|
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1293
692
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1294
|
-
], FxCore.prototype, "
|
|
1295
|
-
tslib_1.__decorate([
|
|
1296
|
-
hooks_1.hooks([
|
|
1297
|
-
errorHandler_1.ErrorHandlerMW,
|
|
1298
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
1299
|
-
projectMigrator_1.ProjectMigratorMW,
|
|
1300
|
-
consolidateLocalRemote_1.ProjectConsolidateMW,
|
|
1301
|
-
aadManifestMigration_1.AadManifestMigrationMW,
|
|
1302
|
-
projectVersionChecker_1.ProjectVersionCheckerMW,
|
|
1303
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1304
|
-
envInfoLoader_1.EnvInfoLoaderMW(false),
|
|
1305
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1306
|
-
questionModel_1.QuestionModelMW,
|
|
1307
|
-
contextInjector_1.ContextInjectorMW,
|
|
1308
|
-
]),
|
|
1309
|
-
tslib_1.__metadata("design:type", Function),
|
|
1310
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1311
|
-
tslib_1.__metadata("design:returntype", Promise)
|
|
1312
|
-
], FxCore.prototype, "checkPermissionV2", null);
|
|
693
|
+
], FxCore.prototype, "grantPermission", null);
|
|
1313
694
|
tslib_1.__decorate([
|
|
1314
695
|
hooks_1.hooks([
|
|
1315
696
|
errorHandler_1.ErrorHandlerMW,
|
|
@@ -1325,25 +706,7 @@ tslib_1.__decorate([
|
|
|
1325
706
|
tslib_1.__metadata("design:type", Function),
|
|
1326
707
|
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1327
708
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1328
|
-
], FxCore.prototype, "
|
|
1329
|
-
tslib_1.__decorate([
|
|
1330
|
-
hooks_1.hooks([
|
|
1331
|
-
errorHandler_1.ErrorHandlerMW,
|
|
1332
|
-
concurrentLocker_1.ConcurrentLockerMW,
|
|
1333
|
-
projectMigrator_1.ProjectMigratorMW,
|
|
1334
|
-
consolidateLocalRemote_1.ProjectConsolidateMW,
|
|
1335
|
-
aadManifestMigration_1.AadManifestMigrationMW,
|
|
1336
|
-
projectVersionChecker_1.ProjectVersionCheckerMW,
|
|
1337
|
-
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1338
|
-
envInfoLoader_1.EnvInfoLoaderMW(false),
|
|
1339
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1340
|
-
questionModel_1.QuestionModelMW,
|
|
1341
|
-
contextInjector_1.ContextInjectorMW,
|
|
1342
|
-
]),
|
|
1343
|
-
tslib_1.__metadata("design:type", Function),
|
|
1344
|
-
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1345
|
-
tslib_1.__metadata("design:returntype", Promise)
|
|
1346
|
-
], FxCore.prototype, "listCollaboratorV2", null);
|
|
709
|
+
], FxCore.prototype, "checkPermission", null);
|
|
1347
710
|
tslib_1.__decorate([
|
|
1348
711
|
hooks_1.hooks([
|
|
1349
712
|
errorHandler_1.ErrorHandlerMW,
|
|
@@ -1359,7 +722,7 @@ tslib_1.__decorate([
|
|
|
1359
722
|
tslib_1.__metadata("design:type", Function),
|
|
1360
723
|
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1361
724
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1362
|
-
], FxCore.prototype, "
|
|
725
|
+
], FxCore.prototype, "listCollaborator", null);
|
|
1363
726
|
tslib_1.__decorate([
|
|
1364
727
|
hooks_1.hooks([
|
|
1365
728
|
errorHandler_1.ErrorHandlerMW,
|
|
@@ -1401,8 +764,7 @@ tslib_1.__decorate([
|
|
|
1401
764
|
errorHandler_1.ErrorHandlerMW,
|
|
1402
765
|
concurrentLocker_1.ConcurrentLockerMW,
|
|
1403
766
|
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1404
|
-
|
|
1405
|
-
envInfoLoader_1.EnvInfoLoaderMW(true),
|
|
767
|
+
envInfoLoaderV3_1.EnvInfoLoaderMW_V3(true),
|
|
1406
768
|
contextInjector_1.ContextInjectorMW,
|
|
1407
769
|
]),
|
|
1408
770
|
tslib_1.__metadata("design:type", Function),
|
|
@@ -1418,7 +780,6 @@ tslib_1.__decorate([
|
|
|
1418
780
|
aadManifestMigration_1.AadManifestMigrationMW,
|
|
1419
781
|
projectVersionChecker_1.ProjectVersionCheckerMW,
|
|
1420
782
|
projectSettingsLoader_1.ProjectSettingsLoaderMW,
|
|
1421
|
-
solutionLoader_1.SolutionLoaderMW,
|
|
1422
783
|
contextInjector_1.ContextInjectorMW,
|
|
1423
784
|
projectSettingsWriter_1.ProjectSettingsWriterMW,
|
|
1424
785
|
]),
|
|
@@ -1427,7 +788,7 @@ tslib_1.__decorate([
|
|
|
1427
788
|
tslib_1.__metadata("design:returntype", Promise)
|
|
1428
789
|
], FxCore.prototype, "activateEnv", null);
|
|
1429
790
|
tslib_1.__decorate([
|
|
1430
|
-
hooks_1.hooks([errorHandler_1.ErrorHandlerMW,
|
|
791
|
+
hooks_1.hooks([errorHandler_1.ErrorHandlerMW, contextInjector_1.ContextInjectorMW, projectSettingsWriter_1.ProjectSettingsWriterMW]),
|
|
1431
792
|
tslib_1.__metadata("design:type", Function),
|
|
1432
793
|
tslib_1.__metadata("design:paramtypes", [Object, Object]),
|
|
1433
794
|
tslib_1.__metadata("design:returntype", Promise)
|