@microsoft/teamsfx-core 2.0.10-alpha.fa1ce1fbb.0 → 2.0.10-alpha.ff616a623.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 +4 -5
- package/build/client/teamsDevPortalClient.d.ts.map +1 -1
- package/build/client/teamsDevPortalClient.js +67 -47
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/common/azureUtils.js +4 -4
- package/build/common/azureUtils.js.map +1 -1
- package/build/common/constants.d.ts +1 -19
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +10 -29
- package/build/common/constants.js.map +1 -1
- package/build/common/correlator.d.ts +1 -0
- package/build/common/correlator.d.ts.map +1 -1
- package/build/common/correlator.js +6 -1
- package/build/common/correlator.js.map +1 -1
- package/build/common/featureFlags.d.ts +49 -19
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +82 -62
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/globalState.js +3 -3
- package/build/common/globalState.js.map +1 -1
- package/build/common/globalVars.d.ts +1 -0
- package/build/common/globalVars.d.ts.map +1 -1
- package/build/common/globalVars.js +2 -1
- package/build/common/globalVars.js.map +1 -1
- package/build/common/jsonUtils.js +10 -10
- package/build/common/jsonUtils.js.map +1 -1
- package/build/common/localizeUtils.js +2 -2
- package/build/common/localizeUtils.js.map +1 -1
- package/build/common/projectSettingsHelper.js +1 -1
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/projectTypeChecker.js +3 -3
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/samples.js +5 -5
- package/build/common/samples.js.map +1 -1
- package/build/common/secretmasker/dict.d.ts +22 -0
- package/build/common/secretmasker/dict.d.ts.map +1 -0
- package/build/common/secretmasker/dict.js +83 -0
- package/build/common/secretmasker/dict.js.map +1 -0
- package/build/common/secretmasker/feature.d.ts +15 -0
- package/build/common/secretmasker/feature.d.ts.map +1 -0
- package/build/common/secretmasker/feature.js +148 -0
- package/build/common/secretmasker/feature.js.map +1 -0
- package/build/common/secretmasker/masker.d.ts +12 -0
- package/build/common/secretmasker/masker.d.ts.map +1 -0
- package/build/common/secretmasker/masker.js +54 -0
- package/build/common/secretmasker/masker.js.map +1 -0
- package/build/common/stringUtils.d.ts +3 -5
- package/build/common/stringUtils.d.ts.map +1 -1
- package/build/common/stringUtils.js +13 -105
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/telemetry.d.ts +12 -2
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +20 -3
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/common/tools.d.ts +1 -6
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +15 -28
- package/build/common/tools.js.map +1 -1
- package/build/common/utils.d.ts +4 -0
- package/build/common/utils.d.ts.map +1 -1
- package/build/common/utils.js +38 -1
- package/build/common/utils.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts +1 -0
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +58 -29
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/actionInjector.js +2 -2
- package/build/component/configManager/actionInjector.js.map +1 -1
- package/build/component/configManager/lifecycle.js +9 -9
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/parser.js +20 -20
- 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/constant/commonConstant.d.ts +1 -0
- package/build/component/constant/commonConstant.d.ts.map +1 -1
- package/build/component/constant/commonConstant.js +1 -0
- package/build/component/constant/commonConstant.js.map +1 -1
- package/build/component/constants.js +5 -5
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +87 -212
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/coordinator/summary.js +10 -10
- package/build/component/coordinator/summary.js.map +1 -1
- package/build/component/deployUtils.js +4 -4
- package/build/component/deployUtils.js.map +1 -1
- package/build/component/deps-checker/constant/helpLink.d.ts +0 -3
- package/build/component/deps-checker/constant/helpLink.d.ts.map +1 -1
- package/build/component/deps-checker/constant/helpLink.js +1 -6
- package/build/component/deps-checker/constant/helpLink.js.map +1 -1
- package/build/component/deps-checker/constant/message.js +24 -24
- package/build/component/deps-checker/constant/message.js.map +1 -1
- package/build/component/deps-checker/internal/dotnetChecker.js +13 -13
- package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.js +13 -13
- package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +21 -21
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/vxTestAppChecker.js +14 -8
- package/build/component/deps-checker/internal/vxTestAppChecker.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +15 -15
- 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 +38 -23
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/error/aadAppNameTooLongError.js +2 -2
- package/build/component/driver/aad/error/aadAppNameTooLongError.js.map +1 -1
- package/build/component/driver/aad/error/aadManifestError.js +27 -27
- package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
- package/build/component/driver/aad/error/clientSecretNotAllowedError.js +2 -2
- package/build/component/driver/aad/error/clientSecretNotAllowedError.js.map +1 -1
- package/build/component/driver/aad/error/credentialInvalidLifetimeError.js +2 -2
- package/build/component/driver/aad/error/credentialInvalidLifetimeError.js.map +1 -1
- package/build/component/driver/aad/error/invalidFieldInManifestError.js +2 -2
- package/build/component/driver/aad/error/invalidFieldInManifestError.js.map +1 -1
- package/build/component/driver/aad/error/missingEnvError.js +2 -2
- package/build/component/driver/aad/error/missingEnvError.js.map +1 -1
- package/build/component/driver/aad/error/missingServiceManagamentReferenceError.d.ts +5 -0
- package/build/component/driver/aad/error/missingServiceManagamentReferenceError.d.ts.map +1 -0
- package/build/component/driver/aad/error/missingServiceManagamentReferenceError.js +23 -0
- package/build/component/driver/aad/error/missingServiceManagamentReferenceError.js.map +1 -0
- package/build/component/driver/aad/update.js +16 -16
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +9 -9
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js +3 -3
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js +5 -5
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/aad/utility/constants.d.ts +2 -0
- package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
- package/build/component/driver/aad/utility/constants.js +2 -0
- package/build/component/driver/aad/utility/constants.js.map +1 -1
- package/build/component/driver/add/addWebPart.js +6 -6
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/add/error/noConfigurationError.js +2 -2
- package/build/component/driver/add/error/noConfigurationError.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.js +23 -20
- package/build/component/driver/apiKey/create.js.map +1 -1
- package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js +2 -2
- package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js.map +1 -1
- package/build/component/driver/apiKey/error/apiKeyDomainInvalid.js +2 -2
- package/build/component/driver/apiKey/error/apiKeyDomainInvalid.js.map +1 -1
- package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.js +2 -2
- package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.js.map +1 -1
- package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.d.ts +5 -0
- package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.d.ts.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.js +21 -0
- package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.js.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyNameTooLong.js +2 -2
- package/build/component/driver/apiKey/error/apiKeyNameTooLong.js.map +1 -1
- package/build/component/driver/apiKey/update.d.ts.map +1 -1
- package/build/component/driver/apiKey/update.js +20 -20
- package/build/component/driver/apiKey/update.js.map +1 -1
- package/build/component/driver/apiKey/utility/constants.d.ts +1 -1
- package/build/component/driver/apiKey/utility/constants.js +1 -1
- package/build/component/driver/apiKey/utility/utility.js +1 -1
- package/build/component/driver/apiKey/utility/utility.js.map +1 -1
- package/build/component/driver/arm/deploy.js +4 -4
- package/build/component/driver/arm/deploy.js.map +1 -1
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +19 -17
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.js +5 -5
- package/build/component/driver/arm/util/bicepChecker.js.map +1 -1
- package/build/component/driver/arm/util/handleError.js +9 -9
- package/build/component/driver/arm/util/handleError.js.map +1 -1
- package/build/component/driver/arm/validator.js +3 -3
- package/build/component/driver/arm/validator.js.map +1 -1
- package/build/component/driver/botAadApp/create.d.ts.map +1 -1
- package/build/component/driver/botAadApp/create.js +38 -22
- package/build/component/driver/botAadApp/create.js.map +1 -1
- package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.js +2 -2
- package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.js.map +1 -1
- package/build/component/driver/botAadApp/utility/constants.d.ts +1 -0
- package/build/component/driver/botAadApp/utility/constants.d.ts.map +1 -1
- package/build/component/driver/botAadApp/utility/constants.js +1 -0
- package/build/component/driver/botAadApp/utility/constants.js.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.js +14 -14
- package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
- package/build/component/driver/botFramework/error/invalidBotIdError.js +2 -2
- package/build/component/driver/botFramework/error/invalidBotIdError.js.map +1 -1
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +3 -3
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +3 -3
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +16 -10
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +8 -8
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +14 -14
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +6 -6
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +8 -8
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.js +11 -11
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.js +15 -15
- package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
- package/build/component/driver/deploy/spfx/error/createAppCatalogFailedError.js +2 -2
- package/build/component/driver/deploy/spfx/error/createAppCatalogFailedError.js.map +1 -1
- package/build/component/driver/deploy/spfx/error/getGraphTokenFailedError.js +2 -2
- package/build/component/driver/deploy/spfx/error/getGraphTokenFailedError.js.map +1 -1
- package/build/component/driver/deploy/spfx/error/getSPOTokenFailedError.js +2 -2
- package/build/component/driver/deploy/spfx/error/getSPOTokenFailedError.js.map +1 -1
- package/build/component/driver/deploy/spfx/error/getTenantFailedError.js +2 -2
- package/build/component/driver/deploy/spfx/error/getTenantFailedError.js.map +1 -1
- package/build/component/driver/deploy/spfx/error/insufficientPermissionError.js +2 -2
- package/build/component/driver/deploy/spfx/error/insufficientPermissionError.js.map +1 -1
- package/build/component/driver/deploy/spfx/error/noSPPackageError.js +2 -2
- package/build/component/driver/deploy/spfx/error/noSPPackageError.js.map +1 -1
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js +2 -2
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js.map +1 -1
- package/build/component/driver/deploy/spfx/error/uploadAppPackageFailedError.js +2 -2
- package/build/component/driver/deploy/spfx/error/uploadAppPackageFailedError.js.map +1 -1
- package/build/component/driver/deploy/spfx/utility/constants.js +5 -5
- package/build/component/driver/deploy/spfx/utility/constants.js.map +1 -1
- package/build/component/driver/devTool/constant.d.ts +8 -8
- package/build/component/driver/devTool/constant.d.ts.map +1 -1
- package/build/component/driver/devTool/constant.js +10 -10
- package/build/component/driver/devTool/constant.js.map +1 -1
- package/build/component/driver/devTool/error/dotnetInstallationUserError.js +3 -3
- package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -1
- package/build/component/driver/devTool/error/funcInstallationUserError.js +3 -3
- package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -1
- package/build/component/driver/devTool/error/testToolInstallationUserError.js +3 -3
- package/build/component/driver/devTool/error/testToolInstallationUserError.js.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/error/outputEnvironmentVariableUndefinedError.js +2 -2
- package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +11 -11
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/file/createOrUpdateJsonFile.js +12 -12
- package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
- package/build/component/driver/index.d.ts +1 -0
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +1 -0
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/m365/acquire.js +12 -12
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/middleware/addSWADeployTelemetry.js +2 -2
- package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
- package/build/component/driver/oauth/create.d.ts.map +1 -1
- package/build/component/driver/oauth/create.js +51 -21
- package/build/component/driver/oauth/create.js.map +1 -1
- package/build/component/driver/oauth/error/oauthAuthInfoInvalid.js +2 -2
- package/build/component/driver/oauth/error/oauthAuthInfoInvalid.js.map +1 -1
- package/build/component/driver/oauth/error/oauthDisablePKCEError.d.ts +5 -0
- package/build/component/driver/oauth/error/oauthDisablePKCEError.d.ts.map +1 -0
- package/build/component/driver/oauth/error/oauthDisablePKCEError.js +21 -0
- package/build/component/driver/oauth/error/oauthDisablePKCEError.js.map +1 -0
- package/build/component/driver/oauth/error/oauthDomainInvalid.js +2 -2
- package/build/component/driver/oauth/error/oauthDomainInvalid.js.map +1 -1
- package/build/component/driver/oauth/error/oauthFailedToGetDomain.js +2 -2
- package/build/component/driver/oauth/error/oauthFailedToGetDomain.js.map +1 -1
- package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.d.ts +5 -0
- package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.d.ts.map +1 -0
- package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.js +21 -0
- package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.js.map +1 -0
- package/build/component/driver/oauth/error/oauthNameTooLong.js +2 -2
- package/build/component/driver/oauth/error/oauthNameTooLong.js.map +1 -1
- package/build/component/driver/oauth/interface/createOauthArgs.d.ts +2 -0
- package/build/component/driver/oauth/interface/createOauthArgs.d.ts.map +1 -1
- package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +1 -0
- package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -1
- package/build/component/driver/oauth/update.d.ts.map +1 -1
- package/build/component/driver/oauth/update.js +30 -19
- package/build/component/driver/oauth/update.js.map +1 -1
- package/build/component/driver/oauth/utility/constants.d.ts +1 -1
- package/build/component/driver/oauth/utility/constants.js +1 -1
- package/build/component/driver/oauth/utility/utility.js +4 -5
- package/build/component/driver/oauth/utility/utility.js.map +1 -1
- package/build/component/driver/script/baseBuildDriver.js +8 -8
- package/build/component/driver/script/baseBuildDriver.js.map +1 -1
- package/build/component/driver/script/dotnetBuildDriver.js +3 -3
- package/build/component/driver/script/dotnetBuildDriver.js.map +1 -1
- package/build/component/driver/script/npmBuildDriver.js +3 -3
- package/build/component/driver/script/npmBuildDriver.js.map +1 -1
- package/build/component/driver/script/npxBuildDriver.js +5 -5
- package/build/component/driver/script/npxBuildDriver.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +2 -0
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +28 -29
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +43 -54
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +20 -20
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +23 -23
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +15 -1
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +132 -2
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.js +8 -8
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +21 -21
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +49 -49
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/errors.d.ts +6 -2
- package/build/component/driver/teamsApp/errors.d.ts.map +1 -1
- package/build/component/driver/teamsApp/errors.js +49 -42
- package/build/component/driver/teamsApp/errors.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts +2 -0
- package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts.map +1 -1
- package/build/component/driver/teamsApp/interfaces/OauthRegistration.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/SyncManifest.d.ts +15 -0
- package/build/component/driver/teamsApp/interfaces/SyncManifest.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/SyncManifest.js +5 -0
- package/build/component/driver/teamsApp/interfaces/SyncManifest.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +35 -35
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/syncManifest.d.ts +14 -0
- package/build/component/driver/teamsApp/syncManifest.d.ts.map +1 -0
- package/build/component/driver/teamsApp/syncManifest.js +226 -0
- package/build/component/driver/teamsApp/syncManifest.js.map +1 -0
- package/build/component/driver/teamsApp/teamsappMgr.js +38 -38
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +5 -3
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +45 -21
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +3 -2
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +63 -39
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +4 -3
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +36 -18
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts +4 -4
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js +45 -15
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.js +27 -27
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts +1 -0
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +52 -38
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +36 -36
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/driver/util/wrapUtil.js +6 -6
- package/build/component/driver/util/wrapUtil.js.map +1 -1
- package/build/component/error/componentError.js +8 -8
- package/build/component/error/componentError.js.map +1 -1
- package/build/component/feature/collaboration.d.ts.map +1 -1
- package/build/component/feature/collaboration.js +56 -56
- package/build/component/feature/collaboration.js.map +1 -1
- package/build/component/feature/createAuthFiles.js +8 -8
- package/build/component/feature/createAuthFiles.js.map +1 -1
- package/build/component/feature/sso.js +4 -4
- package/build/component/feature/sso.js.map +1 -1
- package/build/component/generator/apiSpec/generator.d.ts +15 -0
- package/build/component/generator/apiSpec/generator.d.ts.map +1 -0
- package/build/component/generator/apiSpec/generator.js +260 -0
- package/build/component/generator/apiSpec/generator.js.map +1 -0
- package/build/component/generator/{copilotPlugin → apiSpec}/helper.d.ts +23 -9
- package/build/component/generator/apiSpec/helper.d.ts.map +1 -0
- package/build/component/generator/{copilotPlugin → apiSpec}/helper.js +306 -127
- package/build/component/generator/apiSpec/helper.js.map +1 -0
- package/build/component/generator/constant.d.ts +1 -0
- package/build/component/generator/constant.d.ts.map +1 -1
- package/build/component/generator/constant.js +2 -1
- package/build/component/generator/constant.js.map +1 -1
- package/build/component/generator/{officeXMLAddin → copilotExtension}/generator.d.ts +8 -10
- package/build/component/generator/copilotExtension/generator.d.ts.map +1 -0
- package/build/component/generator/copilotExtension/generator.js +107 -0
- package/build/component/generator/copilotExtension/generator.js.map +1 -0
- package/build/component/generator/copilotExtension/helper.d.ts +4 -0
- package/build/component/generator/copilotExtension/helper.d.ts.map +1 -0
- package/build/component/generator/copilotExtension/helper.js +84 -0
- package/build/component/generator/copilotExtension/helper.js.map +1 -0
- package/build/component/generator/error.d.ts +1 -1
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +5 -5
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +25 -19
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.js +7 -7
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/generatorProvider.js +6 -6
- package/build/component/generator/generatorProvider.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +1 -2
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +39 -41
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +5 -5
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.js +0 -75
- package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.js +4 -4
- package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.js +4 -4
- package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
- package/build/component/generator/spfx/error.js +19 -19
- package/build/component/generator/spfx/error.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +76 -76
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/spfx/utils/constants.js +8 -8
- package/build/component/generator/spfx/utils/constants.js.map +1 -1
- package/build/component/generator/spfx/utils/telemetry-helper.js +1 -1
- package/build/component/generator/spfx/utils/telemetry-helper.js.map +1 -1
- package/build/component/generator/spfx/utils/utils.d.ts +1 -0
- package/build/component/generator/spfx/utils/utils.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/utils.js +13 -9
- package/build/component/generator/spfx/utils/utils.js.map +1 -1
- package/build/component/generator/templates/ssrTabGenerator.js +1 -1
- package/build/component/generator/templates/ssrTabGenerator.js.map +1 -1
- package/build/component/generator/templates/templateGenerator.js +13 -13
- package/build/component/generator/templates/templateGenerator.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +1 -0
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +3 -9
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +29 -9
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.js +6 -6
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/local/constants.d.ts +108 -108
- package/build/component/local/localCertificateManager.d.ts.map +1 -1
- package/build/component/local/localCertificateManager.js +11 -9
- package/build/component/local/localCertificateManager.js.map +1 -1
- package/build/component/local/localEnvManager.js +2 -2
- package/build/component/local/localEnvManager.js.map +1 -1
- package/build/component/local/localTelemetryReporter.js +3 -3
- package/build/component/local/localTelemetryReporter.js.map +1 -1
- package/build/component/local/portChecker.js +4 -4
- package/build/component/local/portChecker.js.map +1 -1
- package/build/component/local/taskDefinition.js +3 -3
- package/build/component/local/taskDefinition.js.map +1 -1
- package/build/component/m365/constants.d.ts +3 -0
- package/build/component/m365/constants.d.ts.map +1 -1
- package/build/component/m365/constants.js +4 -1
- package/build/component/m365/constants.js.map +1 -1
- package/build/component/m365/errors.js +2 -2
- package/build/component/m365/errors.js.map +1 -1
- package/build/component/m365/launchHelper.d.ts +2 -2
- package/build/component/m365/launchHelper.d.ts.map +1 -1
- package/build/component/m365/launchHelper.js +25 -17
- package/build/component/m365/launchHelper.js.map +1 -1
- package/build/component/m365/packageService.js +19 -19
- package/build/component/m365/packageService.js.map +1 -1
- package/build/component/messages.js +7 -7
- package/build/component/messages.js.map +1 -1
- package/build/component/middleware/actionExecutionMW.js +8 -8
- package/build/component/middleware/actionExecutionMW.js.map +1 -1
- package/build/component/middleware/envMW.js +6 -6
- package/build/component/middleware/envMW.js.map +1 -1
- package/build/component/middleware/questionMW.js +3 -3
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/migrate.js +4 -4
- package/build/component/migrate.js.map +1 -1
- package/build/component/provisionUtils.js +24 -24
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.js +11 -11
- package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.d.ts.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js +7 -7
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js.map +1 -1
- package/build/component/resource/botService/errors.js +2 -2
- package/build/component/resource/botService/errors.js.map +1 -1
- package/build/component/resource/botService/messages.js +6 -6
- package/build/component/resource/botService/messages.js.map +1 -1
- package/build/component/resource/botService/strings.js +1 -1
- package/build/component/resource/botService/strings.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +28 -28
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/azureResourceOperation.js +2 -2
- package/build/component/utils/azureResourceOperation.js.map +1 -1
- package/build/component/utils/common.d.ts +2 -2
- package/build/component/utils/common.d.ts.map +1 -1
- package/build/component/utils/common.js +5 -5
- package/build/component/utils/common.js.map +1 -1
- package/build/component/utils/depsChecker/common.js +2 -2
- package/build/component/utils/depsChecker/common.js.map +1 -1
- package/build/component/utils/envFunctionUtils.d.ts +12 -0
- package/build/component/utils/envFunctionUtils.d.ts.map +1 -0
- package/build/component/utils/envFunctionUtils.js +185 -0
- package/build/component/utils/envFunctionUtils.js.map +1 -0
- package/build/component/utils/envUtil.d.ts +1 -0
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +19 -19
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/fileOperation.js +3 -4
- package/build/component/utils/fileOperation.js.map +1 -1
- package/build/component/utils/metadataGraphPermssion.js +3 -3
- package/build/component/utils/metadataGraphPermssion.js.map +1 -1
- package/build/component/utils/metadataUtil.js +2 -2
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/component/utils/pathUtils.js +5 -5
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/component/utils/settingsUtil.js +7 -7
- package/build/component/utils/settingsUtil.js.map +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.js +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
- package/build/core/FxCore.d.ts +34 -0
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +671 -351
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.js +65 -65
- package/build/core/collaborator.js.map +1 -1
- package/build/core/crypto.js +4 -4
- package/build/core/crypto.js.map +1 -1
- package/build/core/environment.js +7 -7
- package/build/core/environment.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.js +13 -13
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/errorHandler.js +4 -4
- package/build/core/middleware/errorHandler.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +78 -78
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +3 -3
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/projectVersionChecker.js +9 -9
- package/build/core/middleware/projectVersionChecker.js.map +1 -1
- package/build/core/middleware/utils/MigrationUtils.js +4 -4
- package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.js +4 -4
- package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +10 -10
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +72 -72
- package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
- package/build/core/middleware/utils/migrationContext.js +1 -1
- package/build/core/middleware/utils/migrationContext.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +9 -9
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/core/middleware/videoFilterAppBlocker.js +4 -4
- package/build/core/middleware/videoFilterAppBlocker.js.map +1 -1
- package/build/core/telemetry.js +1 -1
- package/build/core/telemetry.js.map +1 -1
- package/build/error/arm.js +10 -10
- package/build/error/arm.js.map +1 -1
- package/build/error/azure.js +20 -20
- package/build/error/azure.js.map +1 -1
- package/build/error/common.d.ts +4 -1
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +87 -75
- package/build/error/common.js.map +1 -1
- package/build/error/deploy.js +24 -24
- package/build/error/deploy.js.map +1 -1
- package/build/error/m365.js +6 -6
- package/build/error/m365.js.map +1 -1
- package/build/error/script.d.ts +2 -2
- package/build/error/script.d.ts.map +1 -1
- package/build/error/script.js +14 -8
- package/build/error/script.js.map +1 -1
- package/build/error/teamsApp.d.ts.map +1 -1
- package/build/error/teamsApp.js +10 -8
- package/build/error/teamsApp.js.map +1 -1
- package/build/error/upgrade.js +2 -2
- package/build/error/upgrade.js.map +1 -1
- package/build/error/yml.js +12 -12
- package/build/error/yml.js.map +1 -1
- package/build/index.d.ts +10 -7
- package/build/index.d.ts.map +1 -1
- package/build/index.js +17 -16
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +38 -21
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +285 -270
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +4 -3
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +315 -228
- package/build/question/create.js.map +1 -1
- package/build/question/generator.js +6 -2
- package/build/question/generator.js.map +1 -1
- package/build/question/index.d.ts +2 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +21 -15
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +11 -5
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/inputs/SyncManifestInputs.d.ts +16 -0
- package/build/question/inputs/SyncManifestInputs.d.ts.map +1 -0
- package/build/question/inputs/SyncManifestInputs.js +5 -0
- package/build/question/inputs/SyncManifestInputs.js.map +1 -0
- package/build/question/inputs/UninstallInputs.d.ts +22 -0
- package/build/question/inputs/UninstallInputs.d.ts.map +1 -0
- package/build/question/inputs/UninstallInputs.js +5 -0
- package/build/question/inputs/UninstallInputs.js.map +1 -0
- package/build/question/inputs/index.d.ts +2 -0
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +2 -0
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/AddPluginOptions.js +1 -1
- package/build/question/options/AddPluginOptions.js.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +27 -24
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/SyncManifestOptions.d.ts +10 -0
- package/build/question/options/SyncManifestOptions.d.ts.map +1 -0
- package/build/question/options/SyncManifestOptions.js +28 -0
- package/build/question/options/SyncManifestOptions.js.map +1 -0
- package/build/question/options/UninstallOptions.d.ts +10 -0
- package/build/question/options/UninstallOptions.d.ts.map +1 -0
- package/build/question/options/UninstallOptions.js +44 -0
- package/build/question/options/UninstallOptions.js.map +1 -0
- package/build/question/options/index.d.ts +2 -0
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +2 -0
- package/build/question/options/index.js.map +1 -1
- package/build/question/other.d.ts +2 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +210 -48
- package/build/question/other.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -0
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +41 -27
- package/build/ui/visitor.js.map +1 -1
- package/package.json +15 -10
- package/resource/dict.zip +0 -0
- package/resource/package.nls.json +175 -127
- package/resource/yaml-schema/v1.6/yaml.schema.json +13 -0
- package/resource/yaml-schema/yaml.schema.json +13 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/build/component/generator/copilotPlugin/generator.d.ts +0 -21
- package/build/component/generator/copilotPlugin/generator.d.ts.map +0 -1
- package/build/component/generator/copilotPlugin/generator.js +0 -399
- package/build/component/generator/copilotPlugin/generator.js.map +0 -1
- package/build/component/generator/copilotPlugin/helper.d.ts.map +0 -1
- package/build/component/generator/copilotPlugin/helper.js.map +0 -1
- package/build/component/generator/officeXMLAddin/generator.d.ts.map +0 -1
- package/build/component/generator/officeXMLAddin/generator.js +0 -173
- package/build/component/generator/officeXMLAddin/generator.js.map +0 -1
package/build/error/common.js
CHANGED
|
@@ -2,20 +2,23 @@
|
|
|
2
2
|
// Copyright (c) Microsoft Corporation.
|
|
3
3
|
// Licensed under the MIT license.
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.CoreSource = exports.NpmInstallError = exports.FailedToParseResourceIdError = exports.AbandonedProjectError = exports.IncompatibleProjectError = exports.UpgradeV3CanceledError = exports.VideoFilterAppRemoteNotSupportedError = exports.FailedToLoadManifestId = exports.NotAllowedMigrationError = exports.MigrationError = exports.NoProjectOpenedError = exports.isUserCancelError = exports.assembleError = exports.InternalError = exports.ConcurrentError = exports.NotImplementedError = exports.EmptyOptionError = exports.UserCancelError = exports.AccessGithubError = exports.HttpServerError = exports.HttpClientError = exports.matchDnsError = exports.NetworkError = exports.MissingRequiredFileError = exports.NoEnvFilesError = exports.InputValidationError = exports.MissingRequiredInputError = exports.InstallSoftwareError = exports.UnhandledUserError = exports.UnhandledError = exports.FilePermissionError = exports.WriteFileError = exports.ReadFileError = exports.JSONSyntaxError = exports.InjectOAuthActionFailedError = exports.InjectAPIKeyActionFailedError = exports.MultipleServerError = exports.MultipleAuthError = exports.InvalidProjectError = exports.InvalidActionInputError = exports.MissingEnvironmentVariablesError = exports.FileNotFoundError = void 0;
|
|
5
|
+
exports.CoreSource = exports.FileNotSupportError = exports.NpmInstallError = exports.FailedToParseResourceIdError = exports.AbandonedProjectError = exports.IncompatibleProjectError = exports.UpgradeV3CanceledError = exports.VideoFilterAppRemoteNotSupportedError = exports.FailedToLoadManifestId = exports.NotAllowedMigrationError = exports.MigrationError = exports.NoProjectOpenedError = exports.isUserCancelError = exports.assembleError = exports.InternalError = exports.ConcurrentError = exports.NotImplementedError = exports.EmptyOptionError = exports.UserCancelError = exports.AccessGithubError = exports.HttpServerError = exports.HttpClientError = exports.matchDnsError = exports.NetworkError = exports.MissingRequiredFileError = exports.NoEnvFilesError = exports.InputValidationError = exports.MissingRequiredInputError = exports.InstallSoftwareError = exports.UnhandledUserError = exports.UnhandledError = exports.FilePermissionError = exports.WriteFileError = exports.ReadFileError = exports.JSONSyntaxError = exports.InjectOAuthActionFailedError = exports.InjectAPIKeyActionFailedError = exports.MultipleServerError = exports.MultipleAuthError = exports.InvalidProjectError = exports.InvalidActionInputError = exports.MissingEnvironmentVariablesError = exports.FileNotFoundError = void 0;
|
|
6
|
+
const tslib_1 = require("tslib");
|
|
6
7
|
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
7
8
|
const lodash_1 = require("lodash");
|
|
8
9
|
const localizeUtils_1 = require("../common/localizeUtils");
|
|
9
10
|
const globalVars_1 = require("../common/globalVars");
|
|
10
11
|
const types_1 = require("./types");
|
|
12
|
+
const path_1 = tslib_1.__importDefault(require("path"));
|
|
13
|
+
const versionMetadata_1 = require("../common/versionMetadata");
|
|
11
14
|
class FileNotFoundError extends teamsfx_api_1.UserError {
|
|
12
15
|
constructor(source, filePath, helpLink) {
|
|
13
16
|
const key = "error.common.FileNotFoundError";
|
|
14
17
|
const errorOptions = {
|
|
15
|
-
source: lodash_1.camelCase(source),
|
|
18
|
+
source: (0, lodash_1.camelCase)(source),
|
|
16
19
|
name: "FileNotFoundError",
|
|
17
|
-
message: localizeUtils_1.getDefaultString(key, filePath),
|
|
18
|
-
displayMessage: localizeUtils_1.getLocalizedString(key, filePath),
|
|
20
|
+
message: (0, localizeUtils_1.getDefaultString)(key, filePath),
|
|
21
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)(key, filePath),
|
|
19
22
|
helpLink: helpLink,
|
|
20
23
|
categories: [types_1.ErrorCategory.Internal],
|
|
21
24
|
};
|
|
@@ -27,12 +30,13 @@ class MissingEnvironmentVariablesError extends teamsfx_api_1.UserError {
|
|
|
27
30
|
constructor(source, variableNames, filePath, helpLink) {
|
|
28
31
|
const templateFilePath = filePath || globalVars_1.globalVars.ymlFilePath || "";
|
|
29
32
|
const envFilePath = globalVars_1.globalVars.envFilePath || "";
|
|
33
|
+
const secretEnvFilePath = globalVars_1.globalVars.envFilePath ? `${globalVars_1.globalVars.envFilePath}.user` : "";
|
|
30
34
|
const key = "error.common.MissingEnvironmentVariablesError";
|
|
31
35
|
const errorOptions = {
|
|
32
|
-
source: lodash_1.camelCase(source),
|
|
36
|
+
source: (0, lodash_1.camelCase)(source),
|
|
33
37
|
name: "MissingEnvironmentVariablesError",
|
|
34
|
-
message: localizeUtils_1.getDefaultString(key, variableNames, templateFilePath, envFilePath),
|
|
35
|
-
displayMessage: localizeUtils_1.getLocalizedString(key, variableNames, templateFilePath, envFilePath),
|
|
38
|
+
message: (0, localizeUtils_1.getDefaultString)(key, variableNames, templateFilePath, envFilePath, secretEnvFilePath),
|
|
39
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)(key, variableNames, templateFilePath, envFilePath, secretEnvFilePath),
|
|
36
40
|
helpLink: helpLink || "https://aka.ms/teamsfx-v5.0-guide#environments",
|
|
37
41
|
categories: [types_1.ErrorCategory.Internal],
|
|
38
42
|
};
|
|
@@ -44,10 +48,10 @@ class InvalidActionInputError extends teamsfx_api_1.UserError {
|
|
|
44
48
|
constructor(actionName, parameters, helpLink) {
|
|
45
49
|
const key = "error.yaml.InvalidActionInputError";
|
|
46
50
|
const errorOptions = {
|
|
47
|
-
source: lodash_1.camelCase(actionName),
|
|
51
|
+
source: (0, lodash_1.camelCase)(actionName),
|
|
48
52
|
name: "InvalidActionInputError",
|
|
49
|
-
message: localizeUtils_1.getDefaultString(key, actionName, parameters.join(","), globalVars_1.globalVars.ymlFilePath),
|
|
50
|
-
displayMessage: localizeUtils_1.getLocalizedString(key, actionName, parameters.join(","), globalVars_1.globalVars.ymlFilePath),
|
|
53
|
+
message: (0, localizeUtils_1.getDefaultString)(key, actionName, parameters.join(","), globalVars_1.globalVars.ymlFilePath),
|
|
54
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)(key, actionName, parameters.join(","), globalVars_1.globalVars.ymlFilePath),
|
|
51
55
|
helpLink: helpLink || "https://aka.ms/teamsfx-actions",
|
|
52
56
|
categories: [types_1.ErrorCategory.Internal],
|
|
53
57
|
};
|
|
@@ -56,10 +60,12 @@ class InvalidActionInputError extends teamsfx_api_1.UserError {
|
|
|
56
60
|
}
|
|
57
61
|
exports.InvalidActionInputError = InvalidActionInputError;
|
|
58
62
|
class InvalidProjectError extends teamsfx_api_1.UserError {
|
|
59
|
-
constructor() {
|
|
63
|
+
constructor(projectPath) {
|
|
64
|
+
const ymlFilePath = path_1.default.join(projectPath, versionMetadata_1.MetadataV3.configFile);
|
|
65
|
+
const localYmlPath = path_1.default.join(projectPath, versionMetadata_1.MetadataV3.localConfigFile);
|
|
60
66
|
super({
|
|
61
|
-
message: localizeUtils_1.getDefaultString("error.common.InvalidProjectError"),
|
|
62
|
-
displayMessage: localizeUtils_1.getLocalizedString("error.common.InvalidProjectError"),
|
|
67
|
+
message: (0, localizeUtils_1.getDefaultString)("error.common.InvalidProjectError"),
|
|
68
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("error.common.InvalidProjectError.display", `'${ymlFilePath}' or '${localYmlPath}'`),
|
|
63
69
|
source: "coordinator",
|
|
64
70
|
categories: [types_1.ErrorCategory.Internal],
|
|
65
71
|
});
|
|
@@ -69,8 +75,8 @@ exports.InvalidProjectError = InvalidProjectError;
|
|
|
69
75
|
class MultipleAuthError extends teamsfx_api_1.UserError {
|
|
70
76
|
constructor(authNames) {
|
|
71
77
|
super({
|
|
72
|
-
message: localizeUtils_1.getDefaultString("core.createProjectQuestion.apiSpec.operation.multipleAuth", Array.from(authNames).join(", ")),
|
|
73
|
-
displayMessage: localizeUtils_1.getLocalizedString("core.createProjectQuestion.apiSpec.operation.multipleAuth", Array.from(authNames).join(", ")),
|
|
78
|
+
message: (0, localizeUtils_1.getDefaultString)("core.createProjectQuestion.apiSpec.operation.multipleAuth", Array.from(authNames).join(", ")),
|
|
79
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.apiSpec.operation.multipleAuth", Array.from(authNames).join(", ")),
|
|
74
80
|
source: "coordinator",
|
|
75
81
|
categories: [types_1.ErrorCategory.Internal],
|
|
76
82
|
});
|
|
@@ -80,8 +86,8 @@ exports.MultipleAuthError = MultipleAuthError;
|
|
|
80
86
|
class MultipleServerError extends teamsfx_api_1.UserError {
|
|
81
87
|
constructor(serverUrls) {
|
|
82
88
|
super({
|
|
83
|
-
message: localizeUtils_1.getDefaultString("core.createProjectQuestion.apiSpec.operation.multipleServer", Array.from(serverUrls).join(", ")),
|
|
84
|
-
displayMessage: localizeUtils_1.getLocalizedString("core.createProjectQuestion.apiSpec.operation.multipleServer", Array.from(serverUrls).join(", ")),
|
|
89
|
+
message: (0, localizeUtils_1.getDefaultString)("core.createProjectQuestion.apiSpec.operation.multipleServer", Array.from(serverUrls).join(", ")),
|
|
90
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.apiSpec.operation.multipleServer", Array.from(serverUrls).join(", ")),
|
|
85
91
|
source: "coordinator",
|
|
86
92
|
categories: [types_1.ErrorCategory.Internal],
|
|
87
93
|
});
|
|
@@ -91,8 +97,8 @@ exports.MultipleServerError = MultipleServerError;
|
|
|
91
97
|
class InjectAPIKeyActionFailedError extends teamsfx_api_1.UserError {
|
|
92
98
|
constructor() {
|
|
93
99
|
super({
|
|
94
|
-
message: localizeUtils_1.getDefaultString("core.copilot.addAPI.InjectAPIKeyActionFailed"),
|
|
95
|
-
displayMessage: localizeUtils_1.getLocalizedString("core.copilot.addAPI.InjectAPIKeyActionFailed"),
|
|
100
|
+
message: (0, localizeUtils_1.getDefaultString)("core.copilot.addAPI.InjectAPIKeyActionFailed"),
|
|
101
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("core.copilot.addAPI.InjectAPIKeyActionFailed"),
|
|
96
102
|
source: "coordinator",
|
|
97
103
|
categories: [types_1.ErrorCategory.Internal],
|
|
98
104
|
});
|
|
@@ -102,8 +108,8 @@ exports.InjectAPIKeyActionFailedError = InjectAPIKeyActionFailedError;
|
|
|
102
108
|
class InjectOAuthActionFailedError extends teamsfx_api_1.UserError {
|
|
103
109
|
constructor() {
|
|
104
110
|
super({
|
|
105
|
-
message: localizeUtils_1.getDefaultString("core.copilot.addAPI.InjectOAuthActionFailed"),
|
|
106
|
-
displayMessage: localizeUtils_1.getLocalizedString("core.copilot.addAPI.InjectOAuthActionFailed"),
|
|
111
|
+
message: (0, localizeUtils_1.getDefaultString)("core.copilot.addAPI.InjectOAuthActionFailed"),
|
|
112
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("core.copilot.addAPI.InjectOAuthActionFailed"),
|
|
107
113
|
source: "coordinator",
|
|
108
114
|
categories: [types_1.ErrorCategory.Internal],
|
|
109
115
|
});
|
|
@@ -113,8 +119,8 @@ exports.InjectOAuthActionFailedError = InjectOAuthActionFailedError;
|
|
|
113
119
|
class JSONSyntaxError extends teamsfx_api_1.UserError {
|
|
114
120
|
constructor(filePathOrContent, error, source) {
|
|
115
121
|
super({
|
|
116
|
-
message: localizeUtils_1.getDefaultString("error.common.JSONSyntaxError", filePathOrContent, error.message),
|
|
117
|
-
displayMessage: localizeUtils_1.getLocalizedString("error.common.JSONSyntaxError", filePathOrContent, error.message),
|
|
122
|
+
message: (0, localizeUtils_1.getDefaultString)("error.common.JSONSyntaxError", filePathOrContent, error.message),
|
|
123
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("error.common.JSONSyntaxError", filePathOrContent, error.message),
|
|
118
124
|
source: source || "coordinator",
|
|
119
125
|
error: error,
|
|
120
126
|
categories: [types_1.ErrorCategory.Internal],
|
|
@@ -126,8 +132,8 @@ class ReadFileError extends teamsfx_api_1.SystemError {
|
|
|
126
132
|
constructor(e, source) {
|
|
127
133
|
super({
|
|
128
134
|
source: source || "unknown",
|
|
129
|
-
message: e.message || localizeUtils_1.getDefaultString("error.common.ReadFileError", e.message),
|
|
130
|
-
displayMessage: e.message || localizeUtils_1.getLocalizedString("error.common.ReadFileError", e.message),
|
|
135
|
+
message: e.message || (0, localizeUtils_1.getDefaultString)("error.common.ReadFileError", e.message),
|
|
136
|
+
displayMessage: e.message || (0, localizeUtils_1.getLocalizedString)("error.common.ReadFileError", e.message),
|
|
131
137
|
categories: [types_1.ErrorCategory.Internal],
|
|
132
138
|
error: e,
|
|
133
139
|
});
|
|
@@ -138,8 +144,8 @@ class WriteFileError extends teamsfx_api_1.SystemError {
|
|
|
138
144
|
constructor(e, source) {
|
|
139
145
|
super({
|
|
140
146
|
source: source || "unknown",
|
|
141
|
-
message: e.message || localizeUtils_1.getDefaultString("error.common.WriteFileError", e.message),
|
|
142
|
-
displayMessage: e.message || localizeUtils_1.getLocalizedString("error.common.WriteFileError", e.message),
|
|
147
|
+
message: e.message || (0, localizeUtils_1.getDefaultString)("error.common.WriteFileError", e.message),
|
|
148
|
+
displayMessage: e.message || (0, localizeUtils_1.getLocalizedString)("error.common.WriteFileError", e.message),
|
|
143
149
|
categories: [types_1.ErrorCategory.Internal],
|
|
144
150
|
error: e,
|
|
145
151
|
});
|
|
@@ -148,7 +154,7 @@ class WriteFileError extends teamsfx_api_1.SystemError {
|
|
|
148
154
|
exports.WriteFileError = WriteFileError;
|
|
149
155
|
class FilePermissionError extends teamsfx_api_1.UserError {
|
|
150
156
|
constructor(e, source) {
|
|
151
|
-
const msg = localizeUtils_1.getDefaultString("error.common.FilePermissionError", e.message);
|
|
157
|
+
const msg = (0, localizeUtils_1.getDefaultString)("error.common.FilePermissionError", e.message);
|
|
152
158
|
super({
|
|
153
159
|
source: source || "unknown",
|
|
154
160
|
message: msg,
|
|
@@ -163,10 +169,10 @@ class UnhandledError extends teamsfx_api_1.SystemError {
|
|
|
163
169
|
constructor(e, source) {
|
|
164
170
|
const errJson = JSON.stringify(e, Object.getOwnPropertyNames(e));
|
|
165
171
|
const option = {
|
|
166
|
-
source: lodash_1.camelCase(source) || "unknown",
|
|
172
|
+
source: (0, lodash_1.camelCase)(source) || "unknown",
|
|
167
173
|
error: e,
|
|
168
|
-
message: localizeUtils_1.getDefaultString("error.common.UnhandledError", source, errJson),
|
|
169
|
-
displayMessage: localizeUtils_1.getLocalizedString("error.common.UnhandledError", source, e.message || errJson),
|
|
174
|
+
message: (0, localizeUtils_1.getDefaultString)("error.common.UnhandledError", source, errJson),
|
|
175
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("error.common.UnhandledError", source, e.message || errJson),
|
|
170
176
|
categories: [types_1.ErrorCategory.Unhandled],
|
|
171
177
|
};
|
|
172
178
|
super(option);
|
|
@@ -177,9 +183,9 @@ class UnhandledUserError extends teamsfx_api_1.UserError {
|
|
|
177
183
|
constructor(e, source, helpLink) {
|
|
178
184
|
source = source || "unknown";
|
|
179
185
|
super({
|
|
180
|
-
source: lodash_1.camelCase(source),
|
|
181
|
-
message: localizeUtils_1.getDefaultString("error.common.UnhandledError", source, JSON.stringify(e, Object.getOwnPropertyNames(e))),
|
|
182
|
-
displayMessage: localizeUtils_1.getLocalizedString("error.common.UnhandledError", source, e.message || JSON.stringify(e, Object.getOwnPropertyNames(e))),
|
|
186
|
+
source: (0, lodash_1.camelCase)(source),
|
|
187
|
+
message: (0, localizeUtils_1.getDefaultString)("error.common.UnhandledError", source, JSON.stringify(e, Object.getOwnPropertyNames(e))),
|
|
188
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("error.common.UnhandledError", source, e.message || JSON.stringify(e, Object.getOwnPropertyNames(e))),
|
|
183
189
|
helpLink: helpLink,
|
|
184
190
|
error: e,
|
|
185
191
|
categories: [types_1.ErrorCategory.Unhandled],
|
|
@@ -190,9 +196,9 @@ exports.UnhandledUserError = UnhandledUserError;
|
|
|
190
196
|
class InstallSoftwareError extends teamsfx_api_1.UserError {
|
|
191
197
|
constructor(source, nameAndVersion, helpLink) {
|
|
192
198
|
super({
|
|
193
|
-
source: lodash_1.camelCase(source || "common"),
|
|
194
|
-
message: localizeUtils_1.getDefaultString("error.common.InstallSoftwareError", nameAndVersion),
|
|
195
|
-
displayMessage: localizeUtils_1.getLocalizedString("error.common.InstallSoftwareError", nameAndVersion),
|
|
199
|
+
source: (0, lodash_1.camelCase)(source || "common"),
|
|
200
|
+
message: (0, localizeUtils_1.getDefaultString)("error.common.InstallSoftwareError", nameAndVersion),
|
|
201
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("error.common.InstallSoftwareError", nameAndVersion),
|
|
196
202
|
categories: [types_1.ErrorCategory.External],
|
|
197
203
|
});
|
|
198
204
|
if (helpLink)
|
|
@@ -204,8 +210,8 @@ class MissingRequiredInputError extends teamsfx_api_1.UserError {
|
|
|
204
210
|
constructor(name, source) {
|
|
205
211
|
super({
|
|
206
212
|
source: source || "coordinator",
|
|
207
|
-
message: localizeUtils_1.getDefaultString("error.common.MissingRequiredInputError", name),
|
|
208
|
-
displayMessage: localizeUtils_1.getLocalizedString("error.common.MissingRequiredInputError", name),
|
|
213
|
+
message: (0, localizeUtils_1.getDefaultString)("error.common.MissingRequiredInputError", name),
|
|
214
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("error.common.MissingRequiredInputError", name),
|
|
209
215
|
categories: [types_1.ErrorCategory.Internal],
|
|
210
216
|
});
|
|
211
217
|
}
|
|
@@ -215,8 +221,8 @@ class InputValidationError extends teamsfx_api_1.UserError {
|
|
|
215
221
|
constructor(name, reason, source) {
|
|
216
222
|
super({
|
|
217
223
|
source: source || "coordinator",
|
|
218
|
-
message: localizeUtils_1.getDefaultString("error.common.InputValidationError", name, reason),
|
|
219
|
-
displayMessage: localizeUtils_1.getLocalizedString("error.common.InputValidationError", name, reason),
|
|
224
|
+
message: (0, localizeUtils_1.getDefaultString)("error.common.InputValidationError", name, reason),
|
|
225
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("error.common.InputValidationError", name, reason),
|
|
220
226
|
categories: [types_1.ErrorCategory.Internal],
|
|
221
227
|
});
|
|
222
228
|
}
|
|
@@ -226,10 +232,10 @@ class NoEnvFilesError extends teamsfx_api_1.UserError {
|
|
|
226
232
|
constructor(source) {
|
|
227
233
|
const key = "error.common.NoEnvFilesError";
|
|
228
234
|
const errorOptions = {
|
|
229
|
-
source: lodash_1.camelCase(source),
|
|
235
|
+
source: (0, lodash_1.camelCase)(source),
|
|
230
236
|
name: "NoEnvFilesError",
|
|
231
|
-
message: localizeUtils_1.getDefaultString(key),
|
|
232
|
-
displayMessage: localizeUtils_1.getLocalizedString(key),
|
|
237
|
+
message: (0, localizeUtils_1.getDefaultString)(key),
|
|
238
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)(key),
|
|
233
239
|
categories: [types_1.ErrorCategory.Internal],
|
|
234
240
|
};
|
|
235
241
|
super(errorOptions);
|
|
@@ -240,10 +246,10 @@ class MissingRequiredFileError extends teamsfx_api_1.UserError {
|
|
|
240
246
|
constructor(source, task, file) {
|
|
241
247
|
const key = "error.common.MissingRequiredFileError";
|
|
242
248
|
const errorOptions = {
|
|
243
|
-
source: lodash_1.camelCase(source),
|
|
249
|
+
source: (0, lodash_1.camelCase)(source),
|
|
244
250
|
name: "MissingRequiredFileError",
|
|
245
|
-
message: localizeUtils_1.getDefaultString(key, task, file),
|
|
246
|
-
displayMessage: localizeUtils_1.getLocalizedString(key, task, file),
|
|
251
|
+
message: (0, localizeUtils_1.getDefaultString)(key, task, file),
|
|
252
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)(key, task, file),
|
|
247
253
|
categories: [types_1.ErrorCategory.Internal],
|
|
248
254
|
};
|
|
249
255
|
super(errorOptions);
|
|
@@ -254,10 +260,10 @@ class NetworkError extends teamsfx_api_1.UserError {
|
|
|
254
260
|
constructor(source, reason) {
|
|
255
261
|
const key = "error.common.NetworkError";
|
|
256
262
|
const errorOptions = {
|
|
257
|
-
source: lodash_1.camelCase(source),
|
|
263
|
+
source: (0, lodash_1.camelCase)(source),
|
|
258
264
|
name: "NetworkError",
|
|
259
|
-
message: localizeUtils_1.getDefaultString(key, reason),
|
|
260
|
-
displayMessage: localizeUtils_1.getLocalizedString(key, reason),
|
|
265
|
+
message: (0, localizeUtils_1.getDefaultString)(key, reason),
|
|
266
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)(key, reason),
|
|
261
267
|
categories: [types_1.ErrorCategory.Internal],
|
|
262
268
|
};
|
|
263
269
|
super(errorOptions);
|
|
@@ -274,7 +280,7 @@ function matchDnsError(message) {
|
|
|
274
280
|
// Check if a match is found
|
|
275
281
|
if (match && match.length > 1) {
|
|
276
282
|
const domain = match[1];
|
|
277
|
-
res = localizeUtils_1.getLocalizedString("error.common.NetworkError.EAI_AGAIN", domain);
|
|
283
|
+
res = (0, localizeUtils_1.getLocalizedString)("error.common.NetworkError.EAI_AGAIN", domain);
|
|
278
284
|
}
|
|
279
285
|
return res;
|
|
280
286
|
}
|
|
@@ -283,10 +289,10 @@ class HttpClientError extends teamsfx_api_1.UserError {
|
|
|
283
289
|
constructor(error, actionName, responseBody, helpLink) {
|
|
284
290
|
const messageKey = "error.common.HttpClientError";
|
|
285
291
|
super({
|
|
286
|
-
source: lodash_1.camelCase(actionName),
|
|
292
|
+
source: (0, lodash_1.camelCase)(actionName),
|
|
287
293
|
name: "HttpClientError",
|
|
288
|
-
message: localizeUtils_1.getDefaultString(messageKey, actionName, responseBody),
|
|
289
|
-
displayMessage: localizeUtils_1.getLocalizedString(messageKey, actionName, responseBody),
|
|
294
|
+
message: (0, localizeUtils_1.getDefaultString)(messageKey, actionName, responseBody),
|
|
295
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)(messageKey, actionName, responseBody),
|
|
290
296
|
helpLink: helpLink,
|
|
291
297
|
error: error,
|
|
292
298
|
categories: [types_1.ErrorCategory.External],
|
|
@@ -298,10 +304,10 @@ class HttpServerError extends teamsfx_api_1.SystemError {
|
|
|
298
304
|
constructor(error, actionName, responseBody) {
|
|
299
305
|
const messageKey = "error.common.HttpServerError";
|
|
300
306
|
super({
|
|
301
|
-
source: lodash_1.camelCase(actionName),
|
|
307
|
+
source: (0, lodash_1.camelCase)(actionName),
|
|
302
308
|
name: "HttpServerError",
|
|
303
|
-
message: localizeUtils_1.getDefaultString(messageKey, actionName, responseBody),
|
|
304
|
-
displayMessage: localizeUtils_1.getLocalizedString(messageKey, actionName, responseBody),
|
|
309
|
+
message: (0, localizeUtils_1.getDefaultString)(messageKey, actionName, responseBody),
|
|
310
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)(messageKey, actionName, responseBody),
|
|
305
311
|
error: error,
|
|
306
312
|
categories: [types_1.ErrorCategory.External],
|
|
307
313
|
});
|
|
@@ -314,8 +320,8 @@ class AccessGithubError extends teamsfx_api_1.UserError {
|
|
|
314
320
|
super({
|
|
315
321
|
source: source,
|
|
316
322
|
name: "AccessGithubError",
|
|
317
|
-
message: localizeUtils_1.getDefaultString(messageKey, url, error.message || JSON.stringify(error, Object.getOwnPropertyNames(error))),
|
|
318
|
-
displayMessage: localizeUtils_1.getLocalizedString(messageKey, url, error.message),
|
|
323
|
+
message: (0, localizeUtils_1.getDefaultString)(messageKey, url, error.message || JSON.stringify(error, Object.getOwnPropertyNames(error))),
|
|
324
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)(messageKey, url, error.message),
|
|
319
325
|
error: error,
|
|
320
326
|
categories: [types_1.ErrorCategory.External],
|
|
321
327
|
});
|
|
@@ -325,7 +331,7 @@ exports.AccessGithubError = AccessGithubError;
|
|
|
325
331
|
class UserCancelError extends teamsfx_api_1.UserError {
|
|
326
332
|
constructor(actionName) {
|
|
327
333
|
super({
|
|
328
|
-
source: actionName ? lodash_1.camelCase(actionName) : "ui",
|
|
334
|
+
source: actionName ? (0, lodash_1.camelCase)(actionName) : "ui",
|
|
329
335
|
name: "UserCancel",
|
|
330
336
|
message: "User canceled",
|
|
331
337
|
categories: [types_1.ErrorCategory.Internal],
|
|
@@ -336,7 +342,7 @@ exports.UserCancelError = UserCancelError;
|
|
|
336
342
|
class EmptyOptionError extends teamsfx_api_1.SystemError {
|
|
337
343
|
constructor(name, source) {
|
|
338
344
|
super({
|
|
339
|
-
source: source ? lodash_1.camelCase(source) : "UI",
|
|
345
|
+
source: source ? (0, lodash_1.camelCase)(source) : "UI",
|
|
340
346
|
message: `Select option is empty list for question name: ${name}`,
|
|
341
347
|
categories: [types_1.ErrorCategory.Internal],
|
|
342
348
|
});
|
|
@@ -357,7 +363,7 @@ class ConcurrentError extends teamsfx_api_1.UserError {
|
|
|
357
363
|
constructor(source) {
|
|
358
364
|
super({
|
|
359
365
|
source: source,
|
|
360
|
-
message: localizeUtils_1.getLocalizedString("error.common.ConcurrentError"),
|
|
366
|
+
message: (0, localizeUtils_1.getLocalizedString)("error.common.ConcurrentError"),
|
|
361
367
|
categories: [types_1.ErrorCategory.Internal],
|
|
362
368
|
});
|
|
363
369
|
}
|
|
@@ -378,7 +384,7 @@ function assembleError(e, source) {
|
|
|
378
384
|
return e;
|
|
379
385
|
if (!source)
|
|
380
386
|
source = "unknown";
|
|
381
|
-
source = lodash_1.camelCase(source);
|
|
387
|
+
source = (0, lodash_1.camelCase)(source);
|
|
382
388
|
const msg = matchDnsError(e.message);
|
|
383
389
|
if (msg) {
|
|
384
390
|
return new NetworkError(source, msg);
|
|
@@ -489,8 +495,8 @@ exports.isUserCancelError = isUserCancelError;
|
|
|
489
495
|
class NoProjectOpenedError extends teamsfx_api_1.UserError {
|
|
490
496
|
constructor() {
|
|
491
497
|
super({
|
|
492
|
-
message: localizeUtils_1.getDefaultString("error.NoProjectOpenedError"),
|
|
493
|
-
displayMessage: localizeUtils_1.getLocalizedString("error.NoProjectOpenedError"),
|
|
498
|
+
message: (0, localizeUtils_1.getDefaultString)("error.NoProjectOpenedError"),
|
|
499
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("error.NoProjectOpenedError"),
|
|
494
500
|
source: "Core",
|
|
495
501
|
});
|
|
496
502
|
}
|
|
@@ -513,8 +519,8 @@ class NotAllowedMigrationError extends teamsfx_api_1.UserError {
|
|
|
513
519
|
super({
|
|
514
520
|
source: "Core",
|
|
515
521
|
name: NotAllowedMigrationError.name,
|
|
516
|
-
message: localizeUtils_1.getLocalizedString("core.migrationV3.notAllowedMigration"),
|
|
517
|
-
displayMessage: localizeUtils_1.getLocalizedString("core.migrationV3.notAllowedMigration"),
|
|
522
|
+
message: (0, localizeUtils_1.getLocalizedString)("core.migrationV3.notAllowedMigration"),
|
|
523
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("core.migrationV3.notAllowedMigration"),
|
|
518
524
|
});
|
|
519
525
|
}
|
|
520
526
|
}
|
|
@@ -524,8 +530,8 @@ class FailedToLoadManifestId extends teamsfx_api_1.UserError {
|
|
|
524
530
|
super({
|
|
525
531
|
source: "Core",
|
|
526
532
|
name: FailedToLoadManifestId.name,
|
|
527
|
-
message: localizeUtils_1.getDefaultString("error.core.failedToLoadManifestId", manifestPath),
|
|
528
|
-
displayMessage: localizeUtils_1.getLocalizedString("error.core.failedToLoadManifestId", manifestPath),
|
|
533
|
+
message: (0, localizeUtils_1.getDefaultString)("error.core.failedToLoadManifestId", manifestPath),
|
|
534
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("error.core.failedToLoadManifestId", manifestPath),
|
|
529
535
|
});
|
|
530
536
|
}
|
|
531
537
|
}
|
|
@@ -535,8 +541,8 @@ class VideoFilterAppRemoteNotSupportedError extends teamsfx_api_1.UserError {
|
|
|
535
541
|
super({
|
|
536
542
|
source: "Core",
|
|
537
543
|
name: VideoFilterAppRemoteNotSupportedError.name,
|
|
538
|
-
message: localizeUtils_1.getLocalizedString("error.VideoFilterAppNotRemoteSupported"),
|
|
539
|
-
displayMessage: localizeUtils_1.getLocalizedString("error.VideoFilterAppNotRemoteSupported"),
|
|
544
|
+
message: (0, localizeUtils_1.getLocalizedString)("error.VideoFilterAppNotRemoteSupported"),
|
|
545
|
+
displayMessage: (0, localizeUtils_1.getLocalizedString)("error.VideoFilterAppNotRemoteSupported"),
|
|
540
546
|
});
|
|
541
547
|
}
|
|
542
548
|
}
|
|
@@ -544,25 +550,25 @@ exports.VideoFilterAppRemoteNotSupportedError = VideoFilterAppRemoteNotSupported
|
|
|
544
550
|
class UpgradeV3CanceledError extends teamsfx_api_1.UserError {
|
|
545
551
|
constructor() {
|
|
546
552
|
super("Core", "UserCancel", // @see tools.isUserCancelError()
|
|
547
|
-
localizeUtils_1.getDefaultString("error.UpgradeV3CanceledError"), localizeUtils_1.getLocalizedString("error.UpgradeV3CanceledError"));
|
|
553
|
+
(0, localizeUtils_1.getDefaultString)("error.UpgradeV3CanceledError"), (0, localizeUtils_1.getLocalizedString)("error.UpgradeV3CanceledError"));
|
|
548
554
|
}
|
|
549
555
|
}
|
|
550
556
|
exports.UpgradeV3CanceledError = UpgradeV3CanceledError;
|
|
551
557
|
class IncompatibleProjectError extends teamsfx_api_1.UserError {
|
|
552
558
|
constructor(messageKey) {
|
|
553
|
-
super("Core", "IncompatibleProject", localizeUtils_1.getDefaultString(messageKey), localizeUtils_1.getLocalizedString(messageKey));
|
|
559
|
+
super("Core", "IncompatibleProject", (0, localizeUtils_1.getDefaultString)(messageKey), (0, localizeUtils_1.getLocalizedString)(messageKey));
|
|
554
560
|
}
|
|
555
561
|
}
|
|
556
562
|
exports.IncompatibleProjectError = IncompatibleProjectError;
|
|
557
563
|
class AbandonedProjectError extends teamsfx_api_1.UserError {
|
|
558
564
|
constructor() {
|
|
559
|
-
super("Core", "AbandonedProject", localizeUtils_1.getDefaultString("core.migrationV3.abandonedProject"), localizeUtils_1.getLocalizedString("core.migrationV3.abandonedProject"));
|
|
565
|
+
super("Core", "AbandonedProject", (0, localizeUtils_1.getDefaultString)("core.migrationV3.abandonedProject"), (0, localizeUtils_1.getLocalizedString)("core.migrationV3.abandonedProject"));
|
|
560
566
|
}
|
|
561
567
|
}
|
|
562
568
|
exports.AbandonedProjectError = AbandonedProjectError;
|
|
563
569
|
class FailedToParseResourceIdError extends teamsfx_api_1.UserError {
|
|
564
570
|
constructor(name, resourceId) {
|
|
565
|
-
super("Core", "FailedToParseResourceIdError", localizeUtils_1.getDefaultString("error.FailedToParseResourceIdError", name, resourceId), localizeUtils_1.getLocalizedString("error.FailedToParseResourceIdError", name, resourceId));
|
|
571
|
+
super("Core", "FailedToParseResourceIdError", (0, localizeUtils_1.getDefaultString)("error.FailedToParseResourceIdError", name, resourceId), (0, localizeUtils_1.getLocalizedString)("error.FailedToParseResourceIdError", name, resourceId));
|
|
566
572
|
}
|
|
567
573
|
}
|
|
568
574
|
exports.FailedToParseResourceIdError = FailedToParseResourceIdError;
|
|
@@ -576,5 +582,11 @@ class NpmInstallError extends teamsfx_api_1.SystemError {
|
|
|
576
582
|
}
|
|
577
583
|
}
|
|
578
584
|
exports.NpmInstallError = NpmInstallError;
|
|
585
|
+
class FileNotSupportError extends teamsfx_api_1.UserError {
|
|
586
|
+
constructor(source, validFormat) {
|
|
587
|
+
super("Core", "FailedToParseResourceIdError", (0, localizeUtils_1.getDefaultString)("error.UnsupportedFileFormat", validFormat), (0, localizeUtils_1.getLocalizedString)("error.UnsupportedFileFormat", validFormat));
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
exports.FileNotSupportError = FileNotSupportError;
|
|
579
591
|
exports.CoreSource = "Core";
|
|
580
592
|
//# sourceMappingURL=common.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../src/error/common.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../src/error/common.ts"],"names":[],"mappings":"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"}
|