@microsoft/teamsfx-core 3.0.9-beta.2025121105.0 → 3.0.9-rc.1
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/common/featureFlags.d.ts +5 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +2 -0
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/localizeUtils.d.ts.map +1 -1
- package/build/common/localizeUtils.js +12 -36
- package/build/common/localizeUtils.js.map +1 -1
- package/build/common/templates-config.json +3 -3
- package/build/component/constants.d.ts +0 -1
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +1 -2
- package/build/component/constants.js.map +1 -1
- package/build/component/deps-checker/constant/telemetry.d.ts +4 -0
- package/build/component/deps-checker/constant/telemetry.d.ts.map +1 -1
- package/build/component/deps-checker/constant/telemetry.js +4 -0
- package/build/component/deps-checker/constant/telemetry.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.d.ts +11 -0
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +169 -30
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +1 -1
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +1 -1
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +2 -2
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +0 -2
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +4 -79
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +0 -20
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +2 -152
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +6 -16
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +6 -3
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.js +2 -1
- package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
- package/build/component/generator/templates/metadata/agentForTeams.d.ts +3 -0
- package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/agentForTeams.js +147 -0
- package/build/component/generator/templates/metadata/agentForTeams.js.map +1 -0
- package/build/component/generator/templates/metadata/bot.d.ts +3 -0
- package/build/component/generator/templates/metadata/bot.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/bot.js +142 -0
- package/build/component/generator/templates/metadata/bot.js.map +1 -0
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts +3 -0
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/customEngineAgent.js +39 -0
- package/build/component/generator/templates/metadata/customEngineAgent.js.map +1 -0
- package/build/component/generator/templates/metadata/da.d.ts +3 -0
- package/build/component/generator/templates/metadata/da.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/da.js +117 -0
- package/build/component/generator/templates/metadata/da.js.map +1 -0
- package/build/component/generator/templates/metadata/graphConnector.d.ts +3 -0
- package/build/component/generator/templates/metadata/graphConnector.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/graphConnector.js +15 -0
- package/build/component/generator/templates/metadata/graphConnector.js.map +1 -0
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +25 -21
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/metadata/me.d.ts +3 -0
- package/build/component/generator/templates/metadata/me.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/me.js +111 -0
- package/build/component/generator/templates/metadata/me.js.map +1 -0
- package/build/component/generator/templates/metadata/special.d.ts +3 -0
- package/build/component/generator/templates/metadata/special.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/special.js +70 -0
- package/build/component/generator/templates/metadata/special.js.map +1 -0
- package/build/component/generator/templates/metadata/tab.d.ts +3 -0
- package/build/component/generator/templates/metadata/tab.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/tab.js +59 -0
- package/build/component/generator/templates/metadata/tab.js.map +1 -0
- package/build/component/generator/templates/metadata/teams.d.ts +3 -0
- package/build/component/generator/templates/metadata/teams.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/teams.js +238 -0
- package/build/component/generator/templates/metadata/teams.js.map +1 -0
- package/build/component/generator/templates/metadata/vs.d.ts +3 -0
- package/build/component/generator/templates/metadata/vs.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/vs.js +22 -0
- package/build/component/generator/templates/metadata/vs.js.map +1 -0
- package/build/component/generator/templates/metadata/wxp.d.ts +3 -0
- package/build/component/generator/templates/metadata/wxp.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/wxp.js +33 -0
- package/build/component/generator/templates/metadata/wxp.js.map +1 -0
- package/build/component/generator/templates/templateNames.d.ts +0 -1
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +0 -1
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +5 -2
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/core/FxCore.d.ts +1 -4
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +19 -96
- package/build/core/FxCore.js.map +1 -1
- package/build/index.d.ts +1 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +5 -5
- package/build/index.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +15 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +56 -0
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.js +2 -2
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +0 -6
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +0 -6
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/vs/createRootNode.d.ts +0 -1
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +16 -14
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts +7 -0
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +72 -3
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.js +24 -22
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +3 -4
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +7 -4
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +201 -106
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -0
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +0 -5
- package/build/ui/visitor.js.map +1 -1
- package/package.json +5 -5
- package/resource/package.nls.cs.json +69 -114
- package/resource/package.nls.de.json +67 -112
- package/resource/package.nls.es.json +69 -114
- package/resource/package.nls.fr.json +68 -113
- package/resource/package.nls.it.json +69 -114
- package/resource/package.nls.ja.json +68 -113
- package/resource/package.nls.json +23 -12
- package/resource/package.nls.ko.json +66 -111
- package/resource/package.nls.pl.json +67 -112
- package/resource/package.nls.pt-BR.json +69 -114
- package/resource/package.nls.ru.json +68 -113
- package/resource/package.nls.tr.json +67 -112
- package/resource/package.nls.zh-Hans.json +68 -113
- package/resource/package.nls.zh-Hant.json +68 -113
- 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/utils/odrProvider.d.ts +0 -36
- package/build/component/utils/odrProvider.d.ts.map +0 -1
- package/build/component/utils/odrProvider.js +0 -75
- package/build/component/utils/odrProvider.js.map +0 -1
- package/build/question/scaffold/commonNodes.d.ts +0 -7
- package/build/question/scaffold/commonNodes.d.ts.map +0 -1
- package/build/question/scaffold/commonNodes.js +0 -154
- package/build/question/scaffold/commonNodes.js.map +0 -1
- package/build/question/scaffold/constructNode.d.ts +0 -3
- package/build/question/scaffold/constructNode.d.ts.map +0 -1
- package/build/question/scaffold/constructNode.js +0 -50
- package/build/question/scaffold/constructNode.js.map +0 -1
- package/resource/templates/package.nls.cs.json +0 -25
- package/resource/templates/package.nls.de.json +0 -25
- package/resource/templates/package.nls.es.json +0 -25
- package/resource/templates/package.nls.fr.json +0 -25
- package/resource/templates/package.nls.it.json +0 -25
- package/resource/templates/package.nls.ja.json +0 -25
- package/resource/templates/package.nls.json +0 -33
- package/resource/templates/package.nls.ko.json +0 -25
- package/resource/templates/package.nls.pl.json +0 -25
- package/resource/templates/package.nls.pt-BR.json +0 -25
- package/resource/templates/package.nls.ru.json +0 -25
- package/resource/templates/package.nls.tr.json +0 -25
- package/resource/templates/package.nls.zh-Hans.json +0 -25
- package/resource/templates/package.nls.zh-Hant.json +0 -25
- package/resource/templates/package.nls.zh-cn.json +0 -21
- package/resource/templates/package.nls.zh-tw.json +0 -21
- package/templates/metadata/allTemplates.json +0 -429
- package/templates/metadata/defaultGeneratorTemplates.json +0 -233
- package/templates/metadata.zip +0 -0
- package/templates/ui/ceaNode.json +0 -30
- package/templates/ui/teamsNode.json +0 -124
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,wDAAkD;AAClD,2DAAiE;AACjE,6BAAiD;AACjD,qDAA2D;AAE3D,6BAAmD;AACnD,uCAA6C;AAC7C,mCAAsD;AACtD,6BAAuC;AACvC,+BAAqC;AAErC,MAAM,YAAY,GAAe;IAC/B,GAAG,8BAAyB;IAC5B,GAAG,8CAA0B;IAC7B,GAAG,mCAA2B;IAC9B,GAAG,gCAA2B;IAC9B,GAAG,0BAAgB;IACnB,GAAG,oBAAe;IAClB,GAAG,kBAAY;IACf,GAAG,wCAAuB;CAC3B,CAAC;AAEF,MAAM,yBAAyB,GAAe;IAC5C,GAAG,8CAA0B;IAC7B,GAAG,mCAA2B;IAC9B,GAAG,gCAA2B;IAC9B,GAAG,oBAAe;IAClB,GAAG,wCAAuB;CAC3B,CAAC;AAEF,uDAAuD;AACvD,SAAgB,yBAAyB,CAAC,QAAkB;IAC1D,QAAQ,QAAQ,EAAE;QAChB,KAAK,sBAAQ,CAAC,MAAM;YAClB,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,CAAC;QAC7D,KAAK,sBAAQ,CAAC,EAAE;YACd,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,CAAC;QAC7D,KAAK,sBAAQ,CAAC,GAAG;YACf,OAAO,YAAY,CAAC;QACtB;YACE,OAAO,EAAE,CAAC;KACb;AACH,CAAC;AAXD,8DAWC;AAED,4BAA4B;AAC5B,SAAgB,6BAA6B,CAAC,QAAkB;IAC9D,QAAQ,QAAQ,EAAE;QAChB,KAAK,sBAAQ,CAAC,MAAM;YAClB,OAAO,yBAAyB,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,CAAC;QAC1E,KAAK,sBAAQ,CAAC,EAAE;YACd,OAAO,yBAAyB,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,CAAC;QAC1E,KAAK,sBAAQ,CAAC,GAAG;YACf,OAAO,yBAAyB,CAAC;QACnC;YACE,OAAO,EAAE,CAAC;KACb;AACH,CAAC;AAXD,sEAWC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"me.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/me.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,2BAA2B,EAAE,QAAQ,EAuGjD,CAAC"}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.messagingExtensionTemplates = void 0;
|
|
6
|
+
const templateNames_1 = require("../templateNames");
|
|
7
|
+
exports.messagingExtensionTemplates = [
|
|
8
|
+
{
|
|
9
|
+
id: "message-extension-with-api-from-scratch-ts",
|
|
10
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratch,
|
|
11
|
+
language: "typescript",
|
|
12
|
+
description: "",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
id: "message-extension-with-api-from-scratch-js",
|
|
16
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratch,
|
|
17
|
+
language: "javascript",
|
|
18
|
+
description: "",
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
id: "message-extension-with-api-from-scratch-csharp",
|
|
22
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratch,
|
|
23
|
+
language: "csharp",
|
|
24
|
+
description: "",
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
id: "message-extension-with-api-from-scratch-api-key-ts",
|
|
28
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingApiKey,
|
|
29
|
+
language: "typescript",
|
|
30
|
+
description: "",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
id: "message-extension-with-api-from-scratch-api-key-js",
|
|
34
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingApiKey,
|
|
35
|
+
language: "javascript",
|
|
36
|
+
description: "",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
id: "message-extension-with-api-from-scratch-api-key-csharp",
|
|
40
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingApiKey,
|
|
41
|
+
language: "csharp",
|
|
42
|
+
description: "",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
id: "message-extension-with-api-from-scratch-sso-ts",
|
|
46
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingOAuth,
|
|
47
|
+
language: "typescript",
|
|
48
|
+
description: "",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
id: "message-extension-with-api-from-scratch-sso-js",
|
|
52
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingOAuth,
|
|
53
|
+
language: "javascript",
|
|
54
|
+
description: "",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
id: "message-extension-with-api-from-scratch-sso-csharp",
|
|
58
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithNewApiFromScratchUsingOAuth,
|
|
59
|
+
language: "csharp",
|
|
60
|
+
description: "",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
id: "m365-message-extension-ts",
|
|
64
|
+
name: templateNames_1.TemplateNames.MessageExtensionM365,
|
|
65
|
+
language: "typescript",
|
|
66
|
+
description: "",
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
id: "m365-message-extension-js",
|
|
70
|
+
name: templateNames_1.TemplateNames.MessageExtensionM365,
|
|
71
|
+
language: "javascript",
|
|
72
|
+
description: "",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
id: "message-extension-action-csharp",
|
|
76
|
+
name: templateNames_1.TemplateNames.MessageExtensionAction,
|
|
77
|
+
language: "csharp",
|
|
78
|
+
description: "",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
id: "message-extension-action-ts",
|
|
82
|
+
name: templateNames_1.TemplateNames.MessageExtensionAction,
|
|
83
|
+
language: "typescript",
|
|
84
|
+
description: "",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
id: "message-extension-action-js",
|
|
88
|
+
name: templateNames_1.TemplateNames.MessageExtensionAction,
|
|
89
|
+
language: "javascript",
|
|
90
|
+
description: "",
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
id: "link-unfurling-ts",
|
|
94
|
+
name: templateNames_1.TemplateNames.LinkUnfurling,
|
|
95
|
+
language: "typescript",
|
|
96
|
+
description: "",
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
id: "link-unfurling-js",
|
|
100
|
+
name: templateNames_1.TemplateNames.LinkUnfurling,
|
|
101
|
+
language: "javascript",
|
|
102
|
+
description: "",
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
id: "link-unfurling-csharp",
|
|
106
|
+
name: templateNames_1.TemplateNames.LinkUnfurling,
|
|
107
|
+
language: "csharp",
|
|
108
|
+
description: "",
|
|
109
|
+
},
|
|
110
|
+
];
|
|
111
|
+
//# sourceMappingURL=me.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"me.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/me.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,2BAA2B,GAAe;IACrD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,qCAAqC;QACzD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,qCAAqC;QACzD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,gDAAgD;QACpD,IAAI,EAAE,6BAAa,CAAC,qCAAqC;QACzD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,oDAAoD;QACxD,IAAI,EAAE,6BAAa,CAAC,gDAAgD;QACpE,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,oDAAoD;QACxD,IAAI,EAAE,6BAAa,CAAC,gDAAgD;QACpE,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,wDAAwD;QAC5D,IAAI,EAAE,6BAAa,CAAC,gDAAgD;QACpE,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,gDAAgD;QACpD,IAAI,EAAE,6BAAa,CAAC,+CAA+C;QACnE,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,gDAAgD;QACpD,IAAI,EAAE,6BAAa,CAAC,+CAA+C;QACnE,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,oDAAoD;QACxD,IAAI,EAAE,6BAAa,CAAC,+CAA+C;QACnE,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,2BAA2B;QAC/B,IAAI,EAAE,6BAAa,CAAC,oBAAoB;QACxC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,2BAA2B;QAC/B,IAAI,EAAE,6BAAa,CAAC,oBAAoB;QACxC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,iCAAiC;QACrC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,6BAA6B;QACjC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,6BAA6B;QACjC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,IAAI,EAAE,6BAAa,CAAC,aAAa;QACjC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,mBAAmB;QACvB,IAAI,EAAE,6BAAa,CAAC,aAAa;QACjC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,uBAAuB;QAC3B,IAAI,EAAE,6BAAa,CAAC,aAAa;QACjC,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"special.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/special.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,eAAO,MAAM,gBAAgB,EAAE,QAAQ,EA6DtC,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.specialTemplates = void 0;
|
|
6
|
+
const templateNames_1 = require("../templateNames");
|
|
7
|
+
// these template are not handled by default generator which means they need extra steps during scaffolding
|
|
8
|
+
exports.specialTemplates = [
|
|
9
|
+
{
|
|
10
|
+
id: "non-sso-tab-ssr-cs",
|
|
11
|
+
name: templateNames_1.TemplateNames.TabSSR,
|
|
12
|
+
language: "csharp",
|
|
13
|
+
description: "Simple Teams Tab App",
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
id: "sso-tab-ssr-cs",
|
|
17
|
+
name: templateNames_1.TemplateNames.SsoTabSSR,
|
|
18
|
+
language: "csharp",
|
|
19
|
+
description: "Simple Teams Tab App with SSO",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
id: "declarative-agent-with-action-from-existing-api",
|
|
23
|
+
name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromExistingApiSpec,
|
|
24
|
+
language: "none",
|
|
25
|
+
description: "",
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
id: "declarative-agent-with-action-from-existing-api-csharp",
|
|
29
|
+
name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromExistingApiSpec,
|
|
30
|
+
language: "csharp",
|
|
31
|
+
description: "",
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
id: "custom-copilot-rag-custom-api-ts",
|
|
35
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagCustomApi,
|
|
36
|
+
language: "typescript",
|
|
37
|
+
description: "",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
id: "custom-copilot-rag-custom-api-js",
|
|
41
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagCustomApi,
|
|
42
|
+
language: "javascript",
|
|
43
|
+
description: "",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
id: "teams-agent-with-data-custom-api-v2-csharp",
|
|
47
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagCustomApi,
|
|
48
|
+
language: "csharp",
|
|
49
|
+
description: "",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
id: "teams-agent-with-data-custom-api-v2-python",
|
|
53
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagCustomApi,
|
|
54
|
+
language: "python",
|
|
55
|
+
description: "",
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
id: "message-extension-with-existing-api",
|
|
59
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithExistingApiSpec,
|
|
60
|
+
language: "common",
|
|
61
|
+
description: "",
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
id: "message-extension-with-existing-api-csharp",
|
|
65
|
+
name: templateNames_1.TemplateNames.MessageExtensionWithExistingApiSpec,
|
|
66
|
+
language: "csharp",
|
|
67
|
+
description: "",
|
|
68
|
+
},
|
|
69
|
+
];
|
|
70
|
+
//# sourceMappingURL=special.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"special.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/special.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGjD,2GAA2G;AAC9F,QAAA,gBAAgB,GAAe;IAC1C;QACE,EAAE,EAAE,oBAAoB;QACxB,IAAI,EAAE,6BAAa,CAAC,MAAM;QAC1B,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,sBAAsB;KACpC;IACD;QACE,EAAE,EAAE,gBAAgB;QACpB,IAAI,EAAE,6BAAa,CAAC,SAAS;QAC7B,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,+BAA+B;KAC7C;IACD;QACE,EAAE,EAAE,iDAAiD;QACrD,IAAI,EAAE,6BAAa,CAAC,6CAA6C;QACjE,QAAQ,EAAE,MAAM;QAChB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,wDAAwD;QAC5D,IAAI,EAAE,6BAAa,CAAC,6CAA6C;QACjE,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kCAAkC;QACtC,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kCAAkC;QACtC,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,qCAAqC;QACzC,IAAI,EAAE,6BAAa,CAAC,mCAAmC;QACvD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,mCAAmC;QACvD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/tab.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,YAAY,EAAE,QAAQ,EAmDlC,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.tabTemplates = void 0;
|
|
6
|
+
const templateNames_1 = require("../templateNames");
|
|
7
|
+
exports.tabTemplates = [
|
|
8
|
+
{
|
|
9
|
+
id: "basic-tab-ts",
|
|
10
|
+
name: templateNames_1.TemplateNames.Tab,
|
|
11
|
+
language: "typescript",
|
|
12
|
+
description: "Simple Teams Tab App",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
id: "basic-tab-csharp",
|
|
16
|
+
name: templateNames_1.TemplateNames.Tab,
|
|
17
|
+
language: "csharp",
|
|
18
|
+
description: "Simple Teams Tab App",
|
|
19
|
+
},
|
|
20
|
+
// {
|
|
21
|
+
// id: "non-sso-tab-js",
|
|
22
|
+
// name: TemplateNames.Tab,
|
|
23
|
+
// language: "javascript",
|
|
24
|
+
// description: "Simple Teams Tab App",
|
|
25
|
+
// },
|
|
26
|
+
{
|
|
27
|
+
id: "sso-tab-naa-ts",
|
|
28
|
+
name: templateNames_1.TemplateNames.SsoTabNaa,
|
|
29
|
+
language: "typescript",
|
|
30
|
+
description: "Simple Teams Tab App with OBO Flow",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
id: "sso-tab-naa-js",
|
|
34
|
+
name: templateNames_1.TemplateNames.SsoTabNaa,
|
|
35
|
+
language: "javascript",
|
|
36
|
+
description: "Simple Teams Tab App with OBO Flow",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
id: "dashboard-tab-ts",
|
|
40
|
+
name: templateNames_1.TemplateNames.DashboardTab,
|
|
41
|
+
language: "typescript",
|
|
42
|
+
description: "Dashboard Tab App",
|
|
43
|
+
link: "https://aka.ms/teamsfx-dashboard-app",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
id: "dashboard-tab-js",
|
|
47
|
+
name: templateNames_1.TemplateNames.DashboardTab,
|
|
48
|
+
language: "javascript",
|
|
49
|
+
description: "Dashboard Tab App",
|
|
50
|
+
link: "https://aka.ms/teamsfx-dashboard-app",
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
id: "spfx-tab-ts",
|
|
54
|
+
name: templateNames_1.TemplateNames.TabSPFx,
|
|
55
|
+
language: "typescript",
|
|
56
|
+
description: "SPFx App",
|
|
57
|
+
},
|
|
58
|
+
];
|
|
59
|
+
//# sourceMappingURL=tab.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/tab.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,YAAY,GAAe;IACtC;QACE,EAAE,EAAE,cAAc;QAClB,IAAI,EAAE,6BAAa,CAAC,GAAG;QACvB,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,sBAAsB;KACpC;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,6BAAa,CAAC,GAAG;QACvB,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,sBAAsB;KACpC;IACD,IAAI;IACJ,0BAA0B;IAC1B,6BAA6B;IAC7B,4BAA4B;IAC5B,yCAAyC;IACzC,KAAK;IACL;QACE,EAAE,EAAE,gBAAgB;QACpB,IAAI,EAAE,6BAAa,CAAC,SAAS;QAC7B,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,oCAAoC;KAClD;IACD;QACE,EAAE,EAAE,gBAAgB;QACpB,IAAI,EAAE,6BAAa,CAAC,SAAS;QAC7B,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,oCAAoC;KAClD;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,6BAAa,CAAC,YAAY;QAChC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,mBAAmB;QAChC,IAAI,EAAE,sCAAsC;KAC7C;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,6BAAa,CAAC,YAAY;QAChC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,mBAAmB;QAChC,IAAI,EAAE,sCAAsC;KAC7C;IACD;QACE,EAAE,EAAE,aAAa;QACjB,IAAI,EAAE,6BAAa,CAAC,OAAO;QAC3B,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,UAAU;KACxB;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"teams.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/teams.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAyMvC,eAAO,MAAM,2BAA2B,EAAE,QAAQ,EAiCjD,CAAC"}
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.teamsAgentsAndAppsTemplates = void 0;
|
|
6
|
+
const templateNames_1 = require("../templateNames");
|
|
7
|
+
const chatWithYourDataTemplates = [
|
|
8
|
+
{
|
|
9
|
+
id: "custom-copilot-rag-customize-ts",
|
|
10
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
|
|
11
|
+
language: "typescript",
|
|
12
|
+
description: "",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
id: "custom-copilot-rag-customize-js",
|
|
16
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
|
|
17
|
+
language: "javascript",
|
|
18
|
+
description: "",
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
id: "custom-copilot-rag-customize-csharp",
|
|
22
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
|
|
23
|
+
language: "csharp",
|
|
24
|
+
description: "",
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
id: "custom-copilot-rag-customize-python",
|
|
28
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
|
|
29
|
+
language: "python",
|
|
30
|
+
description: "",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
id: "custom-copilot-rag-azure-ai-search-ts",
|
|
34
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
|
|
35
|
+
language: "typescript",
|
|
36
|
+
description: "",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
id: "custom-copilot-rag-azure-ai-search-js",
|
|
40
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
|
|
41
|
+
language: "javascript",
|
|
42
|
+
description: "",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
id: "custom-copilot-rag-azure-ai-search-csharp",
|
|
46
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
|
|
47
|
+
language: "csharp",
|
|
48
|
+
description: "",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
id: "custom-copilot-rag-azure-ai-search-python",
|
|
52
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
|
|
53
|
+
language: "python",
|
|
54
|
+
description: "",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
id: "custom-copilot-rag-microsoft365-ts",
|
|
58
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagMicrosoft365,
|
|
59
|
+
language: "typescript",
|
|
60
|
+
description: "",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
id: "custom-copilot-rag-microsoft365-js",
|
|
64
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagMicrosoft365,
|
|
65
|
+
language: "javascript",
|
|
66
|
+
description: "",
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
id: "custom-copilot-rag-microsoft365-csharp",
|
|
70
|
+
name: templateNames_1.TemplateNames.CustomCopilotRagMicrosoft365,
|
|
71
|
+
language: "csharp",
|
|
72
|
+
description: "",
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
id: "custom-copilot-assistant-new-ts",
|
|
76
|
+
name: templateNames_1.TemplateNames.CustomCopilotAssistantNew,
|
|
77
|
+
language: "typescript",
|
|
78
|
+
description: "",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
id: "custom-copilot-assistant-new-js",
|
|
82
|
+
name: templateNames_1.TemplateNames.CustomCopilotAssistantNew,
|
|
83
|
+
language: "javascript",
|
|
84
|
+
description: "",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
id: "custom-copilot-assistant-new-csharp",
|
|
88
|
+
name: templateNames_1.TemplateNames.CustomCopilotAssistantNew,
|
|
89
|
+
language: "csharp",
|
|
90
|
+
description: "",
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
id: "custom-copilot-assistant-assistants-api-ts",
|
|
94
|
+
name: templateNames_1.TemplateNames.CustomCopilotAssistantAssistantsApi,
|
|
95
|
+
language: "typescript",
|
|
96
|
+
description: "",
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
id: "custom-copilot-assistant-assistants-api-js",
|
|
100
|
+
name: templateNames_1.TemplateNames.CustomCopilotAssistantAssistantsApi,
|
|
101
|
+
language: "javascript",
|
|
102
|
+
description: "",
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
id: "custom-copilot-assistant-assistants-api-csharp",
|
|
106
|
+
name: templateNames_1.TemplateNames.CustomCopilotAssistantAssistantsApi,
|
|
107
|
+
language: "csharp",
|
|
108
|
+
description: "",
|
|
109
|
+
},
|
|
110
|
+
];
|
|
111
|
+
const teamsOtherTemplates = [
|
|
112
|
+
{
|
|
113
|
+
id: "basic-tab-ts",
|
|
114
|
+
name: templateNames_1.TemplateNames.Tab,
|
|
115
|
+
language: "typescript",
|
|
116
|
+
description: "Simple Teams Tab App",
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
id: "default-bot-ts",
|
|
120
|
+
name: templateNames_1.TemplateNames.DefaultBot,
|
|
121
|
+
language: "typescript",
|
|
122
|
+
description: "",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
id: "default-bot-js",
|
|
126
|
+
name: templateNames_1.TemplateNames.DefaultBot,
|
|
127
|
+
language: "javascript",
|
|
128
|
+
description: "",
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
id: "default-bot-python",
|
|
132
|
+
name: templateNames_1.TemplateNames.DefaultBot,
|
|
133
|
+
language: "python",
|
|
134
|
+
description: "",
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
id: "message-extension-v2-ts",
|
|
138
|
+
name: templateNames_1.TemplateNames.DefaultMessageExtension,
|
|
139
|
+
language: "typescript",
|
|
140
|
+
description: "",
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
id: "message-extension-v2-python",
|
|
144
|
+
name: templateNames_1.TemplateNames.DefaultMessageExtension,
|
|
145
|
+
language: "python",
|
|
146
|
+
description: "",
|
|
147
|
+
},
|
|
148
|
+
// VS templates below
|
|
149
|
+
{
|
|
150
|
+
id: "basic-tab-csharp",
|
|
151
|
+
name: templateNames_1.TemplateNames.Tab,
|
|
152
|
+
language: "csharp",
|
|
153
|
+
description: "Simple Teams Tab App",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
id: "default-bot-csharp",
|
|
157
|
+
name: templateNames_1.TemplateNames.DefaultBot,
|
|
158
|
+
language: "csharp",
|
|
159
|
+
description: "",
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
id: "notification-http-trigger-csharp",
|
|
163
|
+
name: templateNames_1.TemplateNames.NotificationHttpTrigger,
|
|
164
|
+
language: "csharp",
|
|
165
|
+
description: "",
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
id: "notification-timer-trigger-csharp",
|
|
169
|
+
name: templateNames_1.TemplateNames.NotificationTimerTrigger,
|
|
170
|
+
language: "csharp",
|
|
171
|
+
description: "",
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
id: "notification-http-timer-trigger-csharp",
|
|
175
|
+
name: templateNames_1.TemplateNames.NotificationHttpTimerTrigger,
|
|
176
|
+
language: "csharp",
|
|
177
|
+
description: "",
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
id: "notification-webapi-csharp",
|
|
181
|
+
name: templateNames_1.TemplateNames.NotificationWebApi,
|
|
182
|
+
language: "csharp",
|
|
183
|
+
description: "",
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
id: "command-and-response-csharp",
|
|
187
|
+
name: templateNames_1.TemplateNames.CommandAndResponse,
|
|
188
|
+
language: "csharp",
|
|
189
|
+
description: "",
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
id: "workflow-csharp",
|
|
193
|
+
name: templateNames_1.TemplateNames.Workflow,
|
|
194
|
+
language: "csharp",
|
|
195
|
+
description: "",
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
id: "message-extension-v2-csharp",
|
|
199
|
+
name: templateNames_1.TemplateNames.DefaultMessageExtension,
|
|
200
|
+
language: "csharp",
|
|
201
|
+
description: "",
|
|
202
|
+
},
|
|
203
|
+
];
|
|
204
|
+
exports.teamsAgentsAndAppsTemplates = [
|
|
205
|
+
{
|
|
206
|
+
id: "custom-copilot-basic-ts",
|
|
207
|
+
name: templateNames_1.TemplateNames.CustomCopilotBasic,
|
|
208
|
+
language: "typescript",
|
|
209
|
+
description: "",
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
id: "custom-copilot-basic-js",
|
|
213
|
+
name: templateNames_1.TemplateNames.CustomCopilotBasic,
|
|
214
|
+
language: "javascript",
|
|
215
|
+
description: "",
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
id: "custom-copilot-basic-csharp",
|
|
219
|
+
name: templateNames_1.TemplateNames.CustomCopilotBasic,
|
|
220
|
+
language: "csharp",
|
|
221
|
+
description: "",
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
id: "custom-copilot-basic-python",
|
|
225
|
+
name: templateNames_1.TemplateNames.CustomCopilotBasic,
|
|
226
|
+
language: "python",
|
|
227
|
+
description: "",
|
|
228
|
+
},
|
|
229
|
+
...chatWithYourDataTemplates,
|
|
230
|
+
{
|
|
231
|
+
id: "teams-collaborator-agent-ts",
|
|
232
|
+
name: templateNames_1.TemplateNames.TeamsCollaboratorAgent,
|
|
233
|
+
language: "typescript",
|
|
234
|
+
description: "",
|
|
235
|
+
},
|
|
236
|
+
...teamsOtherTemplates,
|
|
237
|
+
];
|
|
238
|
+
//# sourceMappingURL=teams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"teams.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/teams.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/vs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,eAAO,MAAM,eAAe,EAAE,QAAQ,EAarC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.vsOnlyTemplates = void 0;
|
|
6
|
+
const templateNames_1 = require("../templateNames");
|
|
7
|
+
// these template are only used in visual studio
|
|
8
|
+
exports.vsOnlyTemplates = [
|
|
9
|
+
{
|
|
10
|
+
id: "empty-csharp",
|
|
11
|
+
name: templateNames_1.TemplateNames.Empty,
|
|
12
|
+
language: "csharp",
|
|
13
|
+
description: "",
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
id: "message-extension-search-csharp",
|
|
17
|
+
name: templateNames_1.TemplateNames.MessageExtensionSearch,
|
|
18
|
+
language: "csharp",
|
|
19
|
+
description: "",
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
//# sourceMappingURL=vs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vs.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/vs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGjD,gDAAgD;AACnC,QAAA,eAAe,GAAe;IACzC;QACE,EAAE,EAAE,cAAc;QAClB,IAAI,EAAE,6BAAa,CAAC,KAAK;QACzB,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,iCAAiC;QACrC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wxp.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/wxp.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,YAAY,EAAE,QAAQ,EAyBlC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.wxpTemplates = void 0;
|
|
6
|
+
const templateNames_1 = require("../templateNames");
|
|
7
|
+
exports.wxpTemplates = [
|
|
8
|
+
{
|
|
9
|
+
id: "office-addin-outlook-taskpane-ts",
|
|
10
|
+
name: templateNames_1.TemplateNames.OutlookTaskpane,
|
|
11
|
+
language: "typescript",
|
|
12
|
+
description: "",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
id: "office-addin-wxpo-taskpane-ts",
|
|
16
|
+
name: templateNames_1.TemplateNames.WXPTaskpane,
|
|
17
|
+
language: "typescript",
|
|
18
|
+
description: "",
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
id: "office-addin-excel-cfshortcut-ts",
|
|
22
|
+
name: templateNames_1.TemplateNames.ExcelCFShortcut,
|
|
23
|
+
language: "typescript",
|
|
24
|
+
description: "",
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
id: "office-addin-config-ts",
|
|
28
|
+
name: templateNames_1.TemplateNames.OfficeAddinCommon,
|
|
29
|
+
language: "typescript",
|
|
30
|
+
description: "",
|
|
31
|
+
},
|
|
32
|
+
];
|
|
33
|
+
//# sourceMappingURL=wxp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wxp.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/wxp.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,YAAY,GAAe;IACtC;QACE,EAAE,EAAE,kCAAkC;QACtC,IAAI,EAAE,6BAAa,CAAC,eAAe;QACnC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,+BAA+B;QACnC,IAAI,EAAE,6BAAa,CAAC,WAAW;QAC/B,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kCAAkC;QACtC,IAAI,EAAE,6BAAa,CAAC,eAAe;QACnC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,wBAAwB;QAC5B,IAAI,EAAE,6BAAa,CAAC,iBAAiB;QACrC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
|
|
@@ -12,7 +12,6 @@ export declare enum TemplateNames {
|
|
|
12
12
|
DeclarativeAgentMetaOSUpgradeProject = "declarative-agent-meta-os-upgrade-project",
|
|
13
13
|
BasicCustomEngineAgent = "basic-custom-engine-agent",
|
|
14
14
|
WeatherAgent = "weather-agent",
|
|
15
|
-
TravelAgent = "travel-agent",
|
|
16
15
|
CustomCopilotBasic = "custom-copilot-basic",
|
|
17
16
|
CustomCopilotRagCustomize = "custom-copilot-rag-customize",
|
|
18
17
|
CustomCopilotRagAzureAISearch = "custom-copilot-rag-azure-ai-search",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"templateNames.d.ts","sourceRoot":"","sources":["../../../../src/component/generator/templates/templateNames.ts"],"names":[],"mappings":"AAKA,oBAAY,aAAa;IAEvB,qBAAqB,sBAAsB;IAC3C,qCAAqC,4BAA4B;IACjE,2CAA2C,mCAAmC;IAC9E,0CAA0C,kCAAkC;IAC5E,6CAA6C,iCAAiC;IAC9E,kCAAkC,4BAA4B;IAC9D,4BAA4B,+BAA+B;IAC3D,kCAAkC,2CAA2C;IAC7E,iCAAiC,2CAA2C;IAE5E,gCAAgC,0CAA0C;IAC1E,oCAAoC,8CAA8C;IAGlF,sBAAsB,8BAA8B;IACpD,YAAY,kBAAkB;
|
|
1
|
+
{"version":3,"file":"templateNames.d.ts","sourceRoot":"","sources":["../../../../src/component/generator/templates/templateNames.ts"],"names":[],"mappings":"AAKA,oBAAY,aAAa;IAEvB,qBAAqB,sBAAsB;IAC3C,qCAAqC,4BAA4B;IACjE,2CAA2C,mCAAmC;IAC9E,0CAA0C,kCAAkC;IAC5E,6CAA6C,iCAAiC;IAC9E,kCAAkC,4BAA4B;IAC9D,4BAA4B,+BAA+B;IAC3D,kCAAkC,2CAA2C;IAC7E,iCAAiC,2CAA2C;IAE5E,gCAAgC,0CAA0C;IAC1E,oCAAoC,8CAA8C;IAGlF,sBAAsB,8BAA8B;IACpD,YAAY,kBAAkB;IAG9B,kBAAkB,yBAAyB;IAC3C,yBAAyB,iCAAiC;IAC1D,6BAA6B,uCAAuC;IACpE,yBAAyB,kCAAkC;IAC3D,4BAA4B,oCAAoC;IAChE,yBAAyB,iCAAiC;IAC1D,mCAAmC,4CAA4C;IAC/E,sBAAsB,6BAA6B;IAGnD,cAAc,oBAAoB;IAGlC,GAAG,gBAAgB;IACnB,SAAS,gBAAgB;IACzB,YAAY,kBAAkB;IAC9B,MAAM,oBAAoB;IAC1B,SAAS,gBAAgB;IACzB,OAAO,aAAa;IAGpB,UAAU,gBAAgB;IAC1B,mBAAmB,yBAAyB;IAC5C,kBAAkB,wBAAwB;IAC1C,uBAAuB,8BAA8B;IACrD,wBAAwB,+BAA+B;IACvD,4BAA4B,oCAAoC;IAChE,kBAAkB,yBAAyB;IAC3C,QAAQ,aAAa;IAGrB,qCAAqC,gCAAgC;IACrE,gDAAgD,wCAAwC;IACxF,+CAA+C,8BAA8B;IAC7E,mCAAmC,gCAAgC;IACnE,oBAAoB,2BAA2B;IAC/C,sBAAsB,6BAA6B;IACnD,aAAa,mBAAmB;IAChC,uBAAuB,8BAA8B;IAGrD,eAAe,kCAAkC;IACjD,WAAW,+BAA+B;IAC1C,eAAe,kCAAkC;IACjD,iBAAiB,wBAAwB;IAGzC,KAAK,UAAU;IACf,sBAAsB,6BAA6B;CACpD"}
|