@microsoft/teamsfx-api
Advanced tools
Comparing version 0.23.4-alpha.db2563b3b.0 to 0.23.4-alpha.e3e79e0e5.0
@@ -71,3 +71,3 @@ import { IBot, IComposeExtension, IConfigurableTab, IStaticTab, IWebApplicationInfo } from "@microsoft/teams-manifest"; | ||
*/ | ||
apiAuthData?: AuthInfo; | ||
apiAuthData?: AuthInfo[]; | ||
} | ||
@@ -74,0 +74,0 @@ export type InputsWithProjectPath = Inputs & { |
@@ -144,4 +144,5 @@ import { TokenCredential } from "@azure/core-auth"; | ||
* @param tokenRequest permission scopes or show user interactive UX | ||
* @param tenantId id of tenant that user wants to login in to | ||
*/ | ||
getJsonObject(tokenRequest: TokenRequest): Promise<Result<Record<string, unknown>, FxError>>; | ||
getJsonObject(tokenRequest: TokenRequest, tenantId?: string): Promise<Result<Record<string, unknown>, FxError>>; | ||
/** | ||
@@ -148,0 +149,0 @@ * Get user login status |
{ | ||
"name": "@microsoft/teamsfx-api", | ||
"version": "0.23.4-alpha.db2563b3b.0", | ||
"version": "0.23.4-alpha.e3e79e0e5.0", | ||
"description": "teamsfx framework api", | ||
@@ -66,3 +66,3 @@ "main": "build/index.js", | ||
"@azure/core-auth": "^1.4.0", | ||
"@microsoft/teams-manifest": "0.1.8-alpha.db2563b3b.0", | ||
"@microsoft/teams-manifest": "0.1.8-alpha.e3e79e0e5.0", | ||
"chai": "^4.3.4", | ||
@@ -73,3 +73,3 @@ "jsonschema": "^1.4.0", | ||
}, | ||
"gitHead": "5b3675aec7fe34cfd3bd3ad206a88a4843c7f60c", | ||
"gitHead": "7389e52ab77edcaa72d126936e38a8025c9bd20a", | ||
"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
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
181950
2887
+ Added@microsoft/teams-manifest@0.1.8-alpha.e3e79e0e5.0(transitive)
- Removed@microsoft/teams-manifest@0.1.8-alpha.db2563b3b.0(transitive)