@microsoft/teamsfx-core 3.0.1-alpha.db90af69d.0 → 3.0.1-rc.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.js +1 -1
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/common/templates-config.json +3 -3
- package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.js +4 -3
- package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
- package/build/component/resource/botService/errors.d.ts +1 -1
- package/build/component/resource/botService/errors.d.ts.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.d.ts +1 -1
- package/build/component/resource/botService/messages.d.ts.map +1 -1
- package/build/component/resource/botService/messages.js +1 -6
- package/build/component/resource/botService/messages.js.map +1 -1
- package/build/question/generator.js +0 -2
- package/build/question/generator.js.map +1 -1
- package/build/question/inputs/index.d.ts +0 -1
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +0 -1
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/index.d.ts +0 -1
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +0 -1
- package/build/question/options/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.cs.json +57 -68
- package/resource/package.nls.de.json +57 -68
- package/resource/package.nls.es.json +57 -68
- package/resource/package.nls.fr.json +57 -68
- package/resource/package.nls.it.json +57 -68
- package/resource/package.nls.ja.json +57 -68
- package/resource/package.nls.json +1 -1
- package/resource/package.nls.ko.json +57 -68
- package/resource/package.nls.pl.json +57 -68
- package/resource/package.nls.pt-BR.json +57 -68
- package/resource/package.nls.ru.json +57 -68
- package/resource/package.nls.tr.json +57 -68
- package/resource/package.nls.zh-Hans.json +57 -68
- package/resource/package.nls.zh-Hant.json +57 -68
- 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/question/inputs/RegeneratePluginInputs.d.ts +0 -16
- package/build/question/inputs/RegeneratePluginInputs.d.ts.map +0 -1
- package/build/question/inputs/RegeneratePluginInputs.js +0 -5
- package/build/question/inputs/RegeneratePluginInputs.js.map +0 -1
- package/build/question/options/RegeneratePluginOptions.d.ts +0 -10
- package/build/question/options/RegeneratePluginOptions.d.ts.map +0 -1
- package/build/question/options/RegeneratePluginOptions.js +0 -28
- package/build/question/options/RegeneratePluginOptions.js.map +0 -1
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/****************************************************************************************
|
|
2
|
-
* NOTICE: AUTO-GENERATED *
|
|
3
|
-
****************************************************************************************
|
|
4
|
-
* This file is automatically generated by script "./src/question/generator.ts". *
|
|
5
|
-
* Please don't manually change its contents, as any modifications will be overwritten! *
|
|
6
|
-
***************************************************************************************/
|
|
7
|
-
import { CLICommandOption, CLICommandArgument } from "@microsoft/teamsfx-api";
|
|
8
|
-
export declare const RegeneratePluginOptions: CLICommandOption[];
|
|
9
|
-
export declare const RegeneratePluginArguments: CLICommandArgument[];
|
|
10
|
-
//# sourceMappingURL=RegeneratePluginOptions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RegeneratePluginOptions.d.ts","sourceRoot":"","sources":["../../../src/question/options/RegeneratePluginOptions.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,eAAO,MAAM,uBAAuB,EAAE,gBAAgB,EAoBrD,CAAC;AACF,eAAO,MAAM,yBAAyB,EAAE,kBAAkB,EAAO,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.RegeneratePluginArguments = exports.RegeneratePluginOptions = void 0;
|
|
6
|
-
exports.RegeneratePluginOptions = [
|
|
7
|
-
{
|
|
8
|
-
name: "select-plugin-manifest",
|
|
9
|
-
type: "string",
|
|
10
|
-
description: "Select plugin manifest file.",
|
|
11
|
-
required: true,
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: "select-openapi-spec-from-plugin",
|
|
15
|
-
type: "string",
|
|
16
|
-
description: "Select OpenAPI description document file.",
|
|
17
|
-
required: true,
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
name: "api-operation",
|
|
21
|
-
type: "array",
|
|
22
|
-
shortName: "o",
|
|
23
|
-
description: "Select operation(s) Copilot can interact with.",
|
|
24
|
-
required: true,
|
|
25
|
-
},
|
|
26
|
-
];
|
|
27
|
-
exports.RegeneratePluginArguments = [];
|
|
28
|
-
//# sourceMappingURL=RegeneratePluginOptions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RegeneratePluginOptions.js","sourceRoot":"","sources":["../../../src/question/options/RegeneratePluginOptions.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAWrB,QAAA,uBAAuB,GAAuB;IACzD;QACE,IAAI,EAAE,wBAAwB;QAC9B,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,8BAA8B;QAC3C,QAAQ,EAAE,IAAI;KACf;IACD;QACE,IAAI,EAAE,iCAAiC;QACvC,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,2CAA2C;QACxD,QAAQ,EAAE,IAAI;KACf;IACD;QACE,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,GAAG;QACd,WAAW,EAAE,gDAAgD;QAC7D,QAAQ,EAAE,IAAI;KACf;CACF,CAAC;AACW,QAAA,yBAAyB,GAAyB,EAAE,CAAC"}
|