@microsoft/teamsfx-core 2.0.4-alpha.4f379e6ab.0 → 2.0.4-alpha.5925cbfed.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 (392) hide show
  1. package/build/common/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
  2. package/build/common/deps-checker/internal/dotnetChecker.js +2 -2
  3. package/build/common/deps-checker/internal/dotnetChecker.js.map +1 -1
  4. package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  5. package/build/common/deps-checker/internal/funcToolChecker.js +2 -2
  6. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  7. package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
  8. package/build/common/deps-checker/internal/nodeChecker.js +7 -7
  9. package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
  10. package/build/common/deps-checker/internal/vxTestAppChecker.js +1 -1
  11. package/build/common/deps-checker/internal/vxTestAppChecker.js.map +1 -1
  12. package/build/common/featureFlags.d.ts +1 -0
  13. package/build/common/featureFlags.d.ts.map +1 -1
  14. package/build/common/featureFlags.js +5 -1
  15. package/build/common/featureFlags.js.map +1 -1
  16. package/build/common/local/localCertificateManager.js +1 -1
  17. package/build/common/local/localCertificateManager.js.map +1 -1
  18. package/build/common/m365/launchHelper.d.ts +2 -2
  19. package/build/common/m365/launchHelper.d.ts.map +1 -1
  20. package/build/common/m365/launchHelper.js +4 -4
  21. package/build/common/m365/launchHelper.js.map +1 -1
  22. package/build/common/projectSettingsHelper.js.map +1 -1
  23. package/build/common/samples-config-v3.json +213 -21
  24. package/build/common/samples.d.ts +9 -4
  25. package/build/common/samples.d.ts.map +1 -1
  26. package/build/common/samples.js +19 -26
  27. package/build/common/samples.js.map +1 -1
  28. package/build/common/spec-parser/adaptiveCardGenerator.d.ts +5 -0
  29. package/build/common/spec-parser/adaptiveCardGenerator.d.ts.map +1 -0
  30. package/build/common/spec-parser/adaptiveCardGenerator.js +113 -0
  31. package/build/common/spec-parser/adaptiveCardGenerator.js.map +1 -0
  32. package/build/common/spec-parser/constants.d.ts +15 -7
  33. package/build/common/spec-parser/constants.d.ts.map +1 -1
  34. package/build/common/spec-parser/constants.js +15 -7
  35. package/build/common/spec-parser/constants.js.map +1 -1
  36. package/build/common/spec-parser/interfaces.d.ts +70 -13
  37. package/build/common/spec-parser/interfaces.d.ts.map +1 -1
  38. package/build/common/spec-parser/interfaces.js +13 -13
  39. package/build/common/spec-parser/interfaces.js.map +1 -1
  40. package/build/common/spec-parser/manifestUpdater.d.ts +5 -0
  41. package/build/common/spec-parser/manifestUpdater.d.ts.map +1 -0
  42. package/build/common/spec-parser/manifestUpdater.js +78 -0
  43. package/build/common/spec-parser/manifestUpdater.js.map +1 -0
  44. package/build/common/spec-parser/specFilter.d.ts +3 -0
  45. package/build/common/spec-parser/specFilter.d.ts.map +1 -0
  46. package/build/common/spec-parser/specFilter.js +47 -0
  47. package/build/common/spec-parser/specFilter.js.map +1 -0
  48. package/build/common/spec-parser/specParser.d.ts +8 -4
  49. package/build/common/spec-parser/specParser.d.ts.map +1 -1
  50. package/build/common/spec-parser/specParser.js +62 -21
  51. package/build/common/spec-parser/specParser.js.map +1 -1
  52. package/build/common/spec-parser/utils.d.ts +7 -0
  53. package/build/common/spec-parser/utils.d.ts.map +1 -0
  54. package/build/common/spec-parser/utils.js +79 -0
  55. package/build/common/spec-parser/utils.js.map +1 -0
  56. package/build/common/telemetry.d.ts +0 -1
  57. package/build/common/telemetry.d.ts.map +1 -1
  58. package/build/common/telemetry.js +2 -11
  59. package/build/common/telemetry.js.map +1 -1
  60. package/build/common/tools.js +2 -2
  61. package/build/common/tools.js.map +1 -1
  62. package/build/component/configManager/interface.d.ts +2 -0
  63. package/build/component/configManager/interface.d.ts.map +1 -1
  64. package/build/component/configManager/interface.js.map +1 -1
  65. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  66. package/build/component/configManager/lifecycle.js +12 -11
  67. package/build/component/configManager/lifecycle.js.map +1 -1
  68. package/build/component/configManager/parser.d.ts.map +1 -1
  69. package/build/component/configManager/parser.js +10 -1
  70. package/build/component/configManager/parser.js.map +1 -1
  71. package/build/component/configManager/validator.js +1 -1
  72. package/build/component/configManager/validator.js.map +1 -1
  73. package/build/component/constants.d.ts +5 -0
  74. package/build/component/constants.d.ts.map +1 -1
  75. package/build/component/constants.js +5 -0
  76. package/build/component/constants.js.map +1 -1
  77. package/build/component/coordinator/index.d.ts +5 -3
  78. package/build/component/coordinator/index.d.ts.map +1 -1
  79. package/build/component/coordinator/index.js +27 -12
  80. package/build/component/coordinator/index.js.map +1 -1
  81. package/build/component/developerPortalScaffoldUtils.d.ts +1 -1
  82. package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
  83. package/build/component/developerPortalScaffoldUtils.js +4 -4
  84. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  85. package/build/component/driver/aad/create.js.map +1 -1
  86. package/build/component/driver/aad/error/aadManifestError.d.ts +3 -0
  87. package/build/component/driver/aad/error/aadManifestError.d.ts.map +1 -1
  88. package/build/component/driver/aad/error/aadManifestError.js +13 -1
  89. package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
  90. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  91. package/build/component/driver/aad/utility/aadAppClient.js +22 -10
  92. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  93. package/build/component/driver/aad/utility/constants.d.ts +3 -0
  94. package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
  95. package/build/component/driver/aad/utility/constants.js +4 -1
  96. package/build/component/driver/aad/utility/constants.js.map +1 -1
  97. package/build/component/driver/add/addWebPart.js +1 -1
  98. package/build/component/driver/add/addWebPart.js.map +1 -1
  99. package/build/component/driver/arm/deployImpl.d.ts +2 -1
  100. package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
  101. package/build/component/driver/arm/deployImpl.js +7 -0
  102. package/build/component/driver/arm/deployImpl.js.map +1 -1
  103. package/build/component/driver/arm/validator.d.ts.map +1 -1
  104. package/build/component/driver/arm/validator.js +3 -3
  105. package/build/component/driver/arm/validator.js.map +1 -1
  106. package/build/component/driver/botAadApp/create.js +2 -2
  107. package/build/component/driver/botAadApp/create.js.map +1 -1
  108. package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
  109. package/build/component/driver/botFramework/createOrUpdateBot.js +4 -2
  110. package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
  111. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +1 -1
  112. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
  113. package/build/component/driver/deploy/spfx/deployDriver.js +3 -3
  114. package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
  115. package/build/component/driver/devTool/installDriver.js +4 -4
  116. package/build/component/driver/devTool/installDriver.js.map +1 -1
  117. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +2 -2
  118. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  119. package/build/component/driver/file/createOrUpdateJsonFile.js +2 -2
  120. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
  121. package/build/component/driver/m365/acquire.js +2 -2
  122. package/build/component/driver/m365/acquire.js.map +1 -1
  123. package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
  124. package/build/component/driver/teamsApp/appStudio.js +6 -6
  125. package/build/component/driver/teamsApp/appStudio.js.map +1 -1
  126. package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
  127. package/build/component/driver/teamsApp/configure.js +3 -13
  128. package/build/component/driver/teamsApp/configure.js.map +1 -1
  129. package/build/component/driver/teamsApp/constants.d.ts +0 -1
  130. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  131. package/build/component/driver/teamsApp/constants.js +1 -2
  132. package/build/component/driver/teamsApp/constants.js.map +1 -1
  133. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js +1 -1
  134. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js.map +1 -1
  135. package/build/component/driver/teamsApp/create.js +1 -1
  136. package/build/component/driver/teamsApp/create.js.map +1 -1
  137. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  138. package/build/component/driver/teamsApp/createAppPackage.js +26 -0
  139. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  140. package/build/component/driver/teamsApp/publishAppPackage.js +1 -1
  141. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  142. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -1
  143. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  144. package/build/component/driver/teamsApp/utils/ManifestUtils.js +2 -2
  145. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  146. package/build/component/driver/teamsApp/validate.js +1 -1
  147. package/build/component/driver/teamsApp/validate.js.map +1 -1
  148. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
  149. package/build/component/driver/teamsApp/validateAppPackage.js +19 -7
  150. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  151. package/build/component/error/componentError.d.ts +2 -1
  152. package/build/component/error/componentError.d.ts.map +1 -1
  153. package/build/component/error/componentError.js +8 -4
  154. package/build/component/error/componentError.js.map +1 -1
  155. package/build/component/feature/collaboration.d.ts.map +1 -1
  156. package/build/component/feature/collaboration.js +25 -15
  157. package/build/component/feature/collaboration.js.map +1 -1
  158. package/build/component/feature/createAuthFiles.js.map +1 -1
  159. package/build/component/generator/copilotPlugin/generator.d.ts +5 -2
  160. package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
  161. package/build/component/generator/copilotPlugin/generator.js +96 -23
  162. package/build/component/generator/copilotPlugin/generator.js.map +1 -1
  163. package/build/component/generator/copilotPlugin/helper.d.ts +9 -7
  164. package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
  165. package/build/component/generator/copilotPlugin/helper.js +163 -31
  166. package/build/component/generator/copilotPlugin/helper.js.map +1 -1
  167. package/build/component/generator/error.d.ts +1 -1
  168. package/build/component/generator/error.d.ts.map +1 -1
  169. package/build/component/generator/error.js +2 -2
  170. package/build/component/generator/error.js.map +1 -1
  171. package/build/component/generator/generator.js +3 -3
  172. package/build/component/generator/generator.js.map +1 -1
  173. package/build/component/generator/generatorAction.d.ts.map +1 -1
  174. package/build/component/generator/generatorAction.js +4 -3
  175. package/build/component/generator/generatorAction.js.map +1 -1
  176. package/build/component/generator/officeAddin/helperMethods.js +3 -3
  177. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  178. package/build/component/generator/spfx/depsChecker/generatorChecker.js +6 -6
  179. package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -1
  180. package/build/component/generator/spfx/depsChecker/yoChecker.d.ts +1 -1
  181. package/build/component/generator/spfx/depsChecker/yoChecker.d.ts.map +1 -1
  182. package/build/component/generator/spfx/depsChecker/yoChecker.js +7 -7
  183. package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
  184. package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
  185. package/build/component/generator/spfx/spfxGenerator.js +12 -12
  186. package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
  187. package/build/component/generator/spfx/utils/constants.d.ts +1 -0
  188. package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
  189. package/build/component/generator/spfx/utils/constants.js +1 -0
  190. package/build/component/generator/spfx/utils/constants.js.map +1 -1
  191. package/build/component/generator/utils.d.ts +10 -2
  192. package/build/component/generator/utils.d.ts.map +1 -1
  193. package/build/component/generator/utils.js +4 -3
  194. package/build/component/generator/utils.js.map +1 -1
  195. package/build/component/middleware/questionMW.d.ts +2 -2
  196. package/build/component/middleware/questionMW.d.ts.map +1 -1
  197. package/build/component/middleware/questionMW.js +7 -11
  198. package/build/component/middleware/questionMW.js.map +1 -1
  199. package/build/component/migrate.js.map +1 -1
  200. package/build/component/telemetry.d.ts.map +1 -1
  201. package/build/component/telemetry.js +3 -6
  202. package/build/component/telemetry.js.map +1 -1
  203. package/build/component/utils/azureResourceOperation.js +2 -2
  204. package/build/component/utils/azureResourceOperation.js.map +1 -1
  205. package/build/component/utils/common.d.ts +1 -1
  206. package/build/component/utils/common.d.ts.map +1 -1
  207. package/build/component/utils/common.js +3 -4
  208. package/build/component/utils/common.js.map +1 -1
  209. package/build/component/utils/envUtil.js.map +1 -1
  210. package/build/component/utils/metadataUtil.d.ts.map +1 -1
  211. package/build/component/utils/metadataUtil.js +3 -2
  212. package/build/component/utils/metadataUtil.js.map +1 -1
  213. package/build/component/utils/teamsFxTelemetryReporter.d.ts.map +1 -1
  214. package/build/component/utils/teamsFxTelemetryReporter.js +3 -6
  215. package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
  216. package/build/component/utils.js.map +1 -1
  217. package/build/core/FxCore.d.ts +9 -2
  218. package/build/core/FxCore.d.ts.map +1 -1
  219. package/build/core/FxCore.js +13 -16
  220. package/build/core/FxCore.js.map +1 -1
  221. package/build/core/FxCoreImplementV3.d.ts +7 -2
  222. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  223. package/build/core/FxCoreImplementV3.js +81 -29
  224. package/build/core/FxCoreImplementV3.js.map +1 -1
  225. package/build/core/collaborator.d.ts +1 -1
  226. package/build/core/collaborator.d.ts.map +1 -1
  227. package/build/core/collaborator.js +18 -12
  228. package/build/core/collaborator.js.map +1 -1
  229. package/build/core/error.d.ts +6 -0
  230. package/build/core/error.d.ts.map +1 -1
  231. package/build/core/error.js +23 -1
  232. package/build/core/error.js.map +1 -1
  233. package/build/core/middleware/projectMigratorV3.d.ts +3 -1
  234. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  235. package/build/core/middleware/projectMigratorV3.js +1 -2
  236. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  237. package/build/core/middleware/projectVersionChecker.js +5 -5
  238. package/build/core/middleware/projectVersionChecker.js.map +1 -1
  239. package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
  240. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
  241. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js +3 -2
  242. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +1 -1
  243. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
  244. package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
  245. package/build/core/middleware/utils/debug/taskMigrator.js +30 -15
  246. package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
  247. package/build/core/middleware/utils/v3MigrationUtils.js +1 -1
  248. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  249. package/build/error/common.d.ts +9 -0
  250. package/build/error/common.d.ts.map +1 -1
  251. package/build/error/common.js +130 -15
  252. package/build/error/common.js.map +1 -1
  253. package/build/index.d.ts +1 -0
  254. package/build/index.d.ts.map +1 -1
  255. package/build/index.js +1 -0
  256. package/build/index.js.map +1 -1
  257. package/build/question/constants.d.ts +4 -0
  258. package/build/question/constants.d.ts.map +1 -0
  259. package/build/question/constants.js +12 -0
  260. package/build/question/constants.js.map +1 -0
  261. package/build/question/create.d.ts +6 -2
  262. package/build/question/create.d.ts.map +1 -1
  263. package/build/question/create.js +334 -231
  264. package/build/question/create.js.map +1 -1
  265. package/build/question/generator.d.ts +3 -0
  266. package/build/question/generator.d.ts.map +1 -0
  267. package/build/question/generator.js +270 -0
  268. package/build/question/generator.js.map +1 -0
  269. package/build/question/index.d.ts +18 -30
  270. package/build/question/index.d.ts.map +1 -1
  271. package/build/question/index.js +13 -47
  272. package/build/question/index.js.map +1 -1
  273. package/build/question/inputs/CreateEnvInputs.d.ts +14 -0
  274. package/build/question/inputs/CreateEnvInputs.d.ts.map +1 -0
  275. package/build/question/inputs/CreateEnvInputs.js +5 -0
  276. package/build/question/inputs/CreateEnvInputs.js.map +1 -0
  277. package/build/question/inputs/CreateProjectInputs.d.ts +36 -0
  278. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -0
  279. package/build/question/inputs/CreateProjectInputs.js +5 -0
  280. package/build/question/inputs/CreateProjectInputs.js.map +1 -0
  281. package/build/question/inputs/CreateSampleProjectInputs.d.ts +12 -0
  282. package/build/question/inputs/CreateSampleProjectInputs.d.ts.map +1 -0
  283. package/build/question/inputs/CreateSampleProjectInputs.js +5 -0
  284. package/build/question/inputs/CreateSampleProjectInputs.js.map +1 -0
  285. package/build/question/inputs/DeployAadManifestInputs.d.ts +14 -0
  286. package/build/question/inputs/DeployAadManifestInputs.d.ts.map +1 -0
  287. package/build/question/inputs/DeployAadManifestInputs.js +5 -0
  288. package/build/question/inputs/DeployAadManifestInputs.js.map +1 -0
  289. package/build/question/inputs/PermissionGrantInputs.d.ts +18 -0
  290. package/build/question/inputs/PermissionGrantInputs.d.ts.map +1 -0
  291. package/build/question/inputs/PermissionGrantInputs.js +5 -0
  292. package/build/question/inputs/PermissionGrantInputs.js.map +1 -0
  293. package/build/question/inputs/PermissionListInputs.d.ts +16 -0
  294. package/build/question/inputs/PermissionListInputs.d.ts.map +1 -0
  295. package/build/question/inputs/PermissionListInputs.js +5 -0
  296. package/build/question/inputs/PermissionListInputs.js.map +1 -0
  297. package/build/question/inputs/PreviewTeamsAppInputs.d.ts +14 -0
  298. package/build/question/inputs/PreviewTeamsAppInputs.d.ts.map +1 -0
  299. package/build/question/inputs/PreviewTeamsAppInputs.js +5 -0
  300. package/build/question/inputs/PreviewTeamsAppInputs.js.map +1 -0
  301. package/build/question/inputs/SPFxAddWebpartInputs.d.ts +18 -0
  302. package/build/question/inputs/SPFxAddWebpartInputs.d.ts.map +1 -0
  303. package/build/question/inputs/SPFxAddWebpartInputs.js +5 -0
  304. package/build/question/inputs/SPFxAddWebpartInputs.js.map +1 -0
  305. package/build/question/inputs/SelectTeamsManifestInputs.d.ts +12 -0
  306. package/build/question/inputs/SelectTeamsManifestInputs.d.ts.map +1 -0
  307. package/build/question/inputs/SelectTeamsManifestInputs.js +5 -0
  308. package/build/question/inputs/SelectTeamsManifestInputs.js.map +1 -0
  309. package/build/question/inputs/ValidateTeamsAppInputs.d.ts +14 -0
  310. package/build/question/inputs/ValidateTeamsAppInputs.d.ts.map +1 -0
  311. package/build/question/inputs/ValidateTeamsAppInputs.js +5 -0
  312. package/build/question/inputs/ValidateTeamsAppInputs.js.map +1 -0
  313. package/build/question/inputs/index.d.ts +11 -0
  314. package/build/question/inputs/index.d.ts.map +1 -0
  315. package/build/question/inputs/index.js +16 -0
  316. package/build/question/inputs/index.js.map +1 -0
  317. package/build/question/options/CreateEnvOptions.d.ts +10 -0
  318. package/build/question/options/CreateEnvOptions.d.ts.map +1 -0
  319. package/build/question/options/CreateEnvOptions.js +24 -0
  320. package/build/question/options/CreateEnvOptions.js.map +1 -0
  321. package/build/question/options/CreateProjectOptions.d.ts +10 -0
  322. package/build/question/options/CreateProjectOptions.d.ts.map +1 -0
  323. package/build/question/options/CreateProjectOptions.js +122 -0
  324. package/build/question/options/CreateProjectOptions.js.map +1 -0
  325. package/build/question/options/CreateSampleProjectOptions.d.ts +10 -0
  326. package/build/question/options/CreateSampleProjectOptions.d.ts.map +1 -0
  327. package/build/question/options/CreateSampleProjectOptions.js +41 -0
  328. package/build/question/options/CreateSampleProjectOptions.js.map +1 -0
  329. package/build/question/options/DeployAadManifestOptions.d.ts +10 -0
  330. package/build/question/options/DeployAadManifestOptions.d.ts.map +1 -0
  331. package/build/question/options/DeployAadManifestOptions.js +21 -0
  332. package/build/question/options/DeployAadManifestOptions.js.map +1 -0
  333. package/build/question/options/PermissionGrantOptions.d.ts +10 -0
  334. package/build/question/options/PermissionGrantOptions.d.ts.map +1 -0
  335. package/build/question/options/PermissionGrantOptions.js +33 -0
  336. package/build/question/options/PermissionGrantOptions.js.map +1 -0
  337. package/build/question/options/PermissionListOptions.d.ts +10 -0
  338. package/build/question/options/PermissionListOptions.d.ts.map +1 -0
  339. package/build/question/options/PermissionListOptions.js +28 -0
  340. package/build/question/options/PermissionListOptions.js.map +1 -0
  341. package/build/question/options/PreviewTeamsAppOptions.d.ts +10 -0
  342. package/build/question/options/PreviewTeamsAppOptions.d.ts.map +1 -0
  343. package/build/question/options/PreviewTeamsAppOptions.js +26 -0
  344. package/build/question/options/PreviewTeamsAppOptions.js.map +1 -0
  345. package/build/question/options/SPFxAddWebpartOptions.d.ts +10 -0
  346. package/build/question/options/SPFxAddWebpartOptions.d.ts.map +1 -0
  347. package/build/question/options/SPFxAddWebpartOptions.js +38 -0
  348. package/build/question/options/SPFxAddWebpartOptions.js.map +1 -0
  349. package/build/question/options/SelectTeamsManifestOptions.d.ts +10 -0
  350. package/build/question/options/SelectTeamsManifestOptions.d.ts.map +1 -0
  351. package/build/question/options/SelectTeamsManifestOptions.js +17 -0
  352. package/build/question/options/SelectTeamsManifestOptions.js.map +1 -0
  353. package/build/question/options/ValidateTeamsAppOptions.d.ts +10 -0
  354. package/build/question/options/ValidateTeamsAppOptions.d.ts.map +1 -0
  355. package/build/question/options/ValidateTeamsAppOptions.js +23 -0
  356. package/build/question/options/ValidateTeamsAppOptions.js.map +1 -0
  357. package/build/question/options/index.d.ts +11 -0
  358. package/build/question/options/index.d.ts.map +1 -0
  359. package/build/question/options/index.js +16 -0
  360. package/build/question/options/index.js.map +1 -0
  361. package/build/question/other.d.ts +12 -1
  362. package/build/question/other.d.ts.map +1 -1
  363. package/build/question/other.js +113 -28
  364. package/build/question/other.js.map +1 -1
  365. package/build/question/questionNames.d.ts +2 -0
  366. package/build/question/questionNames.d.ts.map +1 -1
  367. package/build/question/questionNames.js +2 -0
  368. package/build/question/questionNames.js.map +1 -1
  369. package/build/ui/validationUtils.d.ts +12 -0
  370. package/build/ui/validationUtils.d.ts.map +1 -0
  371. package/build/ui/validationUtils.js +84 -0
  372. package/build/ui/validationUtils.js.map +1 -0
  373. package/build/ui/visitor.d.ts +12 -1
  374. package/build/ui/visitor.d.ts.map +1 -1
  375. package/build/ui/visitor.js +327 -204
  376. package/build/ui/visitor.js.map +1 -1
  377. package/package.json +13 -6
  378. package/resource/package.nls.json +20 -4
  379. package/resource/yaml-schema/1.1.1/yaml.schema.json +1468 -0
  380. package/templates/fallback/common.zip +0 -0
  381. package/templates/fallback/csharp.zip +0 -0
  382. package/templates/fallback/js.zip +0 -0
  383. package/templates/fallback/ts.zip +0 -0
  384. package/templates/plugins/resource/aad/auth/bot/README.md +281 -263
  385. package/templates/plugins/resource/aad/auth/bot/js/sso/handleMessageExtensionQueryWithToken.js +13 -3
  386. package/templates/plugins/resource/aad/auth/bot/js/sso/profileSsoCommandHandler.js +14 -5
  387. package/templates/plugins/resource/aad/auth/bot/ts/sso/handleMessageExtensionQueryWithToken.ts +11 -3
  388. package/templates/plugins/resource/aad/auth/bot/ts/sso/profileSsoCommandHandler.ts +12 -3
  389. package/build/component/generator/copilotPlugin/constant.d.ts +0 -4
  390. package/build/component/generator/copilotPlugin/constant.d.ts.map +0 -1
  391. package/build/component/generator/copilotPlugin/constant.js +0 -10
  392. package/build/component/generator/copilotPlugin/constant.js.map +0 -1
