@microsoft/teamsfx-api
Advanced tools
Comparing version 0.23.3-alpha.dc2ed64c9.0 to 0.23.3-alpha.ee7099d29.0
@@ -69,2 +69,7 @@ import { TokenCredential } from "@azure/core-auth"; | ||
/** | ||
* Switch to specified tenant for current user account | ||
* @param tenantId id of tenant that user wants to switch to | ||
*/ | ||
switchTenant(tenantId: string): Promise<Result<string, FxError>>; | ||
/** | ||
* Add update account info callback | ||
@@ -148,2 +153,7 @@ * @param name callback name | ||
/** | ||
* Switch to specified tenant for current user account | ||
* @param tenantId id of tenant that user wants to switch to | ||
*/ | ||
switchTenant(tenantId: string): Promise<Result<string, FxError>>; | ||
/** | ||
* Add update account info callback | ||
@@ -150,0 +160,0 @@ * @param name callback name |
{ | ||
"name": "@microsoft/teamsfx-api", | ||
"version": "0.23.3-alpha.dc2ed64c9.0", | ||
"version": "0.23.3-alpha.ee7099d29.0", | ||
"description": "teamsfx framework api", | ||
@@ -66,3 +66,3 @@ "main": "build/index.js", | ||
"@azure/core-auth": "^1.4.0", | ||
"@microsoft/teams-manifest": "0.1.7-alpha.dc2ed64c9.0", | ||
"@microsoft/teams-manifest": "0.1.7-alpha.ee7099d29.0", | ||
"chai": "^4.3.4", | ||
@@ -73,3 +73,3 @@ "jsonschema": "^1.4.0", | ||
}, | ||
"gitHead": "22e32fe4131772aab0733a3765d0fac7c205e3eb", | ||
"gitHead": "cf9fe4dbf07a47e13dc9f2e05d787ea9c43a7bbd", | ||
"publishConfig": { | ||
@@ -76,0 +76,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
181600
2884
+ Added@microsoft/teams-manifest@0.1.7-alpha.ee7099d29.0(transitive)
- Removed@microsoft/teams-manifest@0.1.7-alpha.dc2ed64c9.0(transitive)