@microsoft/teamsfx-core 2.0.13-rc.1 → 2.0.14-alpha.038ce65fb.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 (145) hide show
  1. package/build/common/featureFlags.d.ts +5 -16
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +7 -22
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/secretmasker/masker.d.ts +1 -1
  6. package/build/common/secretmasker/masker.d.ts.map +1 -1
  7. package/build/common/secretmasker/masker.js +2 -2
  8. package/build/common/secretmasker/masker.js.map +1 -1
  9. package/build/common/stringUtils.js +1 -1
  10. package/build/common/stringUtils.js.map +1 -1
  11. package/build/common/templates-config.json +3 -3
  12. package/build/component/configManager/actionInjector.d.ts +1 -1
  13. package/build/component/configManager/actionInjector.d.ts.map +1 -1
  14. package/build/component/configManager/actionInjector.js +17 -8
  15. package/build/component/configManager/actionInjector.js.map +1 -1
  16. package/build/component/coordinator/index.d.ts.map +1 -1
  17. package/build/component/coordinator/index.js +8 -4
  18. package/build/component/coordinator/index.js.map +1 -1
  19. package/build/component/driver/aad/update.d.ts.map +1 -1
  20. package/build/component/driver/aad/update.js +26 -12
  21. package/build/component/driver/aad/update.js.map +1 -1
  22. package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -1
  23. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  24. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  25. package/build/component/driver/aad/utility/aadManifestHelper.d.ts +4 -3
  26. package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
  27. package/build/component/driver/aad/utility/aadManifestHelper.js +47 -16
  28. package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
  29. package/build/component/driver/aad/utility/buildAadManifest.d.ts +2 -1
  30. package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
  31. package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
  32. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
  33. package/build/component/driver/apiKey/utility/utility.js +4 -3
  34. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  35. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +0 -1
  36. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
  37. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +12 -7
  38. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  39. package/build/component/driver/script/scriptDriver.d.ts +0 -1
  40. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  41. package/build/component/driver/script/scriptDriver.js +23 -15
  42. package/build/component/driver/script/scriptDriver.js.map +1 -1
  43. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  44. package/build/component/driver/teamsApp/createAppPackage.js +14 -4
  45. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  46. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
  47. package/build/component/driver/teamsApp/teamsappMgr.js +2 -0
  48. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  49. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  50. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +2 -0
  51. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  52. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -0
  53. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  54. package/build/component/driver/teamsApp/utils/ManifestUtils.js +12 -0
  55. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  56. package/build/component/driver/teamsApp/validate.js +4 -4
  57. package/build/component/driver/teamsApp/validate.js.map +1 -1
  58. package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
  59. package/build/component/generator/apiSpec/generator.js +25 -22
  60. package/build/component/generator/apiSpec/generator.js.map +1 -1
  61. package/build/component/generator/apiSpec/helper.d.ts +2 -1
  62. package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
  63. package/build/component/generator/apiSpec/helper.js +50 -15
  64. package/build/component/generator/apiSpec/helper.js.map +1 -1
  65. package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
  66. package/build/component/generator/copilotExtension/generator.js +4 -5
  67. package/build/component/generator/copilotExtension/generator.js.map +1 -1
  68. package/build/component/generator/generator.d.ts +2 -2
  69. package/build/component/generator/generator.d.ts.map +1 -1
  70. package/build/component/generator/generator.js +25 -13
  71. package/build/component/generator/generator.js.map +1 -1
  72. package/build/component/generator/utils.d.ts.map +1 -1
  73. package/build/component/generator/utils.js +8 -1
  74. package/build/component/generator/utils.js.map +1 -1
  75. package/build/component/m365/launchHelper.d.ts.map +1 -1
  76. package/build/component/m365/launchHelper.js +4 -0
  77. package/build/component/m365/launchHelper.js.map +1 -1
  78. package/build/component/provisionUtils.d.ts.map +1 -1
  79. package/build/component/provisionUtils.js +2 -1
  80. package/build/component/provisionUtils.js.map +1 -1
  81. package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
  82. package/build/component/utils/envFunctionUtils.js +0 -4
  83. package/build/component/utils/envFunctionUtils.js.map +1 -1
  84. package/build/component/utils/pathUtils.d.ts +1 -0
  85. package/build/component/utils/pathUtils.d.ts.map +1 -1
  86. package/build/component/utils/pathUtils.js +7 -0
  87. package/build/component/utils/pathUtils.js.map +1 -1
  88. package/build/core/FxCore.d.ts +8 -0
  89. package/build/core/FxCore.d.ts.map +1 -1
  90. package/build/core/FxCore.js +170 -38
  91. package/build/core/FxCore.js.map +1 -1
  92. package/build/core/collaborator.d.ts.map +1 -1
  93. package/build/core/collaborator.js +5 -2
  94. package/build/core/collaborator.js.map +1 -1
  95. package/build/index.d.ts +1 -1
  96. package/build/index.d.ts.map +1 -1
  97. package/build/index.js +2 -3
  98. package/build/index.js.map +1 -1
  99. package/build/question/constants.d.ts +8 -4
  100. package/build/question/constants.d.ts.map +1 -1
  101. package/build/question/constants.js +36 -45
  102. package/build/question/constants.js.map +1 -1
  103. package/build/question/create.d.ts.map +1 -1
  104. package/build/question/create.js +27 -19
  105. package/build/question/create.js.map +1 -1
  106. package/build/question/index.d.ts +2 -0
  107. package/build/question/index.d.ts.map +1 -1
  108. package/build/question/index.js +6 -0
  109. package/build/question/index.js.map +1 -1
  110. package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
  111. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  112. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  113. package/build/question/options/CreateProjectOptions.js +0 -1
  114. package/build/question/options/CreateProjectOptions.js.map +1 -1
  115. package/build/question/other.d.ts +2 -0
  116. package/build/question/other.d.ts.map +1 -1
  117. package/build/question/other.js +31 -1
  118. package/build/question/other.js.map +1 -1
  119. package/build/tsconfig.tsbuildinfo +1 -1
  120. package/package.json +4 -4
  121. package/resource/package.nls.cs.json +536 -280
  122. package/resource/package.nls.de.json +536 -280
  123. package/resource/package.nls.es.json +536 -280
  124. package/resource/package.nls.fr.json +536 -280
  125. package/resource/package.nls.it.json +536 -280
  126. package/resource/package.nls.ja.json +536 -280
  127. package/resource/package.nls.json +22 -22
  128. package/resource/package.nls.ko.json +536 -280
  129. package/resource/package.nls.pl.json +536 -280
  130. package/resource/package.nls.pt-BR.json +536 -280
  131. package/resource/package.nls.ru.json +536 -280
  132. package/resource/package.nls.tr.json +536 -280
  133. package/resource/package.nls.zh-Hans.json +536 -280
  134. package/resource/package.nls.zh-Hant.json +536 -280
  135. package/templates/fallback/common.zip +0 -0
  136. package/templates/fallback/csharp.zip +0 -0
  137. package/templates/fallback/js.zip +0 -0
  138. package/templates/fallback/python.zip +0 -0
  139. package/templates/fallback/ts.zip +0 -0
  140. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
  141. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
  142. package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
  143. package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
  144. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
  145. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +2 -2
