@microsoft/teamsfx-core 2.0.13-rc-hotfix.0 → 2.0.13-rc.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 (109) hide show
  1. package/build/common/featureFlags.d.ts +0 -16
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +1 -21
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/templates-config.json +1 -1
  6. package/build/component/configManager/actionInjector.d.ts.map +1 -1
  7. package/build/component/configManager/actionInjector.js +2 -2
  8. package/build/component/configManager/actionInjector.js.map +1 -1
  9. package/build/component/coordinator/index.js +1 -1
  10. package/build/component/coordinator/index.js.map +1 -1
  11. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
  12. package/build/component/driver/apiKey/utility/utility.js +4 -3
  13. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  14. package/build/component/driver/oauth/create.d.ts +0 -1
  15. package/build/component/driver/oauth/create.d.ts.map +1 -1
  16. package/build/component/driver/oauth/create.js +6 -11
  17. package/build/component/driver/oauth/create.js.map +1 -1
  18. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts +1 -0
  19. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts.map +1 -1
  20. package/build/component/driver/oauth/interface/createOauthOutputs.js +1 -0
  21. package/build/component/driver/oauth/interface/createOauthOutputs.js.map +1 -1
  22. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +3 -0
  23. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -1
  24. package/build/component/driver/oauth/update.d.ts.map +1 -1
  25. package/build/component/driver/oauth/update.js +51 -22
  26. package/build/component/driver/oauth/update.js.map +1 -1
  27. package/build/component/driver/oauth/utility/utility.d.ts +2 -0
  28. package/build/component/driver/oauth/utility/utility.d.ts.map +1 -1
  29. package/build/component/driver/oauth/utility/utility.js +11 -1
  30. package/build/component/driver/oauth/utility/utility.js.map +1 -1
  31. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts +1 -0
  32. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts.map +1 -1
  33. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts +2 -2
  34. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts.map +1 -1
  35. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  36. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +2 -0
  37. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  38. package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
  39. package/build/component/generator/apiSpec/generator.js +25 -22
  40. package/build/component/generator/apiSpec/generator.js.map +1 -1
  41. package/build/component/generator/apiSpec/helper.d.ts +1 -1
  42. package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
  43. package/build/component/generator/apiSpec/helper.js +35 -8
  44. package/build/component/generator/apiSpec/helper.js.map +1 -1
  45. package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
  46. package/build/component/generator/copilotExtension/generator.js +4 -5
  47. package/build/component/generator/copilotExtension/generator.js.map +1 -1
  48. package/build/component/generator/generator.d.ts +2 -2
  49. package/build/component/generator/generator.d.ts.map +1 -1
  50. package/build/component/generator/generator.js +25 -13
  51. package/build/component/generator/generator.js.map +1 -1
  52. package/build/component/generator/utils.d.ts.map +1 -1
  53. package/build/component/generator/utils.js +8 -1
  54. package/build/component/generator/utils.js.map +1 -1
  55. package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
  56. package/build/component/utils/envFunctionUtils.js +0 -4
  57. package/build/component/utils/envFunctionUtils.js.map +1 -1
  58. package/build/core/FxCore.d.ts.map +1 -1
  59. package/build/core/FxCore.js +31 -26
  60. package/build/core/FxCore.js.map +1 -1
  61. package/build/error/depCheck.d.ts +4 -1
  62. package/build/error/depCheck.d.ts.map +1 -1
  63. package/build/error/depCheck.js +16 -1
  64. package/build/error/depCheck.js.map +1 -1
  65. package/build/index.d.ts +1 -1
  66. package/build/index.d.ts.map +1 -1
  67. package/build/index.js +2 -3
  68. package/build/index.js.map +1 -1
  69. package/build/question/constants.d.ts +8 -4
  70. package/build/question/constants.d.ts.map +1 -1
  71. package/build/question/constants.js +36 -45
  72. package/build/question/constants.js.map +1 -1
  73. package/build/question/create.d.ts.map +1 -1
  74. package/build/question/create.js +27 -19
  75. package/build/question/create.js.map +1 -1
  76. package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
  77. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  78. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  79. package/build/question/options/CreateProjectOptions.js +0 -1
  80. package/build/question/options/CreateProjectOptions.js.map +1 -1
  81. package/build/tsconfig.tsbuildinfo +1 -1
  82. package/package.json +4 -4
  83. package/resource/package.nls.cs.json +536 -280
  84. package/resource/package.nls.de.json +536 -280
  85. package/resource/package.nls.es.json +536 -280
  86. package/resource/package.nls.fr.json +536 -280
  87. package/resource/package.nls.it.json +536 -280
  88. package/resource/package.nls.ja.json +536 -280
  89. package/resource/package.nls.json +20 -20
  90. package/resource/package.nls.ko.json +536 -280
  91. package/resource/package.nls.pl.json +536 -280
  92. package/resource/package.nls.pt-BR.json +536 -280
  93. package/resource/package.nls.ru.json +536 -280
  94. package/resource/package.nls.tr.json +536 -280
  95. package/resource/package.nls.zh-Hans.json +536 -280
  96. package/resource/package.nls.zh-Hant.json +536 -280
  97. package/resource/yaml-schema/v1.7/yaml.schema.json +12 -0
  98. package/resource/yaml-schema/yaml.schema.json +16 -4
  99. package/templates/fallback/common.zip +0 -0
  100. package/templates/fallback/csharp.zip +0 -0
  101. package/templates/fallback/js.zip +0 -0
  102. package/templates/fallback/python.zip +0 -0
  103. package/templates/fallback/ts.zip +0 -0
  104. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
  105. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
  106. package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
  107. package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
  108. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
  109. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +2 -2
