@microsoft/teamsfx-core 3.0.5-alpha.45efd31a4.0 → 3.0.5-alpha.47cd3fc94.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 (34) hide show
  1. package/build/common/featureFlags.js +4 -4
  2. package/build/common/featureFlags.js.map +1 -1
  3. package/build/common/templates-config.json +1 -1
  4. package/build/component/deps-checker/constant/helpLink.d.ts +2 -0
  5. package/build/component/deps-checker/constant/helpLink.d.ts.map +1 -1
  6. package/build/component/deps-checker/constant/helpLink.js +3 -1
  7. package/build/component/deps-checker/constant/helpLink.js.map +1 -1
  8. package/build/component/deps-checker/internal/funcToolChecker.js +4 -4
  9. package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
  10. package/build/component/deps-checker/internal/testToolChecker.js +3 -3
  11. package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
  12. package/build/component/driver/util/utils.d.ts.map +1 -1
  13. package/build/component/driver/util/utils.js +6 -4
  14. package/build/component/driver/util/utils.js.map +1 -1
  15. package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
  16. package/build/component/generator/openApiSpec/helper.js +132 -98
  17. package/build/component/generator/openApiSpec/helper.js.map +1 -1
  18. package/build/component/m365/constants.d.ts +1 -0
  19. package/build/component/m365/constants.d.ts.map +1 -1
  20. package/build/component/m365/constants.js +2 -1
  21. package/build/component/m365/constants.js.map +1 -1
  22. package/build/component/m365/packageService.d.ts.map +1 -1
  23. package/build/component/m365/packageService.js +17 -3
  24. package/build/component/m365/packageService.js.map +1 -1
  25. package/build/error/depCheck.js +1 -1
  26. package/build/error/depCheck.js.map +1 -1
  27. package/build/tsconfig.tsbuildinfo +1 -1
  28. package/package.json +4 -4
  29. package/resource/package.nls.json +1 -0
  30. package/templates/fallback/common.zip +0 -0
  31. package/templates/fallback/csharp.zip +0 -0
  32. package/templates/fallback/js.zip +0 -0
  33. package/templates/fallback/python.zip +0 -0
  34. package/templates/fallback/ts.zip +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "3.0.5-alpha.45efd31a4.0",
3
+ "version": "3.0.5-alpha.47cd3fc94.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -107,8 +107,8 @@
107
107
  "@microsoft/dev-tunnels-contracts": "1.1.9",
108
108
  "@microsoft/dev-tunnels-management": "1.1.9",
109
109
  "@microsoft/kiota": "1.26.1",
110
- "@microsoft/m365-spec-parser": "^0.2.9-alpha.45efd31a4.0",
111
- "@microsoft/teamsfx-api": "0.23.9-alpha.45efd31a4.0",
110
+ "@microsoft/m365-spec-parser": "^0.2.9-alpha.47cd3fc94.0",
111
+ "@microsoft/teamsfx-api": "0.23.9-alpha.47cd3fc94.0",
112
112
  "adm-zip": "^0.5.10",
113
113
  "ajv": "^8.5.0",
114
114
  "axios": "^1.8.3",
@@ -231,7 +231,7 @@
231
231
  "resource/**/*",
232
232
  "templates/**/*"
233
233
  ],
234
- "gitHead": "4aaff2a2ce4d7bc6a945aa948d96c2185b259389",
234
+ "gitHead": "429b9d50b706ffe7162952621efa613b2ae3beff",
235
235
  "publishConfig": {
236
236
  "access": "public"
237
237
  },
@@ -250,6 +250,7 @@
250
250
  "error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
251
251
  "error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
252
252
  "error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
253
+ "error.m365.SharedScopeAdvancedDADisabled": "Deployment blocked: Advanced declarative agent can't be deployed due to tenant permission settings. Get more info: [Manage agents for Microsoft 365 Copilot in the Microsoft 365 admin center - Microsoft 365 admin | Microsoft Learn](%s)",
253
254
  "error.share.yamlConfigNotFound": "Unable to find the \"provision\" or \"deploy\" config in the m365agents.yml",
254
255
  "error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
255
256
  "error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
Binary file
Binary file
Binary file
Binary file
Binary file