@microsoft/teamsfx-core 3.0.5-rc.1 → 3.0.5-rc.2
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/graphClient.js +1 -1
- package/build/client/graphClient.js.map +1 -1
- package/build/common/constants.d.ts +0 -1
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +1 -2
- package/build/common/constants.js.map +1 -1
- package/build/common/featureFlags.d.ts +0 -5
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +2 -7
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js +8 -4
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +0 -3
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/metadata/me.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/me.js +6 -0
- package/build/component/generator/templates/metadata/me.js.map +1 -1
- package/build/component/generator/templates/metadata/tab.js +7 -7
- package/build/component/generator/templates/metadata/tab.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +1 -3
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +1 -4
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/m365/constants.d.ts +1 -0
- package/build/component/m365/constants.d.ts.map +1 -1
- package/build/component/m365/constants.js +2 -1
- package/build/component/m365/constants.js.map +1 -1
- package/build/component/m365/errors.d.ts.map +1 -1
- package/build/component/m365/errors.js +2 -1
- package/build/component/m365/errors.js.map +1 -1
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +5 -1
- package/build/component/m365/packageService.js.map +1 -1
- package/build/index.d.ts +2 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +7 -15
- package/build/question/create.js.map +1 -1
- package/build/question/questionNames.d.ts +1 -0
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +1 -0
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +7 -8
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +3 -8
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +18 -44
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +9 -22
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts +2 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +21 -33
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +0 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +55 -37
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/resource/package.nls.json +8 -6
- 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/component/generator/templates/metadata/tdp.d.ts +0 -3
- package/build/component/generator/templates/metadata/tdp.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/tdp.js +0 -51
- package/build/component/generator/templates/metadata/tdp.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "3.0.5-rc.
|
|
3
|
+
"version": "3.0.5-rc.2",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"resource/**/*",
|
|
232
232
|
"templates/**/*"
|
|
233
233
|
],
|
|
234
|
-
"gitHead": "
|
|
234
|
+
"gitHead": "16b3305d3a55bc790d60ebf44964dd3de98625b7",
|
|
235
235
|
"publishConfig": {
|
|
236
236
|
"access": "public"
|
|
237
237
|
},
|
|
@@ -275,13 +275,12 @@
|
|
|
275
275
|
"core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
|
|
276
276
|
"core.DashboardOption.label": "Dashboard",
|
|
277
277
|
"core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
|
|
278
|
-
"core.BotNewUIOption.label": "
|
|
278
|
+
"core.BotNewUIOption.label": "Simple Bot",
|
|
279
279
|
"core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
|
|
280
280
|
"core.LinkUnfurlingOption.label": "Link Unfurling",
|
|
281
281
|
"core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
|
|
282
282
|
"core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
|
|
283
283
|
"core.MessageExtensionOption.label": "Message Extension",
|
|
284
|
-
"core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
|
|
285
284
|
"core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
|
|
286
285
|
"core.NotificationOption.label": "Chat Notification Message",
|
|
287
286
|
"core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
|
|
@@ -291,7 +290,7 @@
|
|
|
291
290
|
"core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
|
|
292
291
|
"core.TabSPFxOption.labelNew": "SPFx",
|
|
293
292
|
"core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
|
|
294
|
-
"core.TabNonSso.label": "
|
|
293
|
+
"core.TabNonSso.label": "Tab",
|
|
295
294
|
"core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
|
|
296
295
|
"core.copilotPlugin.api.noAuth": "No authentication",
|
|
297
296
|
"core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
|
|
@@ -324,7 +323,7 @@
|
|
|
324
323
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook, and the Microsoft 365 application",
|
|
325
324
|
"core.createProjectQuestion.projectType.bot.detail": "Create instant, engaging chat experiences that automate tasks seamlessly",
|
|
326
325
|
"core.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
|
|
327
|
-
"core.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create
|
|
326
|
+
"core.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Teams AI library.",
|
|
328
327
|
"core.createProjectQuestion.projectType.teamsAgentsAndApps.title": "Teams Agent or App Using Teams AI Library",
|
|
329
328
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
330
329
|
"core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
|
|
@@ -350,6 +349,7 @@
|
|
|
350
349
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
|
|
351
350
|
"core.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
|
|
352
351
|
"core.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
|
|
352
|
+
"core.createProjectQuestion.teamsCapability.title": "Teams Capability",
|
|
353
353
|
"core.createProjectQuestion.title": "New Project",
|
|
354
354
|
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
355
355
|
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
|
|
@@ -368,10 +368,12 @@
|
|
|
368
368
|
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
|
|
369
369
|
"core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
|
|
370
370
|
"core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
|
|
371
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "
|
|
371
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "General Teams Agent",
|
|
372
372
|
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
|
|
373
|
-
"core.createProjectQuestion.capability.customCopilotRagOption.label": "
|
|
373
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.label": "Teams Agent with Data",
|
|
374
374
|
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
|
|
375
|
+
"core.createProjectQuestion.capability.teamsAgent.others.label": "Other Teams Capabilities",
|
|
376
|
+
"core.createProjectQuestion.capability.teamsAgent.others.detail": "App that uses tab, bot and message extension",
|
|
375
377
|
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
|
|
376
378
|
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
|
|
377
379
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tdp.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/tdp.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,YAAY,EAAE,QAAQ,EA2ClC,CAAC"}
|
|
@@ -1,51 +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.tdpTemplates = void 0;
|
|
6
|
-
const templateNames_1 = require("../templateNames");
|
|
7
|
-
exports.tdpTemplates = [
|
|
8
|
-
{
|
|
9
|
-
id: "non-sso-tab-default-bot-ts",
|
|
10
|
-
name: templateNames_1.TemplateNames.TabAndDefaultBot,
|
|
11
|
-
language: "typescript",
|
|
12
|
-
description: "",
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
id: "non-sso-tab-default-bot-js",
|
|
16
|
-
name: templateNames_1.TemplateNames.TabAndDefaultBot,
|
|
17
|
-
language: "javascript",
|
|
18
|
-
description: "",
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
id: "default-bot-message-extension-ts",
|
|
22
|
-
name: templateNames_1.TemplateNames.BotAndMessageExtension,
|
|
23
|
-
language: "typescript",
|
|
24
|
-
description: "",
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
id: "default-bot-message-extension-js",
|
|
28
|
-
name: templateNames_1.TemplateNames.BotAndMessageExtension,
|
|
29
|
-
language: "javascript",
|
|
30
|
-
description: "",
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
id: "message-extension-ts",
|
|
34
|
-
name: templateNames_1.TemplateNames.MessageExtension,
|
|
35
|
-
language: "typescript",
|
|
36
|
-
description: "",
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
id: "message-extension-js",
|
|
40
|
-
name: templateNames_1.TemplateNames.MessageExtension,
|
|
41
|
-
language: "javascript",
|
|
42
|
-
description: "",
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
id: "message-extension-csharp",
|
|
46
|
-
name: templateNames_1.TemplateNames.MessageExtension,
|
|
47
|
-
language: "csharp",
|
|
48
|
-
description: "",
|
|
49
|
-
},
|
|
50
|
-
];
|
|
51
|
-
//# sourceMappingURL=tdp.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tdp.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/tdp.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,YAAY,GAAe;IACtC;QACE,EAAE,EAAE,4BAA4B;QAChC,IAAI,EAAE,6BAAa,CAAC,gBAAgB;QACpC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4BAA4B;QAChC,IAAI,EAAE,6BAAa,CAAC,gBAAgB;QACpC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kCAAkC;QACtC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kCAAkC;QACtC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,IAAI,EAAE,6BAAa,CAAC,gBAAgB;QACpC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,sBAAsB;QAC1B,IAAI,EAAE,6BAAa,CAAC,gBAAgB;QACpC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,0BAA0B;QAC9B,IAAI,EAAE,6BAAa,CAAC,gBAAgB;QACpC,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
|