@@ -1782,6 +1782,10 @@
1782
1782
  "configurationId": {
1783
1783
  "description": "Required. The configuration id of created OAuth registration.",
1784
1784
  "$ref": "#/definitions/envVarName"
1785
+ },
1786
+ "applicationIdUri": {
1787
+ "description": "The Application ID URI of created OAuth registration.",
1788
+ "$ref": "#/definitions/envVarName"
1785
1789
  }
1786
1790
  }
1787
1791
  }
@@ -1833,6 +1837,14 @@
1833
1837
  "isPKCEEnabled": {
1834
1838
  "type": "boolean",
1835
1839
  "description": "Whether PKCE is enabled for OAuth registration. Default is false."
1840
+ },
1841
+ "clientId": {
1842
+ "type": "string",
1843
+ "description": "The client id of OAuth registration."
1844
+ },
1845
+ "clientSecret": {
1846
+ "type": "string",
1847
+ "description": "The client secret of OAuth registration."
1836
1848
  }
1837
1849
  }
1838
1850
  }
@@ -14,7 +14,7 @@
14
14
  "version": {
15
15
  "type": "string",
16
16
  "description": "The version of the yaml file schema",
17
- "const": "v1.6"
17
+ "const": "v1.7"
18
18
  },
19
19
  "additionalMetadata": {
20
20
  "type": "object",
@@ -877,7 +877,7 @@
877
877
  "type": "object",
878
878
  "additionalProperties": false,
879
879
  "description": "parameters for this action",
880
- "required": ["manifestPath", "outputZipPath", "outputJsonPath"],
880
+ "required": ["manifestPath", "outputZipPath", "outputFolder"],
881
881
  "properties": {
882
882
  "manifestPath": {
883
883
  "type": "string",
@@ -887,9 +887,9 @@
887
887
  "type": "string",
888
888
  "description": "Path to the output zip package"
889
889
  },
890
- "outputJsonPath": {
890
+ "outputFolder": {
891
891
  "type": "string",
892
- "description": "Path to the output manifest file"
892
+ "description": "Path to the output folder containing manifests"
893
893
  }
894
894
  }
895
895
  }
@@ -1782,6 +1782,10 @@
1782
1782
  "configurationId": {
1783
1783
  "description": "Required. The configuration id of created OAuth registration.",
1784
1784
  "$ref": "#/definitions/envVarName"
1785
+ },
1786
+ "applicationIdUri": {
1787
+ "description": "The Application ID URI of created OAuth registration.",
1788
+ "$ref": "#/definitions/envVarName"
1785
1789
  }
1786
1790
  }
1787
1791
  }