@@ -267,7 +267,9 @@
267
267
  "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
268
268
  "core.copilotPlugin.api.noAuth": "No authentication",
269
269
  "core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
270
+ "core.copilotPlugin.api.apiKeyWithHeaderOrQuery": "API Key authentication(In header or query)",
270
271
  "core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
272
+ "core.copilotPlugin.api.notSupportedAuth": "Unsupported Authorization type",
271
273
  "core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
272
274
  "core.copilotPlugin.validate.summary.validate.failed": "%s failed",
273
275
  "core.copilotPlugin.validate.summary.validate.warning": "%s warning",
@@ -292,27 +294,24 @@
292
294
  "core.createCapabilityQuestion.placeholder": "Select a capability",
293
295
  "core.createProjectQuestion.option.description.preview": "Preview",
294
296
  "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
295
- "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
297
+ "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook, and the Microsoft 365 application",
296
298
  "core.createProjectQuestion.option.description.worksInOutlookCopilot": "Works in Teams, Outlook and Copilot",
297
- "core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
299
+ "core.createProjectQuestion.projectType.bot.detail": "Create instant, engaging chat experiences that automate tasks seamlessly",
298
300
  "core.createProjectQuestion.projectType.bot.label": "Bot",
299
301
  "core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
300
- "core.createProjectQuestion.projectType.messageExtension.detail": "Search and take actions from the text input box in Teams and Outlook",
301
- "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
302
+ "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search and take actions from the text input box in Teams and Outlook",
302
303
  "core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
303
- "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experience",
304
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experiences",
304
305
  "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
305
306
  "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
306
- "core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
307
+ "core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook items",
307
308
  "core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
