@microsoft/teamsfx-api
Advanced tools
Comparing version 0.23.3-alpha.b8a9ab9fa.0 to 0.23.3-alpha.c1f95c2d5.0
@@ -69,3 +69,4 @@ export declare const ConfigFolderName = "fx"; | ||
syncManifest = "syncManifest", | ||
addPlugin = "addPlugin" | ||
addPlugin = "addPlugin", | ||
kiotaRegenerate = "kiotaRegenerate" | ||
} | ||
@@ -72,0 +73,0 @@ export declare enum TelemetryEvent { |
@@ -78,2 +78,3 @@ // Copyright (c) Microsoft Corporation. | ||
Stage["addPlugin"] = "addPlugin"; | ||
Stage["kiotaRegenerate"] = "kiotaRegenerate"; | ||
})(Stage = exports.Stage || (exports.Stage = {})); | ||
@@ -80,0 +81,0 @@ var TelemetryEvent; |
@@ -229,3 +229,3 @@ import { Inputs, OptionItem } from "../types"; | ||
*/ | ||
default?: string[] | LocalFunc<string[] | undefined>; | ||
default?: string[] | LocalFunc<string[] | undefined> | "none" | "all"; | ||
/** | ||
@@ -232,0 +232,0 @@ * This config only works for option items with `OptionItem[]` type. If `returnObject` is true, the answer value is an array of `OptionItem` objects; otherwise, the answer value is an array of `id` strings. |
@@ -38,3 +38,3 @@ import { Result } from "neverthrow"; | ||
*/ | ||
default?: T | (() => Promise<T>); | ||
default?: T | (() => Promise<T>) | string; | ||
/** | ||
@@ -104,3 +104,3 @@ * A function that will be called to validate input and to give a hint to the user. | ||
options: StaticOptions | (() => Promise<StaticOptions>); | ||
default?: string[] | (() => Promise<string[]>); | ||
default?: string[] | (() => Promise<string[]>) | "none" | "all"; | ||
/** | ||
@@ -107,0 +107,0 @@ * This config only works for option items with `OptionItem[]` type. If `returnObject` is true, the answer value is an array of `OptionItem` objects; otherwise, the answer value is an array of `id` strings. |
@@ -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.b8a9ab9fa.0", | ||
"version": "0.23.3-alpha.c1f95c2d5.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.b8a9ab9fa.0", | ||
"@microsoft/teams-manifest": "0.1.7-alpha.c1f95c2d5.0", | ||
"chai": "^4.3.4", | ||
@@ -73,3 +73,3 @@ "jsonschema": "^1.4.0", | ||
}, | ||
"gitHead": "fe578371091d35cbd65a10053cd9b77a1caeaaee", | ||
"gitHead": "911507d0a142fa3062ed8b490dd82f397ad9dd62", | ||
"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
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
181829
2886
+ Added@microsoft/teams-manifest@0.1.7-alpha.c1f95c2d5.0(transitive)
- Removed@microsoft/teams-manifest@0.1.7-alpha.b8a9ab9fa.0(transitive)