@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.
- package/build/common/featureFlags.d.ts +5 -16
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +7 -22
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/secretmasker/masker.d.ts +1 -1
- package/build/common/secretmasker/masker.d.ts.map +1 -1
- package/build/common/secretmasker/masker.js +2 -2
- package/build/common/secretmasker/masker.js.map +1 -1
- package/build/common/stringUtils.js +1 -1
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/templates-config.json +3 -3
- package/build/component/configManager/actionInjector.d.ts +1 -1
- package/build/component/configManager/actionInjector.d.ts.map +1 -1
- package/build/component/configManager/actionInjector.js +17 -8
- package/build/component/configManager/actionInjector.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +8 -4
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/aad/update.d.ts.map +1 -1
- package/build/component/driver/aad/update.js +26 -12
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts +4 -3
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js +47 -16
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts +2 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
- package/build/component/driver/apiKey/utility/utility.js +4 -3
- package/build/component/driver/apiKey/utility/utility.js.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +0 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +12 -7
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +0 -1
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +23 -15
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +14 -4
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +2 -0
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +2 -0
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +12 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.js +4 -4
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
- package/build/component/generator/apiSpec/generator.js +25 -22
- package/build/component/generator/apiSpec/generator.js.map +1 -1
- package/build/component/generator/apiSpec/helper.d.ts +2 -1
- package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/apiSpec/helper.js +50 -15
- package/build/component/generator/apiSpec/helper.js.map +1 -1
- package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
- package/build/component/generator/copilotExtension/generator.js +4 -5
- package/build/component/generator/copilotExtension/generator.js.map +1 -1
- package/build/component/generator/generator.d.ts +2 -2
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +25 -13
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +8 -1
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/m365/launchHelper.d.ts.map +1 -1
- package/build/component/m365/launchHelper.js +4 -0
- package/build/component/m365/launchHelper.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +2 -1
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
- package/build/component/utils/envFunctionUtils.js +0 -4
- package/build/component/utils/envFunctionUtils.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts +1 -0
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +7 -0
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/core/FxCore.d.ts +8 -0
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +170 -38
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +5 -2
- package/build/core/collaborator.js.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +2 -3
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +8 -4
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +36 -45
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +27 -19
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +2 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +6 -0
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +0 -1
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.d.ts +2 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +31 -1
- package/build/question/other.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.cs.json +536 -280
- package/resource/package.nls.de.json +536 -280
- package/resource/package.nls.es.json +536 -280
- package/resource/package.nls.fr.json +536 -280
- package/resource/package.nls.it.json +536 -280
- package/resource/package.nls.ja.json +536 -280
- package/resource/package.nls.json +22 -22
- package/resource/package.nls.ko.json +536 -280
- package/resource/package.nls.pl.json +536 -280
- package/resource/package.nls.pt-BR.json +536 -280
- package/resource/package.nls.ru.json +536 -280
- package/resource/package.nls.tr.json +536 -280
- package/resource/package.nls.zh-Hans.json +536 -280
- package/resource/package.nls.zh-Hant.json +536 -280
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
- 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
|
|
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": "
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
327
|
-
"core.createProjectQuestion.projectType.
|
|
328
|
-
"core.createProjectQuestion.projectType.
|
|
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
|
|
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
|
|
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
|
|
557
|
-
"core.importOfficeAddin.label": "
|
|
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": "
|
|
561
|
-
"core.newTaskpaneAddin.detail": "Customize the
|
|
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.",
|