@microsoft/teamsfx-core 1.16.5 → 1.17.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/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 +2 -2
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +2 -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 +1 -1
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +5 -5
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/local/constants.d.ts +69 -0
- package/build/common/local/constants.d.ts.map +1 -1
- package/build/common/local/constants.js +70 -1
- package/build/common/local/constants.js.map +1 -1
- package/build/common/local/localEnvManager.d.ts +6 -3
- package/build/common/local/localEnvManager.d.ts.map +1 -1
- package/build/common/local/localEnvManager.js +18 -26
- package/build/common/local/localEnvManager.js.map +1 -1
- package/build/common/local/localEnvProvider.d.ts.map +1 -1
- package/build/common/local/localEnvProvider.js +1 -1
- package/build/common/local/localEnvProvider.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 +24 -22
- package/build/common/telemetry.d.ts +4 -1
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +3 -0
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- 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 +32 -0
- package/build/component/code/constants.d.ts.map +1 -0
- package/build/component/code/constants.js +38 -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 +2 -2
- package/build/component/code/spfxTabCode.d.ts.map +1 -1
- package/build/component/code/spfxTabCode.js +22 -37
- package/build/component/code/spfxTabCode.js.map +1 -1
- package/build/component/code/tab/constants.d.ts +7 -0
- package/build/component/code/tab/constants.d.ts.map +1 -0
- package/build/component/code/tab/constants.js +17 -0
- package/build/component/code/tab/constants.js.map +1 -0
- package/build/component/code/tab/deploy.d.ts +16 -0
- package/build/component/code/tab/deploy.d.ts.map +1 -0
- package/build/component/code/tab/deploy.js +95 -0
- package/build/component/code/tab/deploy.js.map +1 -0
- package/build/component/code/tab/env.d.ts +23 -0
- package/build/component/code/tab/env.d.ts.map +1 -0
- package/build/component/code/tab/env.js +101 -0
- package/build/component/code/tab/env.js.map +1 -0
- package/build/component/code/{tabCode.d.ts → tab/tabCode.d.ts} +0 -0
- package/build/component/code/tab/tabCode.d.ts.map +1 -0
- package/build/component/code/tab/tabCode.js +247 -0
- package/build/component/code/tab/tabCode.js.map +1 -0
- package/build/component/code/utils.js +2 -2
- package/build/component/code/utils.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 +19 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +20 -1
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts +12 -0
- package/build/component/coordinator/index.d.ts.map +1 -0
- package/build/component/coordinator/index.js +162 -0
- package/build/component/coordinator/index.js.map +1 -0
- 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 +7 -7
- package/build/component/core.d.ts.map +1 -1
- package/build/component/core.js +16 -16
- package/build/component/core.js.map +1 -1
- package/build/component/debug.d.ts.map +1 -1
- package/build/component/debug.js +83 -60
- 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 +32 -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 +4 -4
- 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 +25 -23
- package/build/component/debugHandler/tab.js.map +1 -1
- package/build/component/deploy/azureAppServiceDeployDriver.d.ts +13 -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 +147 -0
- package/build/component/deploy/azureDeployDriver.js.map +1 -0
- package/build/component/deploy/azureFunctionDeployDriver.d.ts +17 -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 +19 -0
- package/build/component/deploy/azureStorageDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/azureStorageDeployDriver.js +102 -0
- package/build/component/deploy/azureStorageDeployDriver.js.map +1 -0
- package/build/component/deploy/baseBuildDriver.d.ts +10 -0
- package/build/component/deploy/baseBuildDriver.d.ts.map +1 -0
- package/build/component/deploy/baseBuildDriver.js +36 -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 +10 -0
- package/build/component/deploy/baseStepDriver.d.ts.map +1 -0
- package/build/component/deploy/baseStepDriver.js +21 -0
- package/build/component/deploy/baseStepDriver.js.map +1 -0
- package/build/component/deploy/dotnetBuildDriver.d.ts +10 -0
- package/build/component/deploy/dotnetBuildDriver.d.ts.map +1 -0
- package/build/component/deploy/dotnetBuildDriver.js +26 -0
- package/build/component/deploy/dotnetBuildDriver.js.map +1 -0
- package/build/component/deploy/npmBuildDriver.d.ts +10 -0
- package/build/component/deploy/npmBuildDriver.d.ts.map +1 -0
- package/build/component/deploy/npmBuildDriver.js +26 -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/driver/aad/create.d.ts +10 -0
- package/build/component/driver/aad/create.d.ts.map +1 -0
- package/build/component/driver/aad/create.js +101 -0
- package/build/component/driver/aad/create.js.map +1 -0
- package/build/component/driver/aad/error/invalidParameterUserError.d.ts +5 -0
- package/build/component/driver/aad/error/invalidParameterUserError.d.ts.map +1 -0
- package/build/component/driver/aad/error/invalidParameterUserError.js +29 -0
- package/build/component/driver/aad/error/invalidParameterUserError.js.map +1 -0
- package/build/component/driver/aad/error/missingEnvError.d.ts +5 -0
- package/build/component/driver/aad/error/missingEnvError.d.ts.map +1 -0
- package/build/component/driver/aad/error/missingEnvError.js +29 -0
- package/build/component/driver/aad/error/missingEnvError.js.map +1 -0
- package/build/component/driver/aad/error/unhandledError.d.ts +8 -0
- package/build/component/driver/aad/error/unhandledError.d.ts.map +1 -0
- package/build/component/driver/aad/error/unhandledError.js +33 -0
- package/build/component/driver/aad/error/unhandledError.js.map +1 -0
- package/build/component/driver/aad/interface/createAadAppArgs.d.ts +5 -0
- package/build/component/driver/aad/interface/createAadAppArgs.d.ts.map +1 -0
- package/build/component/driver/aad/interface/createAadAppArgs.js +5 -0
- package/build/component/driver/aad/interface/createAadAppArgs.js.map +1 -0
- package/build/component/driver/aad/interface/createAadAppOutput.d.ts +9 -0
- package/build/component/driver/aad/interface/createAadAppOutput.d.ts.map +1 -0
- package/build/component/driver/aad/interface/createAadAppOutput.js +5 -0
- package/build/component/driver/aad/interface/createAadAppOutput.js.map +1 -0
- package/build/component/driver/aad/utility/aadAppClient.d.ts +12 -0
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -0
- package/build/component/driver/aad/utility/aadAppClient.js +71 -0
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -0
- package/build/component/envManager.js +1 -1
- package/build/component/envManager.js.map +1 -1
- package/build/component/error/componentError.d.ts +53 -0
- package/build/component/error/componentError.d.ts.map +1 -0
- package/build/component/error/componentError.js +128 -0
- package/build/component/error/componentError.js.map +1 -0
- package/build/component/error/deployError.d.ts +20 -0
- package/build/component/error/deployError.d.ts.map +1 -0
- package/build/component/error/deployError.js +49 -0
- package/build/component/error/deployError.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 +23 -26
- 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 +6 -0
- package/build/component/feature/sso.d.ts.map +1 -1
- package/build/component/feature/sso.js +100 -75
- package/build/component/feature/sso.js.map +1 -1
- package/build/component/feature/tab.d.ts.map +1 -1
- package/build/component/feature/tab.js +36 -35
- package/build/component/feature/tab.js.map +1 -1
- package/build/component/interface/buildAndDeployArgs.d.ts +46 -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/commonArgs.d.ts +14 -0
- package/build/component/interface/commonArgs.d.ts.map +1 -0
- package/build/component/interface/commonArgs.js +5 -0
- package/build/component/interface/commonArgs.js.map +1 -0
- package/build/component/interface/provisionArgs.d.ts +6 -0
- package/build/component/interface/provisionArgs.d.ts.map +1 -0
- package/build/component/interface/provisionArgs.js +5 -0
- package/build/component/interface/provisionArgs.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 +23 -11
- package/build/component/messages.d.ts.map +1 -1
- package/build/component/messages.js +44 -42
- 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/provision/azureStorageStaticWebsiteConfigDriver.d.ts +20 -0
- package/build/component/provision/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -0
- package/build/component/provision/azureStorageStaticWebsiteConfigDriver.js +58 -0
- package/build/component/provision/azureStorageStaticWebsiteConfigDriver.js.map +1 -0
- package/build/component/provisionUtils.js +9 -9
- 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/component/resource/aadApp/aadAppManifestManager.js +130 -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 +123 -0
- package/build/component/resource/appManifest/errors.d.ts.map +1 -0
- package/build/component/resource/appManifest/errors.js +235 -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 +453 -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/azureStorage.d.ts +31 -0
- package/build/component/resource/azureStorage/azureStorage.d.ts.map +1 -0
- package/build/component/resource/azureStorage/azureStorage.js +111 -0
- package/build/component/resource/azureStorage/azureStorage.js.map +1 -0
- package/build/component/resource/azureStorage/clients.d.ts +23 -0
- package/build/component/resource/azureStorage/clients.d.ts.map +1 -0
- package/build/component/resource/azureStorage/clients.js +133 -0
- package/build/component/resource/azureStorage/clients.js.map +1 -0
- package/build/component/resource/azureStorage/configs.d.ts +12 -0
- package/build/component/resource/azureStorage/configs.d.ts.map +1 -0
- package/build/component/resource/azureStorage/configs.js +30 -0
- package/build/component/resource/azureStorage/configs.js.map +1 -0
- package/build/component/resource/azureStorage/constants.d.ts +11 -0
- package/build/component/resource/azureStorage/constants.d.ts.map +1 -0
- package/build/component/resource/azureStorage/constants.js +17 -0
- package/build/component/resource/azureStorage/constants.js.map +1 -0
- package/build/component/resource/azureStorage/messages.d.ts +14 -0
- package/build/component/resource/azureStorage/messages.d.ts.map +1 -0
- package/build/component/resource/azureStorage/messages.js +28 -0
- package/build/component/resource/azureStorage/messages.js.map +1 -0
- 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/azureResourceOperation.d.ts +24 -0
- package/build/component/utils/azureResourceOperation.d.ts.map +1 -0
- package/build/component/utils/azureResourceOperation.js +84 -0
- package/build/component/utils/azureResourceOperation.js.map +1 -0
- package/build/component/utils/common.d.ts +26 -0
- package/build/component/utils/common.d.ts.map +1 -0
- package/build/component/utils/common.js +82 -0
- package/build/component/utils/common.js.map +1 -0
- package/build/component/utils/fileOperation.d.ts +19 -0
- package/build/component/utils/fileOperation.d.ts.map +1 -0
- package/build/component/utils/fileOperation.js +122 -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 +98 -760
- 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/envInfoLoaderV3.d.ts +14 -1
- package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
- package/build/core/middleware/envInfoLoaderV3.js +187 -9
- 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/solution/fx-solution/ResourcePluginContainer.d.ts +2 -28
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.js +2 -43
- 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 +42 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.js +1 -0
- package/build/plugins/solution/fx-solution/debug/util/launch.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js +1 -0
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launchTransparency.d.ts +9 -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 +65 -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 +706 -0
- package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.js.map +1 -0
- package/build/plugins/solution/fx-solution/question.js +1 -1
- package/build/plugins/solution/fx-solution/question.js.map +1 -1
- 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.d.ts +2 -2
- package/build/plugins/solution/fx-solution/utils/backupFiles.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/utils/backupFiles.js +8 -5
- package/build/plugins/solution/fx-solution/utils/backupFiles.js.map +1 -1
- package/build/plugins/solution/fx-solution/utils/util.d.ts +4 -4
- package/build/plugins/solution/fx-solution/utils/util.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/utils/util.js +7 -10
- package/build/plugins/solution/fx-solution/utils/util.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/adaptor.d.ts +1 -31
- package/build/plugins/solution/fx-solution/v2/adaptor.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/adaptor.js +1 -114
- package/build/plugins/solution/fx-solution/v2/adaptor.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/utils.d.ts +2 -2
- package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/utils.js +12 -18
- package/build/plugins/solution/fx-solution/v2/utils.js.map +1 -1
- package/package.json +20 -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 +44 -35
- 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 +267 -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/code/tabCode.d.ts.map +0 -1
- package/build/component/code/tabCode.js +0 -251
- package/build/component/code/tabCode.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 -448
- package/build/component/resource/appManifest/utils.js.map +0 -1
- package/build/component/resource/azureStorage.d.ts +0 -30
- package/build/component/resource/azureStorage.d.ts.map +0 -1
- package/build/component/resource/azureStorage.js +0 -107
- package/build/component/resource/azureStorage.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/envInfoLoader.d.ts +0 -18
- package/build/core/middleware/envInfoLoader.d.ts.map +0 -1
- package/build/core/middleware/envInfoLoader.js +0 -308
- package/build/core/middleware/envInfoLoader.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 +0 -127
- 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/frontend/clients.d.ts +0 -27
- package/build/plugins/resource/frontend/clients.d.ts.map +0 -1
- package/build/plugins/resource/frontend/clients.js +0 -166
- package/build/plugins/resource/frontend/clients.js.map +0 -1
- package/build/plugins/resource/frontend/configs.d.ts +0 -23
- package/build/plugins/resource/frontend/configs.d.ts.map +0 -1
- package/build/plugins/resource/frontend/configs.js +0 -87
- package/build/plugins/resource/frontend/configs.js.map +0 -1
- package/build/plugins/resource/frontend/constants.d.ts +0 -116
- package/build/plugins/resource/frontend/constants.d.ts.map +0 -1
- package/build/plugins/resource/frontend/constants.js +0 -138
- package/build/plugins/resource/frontend/constants.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/constants.d.ts +0 -70
- package/build/plugins/resource/frontend/dotnet/constants.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/constants.js +0 -89
- package/build/plugins/resource/frontend/dotnet/constants.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/enum.d.ts +0 -20
- package/build/plugins/resource/frontend/dotnet/enum.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/enum.js +0 -30
- package/build/plugins/resource/frontend/dotnet/enum.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/ops/deploy.d.ts +0 -7
- package/build/plugins/resource/frontend/dotnet/ops/deploy.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/ops/deploy.js +0 -90
- package/build/plugins/resource/frontend/dotnet/ops/deploy.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/ops/scaffold.d.ts +0 -6
- package/build/plugins/resource/frontend/dotnet/ops/scaffold.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/ops/scaffold.js +0 -53
- package/build/plugins/resource/frontend/dotnet/ops/scaffold.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/plugin.d.ts +0 -33
- package/build/plugins/resource/frontend/dotnet/plugin.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/plugin.js +0 -198
- package/build/plugins/resource/frontend/dotnet/plugin.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/errors.d.ts +0 -42
- package/build/plugins/resource/frontend/dotnet/resources/errors.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/errors.js +0 -134
- package/build/plugins/resource/frontend/dotnet/resources/errors.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/messages.d.ts +0 -26
- package/build/plugins/resource/frontend/dotnet/resources/messages.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/messages.js +0 -35
- package/build/plugins/resource/frontend/dotnet/resources/messages.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/steps.d.ts +0 -3
- package/build/plugins/resource/frontend/dotnet/resources/steps.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/steps.js +0 -16
- package/build/plugins/resource/frontend/dotnet/resources/steps.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.d.ts +0 -15
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.js +0 -17
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.d.ts +0 -6
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.js +0 -11
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.js.map +0 -1
- package/build/plugins/resource/frontend/env.d.ts +0 -22
- package/build/plugins/resource/frontend/env.d.ts.map +0 -1
- package/build/plugins/resource/frontend/env.js +0 -103
- package/build/plugins/resource/frontend/env.js.map +0 -1
- package/build/plugins/resource/frontend/error-factory.d.ts +0 -10
- package/build/plugins/resource/frontend/error-factory.d.ts.map +0 -1
- package/build/plugins/resource/frontend/error-factory.js +0 -34
- package/build/plugins/resource/frontend/error-factory.js.map +0 -1
- package/build/plugins/resource/frontend/index.d.ts +0 -26
- package/build/plugins/resource/frontend/index.d.ts.map +0 -1
- package/build/plugins/resource/frontend/index.js +0 -108
- package/build/plugins/resource/frontend/index.js.map +0 -1
- package/build/plugins/resource/frontend/interface.d.ts +0 -13
- package/build/plugins/resource/frontend/interface.d.ts.map +0 -1
- package/build/plugins/resource/frontend/interface.js +0 -5
- package/build/plugins/resource/frontend/interface.js.map +0 -1
- package/build/plugins/resource/frontend/ops/deploy.d.ts +0 -24
- package/build/plugins/resource/frontend/ops/deploy.d.ts.map +0 -1
- package/build/plugins/resource/frontend/ops/deploy.js +0 -231
- package/build/plugins/resource/frontend/ops/deploy.js.map +0 -1
- package/build/plugins/resource/frontend/ops/scaffold.d.ts +0 -5
- package/build/plugins/resource/frontend/ops/scaffold.d.ts.map +0 -1
- package/build/plugins/resource/frontend/ops/scaffold.js +0 -47
- package/build/plugins/resource/frontend/ops/scaffold.js.map +0 -1
- package/build/plugins/resource/frontend/plugin.d.ts +0 -20
- package/build/plugins/resource/frontend/plugin.d.ts.map +0 -1
- package/build/plugins/resource/frontend/plugin.js +0 -172
- package/build/plugins/resource/frontend/plugin.js.map +0 -1
- package/build/plugins/resource/frontend/resources/errors.d.ts +0 -109
- package/build/plugins/resource/frontend/resources/errors.d.ts.map +0 -1
- package/build/plugins/resource/frontend/resources/errors.js +0 -286
- package/build/plugins/resource/frontend/resources/errors.js.map +0 -1
- package/build/plugins/resource/frontend/resources/messages.d.ts +0 -55
- package/build/plugins/resource/frontend/resources/messages.d.ts.map +0 -1
- package/build/plugins/resource/frontend/resources/messages.js +0 -66
- package/build/plugins/resource/frontend/resources/messages.js.map +0 -1
- package/build/plugins/resource/frontend/resources/steps.d.ts +0 -6
- package/build/plugins/resource/frontend/resources/steps.d.ts.map +0 -1
- package/build/plugins/resource/frontend/resources/steps.js +0 -35
- package/build/plugins/resource/frontend/resources/steps.js.map +0 -1
- package/build/plugins/resource/frontend/resources/templateInfo.d.ts +0 -29
- package/build/plugins/resource/frontend/resources/templateInfo.d.ts.map +0 -1
- package/build/plugins/resource/frontend/resources/templateInfo.js +0 -62
- package/build/plugins/resource/frontend/resources/templateInfo.js.map +0 -1
- package/build/plugins/resource/frontend/utils/logger.d.ts +0 -12
- package/build/plugins/resource/frontend/utils/logger.d.ts.map +0 -1
- package/build/plugins/resource/frontend/utils/logger.js +0 -30
- package/build/plugins/resource/frontend/utils/logger.js.map +0 -1
- package/build/plugins/resource/frontend/utils/progress-helper.d.ts +0 -13
- package/build/plugins/resource/frontend/utils/progress-helper.d.ts.map +0 -1
- package/build/plugins/resource/frontend/utils/progress-helper.js +0 -22
- package/build/plugins/resource/frontend/utils/progress-helper.js.map +0 -1
- package/build/plugins/resource/frontend/utils/telemetry-helper.d.ts +0 -34
- package/build/plugins/resource/frontend/utils/telemetry-helper.d.ts.map +0 -1
- package/build/plugins/resource/frontend/utils/telemetry-helper.js +0 -65
- package/build/plugins/resource/frontend/utils/telemetry-helper.js.map +0 -1
- package/build/plugins/resource/frontend/utils.d.ts +0 -19
- package/build/plugins/resource/frontend/utils.d.ts.map +0 -1
- package/build/plugins/resource/frontend/utils.js +0 -121
- package/build/plugins/resource/frontend/utils.js.map +0 -1
- package/build/plugins/resource/frontend/v2/index.d.ts +0 -18
- package/build/plugins/resource/frontend/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/frontend/v2/index.js +0 -53
- package/build/plugins/resource/frontend/v2/index.js.map +0 -1
- package/build/plugins/resource/frontend/v3/error.d.ts +0 -23
- package/build/plugins/resource/frontend/v3/error.d.ts.map +0 -1
- package/build/plugins/resource/frontend/v3/error.js +0 -59
- package/build/plugins/resource/frontend/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/index.d.ts +0 -13
- package/build/plugins/resource/index.d.ts.map +0 -1
- package/build/plugins/resource/index.js +0 -18
- package/build/plugins/resource/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/resource/utils4v2.d.ts +0 -26
- package/build/plugins/resource/utils4v2.d.ts.map +0 -1
- package/build/plugins/resource/utils4v2.js +0 -469
- package/build/plugins/resource/utils4v2.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
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AzureStorageClient = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
// Copyright (c) Microsoft Corporation.
|
|
6
|
-
// Licensed under the MIT license.
|
|
7
|
-
const storage_blob_1 = require("@azure/storage-blob");
|
|
8
|
-
const arm_resources_1 = require("@azure/arm-resources");
|
|
9
|
-
const arm_storage_1 = require("@azure/arm-storage");
|
|
10
|
-
const mime = tslib_1.__importStar(require("mime"));
|
|
11
|
-
const path = tslib_1.__importStar(require("path"));
|
|
12
|
-
const constants_1 = require("./constants");
|
|
13
|
-
const logger_1 = require("./utils/logger");
|
|
14
|
-
const messages_1 = require("./resources/messages");
|
|
15
|
-
const utils_1 = require("./utils");
|
|
16
|
-
class AzureStorageClient {
|
|
17
|
-
constructor(config) {
|
|
18
|
-
this.resourceGroupName = config.resourceGroupName;
|
|
19
|
-
this.storageName = config.storageName;
|
|
20
|
-
this.location = config.location;
|
|
21
|
-
this.resourceGroupClient = new arm_resources_1.ResourceGroups(new arm_resources_1.ResourceManagementClientContext(config.credentials, config.subscriptionId));
|
|
22
|
-
this.storageAccountClient = new arm_storage_1.StorageManagementClient(config.credentials, config.subscriptionId).storageAccounts;
|
|
23
|
-
}
|
|
24
|
-
async doesResourceGroupExists() {
|
|
25
|
-
logger_1.Logger.debug(messages_1.Messages.StartCheckResourceGroupExistence(this.resourceGroupName));
|
|
26
|
-
const result = await this.resourceGroupClient.checkExistence(this.resourceGroupName);
|
|
27
|
-
return result.body;
|
|
28
|
-
}
|
|
29
|
-
async doesStorageAccountExists() {
|
|
30
|
-
const result = await this.storageAccountClient.listByResourceGroup(this.resourceGroupName);
|
|
31
|
-
if (result.find((storage) => storage.name === this.storageName)) {
|
|
32
|
-
return true;
|
|
33
|
-
}
|
|
34
|
-
return false;
|
|
35
|
-
}
|
|
36
|
-
async isStorageStaticWebsiteEnabled() {
|
|
37
|
-
var _a;
|
|
38
|
-
logger_1.Logger.debug(messages_1.Messages.StartCheckStaticWebsiteEnabled(this.storageName));
|
|
39
|
-
const blobClient = await AzureStorageClient.getBlobServiceClient(AzureStorageClient.getBlobUri(this.storageName), await AzureStorageClient.generateSasToken(this.storageAccountClient, this.resourceGroupName, this.storageName));
|
|
40
|
-
const result = (_a = (await blobClient.getProperties()).staticWebsite) === null || _a === void 0 ? void 0 : _a.enabled;
|
|
41
|
-
return result;
|
|
42
|
-
}
|
|
43
|
-
async createStorageAccount() {
|
|
44
|
-
var _a;
|
|
45
|
-
logger_1.Logger.debug(messages_1.Messages.StartCreateStorageAccount(this.storageName, this.resourceGroupName));
|
|
46
|
-
const parameters = AzureStorageClient.getStorageAccountCreateParams(this.location);
|
|
47
|
-
const response = await this.storageAccountClient.create(this.resourceGroupName, this.storageName, parameters);
|
|
48
|
-
const endpoint = (_a = response.primaryEndpoints) === null || _a === void 0 ? void 0 : _a.web;
|
|
49
|
-
if (!endpoint) {
|
|
50
|
-
throw new Error(messages_1.Messages.GetEmptyStorageEndpoint);
|
|
51
|
-
}
|
|
52
|
-
return endpoint.endsWith("/") ? endpoint.substring(0, endpoint.length - 1) : endpoint;
|
|
53
|
-
}
|
|
54
|
-
async enableStaticWebsite() {
|
|
55
|
-
logger_1.Logger.debug(messages_1.Messages.StartEnableStaticWebsite(this.storageName));
|
|
56
|
-
if (await this.isStorageStaticWebsiteEnabled()) {
|
|
57
|
-
logger_1.Logger.debug(messages_1.Messages.SkipEnableStaticWebsite(this.storageName));
|
|
58
|
-
return;
|
|
59
|
-
}
|
|
60
|
-
const properties = AzureStorageClient.getStaticWebsiteEnableParams();
|
|
61
|
-
const blobClient = await AzureStorageClient.getBlobServiceClient(AzureStorageClient.getBlobUri(this.storageName), await AzureStorageClient.generateSasToken(this.storageAccountClient, this.resourceGroupName, this.storageName));
|
|
62
|
-
return blobClient.setProperties(properties);
|
|
63
|
-
}
|
|
64
|
-
async getContainer(containerName) {
|
|
65
|
-
const blobClient = await AzureStorageClient.getBlobServiceClient(AzureStorageClient.getBlobUri(this.storageName), await AzureStorageClient.generateSasToken(this.storageAccountClient, this.resourceGroupName, this.storageName));
|
|
66
|
-
const container = blobClient.getContainerClient(containerName);
|
|
67
|
-
if (!(await container.exists())) {
|
|
68
|
-
await container.create();
|
|
69
|
-
}
|
|
70
|
-
return container;
|
|
71
|
-
}
|
|
72
|
-
async deleteAllBlobs(client) {
|
|
73
|
-
var e_1, _a;
|
|
74
|
-
logger_1.Logger.debug(messages_1.Messages.StartDeleteAllBlobs(this.storageName, constants_1.Constants.AzureStorageWebContainer));
|
|
75
|
-
const deleteJobs = [];
|
|
76
|
-
try {
|
|
77
|
-
for (var _b = tslib_1.__asyncValues(client.listBlobsFlat()), _c; _c = await _b.next(), !_c.done;) {
|
|
78
|
-
const blob = _c.value;
|
|
79
|
-
if (AzureStorageClient.isBlobFile(blob)) {
|
|
80
|
-
deleteJobs.push(client.deleteBlob(blob.name));
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
85
|
-
finally {
|
|
86
|
-
try {
|
|
87
|
-
if (_c && !_c.done && (_a = _b.return)) await _a.call(_b);
|
|
88
|
-
}
|
|
89
|
-
finally { if (e_1) throw e_1.error; }
|
|
90
|
-
}
|
|
91
|
-
const responses = await Promise.all(deleteJobs);
|
|
92
|
-
const errorResponse = responses.find((res) => res.errorCode !== undefined);
|
|
93
|
-
if (errorResponse) {
|
|
94
|
-
throw new Error(messages_1.Messages.FailedOperationWithErrorCode("delete blob", errorResponse.errorCode));
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
async uploadFiles(client, sourceFolder) {
|
|
98
|
-
logger_1.Logger.debug(messages_1.Messages.StartSyncLocalToStorage(sourceFolder, this.storageName));
|
|
99
|
-
const filePathsToUpload = await utils_1.Utils.listFilePaths(sourceFolder);
|
|
100
|
-
const responses = await Promise.all(filePathsToUpload.map((filePath) => {
|
|
101
|
-
const destFilePath = path.relative(sourceFolder, filePath);
|
|
102
|
-
return AzureStorageClient.uploadLocalFile(client, filePath, destFilePath);
|
|
103
|
-
}));
|
|
104
|
-
const errorResponse = responses.find((res) => res.errorCode !== undefined);
|
|
105
|
-
if (errorResponse) {
|
|
106
|
-
throw new Error(messages_1.Messages.FailedOperationWithErrorCode("upload file", errorResponse.errorCode));
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
static isBlobFile(blob) {
|
|
110
|
-
return blob.properties.contentLength !== undefined && blob.properties.contentLength > 0;
|
|
111
|
-
}
|
|
112
|
-
static uploadLocalFile(client, filePath, blobPath) {
|
|
113
|
-
const blockBlobClient = client.getBlockBlobClient(blobPath);
|
|
114
|
-
const options = {
|
|
115
|
-
blobHTTPHeaders: {
|
|
116
|
-
blobContentType: mime.getType(blobPath) || undefined,
|
|
117
|
-
},
|
|
118
|
-
};
|
|
119
|
-
return blockBlobClient.uploadFile(filePath, options);
|
|
120
|
-
}
|
|
121
|
-
static async getBlobServiceClient(blobUri, sasToken) {
|
|
122
|
-
const connectionString = `BlobEndpoint=${blobUri};SharedAccessSignature=${sasToken}`;
|
|
123
|
-
return storage_blob_1.BlobServiceClient.fromConnectionString(connectionString);
|
|
124
|
-
}
|
|
125
|
-
static getBlobUri(storageName) {
|
|
126
|
-
return `https://${storageName}.blob.core.windows.net`;
|
|
127
|
-
}
|
|
128
|
-
static async generateSasToken(client, resourceGroupName, storageName) {
|
|
129
|
-
const accountSasParameters = {
|
|
130
|
-
// A workaround, to ignore type checking for the services/resourceTypes/permissions are enum type.
|
|
131
|
-
services: "bf",
|
|
132
|
-
resourceTypes: "sco",
|
|
133
|
-
permissions: "rwld",
|
|
134
|
-
sharedAccessStartTime: new Date(Date.now() - constants_1.Constants.SasTokenLifetimePadding),
|
|
135
|
-
sharedAccessExpiryTime: new Date(Date.now() + constants_1.Constants.SasTokenLifetime),
|
|
136
|
-
};
|
|
137
|
-
const token = (await client.listAccountSAS(resourceGroupName, storageName, accountSasParameters)).accountSasToken;
|
|
138
|
-
if (!token) {
|
|
139
|
-
throw new Error(messages_1.Messages.GetEmptySasToken);
|
|
140
|
-
}
|
|
141
|
-
return token;
|
|
142
|
-
}
|
|
143
|
-
static getStorageAccountCreateParams(location) {
|
|
144
|
-
return {
|
|
145
|
-
sku: {
|
|
146
|
-
name: constants_1.Constants.AzureStorageDefaultSku,
|
|
147
|
-
tier: constants_1.Constants.AzureStorageDefaultTier,
|
|
148
|
-
},
|
|
149
|
-
kind: constants_1.Constants.AzureStorageDefaultKind,
|
|
150
|
-
location: location,
|
|
151
|
-
enableHttpsTrafficOnly: true,
|
|
152
|
-
isHnsEnabled: false,
|
|
153
|
-
};
|
|
154
|
-
}
|
|
155
|
-
static getStaticWebsiteEnableParams() {
|
|
156
|
-
return {
|
|
157
|
-
staticWebsite: {
|
|
158
|
-
indexDocument: constants_1.Constants.FrontendIndexDocument,
|
|
159
|
-
errorDocument404Path: constants_1.Constants.FrontendErrorDocument,
|
|
160
|
-
enabled: true,
|
|
161
|
-
},
|
|
162
|
-
};
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
exports.AzureStorageClient = AzureStorageClient;
|
|
166
|
-
//# sourceMappingURL=clients.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clients.js","sourceRoot":"","sources":["../../../../src/plugins/resource/frontend/clients.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { PluginContext } from "@microsoft/teamsfx-api";
|
|
2
|
-
import { TokenCredentialsBase } from "@azure/ms-rest-nodeauth";
|
|
3
|
-
export declare class FrontendConfig {
|
|
4
|
-
subscriptionId: string;
|
|
5
|
-
resourceGroupName: string;
|
|
6
|
-
location: string;
|
|
7
|
-
credentials: TokenCredentialsBase;
|
|
8
|
-
storageName: string;
|
|
9
|
-
storageResourceId?: string;
|
|
10
|
-
endpoint?: string;
|
|
11
|
-
domain?: string;
|
|
12
|
-
constructor(subscriptionId: string, resourceGroupName: string, location: string, storageName: string, credentials: TokenCredentialsBase);
|
|
13
|
-
static fromPluginContext(ctx: PluginContext): Promise<FrontendConfig>;
|
|
14
|
-
syncToPluginContext(ctx: PluginContext): void;
|
|
15
|
-
static getStorageName(ctx: PluginContext): string;
|
|
16
|
-
static getStorageResourceId(ctx: PluginContext): string;
|
|
17
|
-
static getSubscriptionId(ctx: PluginContext): string;
|
|
18
|
-
static getResourceGroupName(ctx: PluginContext): string;
|
|
19
|
-
private static persistentConfigList;
|
|
20
|
-
private static getConfig;
|
|
21
|
-
private static setConfigIfNotExists;
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=configs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configs.d.ts","sourceRoot":"","sources":["../../../../src/plugins/resource/frontend/configs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAwB,MAAM,wBAAwB,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAe/D,qBAAa,cAAc;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,oBAAoB,CAAC;IAElC,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;gBAGd,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,oBAAoB;WAStB,iBAAiB,CAAC,GAAG,EAAE,aAAa,GAAG,OAAO,CAAC,cAAc,CAAC;IAkBpE,mBAAmB,CAAC,GAAG,EAAE,aAAa,GAAG,IAAI;IAUpD,MAAM,CAAC,cAAc,CAAC,GAAG,EAAE,aAAa,GAAG,MAAM;IAwBjD,MAAM,CAAC,oBAAoB,CAAC,GAAG,EAAE,aAAa,GAAG,MAAM;IAQvD,MAAM,CAAC,iBAAiB,CAAC,GAAG,EAAE,aAAa,GAAG,MAAM;IAQpD,MAAM,CAAC,oBAAoB,CAAC,GAAG,EAAE,aAAa,GAAG,MAAM;IAQvD,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAqC;IAExE,OAAO,CAAC,MAAM,CAAC,SAAS;IAQxB,OAAO,CAAC,MAAM,CAAC,oBAAoB;CAMpC"}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FrontendConfig = void 0;
|
|
4
|
-
const constants_1 = require("./constants");
|
|
5
|
-
const errors_1 = require("./resources/errors");
|
|
6
|
-
const utils_1 = require("./utils");
|
|
7
|
-
const tools_1 = require("../../../common/tools");
|
|
8
|
-
class FrontendConfig {
|
|
9
|
-
constructor(subscriptionId, resourceGroupName, location, storageName, credentials) {
|
|
10
|
-
this.subscriptionId = subscriptionId;
|
|
11
|
-
this.resourceGroupName = resourceGroupName;
|
|
12
|
-
this.location = location;
|
|
13
|
-
this.storageName = storageName;
|
|
14
|
-
this.credentials = credentials;
|
|
15
|
-
}
|
|
16
|
-
static async fromPluginContext(ctx) {
|
|
17
|
-
var _a;
|
|
18
|
-
const credentials = await ((_a = ctx.azureAccountProvider) === null || _a === void 0 ? void 0 : _a.getAccountCredentialAsync());
|
|
19
|
-
if (!credentials) {
|
|
20
|
-
throw new errors_1.UnauthenticatedError();
|
|
21
|
-
}
|
|
22
|
-
return new FrontendConfig(FrontendConfig.getSubscriptionId(ctx), FrontendConfig.getResourceGroupName(ctx), FrontendConfig.getConfig(constants_1.DependentPluginInfo.Location, ctx.envInfo.state.get(constants_1.DependentPluginInfo.SolutionPluginName)), FrontendConfig.getStorageName(ctx), credentials);
|
|
23
|
-
}
|
|
24
|
-
syncToPluginContext(ctx) {
|
|
25
|
-
Object.entries(this)
|
|
26
|
-
.filter((kv) => FrontendConfig.persistentConfigList.includes(kv[0]))
|
|
27
|
-
.forEach((kv) => {
|
|
28
|
-
if (kv[1]) {
|
|
29
|
-
FrontendConfig.setConfigIfNotExists(ctx, kv[0], kv[1]);
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
static getStorageName(ctx) {
|
|
34
|
-
let result;
|
|
35
|
-
try {
|
|
36
|
-
result = tools_1.getStorageAccountNameFromResourceId(FrontendConfig.getStorageResourceId(ctx));
|
|
37
|
-
}
|
|
38
|
-
catch (e) {
|
|
39
|
-
throw new errors_1.InvalidConfigError(constants_1.FrontendConfigInfo.StorageName, e.message);
|
|
40
|
-
}
|
|
41
|
-
if (!result) {
|
|
42
|
-
const resourceNameSuffix = FrontendConfig.getConfig(constants_1.DependentPluginInfo.ResourceNameSuffix, ctx.envInfo.state.get(constants_1.DependentPluginInfo.SolutionPluginName));
|
|
43
|
-
result = utils_1.Utils.generateStorageAccountName(ctx.projectSettings.appName, resourceNameSuffix, constants_1.Constants.FrontendSuffix);
|
|
44
|
-
}
|
|
45
|
-
if (!constants_1.RegularExpr.FrontendStorageNamePattern.test(result)) {
|
|
46
|
-
throw new errors_1.InvalidStorageNameError();
|
|
47
|
-
}
|
|
48
|
-
return result;
|
|
49
|
-
}
|
|
50
|
-
static getStorageResourceId(ctx) {
|
|
51
|
-
const result = ctx.config.getString(constants_1.FrontendConfigInfo.StorageResourceId);
|
|
52
|
-
if (!result) {
|
|
53
|
-
throw new errors_1.InvalidConfigError(constants_1.FrontendConfigInfo.StorageResourceId);
|
|
54
|
-
}
|
|
55
|
-
return result;
|
|
56
|
-
}
|
|
57
|
-
static getSubscriptionId(ctx) {
|
|
58
|
-
const result = tools_1.getSubscriptionIdFromResourceId(FrontendConfig.getStorageResourceId(ctx));
|
|
59
|
-
if (!result) {
|
|
60
|
-
throw new errors_1.InvalidConfigError(constants_1.DependentPluginInfo.SubscriptionId);
|
|
61
|
-
}
|
|
62
|
-
return result;
|
|
63
|
-
}
|
|
64
|
-
static getResourceGroupName(ctx) {
|
|
65
|
-
const result = tools_1.getResourceGroupNameFromResourceId(FrontendConfig.getStorageResourceId(ctx));
|
|
66
|
-
if (!result) {
|
|
67
|
-
throw new errors_1.InvalidConfigError(constants_1.DependentPluginInfo.ResourceGroupName);
|
|
68
|
-
}
|
|
69
|
-
return result;
|
|
70
|
-
}
|
|
71
|
-
static getConfig(key, configs) {
|
|
72
|
-
const value = configs === null || configs === void 0 ? void 0 : configs.get(key);
|
|
73
|
-
if (!value) {
|
|
74
|
-
throw new errors_1.InvalidConfigError(key);
|
|
75
|
-
}
|
|
76
|
-
return value;
|
|
77
|
-
}
|
|
78
|
-
static setConfigIfNotExists(ctx, key, value) {
|
|
79
|
-
if (ctx.config.get(key)) {
|
|
80
|
-
return;
|
|
81
|
-
}
|
|
82
|
-
ctx.config.set(key, value);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
exports.FrontendConfig = FrontendConfig;
|
|
86
|
-
FrontendConfig.persistentConfigList = Object.values(constants_1.FrontendConfigInfo);
|
|
87
|
-
//# sourceMappingURL=configs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configs.js","sourceRoot":"","sources":["../../../../src/plugins/resource/frontend/configs.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
export declare class Constants {
|
|
2
|
-
static AzureStorageDefaultTier: string;
|
|
3
|
-
static AzureStorageDefaultSku: string;
|
|
4
|
-
static AzureStorageDefaultKind: string;
|
|
5
|
-
static AzureStorageAccountNameLenMax: number;
|
|
6
|
-
static AzureStorageWebContainer: string;
|
|
7
|
-
static SuffixLenMax: number;
|
|
8
|
-
static FrontendIndexDocument: string;
|
|
9
|
-
static FrontendErrorDocument: string;
|
|
10
|
-
static FrontendSuffix: string;
|
|
11
|
-
static FrontendIndexPath: string;
|
|
12
|
-
static EmptyString: string;
|
|
13
|
-
static DayInMS: number;
|
|
14
|
-
static SasTokenLifetimePadding: number;
|
|
15
|
-
static SasTokenLifetime: number;
|
|
16
|
-
static RequestTryCounts: number;
|
|
17
|
-
static RequestTimeoutInMS: number;
|
|
18
|
-
static ScaffoldTryCounts: number;
|
|
19
|
-
}
|
|
20
|
-
export declare class FrontendPluginInfo {
|
|
21
|
-
static PluginName: string;
|
|
22
|
-
static DisplayName: string;
|
|
23
|
-
static ShortName: string;
|
|
24
|
-
static IssueLink: string;
|
|
25
|
-
static HelpLink: string;
|
|
26
|
-
}
|
|
27
|
-
export declare class Commands {
|
|
28
|
-
static DefaultInstallNodePackages: string;
|
|
29
|
-
static InstallNodePackages: string;
|
|
30
|
-
static DefaultBuildFrontend: string;
|
|
31
|
-
static BuildFrontend: string;
|
|
32
|
-
}
|
|
33
|
-
export declare class FrontendPathInfo {
|
|
34
|
-
static WorkingDir: string;
|
|
35
|
-
static TemplateRelativeDir: string;
|
|
36
|
-
static BicepTemplateRelativeDir: string;
|
|
37
|
-
static TemplateFileExt: string;
|
|
38
|
-
static TemplatePackageExt: string;
|
|
39
|
-
static ModuleProvisionFileName: string;
|
|
40
|
-
static BuildFolderName: string;
|
|
41
|
-
static BuildPath: string;
|
|
42
|
-
static TabEnvironmentFilePath: string;
|
|
43
|
-
static NodePackageFolderName: string;
|
|
44
|
-
static NodePackageFile: string;
|
|
45
|
-
static TabDeploymentFolderName: string;
|
|
46
|
-
static TabDeploymentInfoFileName: string;
|
|
47
|
-
static TabDeployIgnoreFolder: string[];
|
|
48
|
-
}
|
|
49
|
-
export declare class DependentPluginInfo {
|
|
50
|
-
static readonly SolutionPluginName = "solution";
|
|
51
|
-
static readonly SubscriptionId = "subscriptionId";
|
|
52
|
-
static readonly ResourceGroupName = "resourceGroupName";
|
|
53
|
-
static readonly ResourceNameSuffix = "resourceNameSuffix";
|
|
54
|
-
static readonly Location = "location";
|
|
55
|
-
static readonly ProgrammingLanguage = "programmingLanguage";
|
|
56
|
-
static readonly RemoteTeamsAppId = "remoteTeamsAppId";
|
|
57
|
-
static readonly FunctionPluginName = "fx-resource-function";
|
|
58
|
-
static readonly FunctionEndpoint = "functionEndpoint";
|
|
59
|
-
static readonly RuntimePluginName = "fx-resource-simple-auth";
|
|
60
|
-
static readonly RuntimeEndpoint = "endpoint";
|
|
61
|
-
static readonly StartLoginPageURL = "auth-start.html";
|
|
62
|
-
static readonly AADPluginName = "fx-resource-aad-app-for-teams";
|
|
63
|
-
static readonly ClientID = "clientId";
|
|
64
|
-
static readonly LocalDebugPluginName = "fx-resource-local-debug";
|
|
65
|
-
static readonly LocalTabEndpoint = "localTabEndpoint";
|
|
66
|
-
}
|
|
67
|
-
export declare class FrontendConfigInfo {
|
|
68
|
-
static readonly StorageName = "storageName";
|
|
69
|
-
static readonly StorageResourceId = "storageResourceId";
|
|
70
|
-
static readonly Endpoint = "endpoint";
|
|
71
|
-
static readonly Domain = "domain";
|
|
72
|
-
}
|
|
73
|
-
export declare class FrontendOutputBicepSnippet {
|
|
74
|
-
static readonly Domain = "provisionOutputs.frontendHostingOutput.value.domain";
|
|
75
|
-
static readonly Endpoint = "provisionOutputs.frontendHostingOutput.value.endpoint";
|
|
76
|
-
}
|
|
77
|
-
export declare class TelemetryEvent {
|
|
78
|
-
static readonly StartSuffix = "-start";
|
|
79
|
-
static readonly Scaffold = "scaffold";
|
|
80
|
-
static readonly ScaffoldFallback = "scaffold-fallback";
|
|
81
|
-
static readonly PreProvision = "pre-provision";
|
|
82
|
-
static readonly Provision = "provision";
|
|
83
|
-
static readonly PostProvision = "post-provision";
|
|
84
|
-
static readonly PreDeploy = "pre-deploy";
|
|
85
|
-
static readonly Deploy = "deploy";
|
|
86
|
-
static readonly SkipDeploy = "skip-deploy";
|
|
87
|
-
static readonly DeploymentInfoNotFound = "deployment-info-not-found";
|
|
88
|
-
static readonly InstallScriptNotFound = "install-script-not-found";
|
|
89
|
-
static readonly GenerateArmTemplates = "generate-arm-templates";
|
|
90
|
-
static readonly UpdateArmTemplates = "update-arm-templates";
|
|
91
|
-
static readonly ExecuteUserTask = "execute-user-task";
|
|
92
|
-
static readonly LocalDebug = "local-debug";
|
|
93
|
-
static readonly PostLocalDebug = "post-local-debug";
|
|
94
|
-
static readonly SaveEnvFile = "frontend-save-env-file";
|
|
95
|
-
static readonly LoadEnvFile = "frontend-load-env-file";
|
|
96
|
-
}
|
|
97
|
-
export declare class TelemetryKey {
|
|
98
|
-
static readonly Component = "component";
|
|
99
|
-
static readonly Success = "success";
|
|
100
|
-
static readonly ErrorType = "error-type";
|
|
101
|
-
static readonly ErrorMessage = "error-message";
|
|
102
|
-
static readonly ErrorCode = "error-code";
|
|
103
|
-
static readonly AppId = "appid";
|
|
104
|
-
}
|
|
105
|
-
export declare class TelemetryValue {
|
|
106
|
-
static readonly Success = "yes";
|
|
107
|
-
static readonly Fail = "no";
|
|
108
|
-
static readonly UserError = "user";
|
|
109
|
-
static readonly SystemError = "system";
|
|
110
|
-
}
|
|
111
|
-
export declare class RegularExpr {
|
|
112
|
-
static readonly AllCharToBeSkippedInName: RegExp;
|
|
113
|
-
static readonly FrontendStorageNamePattern: RegExp;
|
|
114
|
-
static readonly ReplaceTemplateExt: RegExp;
|
|
115
|
-
}
|
|
116
|
-
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/plugins/resource/frontend/constants.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.RegularExpr = exports.TelemetryValue = exports.TelemetryKey = exports.TelemetryEvent = exports.FrontendOutputBicepSnippet = exports.FrontendConfigInfo = exports.DependentPluginInfo = exports.FrontendPathInfo = exports.Commands = exports.FrontendPluginInfo = exports.Constants = void 0;
|
|
6
|
-
const tslib_1 = require("tslib");
|
|
7
|
-
const path_1 = tslib_1.__importDefault(require("path"));
|
|
8
|
-
class Constants {
|
|
9
|
-
}
|
|
10
|
-
exports.Constants = Constants;
|
|
11
|
-
Constants.AzureStorageDefaultTier = "Standard";
|
|
12
|
-
Constants.AzureStorageDefaultSku = "Standard_LRS";
|
|
13
|
-
Constants.AzureStorageDefaultKind = "StorageV2";
|
|
14
|
-
Constants.AzureStorageAccountNameLenMax = 24;
|
|
15
|
-
Constants.AzureStorageWebContainer = "$web";
|
|
16
|
-
Constants.SuffixLenMax = 12;
|
|
17
|
-
Constants.FrontendIndexDocument = "index.html";
|
|
18
|
-
Constants.FrontendErrorDocument = "index.html";
|
|
19
|
-
Constants.FrontendSuffix = "fe";
|
|
20
|
-
Constants.FrontendIndexPath = `/${Constants.FrontendIndexDocument}#`;
|
|
21
|
-
Constants.EmptyString = "";
|
|
22
|
-
Constants.DayInMS = 1000 * 60 * 60 * 24;
|
|
23
|
-
Constants.SasTokenLifetimePadding = Constants.DayInMS;
|
|
24
|
-
Constants.SasTokenLifetime = Constants.DayInMS * 3;
|
|
25
|
-
Constants.RequestTryCounts = 3;
|
|
26
|
-
Constants.RequestTimeoutInMS = 20 * 1000;
|
|
27
|
-
Constants.ScaffoldTryCounts = 1;
|
|
28
|
-
class FrontendPluginInfo {
|
|
29
|
-
}
|
|
30
|
-
exports.FrontendPluginInfo = FrontendPluginInfo;
|
|
31
|
-
FrontendPluginInfo.PluginName = "fx-resource-frontend-hosting";
|
|
32
|
-
FrontendPluginInfo.DisplayName = "Tab Frontend";
|
|
33
|
-
FrontendPluginInfo.ShortName = "FE";
|
|
34
|
-
FrontendPluginInfo.IssueLink = "https://github.com/OfficeDev/TeamsFx/issues/new";
|
|
35
|
-
FrontendPluginInfo.HelpLink = "https://aka.ms/teamsfx-fe-help";
|
|
36
|
-
class Commands {
|
|
37
|
-
}
|
|
38
|
-
exports.Commands = Commands;
|
|
39
|
-
Commands.DefaultInstallNodePackages = "npm install";
|
|
40
|
-
Commands.InstallNodePackages = "npm run install:teamsfx";
|
|
41
|
-
Commands.DefaultBuildFrontend = "npm run build";
|
|
42
|
-
Commands.BuildFrontend = "npm run build:teamsfx";
|
|
43
|
-
class FrontendPathInfo {
|
|
44
|
-
}
|
|
45
|
-
exports.FrontendPathInfo = FrontendPathInfo;
|
|
46
|
-
FrontendPathInfo.WorkingDir = "tabs";
|
|
47
|
-
FrontendPathInfo.TemplateRelativeDir = path_1.default.join("plugins", "resource", "frontend");
|
|
48
|
-
FrontendPathInfo.BicepTemplateRelativeDir = path_1.default.join(FrontendPathInfo.TemplateRelativeDir, "bicep");
|
|
49
|
-
FrontendPathInfo.TemplateFileExt = ".tpl";
|
|
50
|
-
FrontendPathInfo.TemplatePackageExt = ".zip";
|
|
51
|
-
FrontendPathInfo.ModuleProvisionFileName = "frontendHostingProvision.bicep";
|
|
52
|
-
FrontendPathInfo.BuildFolderName = "build";
|
|
53
|
-
FrontendPathInfo.BuildPath = `${FrontendPathInfo.BuildFolderName}${path_1.default.sep}`;
|
|
54
|
-
FrontendPathInfo.TabEnvironmentFilePath = ".env";
|
|
55
|
-
FrontendPathInfo.NodePackageFolderName = "node_modules";
|
|
56
|
-
FrontendPathInfo.NodePackageFile = "package.json";
|
|
57
|
-
FrontendPathInfo.TabDeploymentFolderName = ".deployment";
|
|
58
|
-
FrontendPathInfo.TabDeploymentInfoFileName = "deployment.json";
|
|
59
|
-
FrontendPathInfo.TabDeployIgnoreFolder = [
|
|
60
|
-
FrontendPathInfo.BuildFolderName,
|
|
61
|
-
FrontendPathInfo.NodePackageFolderName,
|
|
62
|
-
FrontendPathInfo.TabDeploymentFolderName,
|
|
63
|
-
];
|
|
64
|
-
class DependentPluginInfo {
|
|
65
|
-
}
|
|
66
|
-
exports.DependentPluginInfo = DependentPluginInfo;
|
|
67
|
-
DependentPluginInfo.SolutionPluginName = "solution";
|
|
68
|
-
DependentPluginInfo.SubscriptionId = "subscriptionId";
|
|
69
|
-
DependentPluginInfo.ResourceGroupName = "resourceGroupName";
|
|
70
|
-
DependentPluginInfo.ResourceNameSuffix = "resourceNameSuffix";
|
|
71
|
-
DependentPluginInfo.Location = "location";
|
|
72
|
-
DependentPluginInfo.ProgrammingLanguage = "programmingLanguage";
|
|
73
|
-
DependentPluginInfo.RemoteTeamsAppId = "remoteTeamsAppId";
|
|
74
|
-
DependentPluginInfo.FunctionPluginName = "fx-resource-function";
|
|
75
|
-
DependentPluginInfo.FunctionEndpoint = "functionEndpoint";
|
|
76
|
-
DependentPluginInfo.RuntimePluginName = "fx-resource-simple-auth";
|
|
77
|
-
DependentPluginInfo.RuntimeEndpoint = "endpoint";
|
|
78
|
-
DependentPluginInfo.StartLoginPageURL = "auth-start.html";
|
|
79
|
-
DependentPluginInfo.AADPluginName = "fx-resource-aad-app-for-teams";
|
|
80
|
-
DependentPluginInfo.ClientID = "clientId";
|
|
81
|
-
DependentPluginInfo.LocalDebugPluginName = "fx-resource-local-debug";
|
|
82
|
-
DependentPluginInfo.LocalTabEndpoint = "localTabEndpoint";
|
|
83
|
-
class FrontendConfigInfo {
|
|
84
|
-
}
|
|
85
|
-
exports.FrontendConfigInfo = FrontendConfigInfo;
|
|
86
|
-
FrontendConfigInfo.StorageName = "storageName"; // TODO: Remove this storageName config when arm-disabled scenario removed
|
|
87
|
-
FrontendConfigInfo.StorageResourceId = "storageResourceId";
|
|
88
|
-
FrontendConfigInfo.Endpoint = "endpoint";
|
|
89
|
-
FrontendConfigInfo.Domain = "domain";
|
|
90
|
-
class FrontendOutputBicepSnippet {
|
|
91
|
-
}
|
|
92
|
-
exports.FrontendOutputBicepSnippet = FrontendOutputBicepSnippet;
|
|
93
|
-
FrontendOutputBicepSnippet.Domain = "provisionOutputs.frontendHostingOutput.value.domain";
|
|
94
|
-
FrontendOutputBicepSnippet.Endpoint = "provisionOutputs.frontendHostingOutput.value.endpoint";
|
|
95
|
-
class TelemetryEvent {
|
|
96
|
-
}
|
|
97
|
-
exports.TelemetryEvent = TelemetryEvent;
|
|
98
|
-
TelemetryEvent.StartSuffix = "-start";
|
|
99
|
-
TelemetryEvent.Scaffold = "scaffold";
|
|
100
|
-
TelemetryEvent.ScaffoldFallback = "scaffold-fallback";
|
|
101
|
-
TelemetryEvent.PreProvision = "pre-provision";
|
|
102
|
-
TelemetryEvent.Provision = "provision";
|
|
103
|
-
TelemetryEvent.PostProvision = "post-provision";
|
|
104
|
-
TelemetryEvent.PreDeploy = "pre-deploy";
|
|
105
|
-
TelemetryEvent.Deploy = "deploy";
|
|
106
|
-
TelemetryEvent.SkipDeploy = "skip-deploy";
|
|
107
|
-
TelemetryEvent.DeploymentInfoNotFound = "deployment-info-not-found";
|
|
108
|
-
TelemetryEvent.InstallScriptNotFound = "install-script-not-found";
|
|
109
|
-
TelemetryEvent.GenerateArmTemplates = "generate-arm-templates";
|
|
110
|
-
TelemetryEvent.UpdateArmTemplates = "update-arm-templates";
|
|
111
|
-
TelemetryEvent.ExecuteUserTask = "execute-user-task";
|
|
112
|
-
TelemetryEvent.LocalDebug = "local-debug";
|
|
113
|
-
TelemetryEvent.PostLocalDebug = "post-local-debug";
|
|
114
|
-
TelemetryEvent.SaveEnvFile = "frontend-save-env-file";
|
|
115
|
-
TelemetryEvent.LoadEnvFile = "frontend-load-env-file";
|
|
116
|
-
class TelemetryKey {
|
|
117
|
-
}
|
|
118
|
-
exports.TelemetryKey = TelemetryKey;
|
|
119
|
-
TelemetryKey.Component = "component";
|
|
120
|
-
TelemetryKey.Success = "success";
|
|
121
|
-
TelemetryKey.ErrorType = "error-type";
|
|
122
|
-
TelemetryKey.ErrorMessage = "error-message";
|
|
123
|
-
TelemetryKey.ErrorCode = "error-code";
|
|
124
|
-
TelemetryKey.AppId = "appid";
|
|
125
|
-
class TelemetryValue {
|
|
126
|
-
}
|
|
127
|
-
exports.TelemetryValue = TelemetryValue;
|
|
128
|
-
TelemetryValue.Success = "yes";
|
|
129
|
-
TelemetryValue.Fail = "no";
|
|
130
|
-
TelemetryValue.UserError = "user";
|
|
131
|
-
TelemetryValue.SystemError = "system";
|
|
132
|
-
class RegularExpr {
|
|
133
|
-
}
|
|
134
|
-
exports.RegularExpr = RegularExpr;
|
|
135
|
-
RegularExpr.AllCharToBeSkippedInName = /[^a-zA-Z0-9]/g;
|
|
136
|
-
RegularExpr.FrontendStorageNamePattern = /^[a-z0-9]{3,24}$/;
|
|
137
|
-
RegularExpr.ReplaceTemplateExt = /\.tpl$/;
|
|
138
|
-
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../src/plugins/resource/frontend/constants.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
export declare class Constants {
|
|
2
|
-
static readonly emptyString = "";
|
|
3
|
-
}
|
|
4
|
-
export declare class AzureInfo {
|
|
5
|
-
static readonly zipDeployURL: (appName: string) => string;
|
|
6
|
-
}
|
|
7
|
-
export declare class RegularExpr {
|
|
8
|
-
static readonly targetFramework: RegExp;
|
|
9
|
-
static readonly clientId: RegExp;
|
|
10
|
-
static readonly clientSecret: RegExp;
|
|
11
|
-
static readonly oauthAuthority: RegExp;
|
|
12
|
-
}
|
|
13
|
-
export declare class DotnetPluginInfo {
|
|
14
|
-
static readonly pluginName = "fx-resource-frontend-hosting";
|
|
15
|
-
static readonly issueLink = "https://github.com/OfficeDev/TeamsFx/issues/new";
|
|
16
|
-
static readonly helpLink = "https://aka.ms/teamsfx-bz-help";
|
|
17
|
-
static readonly defaultFramework = "net6.0";
|
|
18
|
-
static readonly defaultRuntime = "win-x86";
|
|
19
|
-
}
|
|
20
|
-
export declare class DotnetPathInfo {
|
|
21
|
-
static readonly publishFolderPath: (workingPath: string) => string;
|
|
22
|
-
static readonly bicepTemplateFolder: (templateFolder: string) => string;
|
|
23
|
-
static readonly projectFilename: (projectName: string) => string;
|
|
24
|
-
static readonly indexPath = "";
|
|
25
|
-
static readonly appSettingDevelopment = "appsettings.Development.json";
|
|
26
|
-
static readonly oauthHost: (tenantId: string) => string;
|
|
27
|
-
}
|
|
28
|
-
export declare class DotnetCommands {
|
|
29
|
-
static readonly buildRelease: (runtime: string) => string;
|
|
30
|
-
}
|
|
31
|
-
export declare class DependentPluginInfo {
|
|
32
|
-
static readonly solutionPluginName = "solution";
|
|
33
|
-
static readonly subscriptionId = "subscriptionId";
|
|
34
|
-
static readonly resourceGroupName = "resourceGroupName";
|
|
35
|
-
static readonly aadClientId: string;
|
|
36
|
-
static readonly aadClientSecret: string;
|
|
37
|
-
static readonly appTenantId: string;
|
|
38
|
-
}
|
|
39
|
-
export declare class DotnetConfigInfo {
|
|
40
|
-
static readonly webAppName = "webAppName";
|
|
41
|
-
static readonly appServicePlanName = "appServicePlanName";
|
|
42
|
-
static readonly webAppEndpoint = "endpoint";
|
|
43
|
-
static readonly webAppDomain = "domain";
|
|
44
|
-
static readonly projectFilePath = "projectFilePath";
|
|
45
|
-
static readonly indexPath = "indexPath";
|
|
46
|
-
}
|
|
47
|
-
export declare class WebappBicepFile {
|
|
48
|
-
static readonly configurationTemplateFileName = "webappConfiguration.template.bicep";
|
|
49
|
-
static readonly provisionTemplateFileName = "webappProvision.template.bicep";
|
|
50
|
-
}
|
|
51
|
-
export declare class WebappBicep {
|
|
52
|
-
static readonly endpoint = "provisionOutputs.webappOutput.value.endpoint";
|
|
53
|
-
static readonly resourceId = "provisionOutputs.webappOutput.value.resourceId";
|
|
54
|
-
static readonly domain = "provisionOutputs.webappOutput.value.domain";
|
|
55
|
-
static readonly endpointAsParam = "webappProvision.outputs.endpoint";
|
|
56
|
-
static readonly domainAsParam = "webappProvision.outputs.domain";
|
|
57
|
-
static readonly Reference: {
|
|
58
|
-
webappResourceId: string;
|
|
59
|
-
endpoint: string;
|
|
60
|
-
domain: string;
|
|
61
|
-
endpointAsParam: string;
|
|
62
|
-
domainAsParam: string;
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
export declare class AppSettingsPlaceholders {
|
|
66
|
-
static readonly clientId = "$clientId$";
|
|
67
|
-
static readonly clientSecret = "$client-secret$";
|
|
68
|
-
static readonly oauthAuthority = "$oauthAuthority$";
|
|
69
|
-
}
|
|
70
|
-
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/resource/frontend/dotnet/constants.ts"],"names":[],"mappings":"AAKA,qBAAa,SAAS;IACpB,MAAM,CAAC,QAAQ,CAAC,WAAW,MAAM;CAClC;AAED,qBAAa,SAAS;IACpB,MAAM,CAAC,QAAQ,CAAC,YAAY,YAAa,MAAM,YACY;CAC5D;AAED,qBAAa,WAAW;IACtB,MAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAwC;IAC/E,MAAM,CAAC,QAAQ,CAAC,QAAQ,SAAmB;IAC3C,MAAM,CAAC,QAAQ,CAAC,YAAY,SAAwB;IACpD,MAAM,CAAC,QAAQ,CAAC,cAAc,SAAyB;CACxD;AAED,qBAAa,gBAAgB;IAE3B,MAAM,CAAC,QAAQ,CAAC,UAAU,kCAAkC;IAC5D,MAAM,CAAC,QAAQ,CAAC,SAAS,qDAAqD;IAC9E,MAAM,CAAC,QAAQ,CAAC,QAAQ,oCAAoC;IAE5D,MAAM,CAAC,QAAQ,CAAC,gBAAgB,YAAY;IAC5C,MAAM,CAAC,QAAQ,CAAC,cAAc,aAAa;CAC5C;AAED,qBAAa,cAAc;IACzB,MAAM,CAAC,QAAQ,CAAC,iBAAiB,gBAAiB,MAAM,YAAuC;IAC/F,MAAM,CAAC,QAAQ,CAAC,mBAAmB,mBAAoB,MAAM,YACS;IACtE,MAAM,CAAC,QAAQ,CAAC,eAAe,gBAAiB,MAAM,KAAG,MAAM,CAA4B;IAE3F,MAAM,CAAC,QAAQ,CAAC,SAAS,MAAM;IAC/B,MAAM,CAAC,QAAQ,CAAC,qBAAqB,kCAAkC;IACvE,MAAM,CAAC,QAAQ,CAAC,SAAS,aAAc,MAAM,KAAG,MAAM,CACJ;CACnD;AAED,qBAAa,cAAc;IACzB,MAAM,CAAC,QAAQ,CAAC,YAAY,YAAa,MAAM,YACmD;CACnG;AAED,qBAAa,mBAAmB;IAC9B,MAAM,CAAC,QAAQ,CAAC,kBAAkB,cAAc;IAChD,MAAM,CAAC,QAAQ,CAAC,cAAc,oBAAoB;IAClD,MAAM,CAAC,QAAQ,CAAC,iBAAiB,uBAAuB;IAExD,gBAAuB,WAAW,EAAE,MAAM,CAAc;IACxD,gBAAuB,eAAe,EAAE,MAAM,CAAkB;IAChE,gBAAuB,WAAW,EAAE,MAAM,CAAsB;CACjE;AAED,qBAAa,gBAAgB;IAC3B,MAAM,CAAC,QAAQ,CAAC,UAAU,gBAAgB;IAC1C,MAAM,CAAC,QAAQ,CAAC,kBAAkB,wBAAwB;IAC1D,MAAM,CAAC,QAAQ,CAAC,cAAc,cAAc;IAC5C,MAAM,CAAC,QAAQ,CAAC,YAAY,YAAY;IACxC,MAAM,CAAC,QAAQ,CAAC,eAAe,qBAAqB;IACpD,MAAM,CAAC,QAAQ,CAAC,SAAS,eAAe;CACzC;AAED,qBAAa,eAAe;IAC1B,MAAM,CAAC,QAAQ,CAAC,6BAA6B,wCAAwC;IACrF,MAAM,CAAC,QAAQ,CAAC,yBAAyB,oCAAoC;CAC9E;AAED,qBAAa,WAAW;IACtB,MAAM,CAAC,QAAQ,CAAC,QAAQ,kDAAkD;IAC1E,MAAM,CAAC,QAAQ,CAAC,UAAU,oDAAoD;IAC9E,MAAM,CAAC,QAAQ,CAAC,MAAM,gDAAgD;IACtE,MAAM,CAAC,QAAQ,CAAC,eAAe,sCAAsC;IACrE,MAAM,CAAC,QAAQ,CAAC,aAAa,oCAAoC;IAEjE,MAAM,CAAC,QAAQ,CAAC,SAAS;;;;;;MAMvB;CACH;AAED,qBAAa,uBAAuB;IAClC,MAAM,CAAC,QAAQ,CAAC,QAAQ,gBAAgB;IACxC,MAAM,CAAC,QAAQ,CAAC,YAAY,qBAAqB;IACjD,MAAM,CAAC,QAAQ,CAAC,cAAc,sBAAsB;CACrD"}
|