@microsoft/teamsfx-core 1.16.2 → 1.16.3-alpha.0d47bc042.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/azure-hosting/azureHosting.d.ts.map +1 -1
- package/build/common/azure-hosting/azureHosting.js +3 -3
- package/build/common/azure-hosting/azureHosting.js.map +1 -1
- package/build/common/azure-hosting/azureOps.d.ts +3 -2
- package/build/common/azure-hosting/azureOps.d.ts.map +1 -1
- package/build/common/azure-hosting/azureOps.js +3 -7
- package/build/common/azure-hosting/azureOps.js.map +1 -1
- package/build/common/azure-hosting/hostingConstant.d.ts +1 -0
- package/build/common/azure-hosting/hostingConstant.d.ts.map +1 -1
- package/build/common/azure-hosting/hostingConstant.js +1 -0
- package/build/common/azure-hosting/hostingConstant.js.map +1 -1
- package/build/common/azure-hosting/hostingFactory.d.ts.map +1 -1
- package/build/common/azure-hosting/hostingFactory.js +0 -2
- package/build/common/azure-hosting/hostingFactory.js.map +1 -1
- package/build/common/azure-hosting/messages.d.ts +1 -0
- package/build/common/azure-hosting/messages.d.ts.map +1 -1
- package/build/common/azure-hosting/messages.js +1 -0
- package/build/common/azure-hosting/messages.js.map +1 -1
- package/build/common/azure-hosting/utils.d.ts.map +1 -1
- package/build/common/azure-hosting/utils.js +2 -3
- package/build/common/azure-hosting/utils.js.map +1 -1
- package/build/common/constants.d.ts +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 +19 -27
- 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/projectSettingsHelper.js +8 -9
- package/build/common/projectSettingsHelper.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 +2 -2
- package/build/common/tools.d.ts +4 -0
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +56 -28
- package/build/common/tools.js.map +1 -1
- package/build/component/arm.d.ts +38 -0
- package/build/component/arm.d.ts.map +1 -0
- package/build/component/arm.js +637 -0
- package/build/component/arm.js.map +1 -0
- package/build/component/bicep.js +1 -1
- package/build/component/bicep.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 +23 -38
- 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 +246 -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 +359 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +657 -2
- 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 +14 -7
- package/build/component/core.d.ts.map +1 -1
- package/build/component/core.js +79 -67
- package/build/component/core.js.map +1 -1
- package/build/{plugins/solution/fx-solution → component}/debug/constants.d.ts +0 -0
- package/build/component/debug/constants.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/constants.js +0 -0
- package/build/component/debug/constants.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/error.d.ts +0 -0
- package/build/component/debug/error.d.ts.map +1 -0
- package/build/component/debug/error.js +49 -0
- package/build/component/debug/error.js.map +1 -0
- package/build/component/debug/index.d.ts +30 -0
- package/build/component/debug/index.d.ts.map +1 -0
- package/build/component/debug/index.js +541 -0
- package/build/component/debug/index.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/codespace.d.ts +0 -0
- package/build/component/debug/util/codespace.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/codespace.js +0 -0
- package/build/component/debug/util/codespace.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/launch.d.ts +0 -0
- package/build/component/debug/util/launch.d.ts.map +1 -0
- package/build/component/debug/util/launch.js +276 -0
- package/build/component/debug/util/launch.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/launchNext.d.ts +0 -0
- package/build/component/debug/util/launchNext.d.ts.map +1 -0
- package/build/component/debug/util/launchNext.js +325 -0
- package/build/component/debug/util/launchNext.js.map +1 -0
- package/build/component/debug/util/launchTransparency.d.ts +9 -0
- package/build/component/debug/util/launchTransparency.d.ts.map +1 -0
- package/build/component/debug/util/launchTransparency.js +65 -0
- package/build/component/debug/util/launchTransparency.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/localService.d.ts +0 -0
- package/build/component/debug/util/localService.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/localService.js +0 -0
- package/build/component/debug/util/localService.js.map +1 -0
- package/build/component/debug/util/ngrok.d.ts +6 -0
- package/build/component/debug/util/ngrok.d.ts.map +1 -0
- package/build/component/debug/util/ngrok.js +65 -0
- package/build/component/debug/util/ngrok.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/settings.d.ts +0 -0
- package/build/component/debug/util/settings.d.ts.map +1 -0
- package/build/component/debug/util/settings.js +42 -0
- package/build/component/debug/util/settings.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/tasks.d.ts +0 -0
- package/build/component/debug/util/tasks.d.ts.map +1 -0
- package/build/component/debug/util/tasks.js +240 -0
- package/build/component/debug/util/tasks.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/tasksNext.d.ts +0 -0
- package/build/component/debug/util/tasksNext.d.ts.map +1 -0
- package/build/component/debug/util/tasksNext.js +364 -0
- package/build/component/debug/util/tasksNext.js.map +1 -0
- package/build/component/debug/util/tasksTransparency.d.ts +8 -0
- package/build/component/debug/util/tasksTransparency.d.ts.map +1 -0
- package/build/component/debug/util/tasksTransparency.js +706 -0
- package/build/component/debug/util/tasksTransparency.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/telemetry.d.ts +0 -0
- package/build/component/debug/util/telemetry.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/telemetry.js +0 -0
- package/build/component/debug/util/telemetry.js.map +1 -0
- 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/deployUtils.d.ts.map +1 -1
- package/build/component/deployUtils.js +7 -7
- package/build/component/deployUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts +12 -0
- package/build/component/driver/aad/create.d.ts.map +1 -0
- package/build/component/driver/aad/create.js +104 -0
- package/build/component/driver/aad/create.js.map +1 -0
- package/build/component/driver/aad/error/invalidFieldInManifestError.d.ts +5 -0
- package/build/component/driver/aad/error/invalidFieldInManifestError.d.ts.map +1 -0
- package/build/component/driver/aad/error/invalidFieldInManifestError.js +29 -0
- package/build/component/driver/aad/error/invalidFieldInManifestError.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/interface/updateAadAppArgs.d.ts +5 -0
- package/build/component/driver/aad/interface/updateAadAppArgs.d.ts.map +1 -0
- package/build/component/driver/aad/interface/updateAadAppArgs.js +5 -0
- package/build/component/driver/aad/interface/updateAadAppArgs.js.map +1 -0
- package/build/component/driver/aad/interface/updateAadAppOutput.d.ts +4 -0
- package/build/component/driver/aad/interface/updateAadAppOutput.d.ts.map +1 -0
- package/build/component/driver/aad/interface/updateAadAppOutput.js +5 -0
- package/build/component/driver/aad/interface/updateAadAppOutput.js.map +1 -0
- package/build/component/driver/aad/update.d.ts +11 -0
- package/build/component/driver/aad/update.d.ts.map +1 -0
- package/build/component/driver/aad/update.js +120 -0
- package/build/component/driver/aad/update.js.map +1 -0
- package/build/component/driver/aad/utility/aadAppClient.d.ts +14 -0
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -0
- package/build/component/driver/aad/utility/aadAppClient.js +77 -0
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -0
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts +14 -0
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +30 -0
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -0
- package/build/component/driver/deploy/azure/azureDeployDriver.d.ts +69 -0
- package/build/component/driver/deploy/azure/azureDeployDriver.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/azureDeployDriver.js +147 -0
- package/build/component/driver/deploy/azure/azureDeployDriver.js.map +1 -0
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts +18 -0
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +45 -0
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -0
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts +20 -0
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +103 -0
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -0
- package/build/component/driver/deploy/azure/baseDeployDriver.d.ts +24 -0
- package/build/component/driver/deploy/azure/baseDeployDriver.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/baseDeployDriver.js +84 -0
- package/build/component/driver/deploy/azure/baseDeployDriver.js.map +1 -0
- package/build/component/driver/interface/baseDeployStepDriver.d.ts +10 -0
- package/build/component/driver/interface/baseDeployStepDriver.d.ts.map +1 -0
- package/build/component/driver/interface/baseDeployStepDriver.js +21 -0
- package/build/component/driver/interface/baseDeployStepDriver.js.map +1 -0
- package/build/component/driver/interface/buildAndDeployArgs.d.ts +46 -0
- package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -0
- package/build/component/driver/interface/buildAndDeployArgs.js +5 -0
- package/build/component/driver/interface/buildAndDeployArgs.js.map +1 -0
- package/build/component/driver/interface/commonArgs.d.ts +16 -0
- package/build/component/driver/interface/commonArgs.d.ts.map +1 -0
- package/build/component/driver/interface/commonArgs.js +5 -0
- package/build/component/driver/interface/commonArgs.js.map +1 -0
- package/build/component/driver/interface/provisionArgs.d.ts +6 -0
- package/build/component/driver/interface/provisionArgs.d.ts.map +1 -0
- package/build/component/driver/interface/provisionArgs.js +5 -0
- package/build/component/driver/interface/provisionArgs.js.map +1 -0
- package/build/component/driver/interface/stepDriver.d.ts +11 -0
- package/build/component/driver/interface/stepDriver.d.ts.map +1 -0
- package/build/component/driver/interface/stepDriver.js +5 -0
- package/build/component/driver/interface/stepDriver.js.map +1 -0
- package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.d.ts +22 -0
- package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -0
- package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.js +61 -0
- package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.js.map +1 -0
- package/build/component/driver/script/baseBuildDriver.d.ts +10 -0
- package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -0
- package/build/component/driver/script/baseBuildDriver.js +36 -0
- package/build/component/driver/script/baseBuildDriver.js.map +1 -0
- package/build/component/driver/script/dotnetBuildDriver.d.ts +11 -0
- package/build/component/driver/script/dotnetBuildDriver.d.ts.map +1 -0
- package/build/component/driver/script/dotnetBuildDriver.js +27 -0
- package/build/component/driver/script/dotnetBuildDriver.js.map +1 -0
- package/build/component/driver/script/npmBuildDriver.d.ts +11 -0
- package/build/component/driver/script/npmBuildDriver.d.ts.map +1 -0
- package/build/component/driver/script/npmBuildDriver.js +27 -0
- package/build/component/driver/script/npmBuildDriver.js.map +1 -0
- package/build/component/driver/teamsApp/configure.d.ts +8 -0
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -0
- package/build/component/driver/teamsApp/configure.js +39 -0
- package/build/component/driver/teamsApp/configure.js.map +1 -0
- package/build/component/driver/teamsApp/create.d.ts +8 -0
- package/build/component/driver/teamsApp/create.d.ts.map +1 -0
- package/build/component/driver/teamsApp/create.js +70 -0
- package/build/component/driver/teamsApp/create.js.map +1 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts +9 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -0
- package/build/component/driver/teamsApp/createAppPackage.js +90 -0
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.d.ts +7 -0
- package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.js +5 -0
- package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.d.ts +11 -0
- package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.js +5 -0
- package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.d.ts +7 -0
- package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.js +5 -0
- package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.d.ts +7 -0
- package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.js +5 -0
- package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.js.map +1 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +8 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -0
- package/build/component/driver/teamsApp/publishAppPackage.js +74 -0
- package/build/component/driver/teamsApp/publishAppPackage.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/apiConnector.js +1 -1
- package/build/component/feature/apiconnector/apiConnector.js.map +1 -1
- 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.js +15 -15
- 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 +7 -7
- 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.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 +15 -14
- package/build/component/feature/tab.js.map +1 -1
- 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 +11 -17
- package/build/component/migrate.js.map +1 -1
- package/build/component/provisionUtils.d.ts +7 -2
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +187 -41
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/question.d.ts +57 -0
- package/build/component/question.d.ts.map +1 -0
- package/build/component/question.js +568 -0
- package/build/component/question.js.map +1 -0
- 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 +51 -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/managers/questionManager.js +1 -1
- package/build/component/resource/apim/managers/questionManager.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/questions/vscodeQuestion.js +1 -1
- package/build/component/resource/apim/questions/vscodeQuestion.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/apim/utils/telemetry.d.ts.map +1 -1
- package/build/component/resource/apim/utils/telemetry.js +2 -4
- package/build/component/resource/apim/utils/telemetry.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 +26 -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 +109 -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 +31 -31
- package/build/component/telemetry.js.map +1 -1
- package/build/{plugins/solution/fx-solution → component}/utils/ResourceGroupHelper.d.ts +0 -0
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -0
- package/build/component/utils/ResourceGroupHelper.js +259 -0
- package/build/component/utils/ResourceGroupHelper.js.map +1 -0
- 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/backupFiles.d.ts +3 -0
- package/build/component/utils/backupFiles.d.ts.map +1 -0
- package/build/component/utils/backupFiles.js +142 -0
- package/build/component/utils/backupFiles.js.map +1 -0
- package/build/component/utils/common.d.ts +28 -0
- package/build/component/utils/common.d.ts.map +1 -0
- package/build/component/utils/common.js +98 -0
- package/build/component/utils/common.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/bicepChecker.d.ts +0 -0
- package/build/component/utils/depsChecker/bicepChecker.d.ts.map +1 -0
- package/build/component/utils/depsChecker/bicepChecker.js +282 -0
- package/build/component/utils/depsChecker/bicepChecker.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/common.d.ts +0 -0
- package/build/component/utils/depsChecker/common.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/common.js +0 -0
- package/build/component/utils/depsChecker/common.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/cpUtils.d.ts +0 -0
- package/build/component/utils/depsChecker/cpUtils.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/cpUtils.js +0 -0
- package/build/component/utils/depsChecker/cpUtils.js.map +1 -0
- package/build/component/utils/executor.d.ts +12 -0
- package/build/component/utils/executor.d.ts.map +1 -0
- package/build/component/utils/executor.js +87 -0
- package/build/component/utils/executor.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/{plugins/solution/fx-solution → component}/utils/progressHelper.d.ts +0 -0
- package/build/component/utils/progressHelper.d.ts.map +1 -0
- package/build/component/utils/progressHelper.js +20 -0
- package/build/component/utils/progressHelper.js.map +1 -0
- package/build/component/utils.d.ts +6 -1
- package/build/component/utils.d.ts.map +1 -1
- package/build/component/utils.js +22 -2
- package/build/component/utils.js.map +1 -1
- package/build/core/FxCore.d.ts +11 -45
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +116 -778
- 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 +77 -25
- package/build/core/collaborator.js.map +1 -1
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +4 -9
- 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/CommonErrorHandlerMW.js +3 -3
- package/build/core/middleware/CommonErrorHandlerMW.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/envInfoWriter.js +1 -1
- package/build/core/middleware/envInfoWriter.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 +293 -143
- 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 +30 -229
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/permissionRequest.js +1 -1
- package/build/core/permissionRequest.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 +74 -77
- 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/package.json +21 -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 +45 -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/debug.d.ts +0 -25
- package/build/component/debug.d.ts.map +0 -1
- package/build/component/debug.js +0 -441
- package/build/component/debug.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/questionV3.d.ts +0 -45
- package/build/component/questionV3.d.ts.map +0 -1
- package/build/component/questionV3.js +0 -435
- package/build/component/questionV3.js.map +0 -1
- package/build/component/resource/apim/index.d.ts +0 -37
- package/build/component/resource/apim/index.d.ts.map +0 -1
- package/build/component/resource/apim/index.js +0 -168
- package/build/component/resource/apim/index.js.map +0 -1
- package/build/component/resource/appManifest/utils.d.ts +0 -24
- package/build/component/resource/appManifest/utils.d.ts.map +0 -1
- package/build/component/resource/appManifest/utils.js +0 -447
- package/build/component/resource/appManifest/utils.js.map +0 -1
- package/build/component/resource/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/SolutionPluginContainer.d.ts +0 -15
- package/build/core/SolutionPluginContainer.d.ts.map +0 -1
- package/build/core/SolutionPluginContainer.js +0 -54
- package/build/core/SolutionPluginContainer.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/ResourcePluginContainer.d.ts +0 -59
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.js +0 -119
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.js.map +0 -1
- package/build/plugins/solution/fx-solution/arm.d.ts +0 -65
- package/build/plugins/solution/fx-solution/arm.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/arm.js +0 -1171
- package/build/plugins/solution/fx-solution/arm.js.map +0 -1
- package/build/plugins/solution/fx-solution/commonQuestions.d.ts +0 -59
- package/build/plugins/solution/fx-solution/commonQuestions.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/commonQuestions.js +0 -422
- package/build/plugins/solution/fx-solution/commonQuestions.js.map +0 -1
- package/build/plugins/solution/fx-solution/constants.d.ts +0 -272
- package/build/plugins/solution/fx-solution/constants.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/constants.js +0 -313
- package/build/plugins/solution/fx-solution/constants.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/constants.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/constants.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/error.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/error.js +0 -49
- package/build/plugins/solution/fx-solution/debug/error.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/provisionLocal.d.ts +0 -6
- package/build/plugins/solution/fx-solution/debug/provisionLocal.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/provisionLocal.js +0 -326
- package/build/plugins/solution/fx-solution/debug/provisionLocal.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts +0 -6
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.js +0 -104
- package/build/plugins/solution/fx-solution/debug/scaffolding.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/codespace.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/codespace.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.js +0 -275
- package/build/plugins/solution/fx-solution/debug/util/launch.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/launchNext.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js +0 -324
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/localService.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/localService.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts +0 -2
- package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/ngrok.js +0 -47
- package/build/plugins/solution/fx-solution/debug/util/ngrok.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/settings.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/settings.js +0 -42
- package/build/plugins/solution/fx-solution/debug/util/settings.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/tasks.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/tasks.js +0 -240
- package/build/plugins/solution/fx-solution/debug/util/tasks.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.js +0 -364
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/telemetry.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/telemetry.js.map +0 -1
- package/build/plugins/solution/fx-solution/executor.d.ts +0 -27
- package/build/plugins/solution/fx-solution/executor.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/executor.js +0 -164
- package/build/plugins/solution/fx-solution/executor.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/question.d.ts +0 -65
- package/build/plugins/solution/fx-solution/question.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/question.js +0 -416
- package/build/plugins/solution/fx-solution/question.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/types.d.ts +0 -10
- package/build/plugins/solution/fx-solution/types.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/types.js +0 -12
- package/build/plugins/solution/fx-solution/types.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js +0 -223
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/backupFiles.d.ts +0 -3
- package/build/plugins/solution/fx-solution/utils/backupFiles.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/backupFiles.js +0 -139
- package/build/plugins/solution/fx-solution/utils/backupFiles.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/bicepChecker.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/bicepChecker.js +0 -282
- package/build/plugins/solution/fx-solution/utils/depsChecker/bicepChecker.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/common.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/common.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/cpUtils.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/cpUtils.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/progressHelper.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/progressHelper.js +0 -20
- package/build/plugins/solution/fx-solution/utils/progressHelper.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.d.ts +0 -3
- package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.js +0 -19
- package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/util.d.ts +0 -22
- package/build/plugins/solution/fx-solution/utils/util.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/util.js +0 -132
- package/build/plugins/solution/fx-solution/utils/util.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/adaptor.d.ts +0 -41
- package/build/plugins/solution/fx-solution/v2/adaptor.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/adaptor.js +0 -177
- package/build/plugins/solution/fx-solution/v2/adaptor.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/constants.d.ts +0 -2
- package/build/plugins/solution/fx-solution/v2/constants.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/constants.js +0 -7
- package/build/plugins/solution/fx-solution/v2/constants.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/executor.d.ts +0 -13
- package/build/plugins/solution/fx-solution/v2/executor.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/executor.js +0 -103
- package/build/plugins/solution/fx-solution/v2/executor.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/fx-solution/v2/utils.d.ts +0 -28
- package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/utils.js +0 -282
- package/build/plugins/solution/fx-solution/v2/utils.js.map +0 -1
- package/build/plugins/solution/fx-solution/v3/constants.d.ts +0 -18
- package/build/plugins/solution/fx-solution/v3/constants.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v3/constants.js +0 -23
- package/build/plugins/solution/fx-solution/v3/constants.js.map +0 -1
- package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.d.ts +0 -5
- package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.js +0 -10
- package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.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,272 +0,0 @@
|
|
|
1
|
-
import { UserError } from "@microsoft/teamsfx-api";
|
|
2
|
-
/**
|
|
3
|
-
* Void is used to construct Result<Void, FxError>.
|
|
4
|
-
* e.g. return ok(Void);
|
|
5
|
-
* It exists because ok(void) does not compile.
|
|
6
|
-
*/
|
|
7
|
-
export declare type Void = {};
|
|
8
|
-
export declare const Void: {};
|
|
9
|
-
/**
|
|
10
|
-
* The key of global config visible to all resource plugins.
|
|
11
|
-
*/
|
|
12
|
-
export declare const GLOBAL_CONFIG = "solution";
|
|
13
|
-
/**
|
|
14
|
-
* Used to track whether provision succeeded
|
|
15
|
-
* Set to true when provison succeeds, to false when a new resource is added.
|
|
16
|
-
*/
|
|
17
|
-
export declare const SOLUTION_PROVISION_SUCCEEDED = "provisionSucceeded";
|
|
18
|
-
/**
|
|
19
|
-
* Config key whose value is either javascript, typescript or csharp.
|
|
20
|
-
*/
|
|
21
|
-
export declare const PROGRAMMING_LANGUAGE = "programmingLanguage";
|
|
22
|
-
/**
|
|
23
|
-
* Config key whose value is the default function name for adding a new function.
|
|
24
|
-
*/
|
|
25
|
-
export declare const DEFAULT_FUNC_NAME = "defaultFunctionName";
|
|
26
|
-
/**
|
|
27
|
-
* Config key whose value is output of ARM templates deployment.
|
|
28
|
-
*/
|
|
29
|
-
export declare const ARM_TEMPLATE_OUTPUT = "armTemplateOutput";
|
|
30
|
-
export declare const TEAMS_FX_RESOURCE_ID_KEY = "teamsFxPluginId";
|
|
31
|
-
/**
|
|
32
|
-
* Config key whose value is the resource group name of project.
|
|
33
|
-
*/
|
|
34
|
-
export declare const RESOURCE_GROUP_NAME = "resourceGroupName";
|
|
35
|
-
/**
|
|
36
|
-
* Config key whose value is the resource group location of project.
|
|
37
|
-
*/
|
|
38
|
-
export declare const LOCATION = "location";
|
|
39
|
-
/**
|
|
40
|
-
* Config key whose value is the subscription ID of project.
|
|
41
|
-
*/
|
|
42
|
-
export declare const SUBSCRIPTION_ID = "subscriptionId";
|
|
43
|
-
/**
|
|
44
|
-
* Config key whose value is the subscription name of project.
|
|
45
|
-
*/
|
|
46
|
-
export declare const SUBSCRIPTION_NAME = "subscriptionName";
|
|
47
|
-
export declare const DEFAULT_PERMISSION_REQUEST: {
|
|
48
|
-
resource: string;
|
|
49
|
-
delegated: string[];
|
|
50
|
-
application: never[];
|
|
51
|
-
}[];
|
|
52
|
-
export declare enum PluginNames {
|
|
53
|
-
SQL = "fx-resource-azure-sql",
|
|
54
|
-
MSID = "fx-resource-identity",
|
|
55
|
-
FE = "fx-resource-frontend-hosting",
|
|
56
|
-
SPFX = "fx-resource-spfx",
|
|
57
|
-
BOT = "fx-resource-bot",
|
|
58
|
-
AAD = "fx-resource-aad-app-for-teams",
|
|
59
|
-
FUNC = "fx-resource-function",
|
|
60
|
-
SA = "fx-resource-simple-auth",
|
|
61
|
-
LDEBUG = "fx-resource-local-debug",
|
|
62
|
-
APIM = "fx-resource-apim",
|
|
63
|
-
APPST = "fx-resource-appstudio",
|
|
64
|
-
SOLUTION = "solution"
|
|
65
|
-
}
|
|
66
|
-
export declare enum SolutionError {
|
|
67
|
-
InvalidSelectedPluginNames = "InvalidSelectedPluginNames",
|
|
68
|
-
PluginNotFound = "PluginNotFound",
|
|
69
|
-
AADPluginNotEnabled = "AADPluginNotEnabled",
|
|
70
|
-
MissingPermissionsJson = "MissingPermissionsJson",
|
|
71
|
-
DialogIsNotPresent = "DialogIsNotPresent",
|
|
72
|
-
NoResourcePluginSelected = "NoResourcePluginSelected",
|
|
73
|
-
NoAppStudioToken = "NoAppStudioToken",
|
|
74
|
-
NoTeamsAppTenantId = "NoTeamsAppTenantId",
|
|
75
|
-
NoUserName = "NoUserName",
|
|
76
|
-
FailedToCreateResourceGroup = "FailedToCreateResourceGroup",
|
|
77
|
-
FailedToListResourceGroup = "FailedToListResourceGrouop",
|
|
78
|
-
FailedToListResourceGroupLocation = "FailedToListResourceGroupLocation",
|
|
79
|
-
FailedToGetResourceGroupInfoInputs = "FailedToGetResourceGroupInfoInputs",
|
|
80
|
-
ResourceGroupNotFound = "ResourceGroupNotFound",
|
|
81
|
-
SubscriptionNotFound = "SubscriptionNotFound",
|
|
82
|
-
NotLoginToAzure = "NotLoginToAzure",
|
|
83
|
-
AzureAccountExtensionNotInitialized = "AzureAccountExtensionNotInitialized",
|
|
84
|
-
LocalTabEndpointMissing = "LocalTabEndpointMissing",
|
|
85
|
-
LocalTabDomainMissing = "LocalTabDomainMissing",
|
|
86
|
-
LocalClientIDMissing = "LocalDebugClientIDMissing",
|
|
87
|
-
LocalApplicationIdUrisMissing = "LocalApplicationIdUrisMissing",
|
|
88
|
-
LocalClientSecretMissing = "LocalClientSecretMissing",
|
|
89
|
-
CannotUpdatePermissionForSPFx = "CannotUpdatePermissionForSPFx",
|
|
90
|
-
CannotAddResourceForSPFx = "CannotAddResourceForSPFx",
|
|
91
|
-
FailedToParseAzureTenantId = "FailedToParseAzureTenantId",
|
|
92
|
-
CannotRunProvisionInSPFxProject = "CannotRunProvisionInSPFxProject",
|
|
93
|
-
CannotRunThisTaskInSPFxProject = "CannotRunThisTaskInSPFxProject",
|
|
94
|
-
FrontendEndpointAndDomainNotFound = "FrontendEndpointAndDomainNotFound",
|
|
95
|
-
RemoteClientIdNotFound = "RemoteClientIdNotFound",
|
|
96
|
-
AddResourceNotSupport = "AddResourceNotSupport",
|
|
97
|
-
AddCapabilityNotSupport = "AddCapabilityNotSupport",
|
|
98
|
-
FailedToAddCapability = "FailedToAddCapability",
|
|
99
|
-
NoResourceToDeploy = "NoResourceToDeploy",
|
|
100
|
-
ProvisionInProgress = "ProvisionInProgress",
|
|
101
|
-
DeploymentInProgress = "DeploymentInProgress",
|
|
102
|
-
PublishInProgress = "PublishInProgress",
|
|
103
|
-
UnknownSolutionRunningState = "UnknownSolutionRunningState",
|
|
104
|
-
CannotDeployBeforeProvision = "CannotDeployBeforeProvision",
|
|
105
|
-
CannotPublishBeforeProvision = "CannotPublishBeforeProvision",
|
|
106
|
-
CannotLocalDebugInDifferentTenant = "CannotLocalDebugInDifferentTenant",
|
|
107
|
-
NoSubscriptionFound = "NoSubscriptionFound",
|
|
108
|
-
NoSubscriptionSelected = "NoSubscriptionSelected",
|
|
109
|
-
FailedToGetParamForRegisterTeamsAppAndAad = "FailedToGetParamForRegisterTeamsAppAndAad",
|
|
110
|
-
BotInternalError = "BotInternalError",
|
|
111
|
-
InternelError = "InternelError",
|
|
112
|
-
RegisterTeamsAppAndAadError = "RegisterTeamsAppAndAadError",
|
|
113
|
-
GetLocalDebugConfigError = "GetLocalDebugConfigError",
|
|
114
|
-
GetRemoteConfigError = "GetRemoteConfigError",
|
|
115
|
-
UnsupportedPlatform = "UnsupportedPlatform",
|
|
116
|
-
InvalidInput = "InvalidInput",
|
|
117
|
-
FailedToCompileBicepFiles = "FailedToCompileBicepFiles",
|
|
118
|
-
FailedToGetAzureCredential = "FailedToGetAzureCredential",
|
|
119
|
-
FailedToGenerateArmTemplates = "FailedToGenerateArmTemplates",
|
|
120
|
-
FailedToUpdateArmParameters = "FailedToUpdateArmTemplates",
|
|
121
|
-
FailedToDeployArmTemplatesToAzure = "FailedToDeployArmTemplatesToAzure",
|
|
122
|
-
FailedToPollArmDeploymentStatus = "FailedToPollArmDeploymentStatus",
|
|
123
|
-
FailedToValidateArmTemplates = "FailedToValidateArmTemplates",
|
|
124
|
-
FailedToRetrieveUserInfo = "FailedToRetrieveUserInfo",
|
|
125
|
-
FeatureNotSupported = "FeatureNotSupported",
|
|
126
|
-
CannotFindUserInCurrentTenant = "CannotFindUserInCurrentTenant",
|
|
127
|
-
FailedToGrantPermission = "FailedToGrantPermission",
|
|
128
|
-
FailedToCheckPermission = "FailedToCheckPermission",
|
|
129
|
-
FailedToListCollaborator = "FailedToListCollaborator",
|
|
130
|
-
EmailCannotBeEmptyOrSame = "EmailCannotBeEmptyOrSame",
|
|
131
|
-
FailedToExecuteTasks = "FailedToExecuteTasks",
|
|
132
|
-
FailedToGetEnvName = "FailedToGetEnvName",
|
|
133
|
-
TeamsAppTenantIdNotRight = "TeamsAppTenantIdNotRight",
|
|
134
|
-
AddSsoNotSupported = "AddSsoNotSupported",
|
|
135
|
-
NeedEnableFeatureFlag = "NeedEnableFeatureFlag",
|
|
136
|
-
SsoEnabled = "SsoEnabled",
|
|
137
|
-
InvalidSsoProject = "InvalidSsoProject",
|
|
138
|
-
InvalidProjectPath = "InvalidProjectPath",
|
|
139
|
-
FailedToCreateAuthFiles = "FailedToCreateAuthFiles",
|
|
140
|
-
FailedToUpdateAzureParameters = "FailedToUpdateAzureParameters",
|
|
141
|
-
FailedToBackupFiles = "FailedToBackupFiles",
|
|
142
|
-
MissingSubscriptionIdInConfig = "MissingSubscriptionIdInConfig",
|
|
143
|
-
FailedToResetAppSettingsDevelopment = "FailedToResetAppSettingsDevelopment"
|
|
144
|
-
}
|
|
145
|
-
export declare const LOCAL_DEBUG_TAB_ENDPOINT = "localTabEndpoint";
|
|
146
|
-
export declare const LOCAL_DEBUG_TAB_DOMAIN = "localTabDomain";
|
|
147
|
-
export declare const LOCAL_DEBUG_BOT_DOMAIN = "localBotDomain";
|
|
148
|
-
export declare const BOT_DOMAIN = "validDomain";
|
|
149
|
-
export declare const BOT_SECTION = "bots";
|
|
150
|
-
export declare const COMPOSE_EXTENSIONS_SECTION = "composeExtensions";
|
|
151
|
-
export declare const LOCAL_WEB_APPLICATION_INFO_SOURCE = "local_applicationIdUris";
|
|
152
|
-
export declare const WEB_APPLICATION_INFO_SOURCE = "applicationIdUris";
|
|
153
|
-
export declare const LOCAL_DEBUG_AAD_ID = "local_clientId";
|
|
154
|
-
export declare const REMOTE_AAD_ID = "clientId";
|
|
155
|
-
export declare const LOCAL_APPLICATION_ID_URIS = "local_applicationIdUris";
|
|
156
|
-
export declare const REMOTE_APPLICATION_ID_URIS = "applicationIdUris";
|
|
157
|
-
export declare const LOCAL_CLIENT_SECRET = "local_clientSecret";
|
|
158
|
-
export declare const REMOTE_CLIENT_SECRET = "clientSecret";
|
|
159
|
-
export declare const REMOTE_TEAMS_APP_TENANT_ID = "teamsAppTenantId";
|
|
160
|
-
export declare const LOCAL_TENANT_ID = "local_tenantId";
|
|
161
|
-
export declare const LOCAL_DEBUG_TEAMS_APP_ID = "localDebugTeamsAppId";
|
|
162
|
-
export declare const REMOTE_TEAMS_APP_ID = "remoteTeamsAppId";
|
|
163
|
-
export declare const TEAMS_APP_ID = "teamsAppId";
|
|
164
|
-
export declare const AzureRoleAssignmentsHelpLink = "https://aka.ms/teamsfx-azure-role-assignments-help-link";
|
|
165
|
-
export declare const SharePointManageSiteAdminHelpLink = "https://aka.ms/teamsfx-sharepoint-manage-site-admin-help-link";
|
|
166
|
-
export declare const ViewAadAppHelpLink = "https://aka.ms/teamsfx-view-aad-app";
|
|
167
|
-
export declare const DoProvisionFirstError: UserError;
|
|
168
|
-
export declare const CancelError: UserError;
|
|
169
|
-
export declare enum SolutionTelemetryEvent {
|
|
170
|
-
CreateStart = "create-start",
|
|
171
|
-
Create = "create",
|
|
172
|
-
AddResourceStart = "add-resource-start",
|
|
173
|
-
AddResource = "add-resource",
|
|
174
|
-
AddCapabilityStart = "add-capability-start",
|
|
175
|
-
AddCapability = "add-capability",
|
|
176
|
-
GrantPermissionStart = "grant-permission-start",
|
|
177
|
-
GrantPermission = "grant-permission",
|
|
178
|
-
CheckPermissionStart = "check-permission-start",
|
|
179
|
-
CheckPermission = "check-permission",
|
|
180
|
-
ListCollaboratorStart = "list-collaborator-start",
|
|
181
|
-
ListCollaborator = "list-collaborator",
|
|
182
|
-
GenerateArmTemplateStart = "generate-armtemplate-start",
|
|
183
|
-
GenerateArmTemplate = "generate-armtemplate",
|
|
184
|
-
ArmDeploymentStart = "deploy-armtemplate-start",
|
|
185
|
-
ArmDeployment = "deploy-armtemplate",
|
|
186
|
-
AddSsoStart = "add-sso-start",
|
|
187
|
-
AddSso = "add-sso",
|
|
188
|
-
AddSsoReadme = "add-sso-readme",
|
|
189
|
-
DeployStart = "deploy-start",
|
|
190
|
-
Deploy = "deploy",
|
|
191
|
-
ProvisionStart = "provision-start",
|
|
192
|
-
Provision = "provision"
|
|
193
|
-
}
|
|
194
|
-
export declare enum SolutionTelemetryProperty {
|
|
195
|
-
Component = "component",
|
|
196
|
-
Resources = "resources",
|
|
197
|
-
Capabilities = "capabilities",
|
|
198
|
-
Success = "success",
|
|
199
|
-
CollaboratorCount = "collaborator-count",
|
|
200
|
-
AadOwnerCount = "aad-owner-count",
|
|
201
|
-
AadPermission = "aad-permission",
|
|
202
|
-
ArmDeploymentError = "arm-deployment-error",
|
|
203
|
-
TeamsAppPermission = "teams-app-permission",
|
|
204
|
-
ProgrammingLanguage = "programming-language",
|
|
205
|
-
Env = "env",
|
|
206
|
-
IncludeAadManifest = "include-aad-manifest",
|
|
207
|
-
ErrorCode = "error-code",
|
|
208
|
-
ErrorMessage = "error-message",
|
|
209
|
-
HostType = "host-type",
|
|
210
|
-
SubscriptionId = "subscription-id",
|
|
211
|
-
AddTabSso = "tab-sso",
|
|
212
|
-
AddBotSso = "bot-sso",
|
|
213
|
-
M365TenantId = "m365-tenant-id",
|
|
214
|
-
PreviousSubsriptionId = "previous-subscription-id",
|
|
215
|
-
PreviousM365TenantId = "previous-m365-tenant-id",
|
|
216
|
-
ConfirmRes = "confirm-res"
|
|
217
|
-
}
|
|
218
|
-
export declare enum SolutionTelemetrySuccess {
|
|
219
|
-
Yes = "yes",
|
|
220
|
-
No = "no"
|
|
221
|
-
}
|
|
222
|
-
export declare const SolutionTelemetryComponentName = "solution";
|
|
223
|
-
export declare const SolutionSource = "Solution";
|
|
224
|
-
export declare class UnauthorizedToCheckResourceGroupError extends UserError {
|
|
225
|
-
constructor(resourceGroupName: string, subscriptionId: string, subscriptionName: string);
|
|
226
|
-
}
|
|
227
|
-
export declare class FailedToCheckResourceGroupExistenceError extends UserError {
|
|
228
|
-
constructor(error: unknown, resourceGroupName: string, subscriptionId: string, subscriptionName: string);
|
|
229
|
-
}
|
|
230
|
-
export declare enum Language {
|
|
231
|
-
JavaScript = "javascript",
|
|
232
|
-
TypeScript = "typescript",
|
|
233
|
-
CSharp = "csharp"
|
|
234
|
-
}
|
|
235
|
-
export declare class AddSsoParameters {
|
|
236
|
-
static readonly filePath: string;
|
|
237
|
-
static readonly Bot = "bot";
|
|
238
|
-
static readonly Tab = "tab";
|
|
239
|
-
static readonly Readme = "README.md";
|
|
240
|
-
static readonly ReadmeCSharp = "README.txt";
|
|
241
|
-
static readonly LearnMore = "Learn More";
|
|
242
|
-
static readonly LearnMoreUrl = "https://aka.ms/teamsfx-add-sso-readme";
|
|
243
|
-
static readonly AddSso = "addSso";
|
|
244
|
-
static readonly AppSettings = "appsettings.json";
|
|
245
|
-
static readonly AppSettingsDev = "appsettings.Development.json";
|
|
246
|
-
static readonly AppSettingsToAdd: {
|
|
247
|
-
Authentication: {
|
|
248
|
-
ClientId: string;
|
|
249
|
-
ClientSecret: string;
|
|
250
|
-
OAuthAuthority: string;
|
|
251
|
-
};
|
|
252
|
-
};
|
|
253
|
-
static readonly AppSettingsToAddForBot: {
|
|
254
|
-
Authentication: {
|
|
255
|
-
ClientId: string;
|
|
256
|
-
ClientSecret: string;
|
|
257
|
-
OAuthAuthority: string;
|
|
258
|
-
ApplicationIdUri: string;
|
|
259
|
-
Bot: {
|
|
260
|
-
InitiateLoginEndpoint: string;
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
}
|
|
265
|
-
export declare class UserTaskFunctionName {
|
|
266
|
-
static readonly ConnectExistingApi = "connectExistingApi";
|
|
267
|
-
}
|
|
268
|
-
export interface ProvisionSubscriptionCheckResult {
|
|
269
|
-
hasSwitchedSubscription: boolean;
|
|
270
|
-
}
|
|
271
|
-
export declare type FillInAzureConfigsResult = ProvisionSubscriptionCheckResult;
|
|
272
|
-
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/plugins/solution/fx-solution/constants.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,313 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable @typescript-eslint/ban-types */
|
|
3
|
-
// Copyright (c) Microsoft Corporation.
|
|
4
|
-
// Licensed under the MIT license.
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.UserTaskFunctionName = exports.AddSsoParameters = exports.Language = exports.FailedToCheckResourceGroupExistenceError = exports.UnauthorizedToCheckResourceGroupError = exports.SolutionSource = exports.SolutionTelemetryComponentName = exports.SolutionTelemetrySuccess = exports.SolutionTelemetryProperty = exports.SolutionTelemetryEvent = exports.CancelError = exports.DoProvisionFirstError = exports.ViewAadAppHelpLink = exports.SharePointManageSiteAdminHelpLink = exports.AzureRoleAssignmentsHelpLink = exports.TEAMS_APP_ID = exports.REMOTE_TEAMS_APP_ID = exports.LOCAL_DEBUG_TEAMS_APP_ID = exports.LOCAL_TENANT_ID = exports.REMOTE_TEAMS_APP_TENANT_ID = exports.REMOTE_CLIENT_SECRET = exports.LOCAL_CLIENT_SECRET = exports.REMOTE_APPLICATION_ID_URIS = exports.LOCAL_APPLICATION_ID_URIS = exports.REMOTE_AAD_ID = exports.LOCAL_DEBUG_AAD_ID = exports.WEB_APPLICATION_INFO_SOURCE = exports.LOCAL_WEB_APPLICATION_INFO_SOURCE = exports.COMPOSE_EXTENSIONS_SECTION = exports.BOT_SECTION = exports.BOT_DOMAIN = exports.LOCAL_DEBUG_BOT_DOMAIN = exports.LOCAL_DEBUG_TAB_DOMAIN = exports.LOCAL_DEBUG_TAB_ENDPOINT = exports.SolutionError = exports.PluginNames = exports.DEFAULT_PERMISSION_REQUEST = exports.SUBSCRIPTION_NAME = exports.SUBSCRIPTION_ID = exports.LOCATION = exports.RESOURCE_GROUP_NAME = exports.TEAMS_FX_RESOURCE_ID_KEY = exports.ARM_TEMPLATE_OUTPUT = exports.DEFAULT_FUNC_NAME = exports.PROGRAMMING_LANGUAGE = exports.SOLUTION_PROVISION_SUCCEEDED = exports.GLOBAL_CONFIG = exports.Void = void 0;
|
|
7
|
-
const tslib_1 = require("tslib");
|
|
8
|
-
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
9
|
-
const ms_rest_js_1 = require("@azure/ms-rest-js");
|
|
10
|
-
const path_1 = tslib_1.__importDefault(require("path"));
|
|
11
|
-
exports.Void = {};
|
|
12
|
-
/**
|
|
13
|
-
* The key of global config visible to all resource plugins.
|
|
14
|
-
*/
|
|
15
|
-
exports.GLOBAL_CONFIG = "solution";
|
|
16
|
-
// export const SELECTED_PLUGINS = "selectedPlugins";
|
|
17
|
-
/**
|
|
18
|
-
* Used to track whether provision succeeded
|
|
19
|
-
* Set to true when provison succeeds, to false when a new resource is added.
|
|
20
|
-
*/
|
|
21
|
-
exports.SOLUTION_PROVISION_SUCCEEDED = "provisionSucceeded";
|
|
22
|
-
/**
|
|
23
|
-
* Config key whose value is either javascript, typescript or csharp.
|
|
24
|
-
*/
|
|
25
|
-
exports.PROGRAMMING_LANGUAGE = "programmingLanguage";
|
|
26
|
-
/**
|
|
27
|
-
* Config key whose value is the default function name for adding a new function.
|
|
28
|
-
*/
|
|
29
|
-
exports.DEFAULT_FUNC_NAME = "defaultFunctionName";
|
|
30
|
-
/**
|
|
31
|
-
* Config key whose value is output of ARM templates deployment.
|
|
32
|
-
*/
|
|
33
|
-
exports.ARM_TEMPLATE_OUTPUT = "armTemplateOutput";
|
|
34
|
-
exports.TEAMS_FX_RESOURCE_ID_KEY = "teamsFxPluginId";
|
|
35
|
-
/**
|
|
36
|
-
* Config key whose value is the resource group name of project.
|
|
37
|
-
*/
|
|
38
|
-
exports.RESOURCE_GROUP_NAME = "resourceGroupName";
|
|
39
|
-
/**
|
|
40
|
-
* Config key whose value is the resource group location of project.
|
|
41
|
-
*/
|
|
42
|
-
exports.LOCATION = "location";
|
|
43
|
-
/**
|
|
44
|
-
* Config key whose value is the subscription ID of project.
|
|
45
|
-
*/
|
|
46
|
-
exports.SUBSCRIPTION_ID = "subscriptionId";
|
|
47
|
-
/**
|
|
48
|
-
* Config key whose value is the subscription name of project.
|
|
49
|
-
*/
|
|
50
|
-
exports.SUBSCRIPTION_NAME = "subscriptionName";
|
|
51
|
-
exports.DEFAULT_PERMISSION_REQUEST = [
|
|
52
|
-
{
|
|
53
|
-
resource: "Microsoft Graph",
|
|
54
|
-
delegated: ["User.Read"],
|
|
55
|
-
application: [],
|
|
56
|
-
},
|
|
57
|
-
];
|
|
58
|
-
var PluginNames;
|
|
59
|
-
(function (PluginNames) {
|
|
60
|
-
PluginNames["SQL"] = "fx-resource-azure-sql";
|
|
61
|
-
PluginNames["MSID"] = "fx-resource-identity";
|
|
62
|
-
PluginNames["FE"] = "fx-resource-frontend-hosting";
|
|
63
|
-
PluginNames["SPFX"] = "fx-resource-spfx";
|
|
64
|
-
PluginNames["BOT"] = "fx-resource-bot";
|
|
65
|
-
PluginNames["AAD"] = "fx-resource-aad-app-for-teams";
|
|
66
|
-
PluginNames["FUNC"] = "fx-resource-function";
|
|
67
|
-
PluginNames["SA"] = "fx-resource-simple-auth";
|
|
68
|
-
PluginNames["LDEBUG"] = "fx-resource-local-debug";
|
|
69
|
-
PluginNames["APIM"] = "fx-resource-apim";
|
|
70
|
-
PluginNames["APPST"] = "fx-resource-appstudio";
|
|
71
|
-
PluginNames["SOLUTION"] = "solution";
|
|
72
|
-
})(PluginNames = exports.PluginNames || (exports.PluginNames = {}));
|
|
73
|
-
var SolutionError;
|
|
74
|
-
(function (SolutionError) {
|
|
75
|
-
SolutionError["InvalidSelectedPluginNames"] = "InvalidSelectedPluginNames";
|
|
76
|
-
SolutionError["PluginNotFound"] = "PluginNotFound";
|
|
77
|
-
SolutionError["AADPluginNotEnabled"] = "AADPluginNotEnabled";
|
|
78
|
-
SolutionError["MissingPermissionsJson"] = "MissingPermissionsJson";
|
|
79
|
-
SolutionError["DialogIsNotPresent"] = "DialogIsNotPresent";
|
|
80
|
-
SolutionError["NoResourcePluginSelected"] = "NoResourcePluginSelected";
|
|
81
|
-
SolutionError["NoAppStudioToken"] = "NoAppStudioToken";
|
|
82
|
-
SolutionError["NoTeamsAppTenantId"] = "NoTeamsAppTenantId";
|
|
83
|
-
SolutionError["NoUserName"] = "NoUserName";
|
|
84
|
-
SolutionError["FailedToCreateResourceGroup"] = "FailedToCreateResourceGroup";
|
|
85
|
-
SolutionError["FailedToListResourceGroup"] = "FailedToListResourceGrouop";
|
|
86
|
-
SolutionError["FailedToListResourceGroupLocation"] = "FailedToListResourceGroupLocation";
|
|
87
|
-
SolutionError["FailedToGetResourceGroupInfoInputs"] = "FailedToGetResourceGroupInfoInputs";
|
|
88
|
-
SolutionError["ResourceGroupNotFound"] = "ResourceGroupNotFound";
|
|
89
|
-
SolutionError["SubscriptionNotFound"] = "SubscriptionNotFound";
|
|
90
|
-
SolutionError["NotLoginToAzure"] = "NotLoginToAzure";
|
|
91
|
-
SolutionError["AzureAccountExtensionNotInitialized"] = "AzureAccountExtensionNotInitialized";
|
|
92
|
-
SolutionError["LocalTabEndpointMissing"] = "LocalTabEndpointMissing";
|
|
93
|
-
SolutionError["LocalTabDomainMissing"] = "LocalTabDomainMissing";
|
|
94
|
-
SolutionError["LocalClientIDMissing"] = "LocalDebugClientIDMissing";
|
|
95
|
-
SolutionError["LocalApplicationIdUrisMissing"] = "LocalApplicationIdUrisMissing";
|
|
96
|
-
SolutionError["LocalClientSecretMissing"] = "LocalClientSecretMissing";
|
|
97
|
-
SolutionError["CannotUpdatePermissionForSPFx"] = "CannotUpdatePermissionForSPFx";
|
|
98
|
-
SolutionError["CannotAddResourceForSPFx"] = "CannotAddResourceForSPFx";
|
|
99
|
-
SolutionError["FailedToParseAzureTenantId"] = "FailedToParseAzureTenantId";
|
|
100
|
-
SolutionError["CannotRunProvisionInSPFxProject"] = "CannotRunProvisionInSPFxProject";
|
|
101
|
-
SolutionError["CannotRunThisTaskInSPFxProject"] = "CannotRunThisTaskInSPFxProject";
|
|
102
|
-
SolutionError["FrontendEndpointAndDomainNotFound"] = "FrontendEndpointAndDomainNotFound";
|
|
103
|
-
SolutionError["RemoteClientIdNotFound"] = "RemoteClientIdNotFound";
|
|
104
|
-
SolutionError["AddResourceNotSupport"] = "AddResourceNotSupport";
|
|
105
|
-
SolutionError["AddCapabilityNotSupport"] = "AddCapabilityNotSupport";
|
|
106
|
-
SolutionError["FailedToAddCapability"] = "FailedToAddCapability";
|
|
107
|
-
SolutionError["NoResourceToDeploy"] = "NoResourceToDeploy";
|
|
108
|
-
SolutionError["ProvisionInProgress"] = "ProvisionInProgress";
|
|
109
|
-
SolutionError["DeploymentInProgress"] = "DeploymentInProgress";
|
|
110
|
-
SolutionError["PublishInProgress"] = "PublishInProgress";
|
|
111
|
-
SolutionError["UnknownSolutionRunningState"] = "UnknownSolutionRunningState";
|
|
112
|
-
SolutionError["CannotDeployBeforeProvision"] = "CannotDeployBeforeProvision";
|
|
113
|
-
SolutionError["CannotPublishBeforeProvision"] = "CannotPublishBeforeProvision";
|
|
114
|
-
SolutionError["CannotLocalDebugInDifferentTenant"] = "CannotLocalDebugInDifferentTenant";
|
|
115
|
-
SolutionError["NoSubscriptionFound"] = "NoSubscriptionFound";
|
|
116
|
-
SolutionError["NoSubscriptionSelected"] = "NoSubscriptionSelected";
|
|
117
|
-
SolutionError["FailedToGetParamForRegisterTeamsAppAndAad"] = "FailedToGetParamForRegisterTeamsAppAndAad";
|
|
118
|
-
SolutionError["BotInternalError"] = "BotInternalError";
|
|
119
|
-
SolutionError["InternelError"] = "InternelError";
|
|
120
|
-
SolutionError["RegisterTeamsAppAndAadError"] = "RegisterTeamsAppAndAadError";
|
|
121
|
-
SolutionError["GetLocalDebugConfigError"] = "GetLocalDebugConfigError";
|
|
122
|
-
SolutionError["GetRemoteConfigError"] = "GetRemoteConfigError";
|
|
123
|
-
SolutionError["UnsupportedPlatform"] = "UnsupportedPlatform";
|
|
124
|
-
SolutionError["InvalidInput"] = "InvalidInput";
|
|
125
|
-
SolutionError["FailedToCompileBicepFiles"] = "FailedToCompileBicepFiles";
|
|
126
|
-
SolutionError["FailedToGetAzureCredential"] = "FailedToGetAzureCredential";
|
|
127
|
-
SolutionError["FailedToGenerateArmTemplates"] = "FailedToGenerateArmTemplates";
|
|
128
|
-
SolutionError["FailedToUpdateArmParameters"] = "FailedToUpdateArmTemplates";
|
|
129
|
-
SolutionError["FailedToDeployArmTemplatesToAzure"] = "FailedToDeployArmTemplatesToAzure";
|
|
130
|
-
SolutionError["FailedToPollArmDeploymentStatus"] = "FailedToPollArmDeploymentStatus";
|
|
131
|
-
SolutionError["FailedToValidateArmTemplates"] = "FailedToValidateArmTemplates";
|
|
132
|
-
SolutionError["FailedToRetrieveUserInfo"] = "FailedToRetrieveUserInfo";
|
|
133
|
-
SolutionError["FeatureNotSupported"] = "FeatureNotSupported";
|
|
134
|
-
SolutionError["CannotFindUserInCurrentTenant"] = "CannotFindUserInCurrentTenant";
|
|
135
|
-
SolutionError["FailedToGrantPermission"] = "FailedToGrantPermission";
|
|
136
|
-
SolutionError["FailedToCheckPermission"] = "FailedToCheckPermission";
|
|
137
|
-
SolutionError["FailedToListCollaborator"] = "FailedToListCollaborator";
|
|
138
|
-
SolutionError["EmailCannotBeEmptyOrSame"] = "EmailCannotBeEmptyOrSame";
|
|
139
|
-
SolutionError["FailedToExecuteTasks"] = "FailedToExecuteTasks";
|
|
140
|
-
SolutionError["FailedToGetEnvName"] = "FailedToGetEnvName";
|
|
141
|
-
SolutionError["TeamsAppTenantIdNotRight"] = "TeamsAppTenantIdNotRight";
|
|
142
|
-
SolutionError["AddSsoNotSupported"] = "AddSsoNotSupported";
|
|
143
|
-
SolutionError["NeedEnableFeatureFlag"] = "NeedEnableFeatureFlag";
|
|
144
|
-
SolutionError["SsoEnabled"] = "SsoEnabled";
|
|
145
|
-
SolutionError["InvalidSsoProject"] = "InvalidSsoProject";
|
|
146
|
-
SolutionError["InvalidProjectPath"] = "InvalidProjectPath";
|
|
147
|
-
SolutionError["FailedToCreateAuthFiles"] = "FailedToCreateAuthFiles";
|
|
148
|
-
SolutionError["FailedToUpdateAzureParameters"] = "FailedToUpdateAzureParameters";
|
|
149
|
-
SolutionError["FailedToBackupFiles"] = "FailedToBackupFiles";
|
|
150
|
-
SolutionError["MissingSubscriptionIdInConfig"] = "MissingSubscriptionIdInConfig";
|
|
151
|
-
SolutionError["FailedToResetAppSettingsDevelopment"] = "FailedToResetAppSettingsDevelopment";
|
|
152
|
-
})(SolutionError = exports.SolutionError || (exports.SolutionError = {}));
|
|
153
|
-
exports.LOCAL_DEBUG_TAB_ENDPOINT = "localTabEndpoint";
|
|
154
|
-
exports.LOCAL_DEBUG_TAB_DOMAIN = "localTabDomain";
|
|
155
|
-
exports.LOCAL_DEBUG_BOT_DOMAIN = "localBotDomain";
|
|
156
|
-
exports.BOT_DOMAIN = "validDomain";
|
|
157
|
-
exports.BOT_SECTION = "bots";
|
|
158
|
-
exports.COMPOSE_EXTENSIONS_SECTION = "composeExtensions";
|
|
159
|
-
exports.LOCAL_WEB_APPLICATION_INFO_SOURCE = "local_applicationIdUris";
|
|
160
|
-
exports.WEB_APPLICATION_INFO_SOURCE = "applicationIdUris";
|
|
161
|
-
exports.LOCAL_DEBUG_AAD_ID = "local_clientId";
|
|
162
|
-
exports.REMOTE_AAD_ID = "clientId";
|
|
163
|
-
exports.LOCAL_APPLICATION_ID_URIS = "local_applicationIdUris";
|
|
164
|
-
exports.REMOTE_APPLICATION_ID_URIS = "applicationIdUris";
|
|
165
|
-
exports.LOCAL_CLIENT_SECRET = "local_clientSecret";
|
|
166
|
-
exports.REMOTE_CLIENT_SECRET = "clientSecret";
|
|
167
|
-
exports.REMOTE_TEAMS_APP_TENANT_ID = "teamsAppTenantId";
|
|
168
|
-
exports.LOCAL_TENANT_ID = "local_tenantId";
|
|
169
|
-
// Teams App Id for local debug
|
|
170
|
-
exports.LOCAL_DEBUG_TEAMS_APP_ID = "localDebugTeamsAppId";
|
|
171
|
-
// Teams App Id for remote
|
|
172
|
-
exports.REMOTE_TEAMS_APP_ID = "remoteTeamsAppId";
|
|
173
|
-
exports.TEAMS_APP_ID = "teamsAppId";
|
|
174
|
-
exports.AzureRoleAssignmentsHelpLink = "https://aka.ms/teamsfx-azure-role-assignments-help-link";
|
|
175
|
-
exports.SharePointManageSiteAdminHelpLink = "https://aka.ms/teamsfx-sharepoint-manage-site-admin-help-link";
|
|
176
|
-
exports.ViewAadAppHelpLink = "https://aka.ms/teamsfx-view-aad-app";
|
|
177
|
-
exports.DoProvisionFirstError = new teamsfx_api_1.UserError("DoProvisionFirst", "DoProvisionFirst", "Solution");
|
|
178
|
-
exports.CancelError = new teamsfx_api_1.UserError("Solution", "UserCancel", "UserCancel");
|
|
179
|
-
// This is the max length specified in
|
|
180
|
-
// https://developer.microsoft.com/en-us/json-schemas/teams/v1.7/MicrosoftTeams.schema.json
|
|
181
|
-
var SolutionTelemetryEvent;
|
|
182
|
-
(function (SolutionTelemetryEvent) {
|
|
183
|
-
SolutionTelemetryEvent["CreateStart"] = "create-start";
|
|
184
|
-
SolutionTelemetryEvent["Create"] = "create";
|
|
185
|
-
SolutionTelemetryEvent["AddResourceStart"] = "add-resource-start";
|
|
186
|
-
SolutionTelemetryEvent["AddResource"] = "add-resource";
|
|
187
|
-
SolutionTelemetryEvent["AddCapabilityStart"] = "add-capability-start";
|
|
188
|
-
SolutionTelemetryEvent["AddCapability"] = "add-capability";
|
|
189
|
-
SolutionTelemetryEvent["GrantPermissionStart"] = "grant-permission-start";
|
|
190
|
-
SolutionTelemetryEvent["GrantPermission"] = "grant-permission";
|
|
191
|
-
SolutionTelemetryEvent["CheckPermissionStart"] = "check-permission-start";
|
|
192
|
-
SolutionTelemetryEvent["CheckPermission"] = "check-permission";
|
|
193
|
-
SolutionTelemetryEvent["ListCollaboratorStart"] = "list-collaborator-start";
|
|
194
|
-
SolutionTelemetryEvent["ListCollaborator"] = "list-collaborator";
|
|
195
|
-
SolutionTelemetryEvent["GenerateArmTemplateStart"] = "generate-armtemplate-start";
|
|
196
|
-
SolutionTelemetryEvent["GenerateArmTemplate"] = "generate-armtemplate";
|
|
197
|
-
SolutionTelemetryEvent["ArmDeploymentStart"] = "deploy-armtemplate-start";
|
|
198
|
-
SolutionTelemetryEvent["ArmDeployment"] = "deploy-armtemplate";
|
|
199
|
-
SolutionTelemetryEvent["AddSsoStart"] = "add-sso-start";
|
|
200
|
-
SolutionTelemetryEvent["AddSso"] = "add-sso";
|
|
201
|
-
SolutionTelemetryEvent["AddSsoReadme"] = "add-sso-readme";
|
|
202
|
-
SolutionTelemetryEvent["DeployStart"] = "deploy-start";
|
|
203
|
-
SolutionTelemetryEvent["Deploy"] = "deploy";
|
|
204
|
-
SolutionTelemetryEvent["ProvisionStart"] = "provision-start";
|
|
205
|
-
SolutionTelemetryEvent["Provision"] = "provision";
|
|
206
|
-
})(SolutionTelemetryEvent = exports.SolutionTelemetryEvent || (exports.SolutionTelemetryEvent = {}));
|
|
207
|
-
var SolutionTelemetryProperty;
|
|
208
|
-
(function (SolutionTelemetryProperty) {
|
|
209
|
-
SolutionTelemetryProperty["Component"] = "component";
|
|
210
|
-
SolutionTelemetryProperty["Resources"] = "resources";
|
|
211
|
-
SolutionTelemetryProperty["Capabilities"] = "capabilities";
|
|
212
|
-
SolutionTelemetryProperty["Success"] = "success";
|
|
213
|
-
SolutionTelemetryProperty["CollaboratorCount"] = "collaborator-count";
|
|
214
|
-
SolutionTelemetryProperty["AadOwnerCount"] = "aad-owner-count";
|
|
215
|
-
SolutionTelemetryProperty["AadPermission"] = "aad-permission";
|
|
216
|
-
SolutionTelemetryProperty["ArmDeploymentError"] = "arm-deployment-error";
|
|
217
|
-
SolutionTelemetryProperty["TeamsAppPermission"] = "teams-app-permission";
|
|
218
|
-
SolutionTelemetryProperty["ProgrammingLanguage"] = "programming-language";
|
|
219
|
-
SolutionTelemetryProperty["Env"] = "env";
|
|
220
|
-
SolutionTelemetryProperty["IncludeAadManifest"] = "include-aad-manifest";
|
|
221
|
-
SolutionTelemetryProperty["ErrorCode"] = "error-code";
|
|
222
|
-
SolutionTelemetryProperty["ErrorMessage"] = "error-message";
|
|
223
|
-
SolutionTelemetryProperty["HostType"] = "host-type";
|
|
224
|
-
SolutionTelemetryProperty["SubscriptionId"] = "subscription-id";
|
|
225
|
-
SolutionTelemetryProperty["AddTabSso"] = "tab-sso";
|
|
226
|
-
SolutionTelemetryProperty["AddBotSso"] = "bot-sso";
|
|
227
|
-
SolutionTelemetryProperty["M365TenantId"] = "m365-tenant-id";
|
|
228
|
-
SolutionTelemetryProperty["PreviousSubsriptionId"] = "previous-subscription-id";
|
|
229
|
-
SolutionTelemetryProperty["PreviousM365TenantId"] = "previous-m365-tenant-id";
|
|
230
|
-
SolutionTelemetryProperty["ConfirmRes"] = "confirm-res";
|
|
231
|
-
})(SolutionTelemetryProperty = exports.SolutionTelemetryProperty || (exports.SolutionTelemetryProperty = {}));
|
|
232
|
-
var SolutionTelemetrySuccess;
|
|
233
|
-
(function (SolutionTelemetrySuccess) {
|
|
234
|
-
SolutionTelemetrySuccess["Yes"] = "yes";
|
|
235
|
-
SolutionTelemetrySuccess["No"] = "no";
|
|
236
|
-
})(SolutionTelemetrySuccess = exports.SolutionTelemetrySuccess || (exports.SolutionTelemetrySuccess = {}));
|
|
237
|
-
exports.SolutionTelemetryComponentName = "solution";
|
|
238
|
-
exports.SolutionSource = "Solution";
|
|
239
|
-
class UnauthorizedToCheckResourceGroupError extends teamsfx_api_1.UserError {
|
|
240
|
-
constructor(resourceGroupName, subscriptionId, subscriptionName) {
|
|
241
|
-
const subscriptionInfoString = subscriptionId + (subscriptionName.length > 0 ? `(${subscriptionName})` : "");
|
|
242
|
-
super(exports.SolutionSource, new.target.name, `Unauthorized to check the existence of resource group '${resourceGroupName}' in subscription '${subscriptionInfoString}'. Please check your Azure subscription.`);
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
exports.UnauthorizedToCheckResourceGroupError = UnauthorizedToCheckResourceGroupError;
|
|
246
|
-
class FailedToCheckResourceGroupExistenceError extends teamsfx_api_1.UserError {
|
|
247
|
-
constructor(error, resourceGroupName, subscriptionId, subscriptionName) {
|
|
248
|
-
const subscriptionInfoString = subscriptionId + (subscriptionName.length > 0 ? `(${subscriptionName})` : "");
|
|
249
|
-
const baseErrorMessage = `Failed to check the existence of resource group '${resourceGroupName}' in subscription '${subscriptionInfoString}'`;
|
|
250
|
-
if (error instanceof ms_rest_js_1.RestError) {
|
|
251
|
-
// Avoid sensitive information like request headers in the error message.
|
|
252
|
-
const rawErrorString = JSON.stringify({
|
|
253
|
-
code: error.code,
|
|
254
|
-
statusCode: error.statusCode,
|
|
255
|
-
body: error.body,
|
|
256
|
-
name: error.name,
|
|
257
|
-
message: error.message,
|
|
258
|
-
});
|
|
259
|
-
super(exports.SolutionSource, new.target.name, `${baseErrorMessage}, error: '${rawErrorString}'`);
|
|
260
|
-
}
|
|
261
|
-
else if (error instanceof Error) {
|
|
262
|
-
// Reuse the original error object to prevent losing the stack info
|
|
263
|
-
error.message = `${baseErrorMessage}, error: '${error.message}'`;
|
|
264
|
-
super({ error, source: exports.SolutionSource });
|
|
265
|
-
}
|
|
266
|
-
else {
|
|
267
|
-
super(exports.SolutionSource, new.target.name, `${baseErrorMessage}, error: '${JSON.stringify(error)}'`);
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
exports.FailedToCheckResourceGroupExistenceError = FailedToCheckResourceGroupExistenceError;
|
|
272
|
-
var Language;
|
|
273
|
-
(function (Language) {
|
|
274
|
-
Language["JavaScript"] = "javascript";
|
|
275
|
-
Language["TypeScript"] = "typescript";
|
|
276
|
-
Language["CSharp"] = "csharp";
|
|
277
|
-
})(Language = exports.Language || (exports.Language = {}));
|
|
278
|
-
class AddSsoParameters {
|
|
279
|
-
}
|
|
280
|
-
exports.AddSsoParameters = AddSsoParameters;
|
|
281
|
-
AddSsoParameters.filePath = path_1.default.join("plugins", "resource", "aad", "auth");
|
|
282
|
-
AddSsoParameters.Bot = "bot";
|
|
283
|
-
AddSsoParameters.Tab = "tab";
|
|
284
|
-
AddSsoParameters.Readme = "README.md";
|
|
285
|
-
AddSsoParameters.ReadmeCSharp = "README.txt";
|
|
286
|
-
AddSsoParameters.LearnMore = "Learn More";
|
|
287
|
-
AddSsoParameters.LearnMoreUrl = "https://aka.ms/teamsfx-add-sso-readme";
|
|
288
|
-
AddSsoParameters.AddSso = "addSso";
|
|
289
|
-
AddSsoParameters.AppSettings = "appsettings.json";
|
|
290
|
-
AddSsoParameters.AppSettingsDev = "appsettings.Development.json";
|
|
291
|
-
AddSsoParameters.AppSettingsToAdd = {
|
|
292
|
-
Authentication: {
|
|
293
|
-
ClientId: "$clientId$",
|
|
294
|
-
ClientSecret: "$client-secret$",
|
|
295
|
-
OAuthAuthority: "$oauthAuthority$",
|
|
296
|
-
},
|
|
297
|
-
};
|
|
298
|
-
AddSsoParameters.AppSettingsToAddForBot = {
|
|
299
|
-
Authentication: {
|
|
300
|
-
ClientId: "$clientId$",
|
|
301
|
-
ClientSecret: "$client-secret$",
|
|
302
|
-
OAuthAuthority: "$oauthAuthority$",
|
|
303
|
-
ApplicationIdUri: "$applicationIdUri$",
|
|
304
|
-
Bot: {
|
|
305
|
-
InitiateLoginEndpoint: "$initiateLoginEndpoint$",
|
|
306
|
-
},
|
|
307
|
-
},
|
|
308
|
-
};
|
|
309
|
-
class UserTaskFunctionName {
|
|
310
|
-
}
|
|
311
|
-
exports.UserTaskFunctionName = UserTaskFunctionName;
|
|
312
|
-
UserTaskFunctionName.ConnectExistingApi = "connectExistingApi";
|
|
313
|
-
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../src/plugins/solution/fx-solution/constants.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/debug/constants.ts"],"names":[],"mappings":"AAIA,qBAAa,aAAa;IACxB,gBAAuB,MAAM,EAAE,MAAM,CAAgB;IACrD,gBAAuB,IAAI,EAAE,MAAM,CAAgB;CACpD;AAED,qBAAa,OAAO;IAClB,gBAAuB,KAAK,EAAE,MAAM,CAAW;IAC/C,gBAAuB,OAAO,EAAE,MAAM,CAAa;IACnD,gBAAuB,MAAM,EAAE,MAAM,CAAY;CAClD;AAED,qBAAa,SAAS;IACpB,gBAAuB,UAAU,EAAE,MAAM,CACoE;IAC7G,gBAAuB,WAAW,EAAE,MAAM,CAC8D;IACxG,gBAAuB,eAAe,EAAE,MAAM,CACiC;IAC/E,gBAAuB,gBAAgB,EAAE,MAAM,CAC2B;IAC1E,gBAAuB,eAAe,EAAE,MAAM,CACM;IACpD,gBAAuB,gBAAgB,EAAE,MAAM,CACK;IACpD,gBAAuB,cAAc,EAAE,MAAM,CACyC;IACtF,gBAAuB,eAAe,EAAE,MAAM,CACmC;CAClF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/debug/constants.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAClC,YAAY,CAAC;;;AAEb,MAAa,aAAa;;AAA1B,sCAGC;AAFwB,oBAAM,GAAW,YAAY,CAAC;AAC9B,kBAAI,GAAW,YAAY,CAAC;AAGrD,MAAa,OAAO;;AAApB,0BAIC;AAHwB,aAAK,GAAW,OAAO,CAAC;AACxB,eAAO,GAAW,SAAS,CAAC;AAC5B,cAAM,GAAW,QAAQ,CAAC;AAGnD,MAAa,SAAS;;AAAtB,8BAiBC;AAhBwB,oBAAU,GAC/B,0GAA0G,CAAC;AACtF,qBAAW,GAChC,qGAAqG,CAAC;AACjF,yBAAe,GACpC,4EAA4E,CAAC;AACxD,0BAAgB,GACrC,uEAAuE,CAAC;AACnD,yBAAe,GACpC,iDAAiD,CAAC;AAC7B,0BAAgB,GACrC,iDAAiD,CAAC;AAC7B,wBAAc,GACnC,mFAAmF,CAAC;AAC/D,yBAAe,GACpC,8EAA8E,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/debug/error.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAIhE,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,GAAG,GAAG,WAAW,CAMvE;AAED,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,GAAG,GAAG,WAAW,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,GAAG,GAAG,WAAW,CAErE;AAED,wBAAgB,uBAAuB,IAAI,SAAS,CAQnD;AAED,wBAAgB,6BAA6B,IAAI,SAAS,CAQzD;AAED,wBAAgB,6BAA6B,CAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAOjF"}
|