@@ -1833,6 +1837,14 @@
1833
1837
  "isPKCEEnabled": {
1834
1838
  "type": "boolean",
1835
1839
  "description": "Whether PKCE is enabled for OAuth registration. Default is false."
1840
+ },
1841
+ "clientId": {
1842
+ "type": "string",
1843
+ "description": "The client id of OAuth registration."
1844
+ },
1845
+ "clientSecret": {
1846
+ "type": "string",
1847
+ "description": "The client secret of OAuth registration."
1836
1848
  }
1837
1849
  }
1838
1850
  }
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -9,8 +9,8 @@
9
9
 
10
10
  <body>
11
11
  <script
12
- src="https://res.cdn.office.net/teams-js/2.17.0/js/MicrosoftTeams.min.js"
13
- integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
12
+ src="https://res.cdn.office.net/teams-js/2.31.1/js/MicrosoftTeams.min.js"
13
+ integrity="sha384-ihAqYgEJz9hzEU+HaYodG1aTzjebC/wKXQi1nWKZG7OLAUyOL9ZrzD/SfZu79Jeu"
14
14
  crossorigin="anonymous"
15
15
  ></script>
16
16
  <div id="divError"></div>
@@ -9,8 +9,8 @@
9
9
 
10
10
  <body>
11
11
  <script
12
- src="https://res.cdn.office.net/teams-js/2.17.0/js/MicrosoftTeams.min.js"
13
- integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
12
+ src="https://res.cdn.office.net/teams-js/2.31.1/js/MicrosoftTeams.min.js"
13
+ integrity="sha384-ihAqYgEJz9hzEU+HaYodG1aTzjebC/wKXQi1nWKZG7OLAUyOL9ZrzD/SfZu79Jeu"
14
14
  crossorigin="anonymous"
15
15
  ></script>
16
16
  <div id="divError"></div>
@@ -8,8 +8,8 @@
8
8
 
9
9
  <body>
10
10
  <script
11
- src="https://res.cdn.office.net/teams-js/2.17.0/js/MicrosoftTeams.min.js"
12
- integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
11
+ src="https://res.cdn.office.net/teams-js/2.31.1/js/MicrosoftTeams.min.js"
12
+ integrity="sha384-ihAqYgEJz9hzEU+HaYodG1aTzjebC/wKXQi1nWKZG7OLAUyOL9ZrzD/SfZu79Jeu"
13
13
  crossorigin="anonymous"
14
14
  ></script>
15
15
  <script
@@ -8,8 +8,8 @@
8
8
 
9
9
  <body>
10
10
  <script
11
- src="https://res.cdn.office.net/teams-js/2.17.0/js/MicrosoftTeams.min.js"
12
- integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
11
+ src="https://res.cdn.office.net/teams-js/2.31.1/js/MicrosoftTeams.min.js"
12
+ integrity="sha384-ihAqYgEJz9hzEU+HaYodG1aTzjebC/wKXQi1nWKZG7OLAUyOL9ZrzD/SfZu79Jeu"
13
13
  crossorigin="anonymous"
14
14
  ></script>
15
15
  <script
@@ -8,8 +8,8 @@
8
8
 
9
9
  <body>
10
10
  <script
11
- src="https://res.cdn.office.net/teams-js/2.17.0/js/MicrosoftTeams.min.js"
12
- integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
11
+ src="https://res.cdn.office.net/teams-js/2.31.1/js/MicrosoftTeams.min.js"
12
+ integrity="sha384-ihAqYgEJz9hzEU+HaYodG1aTzjebC/wKXQi1nWKZG7OLAUyOL9ZrzD/SfZu79Jeu"
13
13
  crossorigin="anonymous"
14
14
  ></script>
15
15
  <script
@@ -8,8 +8,8 @@
8
8
 
9
9
  <body>
10
10
  <script
11
- src="https://res.cdn.office.net/teams-js/2.17.0/js/MicrosoftTeams.min.js"
12
- integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
11
+ src="https://res.cdn.office.net/teams-js/2.31.1/js/MicrosoftTeams.min.js"
12
+ integrity="sha384-ihAqYgEJz9hzEU+HaYodG1aTzjebC/wKXQi1nWKZG7OLAUyOL9ZrzD/SfZu79Jeu"
13
13
  crossorigin="anonymous"
14
14
  ></script>
15
15
  <script