@microsoft/app-manifest 1.0.6 → 1.0.7-alpha.1673f8d0ac.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/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D7.d.ts +648 -0
- package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D7.js +345 -0
- package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D7.js.map +1 -0
- package/build/generated-types/index.d.ts +9 -6
- package/build/generated-types/index.js +19 -1
- package/build/generated-types/index.js.map +1 -1
- package/build/generated-types/teams/TeamsManifestV1D27.d.ts +2281 -0
- package/build/generated-types/teams/TeamsManifestV1D27.js +1087 -0
- package/build/generated-types/teams/TeamsManifestV1D27.js.map +1 -0
- package/build/generated-types/teams/TeamsManifestV1D28.d.ts +2303 -0
- package/build/generated-types/teams/TeamsManifestV1D28.js +1094 -0
- package/build/generated-types/teams/TeamsManifestV1D28.js.map +1 -0
- package/build/generated-types/teams/TeamsManifestVDevPreview.d.ts +111 -231
- package/build/generated-types/teams/TeamsManifestVDevPreview.js +35 -88
- package/build/generated-types/teams/TeamsManifestVDevPreview.js.map +1 -1
- package/build/json-schemas/copilot/declarative-agent/v1.7/schema.json +1258 -0
- package/build/json-schemas/teams/v1.23/MicrosoftTeams.schema.json +1 -1
- package/build/json-schemas/teams/v1.24/MicrosoftTeams.schema.json +1 -1
- package/build/json-schemas/teams/v1.25/MicrosoftTeams.schema.json +1 -1
- package/build/json-schemas/teams/v1.26/MicrosoftTeams.AgenticUser.schema.json +44 -0
- package/build/json-schemas/teams/v1.26/MicrosoftTeams.Localization.schema.json +332 -0
- package/build/json-schemas/teams/v1.26/MicrosoftTeams.ResponseRenderingTemplate.schema.json +89 -0
- package/build/json-schemas/teams/v1.26/MicrosoftTeams.schema.json +0 -1
- package/build/json-schemas/teams/v1.27/MicrosoftTeams.AgenticUser.schema.json +44 -0
- package/build/json-schemas/teams/v1.27/MicrosoftTeams.Localization.schema.json +344 -0
- package/build/json-schemas/teams/v1.27/MicrosoftTeams.ResponseRenderingTemplate.schema.json +89 -0
- package/build/json-schemas/teams/v1.27/MicrosoftTeams.schema.json +3472 -0
- package/build/json-schemas/teams/v1.28/MicrosoftTeams.AgenticUser.schema.json +44 -0
- package/build/json-schemas/teams/v1.28/MicrosoftTeams.Localization.schema.json +344 -0
- package/build/json-schemas/teams/v1.28/MicrosoftTeams.ResponseRenderingTemplate.schema.json +89 -0
- package/build/json-schemas/teams/v1.28/MicrosoftTeams.schema.json +3503 -0
- package/build/json-schemas/teams/vDevPreview/MicrosoftTeams.Localization.schema.json +37 -5
- package/build/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json +119 -290
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"type": "string",
|
|
110
110
|
"maxLength": 2048
|
|
111
111
|
},
|
|
112
|
-
"^extensions\\[[0]\\]\\.ribbons\\[[0-9]\\]\\.tabs\\[[1]?[0-9]\\]\\.groups\\[[0-9]\\]\\.icons\\[[0-
|
|
112
|
+
"^extensions\\[[0]\\]\\.ribbons\\[[0-9]\\]\\.tabs\\[[1]?[0-9]\\]\\.groups\\[[0-9]\\]\\.icons\\[[0-7]\\]\\.url$": {
|
|
113
113
|
"type": "string",
|
|
114
114
|
"maxLength": 2048
|
|
115
115
|
},
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"type": "string",
|
|
118
118
|
"maxLength": 64
|
|
119
119
|
},
|
|
120
|
-
"^extensions\\[[0]\\]\\.ribbons\\[[0-9]\\]\\.tabs\\[[1]?[0-9]\\]\\.groups\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.icons\\[[0-
|
|
120
|
+
"^extensions\\[[0]\\]\\.ribbons\\[[0-9]\\]\\.tabs\\[[1]?[0-9]\\]\\.groups\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.icons\\[[0-7]\\]\\.url$": {
|
|
121
121
|
"type": "string",
|
|
122
122
|
"maxLength": 2048
|
|
123
123
|
},
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"type": "string",
|
|
134
134
|
"maxLength": 250
|
|
135
135
|
},
|
|
136
|
-
"^extensions\\[[0]\\]\\.ribbons\\[[0-9]\\]\\.tabs\\[[1]?[0-9]\\]\\.groups\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.items\\[[1]?[0-9]\\]\\.icons\\[[0-
|
|
136
|
+
"^extensions\\[[0]\\]\\.ribbons\\[[0-9]\\]\\.tabs\\[[1]?[0-9]\\]\\.groups\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.items\\[[1]?[0-9]\\]\\.icons\\[[0-7]\\]\\.url$": {
|
|
137
137
|
"type": "string",
|
|
138
138
|
"maxLength": 2048
|
|
139
139
|
},
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
"^extensions\\[[0]\\]\\.runtimes\\[[1]?[0-9]\\]\\.customFunctions\\.functions\\[[0-9]\\]\\.description$": {
|
|
193
193
|
"type": "string",
|
|
194
|
-
"maxLength":
|
|
194
|
+
"maxLength": 1024
|
|
195
195
|
},
|
|
196
196
|
"^extensions\\[[0]\\]\\.runtimes\\[[1]?[0-9]\\]\\.customFunctions\\.functions\\[[0-9]\\]\\.parameters\\[[0-9]\\]\\.name$": {
|
|
197
197
|
"type": "string",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
},
|
|
200
200
|
"^extensions\\[[0]\\]\\.runtimes\\[[1]?[0-9]\\]\\.customFunctions\\.functions\\[[0-9]\\]\\.parameters\\[[0-9]\\]\\.description$": {
|
|
201
201
|
"type": "string",
|
|
202
|
-
"maxLength":
|
|
202
|
+
"maxLength": 512
|
|
203
203
|
},
|
|
204
204
|
"^extensions\\[[0]\\]\\.runtimes\\[[1]?[0-9]\\]\\.customFunctions\\.namespace\\.name$": {
|
|
205
205
|
"type": "string",
|
|
@@ -229,6 +229,38 @@
|
|
|
229
229
|
"type": "string",
|
|
230
230
|
"maxLength": 32
|
|
231
231
|
},
|
|
232
|
+
"^extensions\\[[0]\\]\\.contextMenus\\[[0-9]\\]\\.menus\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.icons\\[[0-7]\\]\\.url$": {
|
|
233
|
+
"type": "string",
|
|
234
|
+
"maxLength": 2048
|
|
235
|
+
},
|
|
236
|
+
"^extensions\\[[0]\\]\\.contextMenus\\[[0-9]\\]\\.menus\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.label": {
|
|
237
|
+
"type": "string",
|
|
238
|
+
"maxLength": 64
|
|
239
|
+
},
|
|
240
|
+
"^extensions\\[[0]\\]\\.contextMenus\\[[0-9]\\]\\.menus\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.supertip\\.title": {
|
|
241
|
+
"type": "string",
|
|
242
|
+
"maxLength": 64
|
|
243
|
+
},
|
|
244
|
+
"^extensions\\[[0]\\]\\.contextMenus\\[[0-9]\\]\\.menus\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.supertip\\.description": {
|
|
245
|
+
"type": "string",
|
|
246
|
+
"maxLength": 250
|
|
247
|
+
},
|
|
248
|
+
"^extensions\\[[0]\\]\\.contextMenus\\[[0-9]\\]\\.menus\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.items\\[[1]?[0-9]\\]\\.icons\\[[0-7]\\]\\.url": {
|
|
249
|
+
"type": "string",
|
|
250
|
+
"maxLength": 2048
|
|
251
|
+
},
|
|
252
|
+
"^extensions\\[[0]\\]\\.contextMenus\\[[0-9]\\]\\.menus\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.items\\[[1]?[0-9]\\]\\.label": {
|
|
253
|
+
"type": "string",
|
|
254
|
+
"maxLength": 64
|
|
255
|
+
},
|
|
256
|
+
"^extensions\\[[0]\\]\\.contextMenus\\[[0-9]\\]\\.menus\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.items\\[[1]?[0-9]\\]\\.supertip\\.title": {
|
|
257
|
+
"type": "string",
|
|
258
|
+
"maxLength": 64
|
|
259
|
+
},
|
|
260
|
+
"^extensions\\[[0]\\]\\.contextMenus\\[[0-9]\\]\\.menus\\[[0-9]\\]\\.controls\\[[1]?[0-9]\\]\\.items\\[[1]?[0-9]\\]\\.supertip\\.description": {
|
|
261
|
+
"type": "string",
|
|
262
|
+
"maxLength": 250
|
|
263
|
+
},
|
|
232
264
|
"^copilotAgents\\.customEngineAgents\\[0\\]\\.disclaimer.text$": {
|
|
233
265
|
"type": "string",
|
|
234
266
|
"maxLength": 500
|