308
309
  "core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
309
310
  "core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
310
311
  "core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
311
312
  "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
312
313
  "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
313
- "core.createProjectQuestion.projectType.copilotExtension.label": "Agent",
314
314
  "core.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
315
- "core.createProjectQuestion.projectType.copilotExtension.detail": "Create declarative agent, API plugin, or both with Microsoft Copilot orchestrator and LLM.",
316
315
  "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
317
316
  "core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
318
317
  "core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
@@ -321,11 +320,12 @@
321
320
  "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
322
321
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
323
322
  "core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
324
- "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot to get started on your Teams app and agent",
323
+ "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
325
324
  "core.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
326
- "core.createProjectQuestion.projectType.createGroup.title": "Create",
327
- "core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Agent",
328
- "core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
325
+ "core.createProjectQuestion.projectType.createGroup.aiAgent": "AI Agent",
326
+ "core.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
327
+ "core.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
328
+ "core.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
329
329
  "core.createProjectQuestion.title": "New Project",
330
330
  "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
331
331
  "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
@@ -401,10 +401,10 @@
401
401
  "core.createProjectQuestion.declarativeCopilot.placeholder": "Add API plugin to your declarative agent",
402
402
  "core.createProjectQuestion.createApiPlugin.title": "Create API Plugin",
403
403
  "core.createProjectQuestion.addApiPlugin.title": "Add API Plugin",
404
- "core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add plugin",
404
+ "core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add action",
405
405
  "core.createProjectQuestion.noPlugin.label": "No plugin",
406
406
  "core.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
407
- "core.createProjectQuestion.addPlugin.label": "Add plugin",
407
+ "core.createProjectQuestion.addPlugin.label": "Add action",
408
408
  "core.createProjectQuestion.addPlugin.detail": "Create declarative agent with API plugin",
409
409
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Import Manifest File",
410
410
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "Import OpenAPI Description Document",
@@ -489,12 +489,15 @@
489
489
  "core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
490
490
  "core.aadAppQuestion.label": "Microsoft Entra app",
491
491
  "core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
492
+ "core.convertAadToNewSchema.continue": "Continue",
493
+ "core.convertAadToNewSchema.warning": "Converting Microsoft Entra app manifest file to new schema will replace the original file. Do you still want to continue?",
494
+ "core.convertAadToNewSchema.success": "Microsoft Entra app manifest file successfully converted to new schema.",
495
+ "core.convertAadToNewSchema.alreadyNewSchema": "Microsoft Entra app manifest file you selected is already in the new schema.",
492
496
  "core.teamsAppQuestion.label": "Teams app",
493
497
  "core.teamsAppQuestion.description": "Your Teams app",
494
498
  "core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
495
499
  "core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
496
500
  "core.M365SearchAppOptionItem.label": "Custom Search Results",
497
- "core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
498
501
  "core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
499
502
  "core.SearchAppOptionItem.detail": "Display data directly in Teams search results from search or the chat area",
500
503
  "core.M365HostQuestion.title": "Platform",
@@ -526,11 +529,8 @@
526
529
  "core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
527
530
  "core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
528
531
  "core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
529
- "core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
530
532
  "core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
531
533
  "core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
532
- "core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
533
- "core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
534
534
  "core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
535
535
  "core.common.invalidReason.NoParameter": "no parameter",
536
536
  "core.common.invalidReason.NoAPIInfo": "no API info",
@@ -553,12 +553,12 @@
553
553
  "core.envFunc.readFile.errorMessage": "Unable to read from \"%s\". %s",
554
554
  "core.error.checkOutput.vsc": "Check [Output panel](command:fx-extension.showOutputChannel) for details.",
555
555
  "core.importAddin.label": "Import an Existing Outlook Add-ins",
556
- "core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
557
- "core.importOfficeAddin.label": "Import an Existing Office Add-ins",
556
+ "core.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
557
+ "core.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
558
558
  "core.officeContentAddin.label": "Content Add-in",
559
559
  "core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
560
- "core.newTaskpaneAddin.label": "Taskpane",
561
- "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
560
+ "core.newTaskpaneAddin.label": "Task pane",
561
+ "core.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
562
562
  "core.summary.actionDescription": "Action %s%s",
563
563
  "core.summary.lifecycleDescription": "Lifecycle stage: %s(%s step(s) in total). The following actions will be executed: %s",
564
564
  "core.summary.lifecycleNotExecuted": "%s Lifecycle stage %s was not executed.",