@microsoft/teamsfx-core 3.0.9-alpha.daad299e5.0 → 3.0.9-alpha.fd365d630.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.
Files changed (165) hide show
  1. package/build/common/localizeUtils.d.ts.map +1 -1
  2. package/build/common/localizeUtils.js +36 -12
  3. package/build/common/localizeUtils.js.map +1 -1
  4. package/build/common/templates-config.json +1 -1
  5. package/build/component/constants.d.ts +1 -0
  6. package/build/component/constants.d.ts.map +1 -1
  7. package/build/component/constants.js +2 -1
  8. package/build/component/constants.js.map +1 -1
  9. package/build/component/driver/teamsApp/publishAppPackage.d.ts +2 -0
  10. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  11. package/build/component/driver/teamsApp/publishAppPackage.js +79 -4
  12. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  13. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +20 -0
  14. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
  15. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +152 -2
  16. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  17. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  18. package/build/component/generator/declarativeAgent/generator.js +16 -6
  19. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  20. package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
  21. package/build/component/generator/officeAddin/metaOSHelper.js +1 -2
  22. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  23. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  24. package/build/component/generator/templates/metadata/index.js +21 -25
  25. package/build/component/generator/templates/metadata/index.js.map +1 -1
  26. package/build/component/utils/odrProvider.d.ts +36 -0
  27. package/build/component/utils/odrProvider.d.ts.map +1 -0
  28. package/build/component/utils/odrProvider.js +75 -0
  29. package/build/component/utils/odrProvider.js.map +1 -0
  30. package/build/core/FxCore.d.ts +4 -1
  31. package/build/core/FxCore.d.ts.map +1 -1
  32. package/build/core/FxCore.js +96 -19
  33. package/build/core/FxCore.js.map +1 -1
  34. package/build/index.d.ts +2 -1
  35. package/build/index.d.ts.map +1 -1
  36. package/build/index.js +5 -5
  37. package/build/index.js.map +1 -1
  38. package/build/question/inputs/CreateProjectInputs.d.ts +1 -15
  39. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  40. package/build/question/options/CreateProjectOptions.d.ts +1 -1
  41. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  42. package/build/question/options/CreateProjectOptions.js +0 -56
  43. package/build/question/options/CreateProjectOptions.js.map +1 -1
  44. package/build/question/other.js +2 -2
  45. package/build/question/other.js.map +1 -1
  46. package/build/question/questionNames.d.ts +6 -0
  47. package/build/question/questionNames.d.ts.map +1 -1
  48. package/build/question/questionNames.js +6 -0
  49. package/build/question/questionNames.js.map +1 -1
  50. package/build/question/scaffold/commonNodes.d.ts +7 -0
  51. package/build/question/scaffold/commonNodes.d.ts.map +1 -0
  52. package/build/question/scaffold/commonNodes.js +154 -0
  53. package/build/question/scaffold/commonNodes.js.map +1 -0
  54. package/build/question/scaffold/constructNode.d.ts +3 -0
  55. package/build/question/scaffold/constructNode.d.ts.map +1 -0
  56. package/build/question/scaffold/constructNode.js +50 -0
  57. package/build/question/scaffold/constructNode.js.map +1 -0
  58. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  59. package/build/question/scaffold/vs/createRootNode.js +4 -16
  60. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  61. package/build/question/scaffold/vsc/createFromTdpNode.js +1 -1
  62. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  63. package/build/question/scaffold/vsc/createRootNode.d.ts +0 -7
  64. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  65. package/build/question/scaffold/vsc/createRootNode.js +3 -72
  66. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  67. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +1 -1
  68. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -1
  69. package/build/question/scaffold/vsc/customEngineAgentNode.js +22 -24
  70. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
  71. package/build/question/scaffold/vsc/daProjectTypeNode.js +4 -3
  72. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  73. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -7
  74. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  75. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +106 -201
  76. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  77. package/build/ui/visitor.d.ts.map +1 -1
  78. package/build/ui/visitor.js +5 -0
  79. package/build/ui/visitor.js.map +1 -1
  80. package/package.json +5 -5
  81. package/resource/package.nls.cs.json +2 -0
  82. package/resource/package.nls.de.json +2 -0
  83. package/resource/package.nls.es.json +2 -0
  84. package/resource/package.nls.fr.json +2 -0
  85. package/resource/package.nls.it.json +2 -0
  86. package/resource/package.nls.ja.json +2 -0
  87. package/resource/package.nls.json +10 -23
  88. package/resource/package.nls.ko.json +2 -0
  89. package/resource/package.nls.pl.json +2 -0
  90. package/resource/package.nls.pt-BR.json +2 -0
  91. package/resource/package.nls.ru.json +2 -0
  92. package/resource/package.nls.tr.json +2 -0
  93. package/resource/package.nls.zh-Hans.json +2 -0
  94. package/resource/package.nls.zh-Hant.json +2 -0
  95. package/resource/templates/package.nls.cs.json +25 -0
  96. package/resource/templates/package.nls.de.json +25 -0
  97. package/resource/templates/package.nls.es.json +25 -0
  98. package/resource/templates/package.nls.fr.json +25 -0
  99. package/resource/templates/package.nls.it.json +25 -0
  100. package/resource/templates/package.nls.ja.json +25 -0
  101. package/resource/templates/package.nls.json +33 -0
  102. package/resource/templates/package.nls.ko.json +25 -0
  103. package/resource/templates/package.nls.pl.json +25 -0
  104. package/resource/templates/package.nls.pt-BR.json +25 -0
  105. package/resource/templates/package.nls.ru.json +25 -0
  106. package/resource/templates/package.nls.tr.json +25 -0
  107. package/resource/templates/package.nls.zh-Hans.json +25 -0
  108. package/resource/templates/package.nls.zh-Hant.json +25 -0
  109. package/resource/templates/package.nls.zh-cn.json +21 -0
  110. package/resource/templates/package.nls.zh-tw.json +21 -0
  111. package/templates/fallback/common.zip +0 -0
  112. package/templates/fallback/csharp.zip +0 -0
  113. package/templates/fallback/js.zip +0 -0
  114. package/templates/fallback/python.zip +0 -0
  115. package/templates/fallback/ts.zip +0 -0
  116. package/templates/metadata/allTemplates.json +429 -0
  117. package/templates/metadata/defaultGeneratorTemplates.json +233 -0
  118. package/templates/metadata.zip +0 -0
  119. package/templates/ui/ceaNode.json +30 -0
  120. package/templates/ui/teamsNode.json +124 -0
  121. package/build/component/generator/templates/metadata/agentForTeams.d.ts +0 -3
  122. package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +0 -1
  123. package/build/component/generator/templates/metadata/agentForTeams.js +0 -147
  124. package/build/component/generator/templates/metadata/agentForTeams.js.map +0 -1
  125. package/build/component/generator/templates/metadata/bot.d.ts +0 -3
  126. package/build/component/generator/templates/metadata/bot.d.ts.map +0 -1
  127. package/build/component/generator/templates/metadata/bot.js +0 -142
  128. package/build/component/generator/templates/metadata/bot.js.map +0 -1
  129. package/build/component/generator/templates/metadata/customEngineAgent.d.ts +0 -3
  130. package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +0 -1
  131. package/build/component/generator/templates/metadata/customEngineAgent.js +0 -51
  132. package/build/component/generator/templates/metadata/customEngineAgent.js.map +0 -1
  133. package/build/component/generator/templates/metadata/da.d.ts +0 -3
  134. package/build/component/generator/templates/metadata/da.d.ts.map +0 -1
  135. package/build/component/generator/templates/metadata/da.js +0 -117
  136. package/build/component/generator/templates/metadata/da.js.map +0 -1
  137. package/build/component/generator/templates/metadata/graphConnector.d.ts +0 -3
  138. package/build/component/generator/templates/metadata/graphConnector.d.ts.map +0 -1
  139. package/build/component/generator/templates/metadata/graphConnector.js +0 -15
  140. package/build/component/generator/templates/metadata/graphConnector.js.map +0 -1
  141. package/build/component/generator/templates/metadata/me.d.ts +0 -3
  142. package/build/component/generator/templates/metadata/me.d.ts.map +0 -1
  143. package/build/component/generator/templates/metadata/me.js +0 -111
  144. package/build/component/generator/templates/metadata/me.js.map +0 -1
  145. package/build/component/generator/templates/metadata/special.d.ts +0 -3
  146. package/build/component/generator/templates/metadata/special.d.ts.map +0 -1
  147. package/build/component/generator/templates/metadata/special.js +0 -70
  148. package/build/component/generator/templates/metadata/special.js.map +0 -1
  149. package/build/component/generator/templates/metadata/tab.d.ts +0 -3
  150. package/build/component/generator/templates/metadata/tab.d.ts.map +0 -1
  151. package/build/component/generator/templates/metadata/tab.js +0 -59
  152. package/build/component/generator/templates/metadata/tab.js.map +0 -1
  153. package/build/component/generator/templates/metadata/teams.d.ts +0 -3
  154. package/build/component/generator/templates/metadata/teams.d.ts.map +0 -1
  155. package/build/component/generator/templates/metadata/teams.js +0 -238
  156. package/build/component/generator/templates/metadata/teams.js.map +0 -1
  157. package/build/component/generator/templates/metadata/vs.d.ts +0 -3
  158. package/build/component/generator/templates/metadata/vs.d.ts.map +0 -1
  159. package/build/component/generator/templates/metadata/vs.js +0 -22
  160. package/build/component/generator/templates/metadata/vs.js.map +0 -1
  161. package/build/component/generator/templates/metadata/wxp.d.ts +0 -3
  162. package/build/component/generator/templates/metadata/wxp.d.ts.map +0 -1
  163. package/build/component/generator/templates/metadata/wxp.js +0 -33
  164. package/build/component/generator/templates/metadata/wxp.js.map +0 -1
  165. package/build/tsconfig.tsbuildinfo +0 -1