@@ -0,0 +1,14 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { Inputs } from "@microsoft/teamsfx-api";
8
+ export interface CreateEnvInputs extends Inputs {
9
+ /** @description New environment name */
10
+ newTargetEnvName?: string;
11
+ /** @description Select an environment to create copy */
12
+ sourceEnvName?: string;
13
+ }
14
+ //# sourceMappingURL=CreateEnvInputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateEnvInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/CreateEnvInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,eAAgB,SAAQ,MAAM;IAC7C,wCAAwC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,wDAAwD;IACxD,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=CreateEnvInputs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateEnvInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/CreateEnvInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -0,0 +1,36 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { Inputs } from "@microsoft/teamsfx-api";
8
+ export interface CreateProjectInputs extends Inputs {
9
+ /** @description Capabilities */
10
+ capabilities?: "bot" | "notification" | "command-bot" | "workflow-bot" | "tab-non-sso" | "sso-launch-page" | "dashboard-tab" | "tab-spfx" | "link-unfurling" | "search-app" | "CollectFormMessagingExtension" | "copilot-plugin-capability";
11
+ /** @description Choose triggers */
12
+ "bot-host-type-trigger"?: "http-restify" | "http-webapi" | "http-and-timer-functions" | "http-functions" | "timer-functions";
13
+ /** @description SharePoint Solution */
14
+ "spfx-solution"?: "new" | "import";
15
+ /** @description SharePoint Framework */
16
+ "spfx-install-latest-package"?: boolean;
17
+ /** @description Framework */
18
+ "spfx-framework-type"?: "react" | "minimal" | "none";
19
+ /** @description Name for SharePoint Framework Web Part. */
20
+ "spfx-webpart-name"?: string;
21
+ /** @description SPFx solution folder */
22
+ "spfx-folder"?: string;
23
+ /** @description Plugin for Copilot */
24
+ "copilot-plugin-option"?: "copilot-new-api" | "copilot-api-spec" | "copilot-ai-plugin";
25
+ /** @description OpenAPI Spec */
26
+ "api-spec-location"?: string;
27
+ /** @description OpenAI Plugin Manifest */
28
+ "openai-plugin-manifest-location"?: string;
29
+ /** @description Select an Operation */
30
+ "api-operation"?: string[];
31
+ /** @description Programming Language. */
32
+ "programming-language"?: "javascript" | "typescript" | "csharp";
33
+ /** @description Application name */
34
+ "app-name"?: string;
35
+ }
36
+ //# sourceMappingURL=CreateProjectInputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateProjectInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/CreateProjectInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,mBAAoB,SAAQ,MAAM;IACjD,gCAAgC;IAChC,YAAY,CAAC,EACT,KAAK,GACL,cAAc,GACd,aAAa,GACb,cAAc,GACd,aAAa,GACb,iBAAiB,GACjB,eAAe,GACf,UAAU,GACV,gBAAgB,GAChB,YAAY,GACZ,+BAA+B,GAC/B,2BAA2B,CAAC;IAChC,mCAAmC;IACnC,uBAAuB,CAAC,EACpB,cAAc,GACd,aAAa,GACb,0BAA0B,GAC1B,gBAAgB,GAChB,iBAAiB,CAAC;IACtB,uCAAuC;IACvC,eAAe,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACnC,wCAAwC;IACxC,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC,6BAA6B;IAC7B,qBAAqB,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IACrD,2DAA2D;IAC3D,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,wCAAwC;IACxC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,sCAAsC;IACtC,uBAAuB,CAAC,EAAE,iBAAiB,GAAG,kBAAkB,GAAG,mBAAmB,CAAC;IACvF,gCAAgC;IAChC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,0CAA0C;IAC1C,iCAAiC,CAAC,EAAE,MAAM,CAAC;IAC3C,uCAAuC;IACvC,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,yCAAyC;IACzC,sBAAsB,CAAC,EAAE,YAAY,GAAG,YAAY,GAAG,QAAQ,CAAC;IAChE,oCAAoC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=CreateProjectInputs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateProjectInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/CreateProjectInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -0,0 +1,12 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { Inputs } from "@microsoft/teamsfx-api";
8
+ export interface CreateSampleProjectInputs extends Inputs {
9
+ /** @description Start from a sample */
10
+ samples?: "hello-world-tab-with-backend" | "graph-toolkit-contact-exporter" | "bot-sso" | "todo-list-SPFx" | "hello-world-in-meeting" | "todo-list-with-Azure-backend-M365" | "NPM-search-connector-M365" | "bot-proactive-messaging-teamsfx" | "adaptive-card-notification" | "incoming-webhook-notification" | "stocks-update-notification-bot" | "query-org-user-with-message-extension-sso" | "team-central-dashboard" | "graph-connector-app" | "graph-toolkit-one-productivity-hub" | "todo-list-with-Azure-backend" | "share-now" | "hello-world-teams-tab-and-outlook-add-in" | "outlook-add-in-set-signature" | "developer-assist-dashboard" | "live-share-dice-roller" | "teams-chef-bot";
11
+ }
12
+ //# sourceMappingURL=CreateSampleProjectInputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSampleProjectInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/CreateSampleProjectInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,yBAA0B,SAAQ,MAAM;IACvD,uCAAuC;IACvC,OAAO,CAAC,EACJ,8BAA8B,GAC9B,gCAAgC,GAChC,SAAS,GACT,gBAAgB,GAChB,wBAAwB,GACxB,mCAAmC,GACnC,2BAA2B,GAC3B,iCAAiC,GACjC,4BAA4B,GAC5B,+BAA+B,GAC/B,gCAAgC,GAChC,2CAA2C,GAC3C,wBAAwB,GACxB,qBAAqB,GACrB,oCAAoC,GACpC,8BAA8B,GAC9B,WAAW,GACX,0CAA0C,GAC1C,8BAA8B,GAC9B,4BAA4B,GAC5B,wBAAwB,GACxB,gBAAgB,CAAC;CACtB"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=CreateSampleProjectInputs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSampleProjectInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/CreateSampleProjectInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -0,0 +1,14 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { Inputs } from "@microsoft/teamsfx-api";
8
+ export interface DeployAadManifestInputs extends Inputs {
9
+ /** @description Select Azure Active Directory manifest.json file */
10
+ "manifest-file-path"?: string;
11
+ /** @description Select an environment */
12
+ env?: string;
13
+ }
14
+ //# sourceMappingURL=DeployAadManifestInputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeployAadManifestInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/DeployAadManifestInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,uBAAwB,SAAQ,MAAM;IACrD,oEAAoE;IACpE,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,yCAAyC;IACzC,GAAG,CAAC,EAAE,MAAM,CAAC;CACd"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=DeployAadManifestInputs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeployAadManifestInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/DeployAadManifestInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -0,0 +1,18 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { Inputs } from "@microsoft/teamsfx-api";
8
+ export interface PermissionGrantInputs extends Inputs {
9
+ /** @description Select Teams manifest.json file */
10
+ "manifest-path"?: string;
11
+ /** @description Select an environment */
12
+ env?: string;
13
+ /** @description Select Azure Active Directory manifest.json file */
14
+ "manifest-file-path"?: string;
15
+ /** @description Add owner to Teams/AAD app for the account under the same Microsoft 365 tenant (email) */
16
+ email?: string;
17
+ }
18
+ //# sourceMappingURL=PermissionGrantInputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PermissionGrantInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/PermissionGrantInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,qBAAsB,SAAQ,MAAM;IACnD,mDAAmD;IACnD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yCAAyC;IACzC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,oEAAoE;IACpE,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,0GAA0G;IAC1G,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=PermissionGrantInputs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PermissionGrantInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/PermissionGrantInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -0,0 +1,16 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { Inputs } from "@microsoft/teamsfx-api";
8
+ export interface PermissionListInputs extends Inputs {
9
+ /** @description Select Teams manifest.json file */
10
+ "manifest-path"?: string;
11
+ /** @description Select an environment */
12
+ env?: string;
13
+ /** @description Select Azure Active Directory manifest.json file */
14
+ "manifest-file-path"?: string;
15
+ }
16
+ //# sourceMappingURL=PermissionListInputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PermissionListInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/PermissionListInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,oBAAqB,SAAQ,MAAM;IAClD,mDAAmD;IACnD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yCAAyC;IACzC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,oEAAoE;IACpE,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=PermissionListInputs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PermissionListInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/PermissionListInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -0,0 +1,14 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { Inputs } from "@microsoft/teamsfx-api";
8
+ export interface PreviewTeamsAppInputs extends Inputs {
9
+ /** @description Platform */
10
+ "m365-host"?: "teams" | "outlook" | "office";
11
+ /** @description Select Teams manifest.json file */
12
+ "manifest-path"?: string;
13
+ }
14
+ //# sourceMappingURL=PreviewTeamsAppInputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviewTeamsAppInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/PreviewTeamsAppInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,qBAAsB,SAAQ,MAAM;IACnD,4BAA4B;IAC5B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC7C,mDAAmD;IACnD,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=PreviewTeamsAppInputs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviewTeamsAppInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/PreviewTeamsAppInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -0,0 +1,18 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { Inputs } from "@microsoft/teamsfx-api";
8
+ export interface SPFxAddWebpartInputs extends Inputs {
9
+ /** @description SPFx solution folder */
10
+ "spfx-folder"?: string;
11
+ /** @description Name for SharePoint Framework Web Part. */
12
+ "spfx-webpart-name"?: string;
13
+ /** @description Select Teams manifest.json file */
14
+ "manifest-path"?: string;
15
+ /** @description Select local Teams manifest.json file */
16
+ "local-manifest-path"?: string;
17
+ }
18
+ //# sourceMappingURL=SPFxAddWebpartInputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SPFxAddWebpartInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/SPFxAddWebpartInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,oBAAqB,SAAQ,MAAM;IAClD,wCAAwC;IACxC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,2DAA2D;IAC3D,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mDAAmD;IACnD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yDAAyD;IACzD,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=SPFxAddWebpartInputs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SPFxAddWebpartInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/SPFxAddWebpartInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -0,0 +1,12 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { Inputs } from "@microsoft/teamsfx-api";
8
+ export interface SelectTeamsManifestInputs extends Inputs {
9
+ /** @description Select Teams manifest.json file */
10
+ "manifest-path"?: string;
11
+ }
12
+ //# sourceMappingURL=SelectTeamsManifestInputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectTeamsManifestInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/SelectTeamsManifestInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,yBAA0B,SAAQ,MAAM;IACvD,mDAAmD;IACnD,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=SelectTeamsManifestInputs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectTeamsManifestInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/SelectTeamsManifestInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -0,0 +1,14 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { Inputs } from "@microsoft/teamsfx-api";
8
+ export interface ValidateTeamsAppInputs extends Inputs {
9
+ /** @description Select Teams manifest.json file */
10
+ "manifest-path"?: string;
11
+ /** @description Select Teams app package file */
12
+ "app-package-file-path"?: string;
13
+ }
14
+ //# sourceMappingURL=ValidateTeamsAppInputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ValidateTeamsAppInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/ValidateTeamsAppInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,sBAAuB,SAAQ,MAAM;IACpD,mDAAmD;IACnD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iDAAiD;IACjD,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ //# sourceMappingURL=ValidateTeamsAppInputs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ValidateTeamsAppInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/ValidateTeamsAppInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -0,0 +1,11 @@
1
+ export * from "./CreateProjectInputs";
2
+ export * from "./CreateSampleProjectInputs";
3
+ export * from "./SPFxAddWebpartInputs";
4
+ export * from "./CreateEnvInputs";
5
+ export * from "./SelectTeamsManifestInputs";
6
+ export * from "./ValidateTeamsAppInputs";
7
+ export * from "./PreviewTeamsAppInputs";
8
+ export * from "./PermissionGrantInputs";
9
+ export * from "./PermissionListInputs";
10
+ export * from "./DeployAadManifestInputs";
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/index.ts"],"names":[],"mappings":"AAEA,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ // Copyright (c) Microsoft Corporation.
5
+ // Licensed under the MIT license.
6
+ tslib_1.__exportStar(require("./CreateProjectInputs"), exports);
7
+ tslib_1.__exportStar(require("./CreateSampleProjectInputs"), exports);
8
+ tslib_1.__exportStar(require("./SPFxAddWebpartInputs"), exports);
9
+ tslib_1.__exportStar(require("./CreateEnvInputs"), exports);
10
+ tslib_1.__exportStar(require("./SelectTeamsManifestInputs"), exports);
11
+ tslib_1.__exportStar(require("./ValidateTeamsAppInputs"), exports);
12
+ tslib_1.__exportStar(require("./PreviewTeamsAppInputs"), exports);
13
+ tslib_1.__exportStar(require("./PermissionGrantInputs"), exports);
14
+ tslib_1.__exportStar(require("./PermissionListInputs"), exports);
15
+ tslib_1.__exportStar(require("./DeployAadManifestInputs"), exports);
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/question/inputs/index.ts"],"names":[],"mappings":";;;AAAA,uCAAuC;AACvC,kCAAkC;AAClC,gEAAsC;AACtC,sEAA4C;AAC5C,iEAAuC;AACvC,4DAAkC;AAClC,sEAA4C;AAC5C,mEAAyC;AACzC,kEAAwC;AACxC,kEAAwC;AACxC,iEAAuC;AACvC,oEAA0C"}
@@ -0,0 +1,10 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { CLICommandOption, CLICommandArgument } from "@microsoft/teamsfx-api";
8
+ export declare const CreateEnvOptions: CLICommandOption[];
9
+ export declare const CreateEnvArguments: CLICommandArgument[];
10
+ //# sourceMappingURL=CreateEnvOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateEnvOptions.d.ts","sourceRoot":"","sources":["../../../src/question/options/CreateEnvOptions.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,eAAO,MAAM,gBAAgB,EAAE,gBAAgB,EAQ9C,CAAC;AACF,eAAO,MAAM,kBAAkB,EAAE,kBAAkB,EAQlD,CAAC"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.CreateEnvArguments = exports.CreateEnvOptions = void 0;
6
+ exports.CreateEnvOptions = [
7
+ {
8
+ name: "env",
9
+ questionName: "sourceEnvName",
10
+ type: "string",
11
+ description: "Specifies an existing environment name to copy from.",
12
+ required: true,
13
+ },
14
+ ];
15
+ exports.CreateEnvArguments = [
16
+ {
17
+ name: "name",
18
+ questionName: "newTargetEnvName",
19
+ type: "string",
20
+ description: "Specifies the new environment name.",
21
+ required: true,
22
+ },
23
+ ];
24
+ //# sourceMappingURL=CreateEnvOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateEnvOptions.js","sourceRoot":"","sources":["../../../src/question/options/CreateEnvOptions.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAWrB,QAAA,gBAAgB,GAAuB;IAClD;QACE,IAAI,EAAE,KAAK;QACX,YAAY,EAAE,eAAe;QAC7B,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,sDAAsD;QACnE,QAAQ,EAAE,IAAI;KACf;CACF,CAAC;AACW,QAAA,kBAAkB,GAAyB;IACtD;QACE,IAAI,EAAE,MAAM;QACZ,YAAY,EAAE,kBAAkB;QAChC,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,qCAAqC;QAClD,QAAQ,EAAE,IAAI;KACf;CACF,CAAC"}
@@ -0,0 +1,10 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { CLICommandOption, CLICommandArgument } from "@microsoft/teamsfx-api";
8
+ export declare const CreateProjectOptions: CLICommandOption[];
9
+ export declare const CreateProjectArguments: CLICommandArgument[];
10
+ //# sourceMappingURL=CreateProjectOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateProjectOptions.d.ts","sourceRoot":"","sources":["../../../src/question/options/CreateProjectOptions.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,eAAO,MAAM,oBAAoB,EAAE,gBAAgB,EAkHlD,CAAC;AACF,eAAO,MAAM,sBAAsB,EAAE,kBAAkB,EAAO,CAAC"}
@@ -0,0 +1,122 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.CreateProjectArguments = exports.CreateProjectOptions = void 0;
6
+ exports.CreateProjectOptions = [
7
+ {
8
+ name: "capability",
9
+ questionName: "capabilities",
10
+ type: "string",
11
+ shortName: "c",
12
+ description: "Specifies the Teams App capability.",
13
+ required: true,
14
+ choices: [
15
+ "bot",
16
+ "notification",
17
+ "command-bot",
18
+ "workflow-bot",
19
+ "tab-non-sso",
20
+ "sso-launch-page",
21
+ "dashboard-tab",
22
+ "tab-spfx",
23
+ "link-unfurling",
24
+ "search-app",
25
+ "CollectFormMessagingExtension",
26
+ "copilot-plugin-capability",
27
+ ],
28
+ choiceListCommand: "teamsfx list capabilities",
29
+ },
30
+ {
31
+ name: "bot-host-type-trigger",
32
+ type: "string",
33
+ shortName: "t",
34
+ description: "Specifies the trigger for `Chat Notification Message` app template.",
35
+ default: "http-restify",
36
+ choices: [
37
+ "http-restify",
38
+ "http-webapi",
39
+ "http-and-timer-functions",
40
+ "http-functions",
41
+ "timer-functions",
42
+ ],
43
+ },
44
+ {
45
+ name: "spfx-solution",
46
+ type: "string",
47
+ shortName: "ss",
48
+ description: "Create a new or import an existing SharePoint Framework solution.",
49
+ default: "new",
50
+ choices: ["new", "import"],
51
+ },
52
+ {
53
+ name: "spfx-install-latest-package",
54
+ type: "boolean",
55
+ shortName: "sp",
56
+ description: "Install the latest version of SharePoint Framework.",
57
+ default: true,
58
+ },
59
+ {
60
+ name: "spfx-framework-type",
61
+ type: "string",
62
+ shortName: "sfk",
63
+ description: "Framework",
64
+ default: "react",
65
+ choices: ["react", "minimal", "none"],
66
+ },
67
+ {
68
+ name: "spfx-webpart-name",
69
+ type: "string",
70
+ shortName: "sw",
71
+ description: "Name for SharePoint Framework Web Part.",
72
+ default: "helloworld",
73
+ },
74
+ {
75
+ name: "spfx-folder",
76
+ type: "string",
77
+ shortName: "sf",
78
+ description: "Directory or Path that contains the existing SharePoint Framework solution.",
79
+ },
80
+ {
81
+ name: "copilot-plugin-option",
82
+ type: "string",
83
+ shortName: "cp",
84
+ description: "Plugin for Copilot",
85
+ choices: ["copilot-new-api", "copilot-api-spec", "copilot-ai-plugin"],
86
+ },
87
+ {
88
+ name: "api-spec-location",
89
+ type: "string",
90
+ shortName: "oapi",
91
+ description: "OpenAPI Spec",
92
+ },
93
+ {
94
+ name: "openai-plugin-manifest-location",
95
+ type: "string",
96
+ shortName: "oai",
97
+ description: "OpenAI Plugin Manifest",
98
+ },
99
+ {
100
+ name: "api-operation",
101
+ type: "array",
102
+ shortName: "api",
103
+ description: "Select an Operation",
104
+ },
105
+ {
106
+ name: "programming-language",
107
+ type: "string",
108
+ shortName: "l",
109
+ description: "Programming Language.",
110
+ default: "javascript",
111
+ choices: ["javascript", "typescript", "csharp"],
112
+ },
113
+ {
114
+ name: "app-name",
115
+ type: "string",
116
+ shortName: "n",
117
+ description: "Application name",
118
+ required: true,
119
+ },
120
+ ];
121
+ exports.CreateProjectArguments = [];
122
+ //# sourceMappingURL=CreateProjectOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateProjectOptions.js","sourceRoot":"","sources":["../../../src/question/options/CreateProjectOptions.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAWrB,QAAA,oBAAoB,GAAuB;IACtD;QACE,IAAI,EAAE,YAAY;QAClB,YAAY,EAAE,cAAc;QAC5B,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,GAAG;QACd,WAAW,EAAE,qCAAqC;QAClD,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE;YACP,KAAK;YACL,cAAc;YACd,aAAa;YACb,cAAc;YACd,aAAa;YACb,iBAAiB;YACjB,eAAe;YACf,UAAU;YACV,gBAAgB;YAChB,YAAY;YACZ,+BAA+B;YAC/B,2BAA2B;SAC5B;QACD,iBAAiB,EAAE,2BAA2B;KAC/C;IACD;QACE,IAAI,EAAE,uBAAuB;QAC7B,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,GAAG;QACd,WAAW,EAAE,qEAAqE;QAClF,OAAO,EAAE,cAAc;QACvB,OAAO,EAAE;YACP,cAAc;YACd,aAAa;YACb,0BAA0B;YAC1B,gBAAgB;YAChB,iBAAiB;SAClB;KACF;IACD;QACE,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,IAAI;QACf,WAAW,EAAE,mEAAmE;QAChF,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC;KAC3B;IACD;QACE,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,SAAS;QACf,SAAS,EAAE,IAAI;QACf,WAAW,EAAE,qDAAqD;QAClE,OAAO,EAAE,IAAI;KACd;IACD;QACE,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,WAAW;QACxB,OAAO,EAAE,OAAO;QAChB,OAAO,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,MAAM,CAAC;KACtC;IACD;QACE,IAAI,EAAE,mBAAmB;QACzB,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,IAAI;QACf,WAAW,EAAE,yCAAyC;QACtD,OAAO,EAAE,YAAY;KACtB;IACD;QACE,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,IAAI;QACf,WAAW,EAAE,6EAA6E;KAC3F;IACD;QACE,IAAI,EAAE,uBAAuB;QAC7B,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,IAAI;QACf,WAAW,EAAE,oBAAoB;QACjC,OAAO,EAAE,CAAC,iBAAiB,EAAE,kBAAkB,EAAE,mBAAmB,CAAC;KACtE;IACD;QACE,IAAI,EAAE,mBAAmB;QACzB,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,MAAM;QACjB,WAAW,EAAE,cAAc;KAC5B;IACD;QACE,IAAI,EAAE,iCAAiC;QACvC,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,wBAAwB;KACtC;IACD;QACE,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,OAAO;QACb,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,qBAAqB;KACnC;IACD;QACE,IAAI,EAAE,sBAAsB;QAC5B,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,GAAG;QACd,WAAW,EAAE,uBAAuB;QACpC,OAAO,EAAE,YAAY;QACrB,OAAO,EAAE,CAAC,YAAY,EAAE,YAAY,EAAE,QAAQ,CAAC;KAChD;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,GAAG;QACd,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,IAAI;KACf;CACF,CAAC;AACW,QAAA,sBAAsB,GAAyB,EAAE,CAAC"}
@@ -0,0 +1,10 @@
1
+ /****************************************************************************************
2
+ * NOTICE: AUTO-GENERATED *
3
+ ****************************************************************************************
4
+ * This file is automatically generated by script "./src/question/generator.ts". *
5
+ * Please don't manually change its contents, as any modifications will be overwritten! *
6
+ ***************************************************************************************/
7
+ import { CLICommandOption, CLICommandArgument } from "@microsoft/teamsfx-api";
8
+ export declare const CreateSampleProjectOptions: CLICommandOption[];
9
+ export declare const CreateSampleProjectArguments: CLICommandArgument[];
10
+ //# sourceMappingURL=CreateSampleProjectOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSampleProjectOptions.d.ts","sourceRoot":"","sources":["../../../src/question/options/CreateSampleProjectOptions.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,eAAO,MAAM,0BAA0B,EAAE,gBAAgB,EAAO,CAAC;AACjE,eAAO,MAAM,4BAA4B,EAAE,kBAAkB,EAiC5D,CAAC"}