@microsoft/teamsfx-core 2.0.9-rc-hotfix.2 → 2.0.10-alpha.288b4cdfa.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/client/teamsDevPortalClient.d.ts +127 -0
- package/build/client/teamsDevPortalClient.d.ts.map +1 -0
- package/build/client/teamsDevPortalClient.js +934 -0
- package/build/client/teamsDevPortalClient.js.map +1 -0
- package/build/common/azureUtils.d.ts +3 -0
- package/build/common/azureUtils.d.ts.map +1 -0
- package/build/common/azureUtils.js +50 -0
- package/build/common/azureUtils.js.map +1 -0
- package/build/common/constants.d.ts +11 -1
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +44 -3
- package/build/common/constants.js.map +1 -1
- package/build/common/featureFlags.d.ts +4 -5
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +2 -10
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/globalState.js +3 -3
- package/build/{core → common}/globalVars.d.ts +2 -1
- package/build/common/globalVars.d.ts.map +1 -0
- package/build/{core → common}/globalVars.js +11 -1
- package/build/common/globalVars.js.map +1 -0
- package/build/common/localizeUtils.js +1 -1
- package/build/common/localizeUtils.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts +5 -0
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +31 -1
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/requestUtils.d.ts +4 -0
- package/build/common/requestUtils.d.ts.map +1 -0
- package/build/common/requestUtils.js +52 -0
- package/build/common/requestUtils.js.map +1 -0
- package/build/common/samples.d.ts +6 -1
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +4 -4
- package/build/common/samples.js.map +1 -1
- package/build/common/stringUtils.d.ts +8 -0
- package/build/common/stringUtils.d.ts.map +1 -1
- package/build/common/stringUtils.js +63 -1
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/telemetry.d.ts +30 -11
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +79 -74
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/tools.d.ts +1 -31
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +6 -245
- package/build/common/tools.js.map +1 -1
- package/build/common/utils.d.ts +1 -3
- package/build/common/utils.d.ts.map +1 -1
- package/build/common/utils.js +5 -14
- package/build/common/utils.js.map +1 -1
- package/build/common/wrappedAxiosClient.js +5 -5
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/lifecycle.js +1 -1
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/parser.js +1 -1
- package/build/component/configManager/parser.js.map +1 -1
- package/build/component/configManager/validator.js +1 -1
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/constants.d.ts +3 -223
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +4 -247
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +74 -72
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/checkerFactory.d.ts.map +1 -0
- package/build/component/deps-checker/checkerFactory.js.map +1 -0
- package/build/{common → component}/deps-checker/constant/helpLink.d.ts +0 -3
- package/build/component/deps-checker/constant/helpLink.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/constant/helpLink.js +1 -6
- package/build/component/deps-checker/constant/helpLink.js.map +1 -0
- package/build/component/deps-checker/constant/index.d.ts.map +1 -0
- package/build/component/deps-checker/constant/index.js.map +1 -0
- package/build/component/deps-checker/constant/message.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/constant/message.js +1 -1
- package/build/component/deps-checker/constant/message.js.map +1 -0
- package/build/component/deps-checker/constant/telemetry.d.ts.map +1 -0
- package/build/component/deps-checker/constant/telemetry.js.map +1 -0
- package/build/component/deps-checker/coreDepsLoggerAdapter.d.ts.map +1 -0
- package/build/component/deps-checker/coreDepsLoggerAdapter.js.map +1 -0
- package/build/component/deps-checker/coreDepsTelemetryAdapter.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/coreDepsTelemetryAdapter.js +4 -4
- package/build/component/deps-checker/coreDepsTelemetryAdapter.js.map +1 -0
- package/build/component/deps-checker/depsChecker.d.ts.map +1 -0
- package/build/component/deps-checker/depsChecker.js.map +1 -0
- package/build/component/deps-checker/depsError.d.ts.map +1 -0
- package/build/component/deps-checker/depsError.js.map +1 -0
- package/build/component/deps-checker/depsLogger.d.ts.map +1 -0
- package/build/component/deps-checker/depsLogger.js.map +1 -0
- package/build/component/deps-checker/depsManager.d.ts.map +1 -0
- package/build/component/deps-checker/depsManager.js.map +1 -0
- package/build/component/deps-checker/depsTelemetry.d.ts.map +1 -0
- package/build/component/deps-checker/depsTelemetry.js.map +1 -0
- package/build/component/deps-checker/index.d.ts.map +1 -0
- package/build/component/deps-checker/index.js.map +1 -0
- package/build/component/deps-checker/internal/dotnetChecker.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/internal/dotnetChecker.js +1 -1
- package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -0
- package/build/component/deps-checker/internal/funcToolChecker.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/internal/funcToolChecker.js +4 -4
- package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -0
- package/build/component/deps-checker/internal/nodeChecker.d.ts.map +1 -0
- package/build/component/deps-checker/internal/nodeChecker.js.map +1 -0
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/internal/testToolChecker.js +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -0
- package/build/component/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/internal/vxTestAppChecker.js +9 -3
- package/build/component/deps-checker/internal/vxTestAppChecker.js.map +1 -0
- package/build/component/deps-checker/util/cpUtils.d.ts.map +1 -0
- package/build/component/deps-checker/util/cpUtils.js.map +1 -0
- package/build/component/deps-checker/util/downloadHelper.d.ts.map +1 -0
- package/build/component/deps-checker/util/downloadHelper.js.map +1 -0
- package/build/component/deps-checker/util/fileHelper.d.ts.map +1 -0
- package/build/component/deps-checker/util/fileHelper.js.map +1 -0
- package/build/component/deps-checker/util/index.d.ts.map +1 -0
- package/build/component/deps-checker/util/index.js.map +1 -0
- package/build/component/deps-checker/util/progressIndicator.d.ts.map +1 -0
- package/build/component/deps-checker/util/progressIndicator.js.map +1 -0
- package/build/component/deps-checker/util/system.d.ts.map +1 -0
- package/build/component/deps-checker/util/system.js.map +1 -0
- package/build/component/developerPortalScaffoldUtils.d.ts +1 -5
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +71 -87
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +17 -18
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +10 -10
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js +11 -11
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/add/addWebPart.d.ts +2 -2
- package/build/component/driver/add/addWebPart.d.ts.map +1 -1
- package/build/component/driver/add/addWebPart.js +29 -29
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.js +16 -16
- package/build/component/driver/apiKey/create.js.map +1 -1
- package/build/component/driver/apiKey/update.d.ts +1 -1
- package/build/component/driver/apiKey/update.d.ts.map +1 -1
- package/build/component/driver/apiKey/update.js +15 -15
- package/build/component/driver/apiKey/update.js.map +1 -1
- package/build/component/driver/arm/deployImpl.js +1 -1
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.d.ts.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.js +25 -5
- package/build/component/driver/arm/util/bicepChecker.js.map +1 -1
- package/build/component/driver/arm/util/handleError.js +2 -2
- package/build/component/driver/arm/util/handleError.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts +4 -4
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +13 -13
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.d.ts +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.js +19 -18
- package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
- package/build/component/driver/devTool/error/dotnetInstallationUserError.js +1 -1
- package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -1
- package/build/component/driver/devTool/error/funcInstallationUserError.js +1 -1
- package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -1
- package/build/component/driver/devTool/error/testToolInstallationUserError.js +1 -1
- package/build/component/driver/devTool/error/testToolInstallationUserError.js.map +1 -1
- package/build/component/driver/devTool/installDriver.d.ts +1 -1
- package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
- package/build/component/driver/devTool/installDriver.js +6 -6
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/m365/acquire.js +4 -4
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/middleware/addSWADeployTelemetry.js +5 -5
- package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
- package/build/component/driver/middleware/addStartAndEndTelemetry.d.ts.map +1 -1
- package/build/component/driver/middleware/addStartAndEndTelemetry.js +3 -3
- package/build/component/driver/middleware/addStartAndEndTelemetry.js.map +1 -1
- package/build/component/driver/oauth/create.d.ts +1 -1
- package/build/component/driver/oauth/create.d.ts.map +1 -1
- package/build/component/driver/oauth/create.js +23 -24
- package/build/component/driver/oauth/create.js.map +1 -1
- package/build/component/driver/oauth/update.d.ts +1 -1
- package/build/component/driver/oauth/update.d.ts.map +1 -1
- package/build/component/driver/oauth/update.js +15 -15
- package/build/component/driver/oauth/update.js.map +1 -1
- package/build/component/driver/oauth/utility/utility.js +2 -2
- package/build/component/driver/oauth/utility/utility.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +1 -1
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +25 -25
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +7 -4
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +60 -60
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +16 -16
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +0 -2
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +14 -24
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts +2 -2
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +19 -19
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +21 -21
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +8 -8
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +29 -22
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +34 -34
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.d.ts +0 -9
- package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.js +0 -9
- package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js +1 -1
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts +2 -5
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +18 -18
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts +3 -3
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +20 -19
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/driver/util/utils.d.ts +3 -0
- package/build/component/driver/util/utils.d.ts.map +1 -1
- package/build/component/driver/util/utils.js +16 -1
- package/build/component/driver/util/utils.js.map +1 -1
- package/build/component/driver/util/wrapUtil.d.ts.map +1 -1
- package/build/component/driver/util/wrapUtil.js +8 -5
- package/build/component/driver/util/wrapUtil.js.map +1 -1
- package/build/component/feature/collaboration.d.ts.map +1 -1
- package/build/component/feature/collaboration.js +25 -24
- package/build/component/feature/collaboration.js.map +1 -1
- package/build/component/feature/sso.js +4 -3
- package/build/component/feature/sso.js.map +1 -1
- package/build/component/generator/copilotPlugin/generator.d.ts +10 -2
- package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/generator.js +222 -98
- package/build/component/generator/copilotPlugin/generator.js.map +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts +5 -14
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/helper.js +60 -110
- package/build/component/generator/copilotPlugin/helper.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +7 -7
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +1 -1
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +8 -16
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/generatorProvider.d.ts.map +1 -1
- package/build/component/generator/generatorProvider.js +6 -2
- package/build/component/generator/generatorProvider.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +2 -2
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +37 -36
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts +5 -0
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +37 -0
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/officeXMLAddin/generator.d.ts +9 -1
- package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeXMLAddin/generator.js +74 -11
- package/build/component/generator/officeXMLAddin/generator.js.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts +2 -4
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.js +1 -11
- package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.js +8 -7
- package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.d.ts.map +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.js +3 -2
- package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
- package/build/component/generator/spfx/error.d.ts +0 -1
- package/build/component/generator/spfx/error.d.ts.map +1 -1
- package/build/component/generator/spfx/error.js +1 -5
- package/build/component/generator/spfx/error.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts +2 -2
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +27 -29
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/spfx/utils/constants.d.ts +0 -13
- package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/constants.js +1 -16
- package/build/component/generator/spfx/utils/constants.js.map +1 -1
- package/build/component/generator/spfx/utils/telemetry-helper.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/telemetry-helper.js +11 -9
- package/build/component/generator/spfx/utils/telemetry-helper.js.map +1 -1
- package/build/component/generator/spfx/utils/utils.d.ts +1 -1
- package/build/component/generator/spfx/utils/utils.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/utils.js +1 -1
- package/build/component/generator/spfx/utils/utils.js.map +1 -1
- package/build/component/generator/templates/ssrTabGenerator.d.ts.map +1 -1
- package/build/component/generator/templates/ssrTabGenerator.js +5 -5
- package/build/component/generator/templates/ssrTabGenerator.js.map +1 -1
- package/build/component/generator/templates/templateGenerator.d.ts +3 -3
- package/build/component/generator/templates/templateGenerator.d.ts.map +1 -1
- package/build/component/generator/templates/templateGenerator.js +4 -6
- package/build/component/generator/templates/templateGenerator.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +2 -0
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +112 -109
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +9 -9
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.d.ts +4 -12
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +48 -79
- package/build/component/generator/utils.js.map +1 -1
- package/build/{common → component}/local/constants.d.ts +1 -0
- package/build/component/local/constants.d.ts.map +1 -0
- package/build/{common → component}/local/constants.js +1 -0
- package/build/component/local/constants.js.map +1 -0
- package/build/component/local/index.d.ts.map +1 -0
- package/build/component/local/index.js.map +1 -0
- package/build/component/local/localCertificateManager.d.ts.map +1 -0
- package/build/{common → component}/local/localCertificateManager.js +2 -2
- package/build/component/local/localCertificateManager.js.map +1 -0
- package/build/component/local/localEnvManager.d.ts.map +1 -0
- package/build/component/local/localEnvManager.js.map +1 -0
- package/build/component/local/localTelemetryReporter.d.ts.map +1 -0
- package/build/{common → component}/local/localTelemetryReporter.js +1 -1
- package/build/component/local/localTelemetryReporter.js.map +1 -0
- package/build/component/local/npmLogHelper.d.ts.map +1 -0
- package/build/component/local/npmLogHelper.js.map +1 -0
- package/build/component/local/packageJsonHelper.d.ts.map +1 -0
- package/build/component/local/packageJsonHelper.js.map +1 -0
- package/build/component/local/portChecker.d.ts.map +1 -0
- package/build/{common → component}/local/portChecker.js +2 -2
- package/build/component/local/portChecker.js.map +1 -0
- package/build/component/local/process.d.ts.map +1 -0
- package/build/component/local/process.js.map +1 -0
- package/build/component/local/taskDefinition.d.ts.map +1 -0
- package/build/{common → component}/local/taskDefinition.js +3 -3
- package/build/component/local/taskDefinition.js.map +1 -0
- package/build/component/m365/constants.d.ts.map +1 -0
- package/build/component/m365/constants.js.map +1 -0
- package/build/component/m365/errors.d.ts.map +1 -0
- package/build/{common → component}/m365/errors.js +1 -1
- package/build/component/m365/errors.js.map +1 -0
- package/build/{common → component}/m365/launchHelper.d.ts +1 -1
- package/build/component/m365/launchHelper.d.ts.map +1 -0
- package/build/{common → component}/m365/launchHelper.js +13 -13
- package/build/component/m365/launchHelper.js.map +1 -0
- package/build/component/m365/packageService.d.ts.map +1 -0
- package/build/{common → component}/m365/packageService.js +12 -12
- package/build/component/m365/packageService.js.map +1 -0
- package/build/component/m365/serviceConstant.d.ts +3 -0
- package/build/component/m365/serviceConstant.d.ts.map +1 -0
- package/build/component/m365/serviceConstant.js +8 -0
- package/build/component/m365/serviceConstant.js.map +1 -0
- package/build/component/middleware/actionExecutionMW.d.ts +1 -1
- package/build/component/middleware/actionExecutionMW.d.ts.map +1 -1
- package/build/component/middleware/actionExecutionMW.js +9 -9
- package/build/component/middleware/actionExecutionMW.js.map +1 -1
- package/build/component/middleware/envMW.js +4 -4
- package/build/component/middleware/envMW.js.map +1 -1
- package/build/component/middleware/questionMW.js +1 -1
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/migrate.d.ts +32 -0
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +109 -32
- package/build/component/migrate.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +5 -6
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.js +12 -11
- package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.d.ts +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.d.ts.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js +9 -6
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js.map +1 -1
- package/build/component/resource/botService/constants.d.ts +0 -13
- package/build/component/resource/botService/constants.d.ts.map +1 -1
- package/build/component/resource/botService/constants.js +1 -15
- package/build/component/resource/botService/constants.js.map +1 -1
- package/build/component/telemetry.d.ts.map +1 -1
- package/build/component/telemetry.js +6 -7
- package/build/component/telemetry.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +10 -2
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +135 -42
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/charsetUtils.d.ts +1 -1
- package/build/component/utils/charsetUtils.d.ts.map +1 -1
- package/build/component/utils/charsetUtils.js +3 -1
- package/build/component/utils/charsetUtils.js.map +1 -1
- package/build/component/utils/depsChecker/common.d.ts +1 -3
- package/build/component/utils/depsChecker/common.d.ts.map +1 -1
- package/build/component/utils/depsChecker/common.js +0 -2
- package/build/component/utils/depsChecker/common.js.map +1 -1
- package/build/component/utils/envUtil.js +2 -2
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/metadataUtil.js +1 -1
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +9 -11
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/component/utils/settingsUtil.js +1 -1
- package/build/component/utils/settingsUtil.js.map +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.d.ts.map +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.js +6 -9
- package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
- package/build/core/FxCore.d.ts +3 -4
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +74 -103
- package/build/core/FxCore.js.map +1 -1
- package/build/core/callback.d.ts +2 -2
- package/build/core/callback.d.ts.map +1 -1
- package/build/core/callback.js.map +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +9 -11
- package/build/core/collaborator.js.map +1 -1
- package/build/core/crypto.d.ts.map +1 -1
- package/build/core/crypto.js +1 -2
- package/build/core/crypto.js.map +1 -1
- package/build/core/environmentName.d.ts +0 -1
- package/build/core/environmentName.d.ts.map +1 -1
- package/build/core/environmentName.js +0 -2
- package/build/core/environmentName.js.map +1 -1
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +11 -12
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/errorHandler.js +1 -1
- package/build/core/middleware/errorHandler.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +5 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +32 -28
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +1 -1
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/projectVersionChecker.js +5 -5
- package/build/core/middleware/projectVersionChecker.js.map +1 -1
- package/build/core/middleware/utils/MigrationUtils.js +1 -1
- package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.d.ts +1 -0
- package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.js +12 -6
- package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +2 -2
- package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +4 -4
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/core/middleware/videoFilterAppBlocker.d.ts +2 -0
- package/build/core/middleware/videoFilterAppBlocker.d.ts.map +1 -1
- package/build/core/middleware/videoFilterAppBlocker.js +21 -5
- package/build/core/middleware/videoFilterAppBlocker.js.map +1 -1
- package/build/core/telemetry.d.ts +0 -5
- package/build/core/telemetry.d.ts.map +1 -1
- package/build/core/telemetry.js +9 -17
- package/build/core/telemetry.js.map +1 -1
- package/build/error/common.d.ts +32 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +101 -2
- package/build/error/common.js.map +1 -1
- package/build/error/teamsApp.d.ts +3 -0
- package/build/error/teamsApp.d.ts.map +1 -1
- package/build/error/teamsApp.js +12 -1
- package/build/error/teamsApp.js.map +1 -1
- package/build/error/yml.js +1 -1
- package/build/error/yml.js.map +1 -1
- package/build/index.d.ts +56 -36
- package/build/index.d.ts.map +1 -1
- package/build/index.js +125 -52
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +249 -1
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +1091 -11
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +10 -150
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +277 -1239
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -3
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +2 -6
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +4 -4
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +14 -14
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.d.ts +2 -28
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +66 -272
- package/build/question/other.js.map +1 -1
- package/package.json +11 -9
- package/resource/deps-checker/dotnet-install.ps1 +912 -423
- package/resource/deps-checker/dotnet-install.sh +876 -238
- package/resource/package.nls.json +7 -22
- package/resource/yaml-schema/v1.6/yaml.schema.json +1829 -0
- package/resource/yaml-schema/yaml.schema.json +46 -1
- package/templates/core/v3Migration/js.ts.app.local.yml +3 -3
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/aad.manifest.template.json +6 -0
- package/templates/plugins/resource/aad/manifest/aad.template.json +6 -0
- package/templates/plugins/resource/aad/manifest/bot/aad.manifest.template.json +6 -0
- package/templates/plugins/resource/aad/manifest/tab/aad.manifest.template.json +6 -0
- package/build/common/deps-checker/checkerFactory.d.ts.map +0 -1
- package/build/common/deps-checker/checkerFactory.js.map +0 -1
- package/build/common/deps-checker/constant/helpLink.d.ts.map +0 -1
- package/build/common/deps-checker/constant/helpLink.js.map +0 -1
- package/build/common/deps-checker/constant/index.d.ts.map +0 -1
- package/build/common/deps-checker/constant/index.js.map +0 -1
- package/build/common/deps-checker/constant/message.d.ts.map +0 -1
- package/build/common/deps-checker/constant/message.js.map +0 -1
- package/build/common/deps-checker/constant/telemetry.d.ts.map +0 -1
- package/build/common/deps-checker/constant/telemetry.js.map +0 -1
- package/build/common/deps-checker/coreDepsLoggerAdapter.d.ts.map +0 -1
- package/build/common/deps-checker/coreDepsLoggerAdapter.js.map +0 -1
- package/build/common/deps-checker/coreDepsTelemetryAdapter.d.ts.map +0 -1
- package/build/common/deps-checker/coreDepsTelemetryAdapter.js.map +0 -1
- package/build/common/deps-checker/depsChecker.d.ts.map +0 -1
- package/build/common/deps-checker/depsChecker.js.map +0 -1
- package/build/common/deps-checker/depsError.d.ts.map +0 -1
- package/build/common/deps-checker/depsError.js.map +0 -1
- package/build/common/deps-checker/depsLogger.d.ts.map +0 -1
- package/build/common/deps-checker/depsLogger.js.map +0 -1
- package/build/common/deps-checker/depsManager.d.ts.map +0 -1
- package/build/common/deps-checker/depsManager.js.map +0 -1
- package/build/common/deps-checker/depsTelemetry.d.ts.map +0 -1
- package/build/common/deps-checker/depsTelemetry.js.map +0 -1
- package/build/common/deps-checker/index.d.ts.map +0 -1
- package/build/common/deps-checker/index.js.map +0 -1
- package/build/common/deps-checker/internal/dotnetChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/dotnetChecker.js.map +0 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/funcToolChecker.js.map +0 -1
- package/build/common/deps-checker/internal/nodeChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/nodeChecker.js.map +0 -1
- package/build/common/deps-checker/internal/testToolChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/testToolChecker.js.map +0 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.js.map +0 -1
- package/build/common/deps-checker/util/cpUtils.d.ts.map +0 -1
- package/build/common/deps-checker/util/cpUtils.js.map +0 -1
- package/build/common/deps-checker/util/downloadHelper.d.ts.map +0 -1
- package/build/common/deps-checker/util/downloadHelper.js.map +0 -1
- package/build/common/deps-checker/util/fileHelper.d.ts.map +0 -1
- package/build/common/deps-checker/util/fileHelper.js.map +0 -1
- package/build/common/deps-checker/util/index.d.ts.map +0 -1
- package/build/common/deps-checker/util/index.js.map +0 -1
- package/build/common/deps-checker/util/progressIndicator.d.ts.map +0 -1
- package/build/common/deps-checker/util/progressIndicator.js.map +0 -1
- package/build/common/deps-checker/util/system.d.ts.map +0 -1
- package/build/common/deps-checker/util/system.js.map +0 -1
- package/build/common/local/constants.d.ts.map +0 -1
- package/build/common/local/constants.js.map +0 -1
- package/build/common/local/index.d.ts.map +0 -1
- package/build/common/local/index.js.map +0 -1
- package/build/common/local/localCertificateManager.d.ts.map +0 -1
- package/build/common/local/localCertificateManager.js.map +0 -1
- package/build/common/local/localEnvManager.d.ts.map +0 -1
- package/build/common/local/localEnvManager.js.map +0 -1
- package/build/common/local/localTelemetryReporter.d.ts.map +0 -1
- package/build/common/local/localTelemetryReporter.js.map +0 -1
- package/build/common/local/npmLogHelper.d.ts.map +0 -1
- package/build/common/local/npmLogHelper.js.map +0 -1
- package/build/common/local/packageJsonHelper.d.ts.map +0 -1
- package/build/common/local/packageJsonHelper.js.map +0 -1
- package/build/common/local/portChecker.d.ts.map +0 -1
- package/build/common/local/portChecker.js.map +0 -1
- package/build/common/local/process.d.ts.map +0 -1
- package/build/common/local/process.js.map +0 -1
- package/build/common/local/taskDefinition.d.ts.map +0 -1
- package/build/common/local/taskDefinition.js.map +0 -1
- package/build/common/m365/constants.d.ts.map +0 -1
- package/build/common/m365/constants.js.map +0 -1
- package/build/common/m365/errors.d.ts.map +0 -1
- package/build/common/m365/errors.js.map +0 -1
- package/build/common/m365/launchHelper.d.ts.map +0 -1
- package/build/common/m365/launchHelper.js.map +0 -1
- package/build/common/m365/packageService.d.ts.map +0 -1
- package/build/common/m365/packageService.js.map +0 -1
- package/build/common/m365/serviceConstant.d.ts +0 -3
- package/build/common/m365/serviceConstant.d.ts.map +0 -1
- package/build/common/m365/serviceConstant.js +0 -8
- package/build/common/m365/serviceConstant.js.map +0 -1
- package/build/common/projectSettingsHelperV3.d.ts +0 -2
- package/build/common/projectSettingsHelperV3.d.ts.map +0 -1
- package/build/common/projectSettingsHelperV3.js +0 -15
- package/build/common/projectSettingsHelperV3.js.map +0 -1
- package/build/component/utils.d.ts +0 -12
- package/build/component/utils.d.ts.map +0 -1
- package/build/component/utils.js +0 -136
- package/build/component/utils.js.map +0 -1
- package/build/component/workflow.d.ts +0 -4
- package/build/component/workflow.d.ts.map +0 -1
- package/build/component/workflow.js +0 -18
- package/build/component/workflow.js.map +0 -1
- package/build/core/error.d.ts +0 -32
- package/build/core/error.d.ts.map +0 -1
- package/build/core/error.js +0 -122
- package/build/core/error.js.map +0 -1
- package/build/core/globalVars.d.ts.map +0 -1
- package/build/core/globalVars.js.map +0 -1
- package/build/failpoint/index.d.ts +0 -3
- package/build/failpoint/index.d.ts.map +0 -1
- package/build/failpoint/index.js +0 -11
- package/build/failpoint/index.js.map +0 -1
- package/build/failpoint/marker.d.ts +0 -13
- package/build/failpoint/marker.d.ts.map +0 -1
- package/build/failpoint/marker.js +0 -8
- package/build/failpoint/marker.js.map +0 -1
- package/build/failpoint/runtime.d.ts +0 -12
- package/build/failpoint/runtime.d.ts.map +0 -1
- package/build/failpoint/runtime.js +0 -67
- package/build/failpoint/runtime.js.map +0 -1
- package/build/question/questionNames.d.ts +0 -78
- package/build/question/questionNames.d.ts.map +0 -1
- package/build/question/questionNames.js +0 -85
- package/build/question/questionNames.js.map +0 -1
- package/build/question/util.d.ts +0 -2
- package/build/question/util.d.ts.map +0 -1
- package/build/question/util.js +0 -18
- package/build/question/util.js.map +0 -1
- /package/build/{common → component}/deps-checker/checkerFactory.d.ts +0 -0
- /package/build/{common → component}/deps-checker/checkerFactory.js +0 -0
- /package/build/{common → component}/deps-checker/constant/index.d.ts +0 -0
- /package/build/{common → component}/deps-checker/constant/index.js +0 -0
- /package/build/{common → component}/deps-checker/constant/message.d.ts +0 -0
- /package/build/{common → component}/deps-checker/constant/telemetry.d.ts +0 -0
- /package/build/{common → component}/deps-checker/constant/telemetry.js +0 -0
- /package/build/{common → component}/deps-checker/coreDepsLoggerAdapter.d.ts +0 -0
- /package/build/{common → component}/deps-checker/coreDepsLoggerAdapter.js +0 -0
- /package/build/{common → component}/deps-checker/coreDepsTelemetryAdapter.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsChecker.js +0 -0
- /package/build/{common → component}/deps-checker/depsError.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsError.js +0 -0
- /package/build/{common → component}/deps-checker/depsLogger.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsLogger.js +0 -0
- /package/build/{common → component}/deps-checker/depsManager.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsManager.js +0 -0
- /package/build/{common → component}/deps-checker/depsTelemetry.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsTelemetry.js +0 -0
- /package/build/{common → component}/deps-checker/index.d.ts +0 -0
- /package/build/{common → component}/deps-checker/index.js +0 -0
- /package/build/{common → component}/deps-checker/internal/dotnetChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/internal/funcToolChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/internal/nodeChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/internal/nodeChecker.js +0 -0
- /package/build/{common → component}/deps-checker/internal/testToolChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/internal/vxTestAppChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/cpUtils.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/cpUtils.js +0 -0
- /package/build/{common → component}/deps-checker/util/downloadHelper.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/downloadHelper.js +0 -0
- /package/build/{common → component}/deps-checker/util/fileHelper.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/fileHelper.js +0 -0
- /package/build/{common → component}/deps-checker/util/index.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/index.js +0 -0
- /package/build/{common → component}/deps-checker/util/progressIndicator.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/progressIndicator.js +0 -0
- /package/build/{common → component}/deps-checker/util/system.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/system.js +0 -0
- /package/build/{common → component}/local/index.d.ts +0 -0
- /package/build/{common → component}/local/index.js +0 -0
- /package/build/{common → component}/local/localCertificateManager.d.ts +0 -0
- /package/build/{common → component}/local/localEnvManager.d.ts +0 -0
- /package/build/{common → component}/local/localEnvManager.js +0 -0
- /package/build/{common → component}/local/localTelemetryReporter.d.ts +0 -0
- /package/build/{common → component}/local/npmLogHelper.d.ts +0 -0
- /package/build/{common → component}/local/npmLogHelper.js +0 -0
- /package/build/{common → component}/local/packageJsonHelper.d.ts +0 -0
- /package/build/{common → component}/local/packageJsonHelper.js +0 -0
- /package/build/{common → component}/local/portChecker.d.ts +0 -0
- /package/build/{common → component}/local/process.d.ts +0 -0
- /package/build/{common → component}/local/process.js +0 -0
- /package/build/{common → component}/local/taskDefinition.d.ts +0 -0
- /package/build/{common → component}/m365/constants.d.ts +0 -0
- /package/build/{common → component}/m365/constants.js +0 -0
- /package/build/{common → component}/m365/errors.d.ts +0 -0
- /package/build/{common → component}/m365/packageService.d.ts +0 -0
package/build/core/error.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"error.js","sourceRoot":"","sources":["../../src/core/error.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"globalVars.d.ts","sourceRoot":"","sources":["../../src/core/globalVars.ts"],"names":[],"mappings":"AAGA,OAAO,EAAe,UAAU,EAAgB,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAE/C,eAAO,IAAI,KAAK,EAAE,KAAK,CAAC;AACxB,eAAO,IAAI,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;AACtC,wBAAgB,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAE3C;AACD,wBAAgB,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAE/C;AAED,cAAM,UAAU;IACd,IAAI,CAAC,EAAE,OAAO,CAAS;IACvB,UAAU,SAAM;IAChB,YAAY,SAAM;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,KAAK,SAAM;IACX,MAAM,EAAE,cAAc,CAAM;IAC5B,SAAS,SAAM;IACf,MAAM,SAAM;CACb;AACD,eAAO,MAAM,UAAU,YAAmB,CAAC;AAE3C,MAAM,WAAW,kBAAkB;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,wBAAgB,cAAc,CAAC,MAAM,EAAE,kBAAkB,GAAG,UAAU,CASrE;AAED,wBAAgB,iBAAiB,IAAI,IAAI,CAKxC;AAED,wBAAgB,eAAe,CAAC,MAAM,EAAE,kBAAkB,GAAG,IAAI,CAQhE;AAED,oBAAY,cAAc,GACtB,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,GACP,MAAM,GACN,UAAU,GACV,MAAM,GACN,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"globalVars.js","sourceRoot":"","sources":["../../src/core/globalVars.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAOlC,SAAgB,QAAQ,CAAC,KAAY;IACnC,aAAK,GAAG,KAAK,CAAC;AAChB,CAAC;AAFD,4BAEC;AACD,SAAgB,SAAS,CAAC,MAAe;IACvC,cAAM,GAAG,MAAM,CAAC;AAClB,CAAC;AAFD,8BAEC;AAED,MAAM,UAAU;IAAhB;QACE,SAAI,GAAa,KAAK,CAAC;QACvB,eAAU,GAAG,EAAE,CAAC;QAChB,iBAAY,GAAG,EAAE,CAAC;QAKlB,gCAAgC;QAChC,UAAK,GAAG,EAAE,CAAC;QACX,WAAM,GAAmB,EAAE,CAAC;QAC5B,cAAS,GAAG,EAAE,CAAC;QACf,WAAM,GAAG,EAAE,CAAC;IACd,CAAC;CAAA;AACY,QAAA,UAAU,GAAG,IAAI,UAAU,EAAE,CAAC;AAU3C,SAAgB,cAAc,CAAC,MAA0B;IACvD,OAAO,KAAK,EAAE,GAAgB,EAAE,IAAkB,EAAE,EAAE;QACpD,MAAM,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QAC3B,eAAe,CAAC,MAAM,CAAC,CAAC;QACxB,MAAM,IAAI,EAAE,CAAC;QACb,IAAI,MAAM,CAAC,KAAK,EAAE;YAChB,iBAAiB,EAAE,CAAC;SACrB;IACH,CAAC,CAAC;AACJ,CAAC;AATD,wCASC;AAED,SAAgB,iBAAiB;IAC/B,kBAAU,CAAC,KAAK,GAAG,EAAE,CAAC;IACtB,kBAAU,CAAC,MAAM,GAAG,EAAE,CAAC;IACvB,kBAAU,CAAC,SAAS,GAAG,EAAE,CAAC;IAC1B,kBAAU,CAAC,MAAM,GAAG,EAAE,CAAC;AACzB,CAAC;AALD,8CAKC;AAED,SAAgB,eAAe,CAAC,MAA0B;IACxD,IAAI,MAAM,CAAC,KAAK,EAAE;QAChB,iBAAiB,EAAE,CAAC;KACrB;IACD,kBAAU,CAAC,SAAS,GAAG,MAAM,CAAC,SAAS,IAAI,kBAAU,CAAC,SAAS,CAAC;IAChE,kBAAU,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,IAAI,kBAAU,CAAC,MAAM,CAAC;IACvD,kBAAU,CAAC,KAAK,GAAG,MAAM,CAAC,KAAK,IAAI,kBAAU,CAAC,KAAK,CAAC;IACpD,kBAAU,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,IAAI,kBAAU,CAAC,MAAM,CAAC;AACzD,CAAC;AARD,0CAQC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/failpoint/index.ts"],"names":[],"mappings":"AAMA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC"}
|
package/build/failpoint/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
const tslib_1 = require("tslib");
|
|
6
|
-
// Please don't edit. This file is copied from packages/failpoint-ts/src
|
|
7
|
-
// We don't want failpoint-ts to be a package.json dependency.
|
|
8
|
-
// We tried to soft link the code, and it works well on linux. However, soft-linked git files don't naturally work on Windows.
|
|
9
|
-
tslib_1.__exportStar(require("./runtime"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./marker"), exports);
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/failpoint/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,wEAAwE;AACxE,8DAA8D;AAC9D,8HAA8H;AAC9H,oDAA0B;AAC1B,mDAAyB"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare type Value = {
|
|
2
|
-
kind: "string";
|
|
3
|
-
value: string;
|
|
4
|
-
} | {
|
|
5
|
-
kind: "number";
|
|
6
|
-
value: number;
|
|
7
|
-
} | {
|
|
8
|
-
kind: "boolean";
|
|
9
|
-
value: boolean;
|
|
10
|
-
};
|
|
11
|
-
export declare function inject(name: string, body: () => unknown): void;
|
|
12
|
-
export declare function inject(name: string, body: (val: Value | undefined) => unknown): void;
|
|
13
|
-
//# sourceMappingURL=marker.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"marker.d.ts","sourceRoot":"","sources":["../../src/failpoint/marker.ts"],"names":[],"mappings":"AAMA,oBAAY,KAAK,GACb;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACjC;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACjC;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,CAAC;AAExC,wBAAgB,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC;AAChE,wBAAgB,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,GAAG,EAAE,KAAK,GAAG,SAAS,KAAK,OAAO,GAAG,IAAI,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.inject = void 0;
|
|
6
|
-
function inject(_name, _body) { }
|
|
7
|
-
exports.inject = inject;
|
|
8
|
-
//# sourceMappingURL=marker.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"marker.js","sourceRoot":"","sources":["../../src/failpoint/marker.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAalC,SAAgB,MAAM,CACpB,KAAa,EACb,KAA8D,IAC7D,CAAC;AAHJ,wBAGI"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Value } from "./marker";
|
|
2
|
-
export declare const ENV_VAR_NAME = "TEAMSFX_FAILPOINTS";
|
|
3
|
-
/**
|
|
4
|
-
* Checks whether a failpoint is activated.
|
|
5
|
-
*
|
|
6
|
-
* @param failpointName
|
|
7
|
-
* @returns failpoint value if the failpoint identifed by failpointName is activated.
|
|
8
|
-
* Returns undefined otherwise.
|
|
9
|
-
*/
|
|
10
|
-
export declare function evaluate(failpointName: string): Value | undefined;
|
|
11
|
-
export declare function clearFailpointCache(): void;
|
|
12
|
-
//# sourceMappingURL=runtime.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../../src/failpoint/runtime.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEjC,eAAO,MAAM,YAAY,uBAAuB,CAAC;AAEjD;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,aAAa,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,CAoBjE;AAID,wBAAgB,mBAAmB,SAElC"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.clearFailpointCache = exports.evaluate = exports.ENV_VAR_NAME = void 0;
|
|
6
|
-
exports.ENV_VAR_NAME = "TEAMSFX_FAILPOINTS";
|
|
7
|
-
/**
|
|
8
|
-
* Checks whether a failpoint is activated.
|
|
9
|
-
*
|
|
10
|
-
* @param failpointName
|
|
11
|
-
* @returns failpoint value if the failpoint identifed by failpointName is activated.
|
|
12
|
-
* Returns undefined otherwise.
|
|
13
|
-
*/
|
|
14
|
-
function evaluate(failpointName) {
|
|
15
|
-
const env = process.env[exports.ENV_VAR_NAME];
|
|
16
|
-
if (!env) {
|
|
17
|
-
return undefined;
|
|
18
|
-
}
|
|
19
|
-
if (FAILPOINT_VALUE_CACHE.has(failpointName)) {
|
|
20
|
-
return FAILPOINT_VALUE_CACHE.get(failpointName);
|
|
21
|
-
}
|
|
22
|
-
const vars = env.split(";");
|
|
23
|
-
const found = vars.find((v) => v.startsWith(failpointName));
|
|
24
|
-
if (!found) {
|
|
25
|
-
return undefined;
|
|
26
|
-
}
|
|
27
|
-
const value = parseValue(failpointName, found);
|
|
28
|
-
FAILPOINT_VALUE_CACHE.set(failpointName, value);
|
|
29
|
-
return value;
|
|
30
|
-
}
|
|
31
|
-
exports.evaluate = evaluate;
|
|
32
|
-
const FAILPOINT_VALUE_CACHE = new Map();
|
|
33
|
-
function clearFailpointCache() {
|
|
34
|
-
FAILPOINT_VALUE_CACHE.clear();
|
|
35
|
-
}
|
|
36
|
-
exports.clearFailpointCache = clearFailpointCache;
|
|
37
|
-
// The value will be in form FAILPOINT_NAME=1|true|false|"string" or simply FAILPOINT_NAME,
|
|
38
|
-
// which is equivalent to FAILPOINT_NAME=true
|
|
39
|
-
function parseValue(name, term) {
|
|
40
|
-
if (name === term) {
|
|
41
|
-
return { kind: "boolean", value: true };
|
|
42
|
-
}
|
|
43
|
-
const prefix = `${name}=`;
|
|
44
|
-
if (!term.startsWith(prefix) || term.length <= prefix.length) {
|
|
45
|
-
throw new Error(`invalid syntax(${term}) for failpoint ${name}`);
|
|
46
|
-
}
|
|
47
|
-
const value = term.substring(prefix.length);
|
|
48
|
-
// We just need look ahead once to determine whether the value is a number, a boolean or a string.
|
|
49
|
-
if (/^-?\d*$/.test(value)) {
|
|
50
|
-
const result = parseInt(value);
|
|
51
|
-
if (isNaN(result)) {
|
|
52
|
-
throw new Error(`invalid syntax(${term}) for failpoint ${name}. Not a number.`);
|
|
53
|
-
}
|
|
54
|
-
return { kind: "number", value: result };
|
|
55
|
-
}
|
|
56
|
-
else if (value[0] == '"' && value.length >= 2 && value[value.length - 1] == '"') {
|
|
57
|
-
return { kind: "string", value: value.substring(1, value.length - 1) };
|
|
58
|
-
}
|
|
59
|
-
else if (value === "true" || value === "false") {
|
|
60
|
-
const result = value === "true";
|
|
61
|
-
return { kind: "boolean", value: result };
|
|
62
|
-
}
|
|
63
|
-
else {
|
|
64
|
-
throw new Error(`invalid syntax(${term}) for failpoint ${name}`);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
//# sourceMappingURL=runtime.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtime.js","sourceRoot":"","sources":["../../src/failpoint/runtime.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAQrB,QAAA,YAAY,GAAG,oBAAoB,CAAC;AAEjD;;;;;;GAMG;AACH,SAAgB,QAAQ,CAAC,aAAqB;IAC5C,MAAM,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,oBAAY,CAAC,CAAC;IACtC,IAAI,CAAC,GAAG,EAAE;QACR,OAAO,SAAS,CAAC;KAClB;IAED,IAAI,qBAAqB,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE;QAC5C,OAAO,qBAAqB,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;KACjD;IAED,MAAM,IAAI,GAAG,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAE5B,MAAM,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC,CAAC;IAC5D,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,SAAS,CAAC;KAClB;IAED,MAAM,KAAK,GAAsB,UAAU,CAAC,aAAa,EAAE,KAAK,CAAC,CAAC;IAClE,qBAAqB,CAAC,GAAG,CAAC,aAAa,EAAE,KAAK,CAAC,CAAC;IAChD,OAAO,KAAK,CAAC;AACf,CAAC;AApBD,4BAoBC;AAED,MAAM,qBAAqB,GAAmC,IAAI,GAAG,EAAE,CAAC;AAExE,SAAgB,mBAAmB;IACjC,qBAAqB,CAAC,KAAK,EAAE,CAAC;AAChC,CAAC;AAFD,kDAEC;AAED,2FAA2F;AAC3F,6CAA6C;AAC7C,SAAS,UAAU,CAAC,IAAY,EAAE,IAAY;IAC5C,IAAI,IAAI,KAAK,IAAI,EAAE;QACjB,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;KACzC;IAED,MAAM,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC;IAE1B,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC,MAAM,EAAE;QAC5D,MAAM,IAAI,KAAK,CAAC,kBAAkB,IAAI,mBAAmB,IAAI,EAAE,CAAC,CAAC;KAClE;IAED,MAAM,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC5C,kGAAkG;IAClG,IAAI,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;QACzB,MAAM,MAAM,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;QAC/B,IAAI,KAAK,CAAC,MAAM,CAAC,EAAE;YACjB,MAAM,IAAI,KAAK,CAAC,kBAAkB,IAAI,mBAAmB,IAAI,iBAAiB,CAAC,CAAC;SACjF;QACD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;KAC1C;SAAM,IAAI,KAAK,CAAC,CAAC,CAAC,IAAI,GAAG,IAAI,KAAK,CAAC,MAAM,IAAI,CAAC,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,IAAI,GAAG,EAAE;QACjF,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,EAAE,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC;KACxE;SAAM,IAAI,KAAK,KAAK,MAAM,IAAI,KAAK,KAAK,OAAO,EAAE;QAChD,MAAM,MAAM,GAAY,KAAK,KAAK,MAAM,CAAC;QACzC,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;KAC3C;SAAM;QACL,MAAM,IAAI,KAAK,CAAC,kBAAkB,IAAI,mBAAmB,IAAI,EAAE,CAAC,CAAC;KAClE;AACH,CAAC"}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
export declare enum QuestionNames {
|
|
2
|
-
Scratch = "scratch",
|
|
3
|
-
SctatchYes = "scratch-yes",
|
|
4
|
-
AppName = "app-name",
|
|
5
|
-
Folder = "folder",
|
|
6
|
-
ProjectPath = "projectPath",
|
|
7
|
-
ProgrammingLanguage = "programming-language",
|
|
8
|
-
ProjectType = "project-type",
|
|
9
|
-
Capabilities = "capabilities",
|
|
10
|
-
BotTrigger = "bot-host-type-trigger",
|
|
11
|
-
Runtime = "runtime",
|
|
12
|
-
SPFxSolution = "spfx-solution",
|
|
13
|
-
SPFxInstallPackage = "spfx-install-latest-package",
|
|
14
|
-
SPFxFramework = "spfx-framework-type",
|
|
15
|
-
SPFxWebpartName = "spfx-webpart-name",
|
|
16
|
-
SPFxWebpartDesc = "spfx-webpart-desp",
|
|
17
|
-
SPFxFolder = "spfx-folder",
|
|
18
|
-
OfficeAddinFolder = "addin-project-folder",
|
|
19
|
-
OfficeAddinManifest = "addin-project-manifest",
|
|
20
|
-
OfficeAddinTemplate = "addin-template-select",
|
|
21
|
-
OfficeAddinHost = "addin-host",
|
|
22
|
-
OfficeAddinImport = "addin-import",
|
|
23
|
-
OfficeAddinFramework = "office-addin-framework-type",
|
|
24
|
-
Samples = "samples",
|
|
25
|
-
ReplaceContentUrl = "replaceContentUrl",
|
|
26
|
-
ReplaceWebsiteUrl = "replaceWebsiteUrl",
|
|
27
|
-
ReplaceBotIds = "replaceBotIds",
|
|
28
|
-
SafeProjectName = "safeProjectName",
|
|
29
|
-
RepalceTabUrl = "tdp-tab-url",
|
|
30
|
-
ValidateMethod = "validate-method",
|
|
31
|
-
AppPackagePath = "appPackagePath",
|
|
32
|
-
CopilotPluginExistingApi = "copilot-plugin-existing-api",
|
|
33
|
-
ApiSpecLocation = "openapi-spec-location",
|
|
34
|
-
OpenAIPluginManifest = "openai-plugin-manifest",
|
|
35
|
-
ApiOperation = "api-operation",
|
|
36
|
-
MeArchitectureType = "me-architecture",
|
|
37
|
-
ApiSpecApiKey = "api-key",
|
|
38
|
-
ApiSpecApiKeyConfirm = "api-key-confirm",
|
|
39
|
-
ApiMEAuth = "api-me-auth",
|
|
40
|
-
OauthClientSecret = "oauth-client-secret",
|
|
41
|
-
OauthClientId = "oauth-client-id",
|
|
42
|
-
OauthConfirm = "oauth-confirm",
|
|
43
|
-
CustomCopilotRag = "custom-copilot-rag",
|
|
44
|
-
CustomCopilotAssistant = "custom-copilot-agent",
|
|
45
|
-
LLMService = "llm-service",
|
|
46
|
-
OpenAIKey = "openai-key",
|
|
47
|
-
AzureOpenAIKey = "azure-openai-key",
|
|
48
|
-
AzureOpenAIEndpoint = "azure-openai-endpoint",
|
|
49
|
-
AzureOpenAIDeploymentName = "azure-openai-deployment-name",
|
|
50
|
-
Features = "features",
|
|
51
|
-
Env = "env",
|
|
52
|
-
SourceEnvName = "sourceEnvName",
|
|
53
|
-
TargetEnvName = "targetEnvName",
|
|
54
|
-
TargetResourceGroupName = "targetResourceGroupName",
|
|
55
|
-
NewResourceGroupName = "newResourceGroupName",
|
|
56
|
-
NewResourceGroupLocation = "newResourceGroupLocation",
|
|
57
|
-
NewTargetEnvName = "newTargetEnvName",
|
|
58
|
-
ExistingTabEndpoint = "existing-tab-endpoint",
|
|
59
|
-
TeamsAppManifestFilePath = "manifest-path",
|
|
60
|
-
LocalTeamsAppManifestFilePath = "local-manifest-path",
|
|
61
|
-
AadAppManifestFilePath = "manifest-file-path",
|
|
62
|
-
TeamsAppPackageFilePath = "app-package-file-path",
|
|
63
|
-
ConfirmManifest = "confirmManifest",
|
|
64
|
-
ConfirmLocalManifest = "confirmLocalManifest",
|
|
65
|
-
ConfirmAadManifest = "confirmAadManifest",
|
|
66
|
-
OutputZipPathParamName = "output-zip-path",
|
|
67
|
-
OutputManifestParamName = "output-manifest-path",
|
|
68
|
-
M365Host = "m365-host",
|
|
69
|
-
ManifestPath = "manifest-path",
|
|
70
|
-
UserEmail = "email",
|
|
71
|
-
collaborationAppType = "collaborationType",
|
|
72
|
-
DestinationApiSpecFilePath = "destination-api-spec-location",
|
|
73
|
-
PluginAvailability = "plugin-availability"
|
|
74
|
-
}
|
|
75
|
-
export declare enum CliQuestionName {
|
|
76
|
-
Capability = "capability"
|
|
77
|
-
}
|
|
78
|
-
//# sourceMappingURL=questionNames.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"questionNames.d.ts","sourceRoot":"","sources":["../../src/question/questionNames.ts"],"names":[],"mappings":"AAGA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,UAAU,gBAAgB;IAC1B,OAAO,aAAa;IACpB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,mBAAmB,yBAAyB;IAC5C,WAAW,iBAAiB;IAC5B,YAAY,iBAAiB;IAC7B,UAAU,0BAA0B;IACpC,OAAO,YAAY;IACnB,YAAY,kBAAkB;IAC9B,kBAAkB,gCAAgC;IAClD,aAAa,wBAAwB;IACrC,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;IACrC,UAAU,gBAAgB;IAC1B,iBAAiB,yBAAyB;IAC1C,mBAAmB,2BAA2B;IAC9C,mBAAmB,0BAA0B;IAC7C,eAAe,eAAe;IAC9B,iBAAiB,iBAAiB;IAClC,oBAAoB,gCAAgC;IACpD,OAAO,YAAY;IACnB,iBAAiB,sBAAsB;IACvC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,aAAa,gBAAgB;IAC7B,cAAc,oBAAoB;IAClC,cAAc,mBAAmB;IACjC,wBAAwB,gCAAgC;IACxD,eAAe,0BAA0B;IACzC,oBAAoB,2BAA2B;IAC/C,YAAY,kBAAkB;IAC9B,kBAAkB,oBAAoB;IACtC,aAAa,YAAY;IACzB,oBAAoB,oBAAoB;IACxC,SAAS,gBAAgB;IACzB,iBAAiB,wBAAwB;IACzC,aAAa,oBAAoB;IACjC,YAAY,kBAAkB;IAE9B,gBAAgB,uBAAuB;IACvC,sBAAsB,yBAAyB;IAC/C,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,cAAc,qBAAqB;IACnC,mBAAmB,0BAA0B;IAC7C,yBAAyB,iCAAiC;IAE1D,QAAQ,aAAa;IACrB,GAAG,QAAQ;IACX,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,uBAAuB,4BAA4B;IACnD,oBAAoB,yBAAyB;IAC7C,wBAAwB,6BAA6B;IACrD,gBAAgB,qBAAqB;IACrC,mBAAmB,0BAA0B;IAC7C,wBAAwB,kBAAkB;IAC1C,6BAA6B,wBAAwB;IACrD,sBAAsB,uBAAuB;IAC7C,uBAAuB,0BAA0B;IACjD,eAAe,oBAAoB;IACnC,oBAAoB,yBAAyB;IAC7C,kBAAkB,uBAAuB;IACzC,sBAAsB,oBAAoB;IAC1C,uBAAuB,yBAAyB;IAChD,QAAQ,cAAc;IAEtB,YAAY,kBAAkB;IAE9B,SAAS,UAAU;IAEnB,oBAAoB,sBAAsB;IAC1C,0BAA0B,kCAAkC;IAC5D,kBAAkB,wBAAwB;CAC3C;AAED,oBAAY,eAAe;IACzB,UAAU,eAAe;CAC1B"}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.CliQuestionName = exports.QuestionNames = void 0;
|
|
6
|
-
var QuestionNames;
|
|
7
|
-
(function (QuestionNames) {
|
|
8
|
-
QuestionNames["Scratch"] = "scratch";
|
|
9
|
-
QuestionNames["SctatchYes"] = "scratch-yes";
|
|
10
|
-
QuestionNames["AppName"] = "app-name";
|
|
11
|
-
QuestionNames["Folder"] = "folder";
|
|
12
|
-
QuestionNames["ProjectPath"] = "projectPath";
|
|
13
|
-
QuestionNames["ProgrammingLanguage"] = "programming-language";
|
|
14
|
-
QuestionNames["ProjectType"] = "project-type";
|
|
15
|
-
QuestionNames["Capabilities"] = "capabilities";
|
|
16
|
-
QuestionNames["BotTrigger"] = "bot-host-type-trigger";
|
|
17
|
-
QuestionNames["Runtime"] = "runtime";
|
|
18
|
-
QuestionNames["SPFxSolution"] = "spfx-solution";
|
|
19
|
-
QuestionNames["SPFxInstallPackage"] = "spfx-install-latest-package";
|
|
20
|
-
QuestionNames["SPFxFramework"] = "spfx-framework-type";
|
|
21
|
-
QuestionNames["SPFxWebpartName"] = "spfx-webpart-name";
|
|
22
|
-
QuestionNames["SPFxWebpartDesc"] = "spfx-webpart-desp";
|
|
23
|
-
QuestionNames["SPFxFolder"] = "spfx-folder";
|
|
24
|
-
QuestionNames["OfficeAddinFolder"] = "addin-project-folder";
|
|
25
|
-
QuestionNames["OfficeAddinManifest"] = "addin-project-manifest";
|
|
26
|
-
QuestionNames["OfficeAddinTemplate"] = "addin-template-select";
|
|
27
|
-
QuestionNames["OfficeAddinHost"] = "addin-host";
|
|
28
|
-
QuestionNames["OfficeAddinImport"] = "addin-import";
|
|
29
|
-
QuestionNames["OfficeAddinFramework"] = "office-addin-framework-type";
|
|
30
|
-
QuestionNames["Samples"] = "samples";
|
|
31
|
-
QuestionNames["ReplaceContentUrl"] = "replaceContentUrl";
|
|
32
|
-
QuestionNames["ReplaceWebsiteUrl"] = "replaceWebsiteUrl";
|
|
33
|
-
QuestionNames["ReplaceBotIds"] = "replaceBotIds";
|
|
34
|
-
QuestionNames["SafeProjectName"] = "safeProjectName";
|
|
35
|
-
QuestionNames["RepalceTabUrl"] = "tdp-tab-url";
|
|
36
|
-
QuestionNames["ValidateMethod"] = "validate-method";
|
|
37
|
-
QuestionNames["AppPackagePath"] = "appPackagePath";
|
|
38
|
-
QuestionNames["CopilotPluginExistingApi"] = "copilot-plugin-existing-api";
|
|
39
|
-
QuestionNames["ApiSpecLocation"] = "openapi-spec-location";
|
|
40
|
-
QuestionNames["OpenAIPluginManifest"] = "openai-plugin-manifest";
|
|
41
|
-
QuestionNames["ApiOperation"] = "api-operation";
|
|
42
|
-
QuestionNames["MeArchitectureType"] = "me-architecture";
|
|
43
|
-
QuestionNames["ApiSpecApiKey"] = "api-key";
|
|
44
|
-
QuestionNames["ApiSpecApiKeyConfirm"] = "api-key-confirm";
|
|
45
|
-
QuestionNames["ApiMEAuth"] = "api-me-auth";
|
|
46
|
-
QuestionNames["OauthClientSecret"] = "oauth-client-secret";
|
|
47
|
-
QuestionNames["OauthClientId"] = "oauth-client-id";
|
|
48
|
-
QuestionNames["OauthConfirm"] = "oauth-confirm";
|
|
49
|
-
QuestionNames["CustomCopilotRag"] = "custom-copilot-rag";
|
|
50
|
-
QuestionNames["CustomCopilotAssistant"] = "custom-copilot-agent";
|
|
51
|
-
QuestionNames["LLMService"] = "llm-service";
|
|
52
|
-
QuestionNames["OpenAIKey"] = "openai-key";
|
|
53
|
-
QuestionNames["AzureOpenAIKey"] = "azure-openai-key";
|
|
54
|
-
QuestionNames["AzureOpenAIEndpoint"] = "azure-openai-endpoint";
|
|
55
|
-
QuestionNames["AzureOpenAIDeploymentName"] = "azure-openai-deployment-name";
|
|
56
|
-
QuestionNames["Features"] = "features";
|
|
57
|
-
QuestionNames["Env"] = "env";
|
|
58
|
-
QuestionNames["SourceEnvName"] = "sourceEnvName";
|
|
59
|
-
QuestionNames["TargetEnvName"] = "targetEnvName";
|
|
60
|
-
QuestionNames["TargetResourceGroupName"] = "targetResourceGroupName";
|
|
61
|
-
QuestionNames["NewResourceGroupName"] = "newResourceGroupName";
|
|
62
|
-
QuestionNames["NewResourceGroupLocation"] = "newResourceGroupLocation";
|
|
63
|
-
QuestionNames["NewTargetEnvName"] = "newTargetEnvName";
|
|
64
|
-
QuestionNames["ExistingTabEndpoint"] = "existing-tab-endpoint";
|
|
65
|
-
QuestionNames["TeamsAppManifestFilePath"] = "manifest-path";
|
|
66
|
-
QuestionNames["LocalTeamsAppManifestFilePath"] = "local-manifest-path";
|
|
67
|
-
QuestionNames["AadAppManifestFilePath"] = "manifest-file-path";
|
|
68
|
-
QuestionNames["TeamsAppPackageFilePath"] = "app-package-file-path";
|
|
69
|
-
QuestionNames["ConfirmManifest"] = "confirmManifest";
|
|
70
|
-
QuestionNames["ConfirmLocalManifest"] = "confirmLocalManifest";
|
|
71
|
-
QuestionNames["ConfirmAadManifest"] = "confirmAadManifest";
|
|
72
|
-
QuestionNames["OutputZipPathParamName"] = "output-zip-path";
|
|
73
|
-
QuestionNames["OutputManifestParamName"] = "output-manifest-path";
|
|
74
|
-
QuestionNames["M365Host"] = "m365-host";
|
|
75
|
-
QuestionNames["ManifestPath"] = "manifest-path";
|
|
76
|
-
QuestionNames["UserEmail"] = "email";
|
|
77
|
-
QuestionNames["collaborationAppType"] = "collaborationType";
|
|
78
|
-
QuestionNames["DestinationApiSpecFilePath"] = "destination-api-spec-location";
|
|
79
|
-
QuestionNames["PluginAvailability"] = "plugin-availability";
|
|
80
|
-
})(QuestionNames = exports.QuestionNames || (exports.QuestionNames = {}));
|
|
81
|
-
var CliQuestionName;
|
|
82
|
-
(function (CliQuestionName) {
|
|
83
|
-
CliQuestionName["Capability"] = "capability";
|
|
84
|
-
})(CliQuestionName = exports.CliQuestionName || (exports.CliQuestionName = {}));
|
|
85
|
-
//# sourceMappingURL=questionNames.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"questionNames.js","sourceRoot":"","sources":["../../src/question/questionNames.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,IAAY,aA8EX;AA9ED,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,2CAA0B,CAAA;IAC1B,qCAAoB,CAAA;IACpB,kCAAiB,CAAA;IACjB,4CAA2B,CAAA;IAC3B,6DAA4C,CAAA;IAC5C,6CAA4B,CAAA;IAC5B,8CAA6B,CAAA;IAC7B,qDAAoC,CAAA;IACpC,oCAAmB,CAAA;IACnB,+CAA8B,CAAA;IAC9B,mEAAkD,CAAA;IAClD,sDAAqC,CAAA;IACrC,sDAAqC,CAAA;IACrC,sDAAqC,CAAA;IACrC,2CAA0B,CAAA;IAC1B,2DAA0C,CAAA;IAC1C,+DAA8C,CAAA;IAC9C,8DAA6C,CAAA;IAC7C,+CAA8B,CAAA;IAC9B,mDAAkC,CAAA;IAClC,qEAAoD,CAAA;IACpD,oCAAmB,CAAA;IACnB,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IACvC,gDAA+B,CAAA;IAC/B,oDAAmC,CAAA;IACnC,8CAA6B,CAAA;IAC7B,mDAAkC,CAAA;IAClC,kDAAiC,CAAA;IACjC,yEAAwD,CAAA;IACxD,0DAAyC,CAAA;IACzC,gEAA+C,CAAA;IAC/C,+CAA8B,CAAA;IAC9B,uDAAsC,CAAA;IACtC,0CAAyB,CAAA;IACzB,yDAAwC,CAAA;IACxC,0CAAyB,CAAA;IACzB,0DAAyC,CAAA;IACzC,kDAAiC,CAAA;IACjC,+CAA8B,CAAA;IAE9B,wDAAuC,CAAA;IACvC,gEAA+C,CAAA;IAC/C,2CAA0B,CAAA;IAC1B,yCAAwB,CAAA;IACxB,oDAAmC,CAAA;IACnC,8DAA6C,CAAA;IAC7C,2EAA0D,CAAA;IAE1D,sCAAqB,CAAA;IACrB,4BAAW,CAAA;IACX,gDAA+B,CAAA;IAC/B,gDAA+B,CAAA;IAC/B,oEAAmD,CAAA;IACnD,8DAA6C,CAAA;IAC7C,sEAAqD,CAAA;IACrD,sDAAqC,CAAA;IACrC,8DAA6C,CAAA;IAC7C,2DAA0C,CAAA;IAC1C,sEAAqD,CAAA;IACrD,8DAA6C,CAAA;IAC7C,kEAAiD,CAAA;IACjD,oDAAmC,CAAA;IACnC,8DAA6C,CAAA;IAC7C,0DAAyC,CAAA;IACzC,2DAA0C,CAAA;IAC1C,iEAAgD,CAAA;IAChD,uCAAsB,CAAA;IAEtB,+CAA8B,CAAA;IAE9B,oCAAmB,CAAA;IAEnB,2DAA0C,CAAA;IAC1C,6EAA4D,CAAA;IAC5D,2DAA0C,CAAA;AAC5C,CAAC,EA9EW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA8ExB;AAED,IAAY,eAEX;AAFD,WAAY,eAAe;IACzB,4CAAyB,CAAA;AAC3B,CAAC,EAFW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAE1B"}
|
package/build/question/util.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../src/question/util.ts"],"names":[],"mappings":"AAKA,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAQrD"}
|
package/build/question/util.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.isValidHttpUrl = void 0;
|
|
6
|
-
const url_1 = require("url");
|
|
7
|
-
function isValidHttpUrl(input) {
|
|
8
|
-
let url;
|
|
9
|
-
try {
|
|
10
|
-
url = new url_1.URL(input);
|
|
11
|
-
return url.protocol === "http:" || url.protocol === "https:";
|
|
12
|
-
}
|
|
13
|
-
catch (e) {
|
|
14
|
-
return false;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.isValidHttpUrl = isValidHttpUrl;
|
|
18
|
-
//# sourceMappingURL=util.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"util.js","sourceRoot":"","sources":["../../src/question/util.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,6BAA0B;AAE1B,SAAgB,cAAc,CAAC,KAAa;IAC1C,IAAI,GAAG,CAAC;IACR,IAAI;QACF,GAAG,GAAG,IAAI,SAAG,CAAC,KAAK,CAAC,CAAC;QACrB,OAAO,GAAG,CAAC,QAAQ,KAAK,OAAO,IAAI,GAAG,CAAC,QAAQ,KAAK,QAAQ,CAAC;KAC9D;IAAC,OAAO,CAAC,EAAE;QACV,OAAO,KAAK,CAAC;KACd;AACH,CAAC;AARD,wCAQC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|