@@ -1,142 +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.basicBotTemplates = void 0;
6
- const templateNames_1 = require("../templateNames");
7
- const notificationBotTemplates = [
8
- {
9
- id: "notification-http-trigger-ts",
10
- name: templateNames_1.TemplateNames.NotificationHttpTrigger,
11
- language: "typescript",
12
- description: "",
13
- },
14
- {
15
- id: "notification-http-trigger-js",
16
- name: templateNames_1.TemplateNames.NotificationHttpTrigger,
17
- language: "javascript",
18
- description: "",
19
- },
20
- {
21
- id: "notification-http-trigger-csharp",
22
- name: templateNames_1.TemplateNames.NotificationHttpTrigger,
23
- language: "csharp",
24
- description: "",
25
- },
26
- {
27
- id: "notification-timer-trigger-ts",
28
- name: templateNames_1.TemplateNames.NotificationTimerTrigger,
29
- language: "typescript",
30
- description: "",
31
- },
32
- {
33
- id: "notification-timer-trigger-js",
34
- name: templateNames_1.TemplateNames.NotificationTimerTrigger,
35
- language: "javascript",
36
- description: "",
37
- },
38
- {
39
- id: "notification-timer-trigger-csharp",
40
- name: templateNames_1.TemplateNames.NotificationTimerTrigger,
41
- language: "csharp",
42
- description: "",
43
- },
44
- {
45
- id: "notification-http-timer-trigger-ts",
46
- name: templateNames_1.TemplateNames.NotificationHttpTimerTrigger,
47
- language: "typescript",
48
- description: "",
49
- },
50
- {
51
- id: "notification-http-timer-trigger-js",
52
- name: templateNames_1.TemplateNames.NotificationHttpTimerTrigger,
53
- language: "javascript",
54
- description: "",
55
- },
56
- {
57
- id: "notification-http-timer-trigger-csharp",
58
- name: templateNames_1.TemplateNames.NotificationHttpTimerTrigger,
59
- language: "csharp",
60
- description: "",
61
- },
62
- {
63
- id: "notification-express-ts",
64
- name: templateNames_1.TemplateNames.NotificationExpress,
65
- language: "typescript",
66
- description: "",
67
- },
68
- {
69
- id: "notification-express-js",
70
- name: templateNames_1.TemplateNames.NotificationExpress,
71
- language: "javascript",
72
- description: "",
73
- },
74
- {
75
- id: "notification-webapi-csharp",
76
- name: templateNames_1.TemplateNames.NotificationWebApi,
77
- language: "csharp",
78
- description: "",
79
- },
80
- ];
81
- exports.basicBotTemplates = [
82
- {
83
- id: "default-bot-ts",
84
- name: templateNames_1.TemplateNames.DefaultBot,
85
- language: "typescript",
86
- description: "",
87
- },
88
- {
89
- id: "default-bot-js",
90
- name: templateNames_1.TemplateNames.DefaultBot,
91
- language: "javascript",
92
- description: "",
93
- },
94
- {
95
- id: "default-bot-csharp",
96
- name: templateNames_1.TemplateNames.DefaultBot,
97
- language: "csharp",
98
- description: "",
99
- },
100
- ...notificationBotTemplates,
101
- {
102
- id: "command-and-response-ts",
103
- name: templateNames_1.TemplateNames.CommandAndResponse,
104
- language: "typescript",
105
- description: "",
106
- link: "https://aka.ms/teamsfx-create-command",
107
- },
108
- {
109
- id: "command-and-response-js",
110
- name: templateNames_1.TemplateNames.CommandAndResponse,
111
- language: "javascript",
112
- description: "",
113
- link: "https://aka.ms/teamsfx-create-command",
114
- },
115
- {
116
- id: "command-and-response-csharp",
117
- name: templateNames_1.TemplateNames.CommandAndResponse,
118
- language: "csharp",
119
- description: "",
120
- },
121
- {
122
- id: "workflow-ts",
123
- name: templateNames_1.TemplateNames.Workflow,
124
- language: "typescript",
125
- description: "",
126
- link: "https://aka.ms/teamsfx-workflow-new",
127
- },
128
- {
129
- id: "workflow-js",
130
- name: templateNames_1.TemplateNames.Workflow,
131
- language: "javascript",
132
- description: "",
133
- link: "https://aka.ms/teamsfx-workflow-new",
134
- },
135
- {
136
- id: "workflow-csharp",
137
- name: templateNames_1.TemplateNames.Workflow,
138
- language: "csharp",
139
- description: "",
140
- },
141
- ];
142
- //# sourceMappingURL=bot.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bot.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/bot.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const customEngineAgentTemplates: Template[];
3
- //# sourceMappingURL=customEngineAgent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customEngineAgent.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/customEngineAgent.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,0BAA0B,EAAE,QAAQ,EA2ChD,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.customEngineAgentTemplates = void 0;
6
- const templateNames_1 = require("../templateNames");
7
- exports.customEngineAgentTemplates = [
8
- {
9
- id: "basic-custom-engine-agent-ts",
10
- name: templateNames_1.TemplateNames.BasicCustomEngineAgent,
11
- language: "typescript",
12
- description: "",
13
- },
14
- {
15
- id: "basic-custom-engine-agent-js",
16
- name: templateNames_1.TemplateNames.BasicCustomEngineAgent,
17
- language: "javascript",
18
- description: "",
19
- },
20
- {
21
- id: "basic-custom-engine-agent-python",
22
- name: templateNames_1.TemplateNames.BasicCustomEngineAgent,
23
- language: "python",
24
- description: "",
25
- },
26
- {
27
- id: "weather-agent-ts",
28
- name: templateNames_1.TemplateNames.WeatherAgent,
29
- language: "typescript",
30
- description: "",
31
- },
32
- {
33
- id: "weather-agent-js",
34
- name: templateNames_1.TemplateNames.WeatherAgent,
35
- language: "javascript",
36
- description: "",
37
- },
38
- {
39
- id: "custom-copilot-weather-agent-csharp",
40
- name: templateNames_1.TemplateNames.WeatherAgent,
41
- language: "csharp",
42
- description: "",
43
- },
44
- {
45
- id: "custom-copilot-travel-agent-csharp",
46
- name: templateNames_1.TemplateNames.TravelAgent,
47
- language: "csharp",
48
- description: "",
49
- },
50
- ];
51
- //# sourceMappingURL=customEngineAgent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customEngineAgent.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/customEngineAgent.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,0BAA0B,GAAe;IACpD;QACE,EAAE,EAAE,8BAA8B;QAClC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,8BAA8B;QAClC,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,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,6BAAa,CAAC,YAAY;QAChC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,6BAAa,CAAC,YAAY;QAChC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,qCAAqC;QACzC,IAAI,EAAE,6BAAa,CAAC,YAAY;QAChC,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,oCAAoC;QACxC,IAAI,EAAE,6BAAa,CAAC,WAAW;QAC/B,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const declarativeAgentTemplates: Template[];
3
- //# sourceMappingURL=da.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/da.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,yBAAyB,EAAE,QAAQ,EA6G/C,CAAC"}
@@ -1,117 +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.declarativeAgentTemplates = void 0;
6
- const templateNames_1 = require("../templateNames");
7
- exports.declarativeAgentTemplates = [
8
- {
9
- id: "declarative-agent-basic",
10
- name: templateNames_1.TemplateNames.DeclarativeAgentBasic,
11
- language: "common",
12
- description: "",
13
- },
14
- {
15
- id: "declarative-agent-basic-csharp",
16
- name: templateNames_1.TemplateNames.DeclarativeAgentBasic,
17
- language: "csharp",
18
- description: "",
19
- },
20
- {
21
- id: "declarative-agent-basic",
22
- name: templateNames_1.TemplateNames.DeclarativeAgentWithExistingAction,
23
- language: "common",
24
- description: "",
25
- },
26
- {
27
- id: "declarative-agent-basic-csharp",
28
- name: templateNames_1.TemplateNames.DeclarativeAgentWithExistingAction,
29
- language: "csharp",
30
- description: "",
31
- },
32
- {
33
- id: "declarative-agent-with-action-from-scratch-ts",
34
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratch,
35
- language: "typescript",
36
- description: "",
37
- },
38
- {
39
- id: "declarative-agent-with-action-from-scratch-js",
40
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratch,
41
- language: "javascript",
42
- description: "",
43
- },
44
- {
45
- id: "declarative-agent-with-action-from-scratch-csharp",
46
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratch,
47
- language: "csharp",
48
- description: "",
49
- },
50
- {
51
- id: "declarative-agent-with-action-from-scratch-bearer-ts",
52
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchBearer,
53
- language: "typescript",
54
- description: "",
55
- },
56
- {
57
- id: "declarative-agent-with-action-from-scratch-bearer-js",
58
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchBearer,
59
- language: "javascript",
60
- description: "",
61
- },
62
- {
63
- id: "declarative-agent-with-action-from-scratch-bearer-csharp",
64
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchBearer,
65
- language: "csharp",
66
- description: "",
67
- },
68
- {
69
- id: "declarative-agent-with-action-from-scratch-oauth-ts",
70
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchOAuth,
71
- language: "typescript",
72
- description: "",
73
- },
74
- {
75
- id: "declarative-agent-with-action-from-scratch-oauth-js",
76
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchOAuth,
77
- language: "javascript",
78
- description: "",
79
- },
80
- {
81
- id: "declarative-agent-with-action-from-scratch-oauth-csharp",
82
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchOAuth,
83
- language: "csharp",
84
- description: "",
85
- },
86
- {
87
- id: "declarative-agent-typespec",
88
- name: templateNames_1.TemplateNames.DeclarativeAgentWithTypeSpec,
89
- language: "common",
90
- description: "",
91
- },
92
- {
93
- id: "declarative-agent-with-graph-connector-ts",
94
- name: templateNames_1.TemplateNames.DeclarativeAgentWithGraphConnector,
95
- language: "typescript",
96
- description: "",
97
- },
98
- {
99
- id: "declarative-agent-meta-os-new-project",
100
- name: templateNames_1.TemplateNames.DeclarativeAgentMetaOSNewProject,
101
- language: "common",
102
- description: "",
103
- },
104
- {
105
- id: "declarative-agent-meta-os-upgrade-project",
106
- name: templateNames_1.TemplateNames.DeclarativeAgentMetaOSUpgradeProject,
107
- language: "common",
108
- description: "",
109
- },
110
- {
111
- id: "declarative-agent-with-action-from-mcp",
112
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromMCP,
113
- language: "common",
114
- description: "",
115
- },
116
- ];
117
- //# sourceMappingURL=da.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"da.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/da.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const graphConnectorTemplates: Template[];
3
- //# sourceMappingURL=graphConnector.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"graphConnector.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/graphConnector.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,uBAAuB,EAAE,QAAQ,EAO7C,CAAC"}
@@ -1,15 +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.graphConnectorTemplates = void 0;
6
- const templateNames_1 = require("../templateNames");
7
- exports.graphConnectorTemplates = [
8
- {
9
- id: "graph-connector-ts",
10
- name: templateNames_1.TemplateNames.GraphConnector,
11
- language: "typescript",
12
- description: "",
13
- },
14
- ];
15
- //# sourceMappingURL=graphConnector.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"graphConnector.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/graphConnector.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,uBAAuB,GAAe;IACjD;QACE,EAAE,EAAE,oBAAoB;QACxB,IAAI,EAAE,6BAAa,CAAC,cAAc;QAClC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const messagingExtensionTemplates: Template[];
3
- //# sourceMappingURL=me.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,111 +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.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
@@ -1 +0,0 @@
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"}
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const specialTemplates: Template[];
3
- //# sourceMappingURL=special.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,70 +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.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
@@ -1 +0,0 @@
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"}
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const tabTemplates: Template[];
3
- //# sourceMappingURL=tab.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,59 +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.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
@@ -1 +0,0 @@
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"}