@microsoft/teamsfx-api
Advanced tools
Comparing version 0.23.3-alpha.dc2ed64c9.0 to 0.23.3-alpha.e623f48bd.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<TokenCredential, 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.e623f48bd.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.e623f48bd.0", | ||
"chai": "^4.3.4", | ||
@@ -73,3 +73,3 @@ "jsonschema": "^1.4.0", | ||
}, | ||
"gitHead": "22e32fe4131772aab0733a3765d0fac7c205e3eb", | ||
"gitHead": "6e245c83b801c92a3ed138f9a24a7655db3fdba4", | ||
"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
181609
46659
2884
32
62
350
+ Added@microsoft/teams-manifest@0.1.7-alpha.e623f48bd.0(transitive)
- Removed@microsoft/teams-manifest@0.1.7-alpha.dc2ed64c9.0(transitive)