@microsoft/app-manifest 1.0.0-alpha.0d2dd4439.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 (106) hide show
  1. package/LICENSE +23 -0
  2. package/README.md +115 -0
  3. package/build/ManifestCommonProperties.d.ts +30 -0
  4. package/build/ManifestCommonProperties.js +5 -0
  5. package/build/ManifestCommonProperties.js.map +1 -0
  6. package/build/constants.d.ts +1 -0
  7. package/build/constants.js +7 -0
  8. package/build/constants.js.map +1 -0
  9. package/build/declarativeCopilotManifest.d.ts +67 -0
  10. package/build/declarativeCopilotManifest.js +15 -0
  11. package/build/declarativeCopilotManifest.js.map +1 -0
  12. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D0.d.ts +163 -0
  13. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D0.js +214 -0
  14. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D0.js.map +1 -0
  15. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D2.d.ts +185 -0
  16. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D2.js +220 -0
  17. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D2.js.map +1 -0
  18. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D3.d.ts +285 -0
  19. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D3.js +248 -0
  20. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D3.js.map +1 -0
  21. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D4.d.ts +292 -0
  22. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D4.js +259 -0
  23. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D4.js.map +1 -0
  24. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D1.d.ts +429 -0
  25. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D1.js +289 -0
  26. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D1.js.map +1 -0
  27. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D2.d.ts +439 -0
  28. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D2.js +298 -0
  29. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D2.js.map +1 -0
  30. package/build/generated-types/index.d.ts +174 -0
  31. package/build/generated-types/index.js +444 -0
  32. package/build/generated-types/index.js.map +1 -0
  33. package/build/generated-types/teams/TeamsManifestV1D0.d.ts +268 -0
  34. package/build/generated-types/teams/TeamsManifestV1D0.js +265 -0
  35. package/build/generated-types/teams/TeamsManifestV1D0.js.map +1 -0
  36. package/build/generated-types/teams/TeamsManifestV1D1.d.ts +268 -0
  37. package/build/generated-types/teams/TeamsManifestV1D1.js +266 -0
  38. package/build/generated-types/teams/TeamsManifestV1D1.js.map +1 -0
  39. package/build/generated-types/teams/TeamsManifestV1D10.d.ts +589 -0
  40. package/build/generated-types/teams/TeamsManifestV1D10.js +448 -0
  41. package/build/generated-types/teams/TeamsManifestV1D10.js.map +1 -0
  42. package/build/generated-types/teams/TeamsManifestV1D11.d.ts +603 -0
  43. package/build/generated-types/teams/TeamsManifestV1D11.js +447 -0
  44. package/build/generated-types/teams/TeamsManifestV1D11.js.map +1 -0
  45. package/build/generated-types/teams/TeamsManifestV1D12.d.ts +638 -0
  46. package/build/generated-types/teams/TeamsManifestV1D12.js +461 -0
  47. package/build/generated-types/teams/TeamsManifestV1D12.js.map +1 -0
  48. package/build/generated-types/teams/TeamsManifestV1D13.d.ts +640 -0
  49. package/build/generated-types/teams/TeamsManifestV1D13.js +461 -0
  50. package/build/generated-types/teams/TeamsManifestV1D13.js.map +1 -0
  51. package/build/generated-types/teams/TeamsManifestV1D14.d.ts +651 -0
  52. package/build/generated-types/teams/TeamsManifestV1D14.js +467 -0
  53. package/build/generated-types/teams/TeamsManifestV1D14.js.map +1 -0
  54. package/build/generated-types/teams/TeamsManifestV1D15.d.ts +656 -0
  55. package/build/generated-types/teams/TeamsManifestV1D15.js +468 -0
  56. package/build/generated-types/teams/TeamsManifestV1D15.js.map +1 -0
  57. package/build/generated-types/teams/TeamsManifestV1D16.d.ts +659 -0
  58. package/build/generated-types/teams/TeamsManifestV1D16.js +471 -0
  59. package/build/generated-types/teams/TeamsManifestV1D16.js.map +1 -0
  60. package/build/generated-types/teams/TeamsManifestV1D17.d.ts +1212 -0
  61. package/build/generated-types/teams/TeamsManifestV1D17.js +733 -0
  62. package/build/generated-types/teams/TeamsManifestV1D17.js.map +1 -0
  63. package/build/generated-types/teams/TeamsManifestV1D19.d.ts +1238 -0
  64. package/build/generated-types/teams/TeamsManifestV1D19.js +742 -0
  65. package/build/generated-types/teams/TeamsManifestV1D19.js.map +1 -0
  66. package/build/generated-types/teams/TeamsManifestV1D2.d.ts +268 -0
  67. package/build/generated-types/teams/TeamsManifestV1D2.js +266 -0
  68. package/build/generated-types/teams/TeamsManifestV1D2.js.map +1 -0
  69. package/build/generated-types/teams/TeamsManifestV1D20.d.ts +1420 -0
  70. package/build/generated-types/teams/TeamsManifestV1D20.js +818 -0
  71. package/build/generated-types/teams/TeamsManifestV1D20.js.map +1 -0
  72. package/build/generated-types/teams/TeamsManifestV1D3.d.ts +280 -0
  73. package/build/generated-types/teams/TeamsManifestV1D3.js +279 -0
  74. package/build/generated-types/teams/TeamsManifestV1D3.js.map +1 -0
  75. package/build/generated-types/teams/TeamsManifestV1D4.d.ts +333 -0
  76. package/build/generated-types/teams/TeamsManifestV1D4.js +316 -0
  77. package/build/generated-types/teams/TeamsManifestV1D4.js.map +1 -0
  78. package/build/generated-types/teams/TeamsManifestV1D5.d.ts +423 -0
  79. package/build/generated-types/teams/TeamsManifestV1D5.js +357 -0
  80. package/build/generated-types/teams/TeamsManifestV1D5.js.map +1 -0
  81. package/build/generated-types/teams/TeamsManifestV1D6.d.ts +428 -0
  82. package/build/generated-types/teams/TeamsManifestV1D6.js +359 -0
  83. package/build/generated-types/teams/TeamsManifestV1D6.js.map +1 -0
  84. package/build/generated-types/teams/TeamsManifestV1D7.d.ts +444 -0
  85. package/build/generated-types/teams/TeamsManifestV1D7.js +369 -0
  86. package/build/generated-types/teams/TeamsManifestV1D7.js.map +1 -0
  87. package/build/generated-types/teams/TeamsManifestV1D8.d.ts +466 -0
  88. package/build/generated-types/teams/TeamsManifestV1D8.js +386 -0
  89. package/build/generated-types/teams/TeamsManifestV1D8.js.map +1 -0
  90. package/build/generated-types/teams/TeamsManifestV1D9.d.ts +532 -0
  91. package/build/generated-types/teams/TeamsManifestV1D9.js +420 -0
  92. package/build/generated-types/teams/TeamsManifestV1D9.js.map +1 -0
  93. package/build/generated-types/teams/TeamsManifestVDevPreview.d.ts +2219 -0
  94. package/build/generated-types/teams/TeamsManifestVDevPreview.js +1090 -0
  95. package/build/generated-types/teams/TeamsManifestVDevPreview.js.map +1 -0
  96. package/build/index.d.ts +88 -0
  97. package/build/index.js +247 -0
  98. package/build/index.js.map +1 -0
  99. package/build/manifest.d.ts +521 -0
  100. package/build/manifest.js +61 -0
  101. package/build/manifest.js.map +1 -0
  102. package/build/pluginManifest.d.ts +143 -0
  103. package/build/pluginManifest.js +3 -0
  104. package/build/pluginManifest.js.map +1 -0
  105. package/build/tsconfig.tsbuildinfo +1 -0
  106. package/package.json +68 -0
@@ -0,0 +1,818 @@
1
+ "use strict";
2
+ // To parse this data:
3
+ //
4
+ // import { Convert, TeamsManifestV1D20 } from "./file";
5
+ //
6
+ // const teamsManifestV1D20 = Convert.toTeamsManifestV1D20(json);
7
+ //
8
+ // These functions will throw an error if the JSON doesn't
9
+ // match the expected interface, even if the JSON is valid.
10
+ Object.defineProperty(exports, "__esModule", { value: true });
11
+ exports.Convert = void 0;
12
+ // Converts JSON strings to/from your types
13
+ // and asserts the results of JSON.parse at runtime
14
+ class Convert {
15
+ static toTeamsManifestV1D20(json) {
16
+ return cast(JSON.parse(json), r("TeamsManifestV1D20"));
17
+ }
18
+ static teamsManifestV1D20ToJson(value) {
19
+ return JSON.stringify(uncast(value, r("TeamsManifestV1D20")), null, 4);
20
+ }
21
+ }
22
+ exports.Convert = Convert;
23
+ function invalidValue(typ, val, key, parent = '') {
24
+ const prettyTyp = prettyTypeName(typ);
25
+ const parentText = parent ? ` on ${parent}` : '';
26
+ const keyText = key ? ` for key "${key}"` : '';
27
+ throw Error(`Invalid value${keyText}${parentText}. Expected ${prettyTyp} but got ${JSON.stringify(val)}`);
28
+ }
29
+ function prettyTypeName(typ) {
30
+ if (Array.isArray(typ)) {
31
+ if (typ.length === 2 && typ[0] === undefined) {
32
+ return `an optional ${prettyTypeName(typ[1])}`;
33
+ }
34
+ else {
35
+ return `one of [${typ.map(a => { return prettyTypeName(a); }).join(", ")}]`;
36
+ }
37
+ }
38
+ else if (typeof typ === "object" && typ.literal !== undefined) {
39
+ return typ.literal;
40
+ }
41
+ else {
42
+ return typeof typ;
43
+ }
44
+ }
45
+ function jsonToJSProps(typ) {
46
+ if (typ.jsonToJS === undefined) {
47
+ const map = {};
48
+ typ.props.forEach((p) => map[p.json] = { key: p.js, typ: p.typ });
49
+ typ.jsonToJS = map;
50
+ }
51
+ return typ.jsonToJS;
52
+ }
53
+ function jsToJSONProps(typ) {
54
+ if (typ.jsToJSON === undefined) {
55
+ const map = {};
56
+ typ.props.forEach((p) => map[p.js] = { key: p.json, typ: p.typ });
57
+ typ.jsToJSON = map;
58
+ }
59
+ return typ.jsToJSON;
60
+ }
61
+ function transform(val, typ, getProps, key = '', parent = '') {
62
+ function transformPrimitive(typ, val) {
63
+ if (typeof typ === typeof val)
64
+ return val;
65
+ return invalidValue(typ, val, key, parent);
66
+ }
67
+ function transformUnion(typs, val) {
68
+ // val must validate against one typ in typs
69
+ const l = typs.length;
70
+ for (let i = 0; i < l; i++) {
71
+ const typ = typs[i];
72
+ try {
73
+ return transform(val, typ, getProps);
74
+ }
75
+ catch (_) { }
76
+ }
77
+ return invalidValue(typs, val, key, parent);
78
+ }
79
+ function transformEnum(cases, val) {
80
+ if (cases.indexOf(val) !== -1)
81
+ return val;
82
+ return invalidValue(cases.map(a => { return l(a); }), val, key, parent);
83
+ }
84
+ function transformArray(typ, val) {
85
+ // val must be an array with no invalid elements
86
+ if (!Array.isArray(val))
87
+ return invalidValue(l("array"), val, key, parent);
88
+ return val.map(el => transform(el, typ, getProps));
89
+ }
90
+ function transformDate(val) {
91
+ if (val === null) {
92
+ return null;
93
+ }
94
+ const d = new Date(val);
95
+ if (isNaN(d.valueOf())) {
96
+ return invalidValue(l("Date"), val, key, parent);
97
+ }
98
+ return d;
99
+ }
100
+ function transformObject(props, additional, val) {
101
+ if (val === null || typeof val !== "object" || Array.isArray(val)) {
102
+ return invalidValue(l(ref || "object"), val, key, parent);
103
+ }
104
+ const result = {};
105
+ Object.getOwnPropertyNames(props).forEach(key => {
106
+ const prop = props[key];
107
+ const v = Object.prototype.hasOwnProperty.call(val, key) ? val[key] : undefined;
108
+ result[prop.key] = transform(v, prop.typ, getProps, key, ref);
109
+ });
110
+ Object.getOwnPropertyNames(val).forEach(key => {
111
+ if (!Object.prototype.hasOwnProperty.call(props, key)) {
112
+ result[key] = transform(val[key], additional, getProps, key, ref);
113
+ }
114
+ });
115
+ return result;
116
+ }
117
+ if (typ === "any")
118
+ return val;
119
+ if (typ === null) {
120
+ if (val === null)
121
+ return val;
122
+ return invalidValue(typ, val, key, parent);
123
+ }
124
+ if (typ === false)
125
+ return invalidValue(typ, val, key, parent);
126
+ let ref = undefined;
127
+ while (typeof typ === "object" && typ.ref !== undefined) {
128
+ ref = typ.ref;
129
+ typ = typeMap[typ.ref];
130
+ }
131
+ if (Array.isArray(typ))
132
+ return transformEnum(typ, val);
133
+ if (typeof typ === "object") {
134
+ return typ.hasOwnProperty("unionMembers") ? transformUnion(typ.unionMembers, val)
135
+ : typ.hasOwnProperty("arrayItems") ? transformArray(typ.arrayItems, val)
136
+ : typ.hasOwnProperty("props") ? transformObject(getProps(typ), typ.additional, val)
137
+ : invalidValue(typ, val, key, parent);
138
+ }
139
+ // Numbers can be parsed by Date but shouldn't be.
140
+ if (typ === Date && typeof val !== "number")
141
+ return transformDate(val);
142
+ return transformPrimitive(typ, val);
143
+ }
144
+ function cast(val, typ) {
145
+ return transform(val, typ, jsonToJSProps);
146
+ }
147
+ function uncast(val, typ) {
148
+ return transform(val, typ, jsToJSONProps);
149
+ }
150
+ function l(typ) {
151
+ return { literal: typ };
152
+ }
153
+ function a(typ) {
154
+ return { arrayItems: typ };
155
+ }
156
+ function u(...typs) {
157
+ return { unionMembers: typs };
158
+ }
159
+ function o(props, additional) {
160
+ return { props, additional };
161
+ }
162
+ function m(additional) {
163
+ return { props: [], additional };
164
+ }
165
+ function r(name) {
166
+ return { ref: name };
167
+ }
168
+ const typeMap = {
169
+ "TeamsManifestV1D20": o([
170
+ { json: "$schema", js: "$schema", typ: u(undefined, "") },
171
+ { json: "manifestVersion", js: "manifestVersion", typ: r("ManifestVersion") },
172
+ { json: "version", js: "version", typ: "" },
173
+ { json: "id", js: "id", typ: "" },
174
+ { json: "localizationInfo", js: "localizationInfo", typ: u(undefined, r("LocalizationInfo")) },
175
+ { json: "developer", js: "developer", typ: r("Developer") },
176
+ { json: "name", js: "name", typ: r("NameClass") },
177
+ { json: "description", js: "description", typ: r("Description") },
178
+ { json: "icons", js: "icons", typ: r("Icons") },
179
+ { json: "accentColor", js: "accentColor", typ: "" },
180
+ { json: "configurableTabs", js: "configurableTabs", typ: u(undefined, a(r("ConfigurableTab"))) },
181
+ { json: "staticTabs", js: "staticTabs", typ: u(undefined, a(r("StaticTab"))) },
182
+ { json: "bots", js: "bots", typ: u(undefined, a(r("Bot"))) },
183
+ { json: "connectors", js: "connectors", typ: u(undefined, a(r("Connector"))) },
184
+ { json: "subscriptionOffer", js: "subscriptionOffer", typ: u(undefined, r("SubscriptionOffer")) },
185
+ { json: "composeExtensions", js: "composeExtensions", typ: u(undefined, a(r("ComposeExtension"))) },
186
+ { json: "permissions", js: "permissions", typ: u(undefined, a(r("Permission"))) },
187
+ { json: "devicePermissions", js: "devicePermissions", typ: u(undefined, a(r("DevicePermission"))) },
188
+ { json: "validDomains", js: "validDomains", typ: u(undefined, a("")) },
189
+ { json: "webApplicationInfo", js: "webApplicationInfo", typ: u(undefined, r("WebApplicationInfo")) },
190
+ { json: "graphConnector", js: "graphConnector", typ: u(undefined, r("GraphConnector")) },
191
+ { json: "showLoadingIndicator", js: "showLoadingIndicator", typ: u(undefined, true) },
192
+ { json: "isFullScreen", js: "isFullScreen", typ: u(undefined, true) },
193
+ { json: "activities", js: "activities", typ: u(undefined, r("Activities")) },
194
+ { json: "configurableProperties", js: "configurableProperties", typ: u(undefined, a(r("ConfigurableProperty"))) },
195
+ { json: "supportedChannelTypes", js: "supportedChannelTypes", typ: u(undefined, a(r("SupportedChannelType"))) },
196
+ { json: "defaultBlockUntilAdminAction", js: "defaultBlockUntilAdminAction", typ: u(undefined, true) },
197
+ { json: "publisherDocsUrl", js: "publisherDocsUrl", typ: u(undefined, "") },
198
+ { json: "defaultInstallScope", js: "defaultInstallScope", typ: u(undefined, r("DefaultInstallScope")) },
199
+ { json: "defaultGroupCapability", js: "defaultGroupCapability", typ: u(undefined, r("DefaultGroupCapability")) },
200
+ { json: "meetingExtensionDefinition", js: "meetingExtensionDefinition", typ: u(undefined, r("MeetingExtensionDefinition")) },
201
+ { json: "authorization", js: "authorization", typ: u(undefined, r("TeamsManifestV1D20Authorization")) },
202
+ { json: "extensions", js: "extensions", typ: u(undefined, a(r("ElementExtension"))) },
203
+ { json: "dashboardCards", js: "dashboardCards", typ: u(undefined, a(r("DashboardCard"))) },
204
+ { json: "copilotAgents", js: "copilotAgents", typ: u(undefined, r("CopilotAgents")) },
205
+ { json: "intuneInfo", js: "intuneInfo", typ: u(undefined, r("IntuneInfo")) },
206
+ { json: "elementRelationshipSet", js: "elementRelationshipSet", typ: u(undefined, r("ElementRelationshipSet")) },
207
+ ], false),
208
+ "Activities": o([
209
+ { json: "activityTypes", js: "activityTypes", typ: u(undefined, a(r("ActivityType"))) },
210
+ ], false),
211
+ "ActivityType": o([
212
+ { json: "type", js: "type", typ: "" },
213
+ { json: "description", js: "description", typ: "" },
214
+ { json: "templateText", js: "templateText", typ: "" },
215
+ ], false),
216
+ "TeamsManifestV1D20Authorization": o([
217
+ { json: "permissions", js: "permissions", typ: u(undefined, r("Permissions")) },
218
+ ], false),
219
+ "Permissions": o([
220
+ { json: "resourceSpecific", js: "resourceSpecific", typ: u(undefined, a(r("ResourceSpecific"))) },
221
+ ], false),
222
+ "ResourceSpecific": o([
223
+ { json: "name", js: "name", typ: "" },
224
+ { json: "type", js: "type", typ: r("ResourceSpecificType") },
225
+ ], false),
226
+ "Bot": o([
227
+ { json: "botId", js: "botId", typ: "" },
228
+ { json: "configuration", js: "configuration", typ: u(undefined, r("Configuration")) },
229
+ { json: "needsChannelSelector", js: "needsChannelSelector", typ: u(undefined, true) },
230
+ { json: "isNotificationOnly", js: "isNotificationOnly", typ: u(undefined, true) },
231
+ { json: "supportsFiles", js: "supportsFiles", typ: u(undefined, true) },
232
+ { json: "supportsCalling", js: "supportsCalling", typ: u(undefined, true) },
233
+ { json: "supportsVideo", js: "supportsVideo", typ: u(undefined, true) },
234
+ { json: "scopes", js: "scopes", typ: a(r("CommandListScope")) },
235
+ { json: "commandLists", js: "commandLists", typ: u(undefined, a(r("CommandList"))) },
236
+ { json: "requirementSet", js: "requirementSet", typ: u(undefined, r("ElementRequirementSet")) },
237
+ ], false),
238
+ "CommandList": o([
239
+ { json: "scopes", js: "scopes", typ: a(r("CommandListScope")) },
240
+ { json: "commands", js: "commands", typ: a(r("CommandListCommand")) },
241
+ ], false),
242
+ "CommandListCommand": o([
243
+ { json: "title", js: "title", typ: "" },
244
+ { json: "description", js: "description", typ: "" },
245
+ ], false),
246
+ "Configuration": o([
247
+ { json: "team", js: "team", typ: u(undefined, r("Team")) },
248
+ { json: "groupChat", js: "groupChat", typ: u(undefined, r("Team")) },
249
+ ], false),
250
+ "Team": o([
251
+ { json: "fetchTask", js: "fetchTask", typ: u(undefined, true) },
252
+ { json: "taskInfo", js: "taskInfo", typ: u(undefined, r("TaskInfo")) },
253
+ ], false),
254
+ "TaskInfo": o([
255
+ { json: "title", js: "title", typ: u(undefined, "") },
256
+ { json: "width", js: "width", typ: u(undefined, "") },
257
+ { json: "height", js: "height", typ: u(undefined, "") },
258
+ { json: "url", js: "url", typ: u(undefined, "") },
259
+ ], false),
260
+ "ElementRequirementSet": o([
261
+ { json: "hostMustSupportFunctionalities", js: "hostMustSupportFunctionalities", typ: a(r("HostFunctionality")) },
262
+ ], false),
263
+ "HostFunctionality": o([
264
+ { json: "name", js: "name", typ: r("HostMustSupportFunctionalityName") },
265
+ ], false),
266
+ "ComposeExtension": o([
267
+ { json: "id", js: "id", typ: u(undefined, "") },
268
+ { json: "botId", js: "botId", typ: u(undefined, "") },
269
+ { json: "composeExtensionType", js: "composeExtensionType", typ: u(undefined, r("ComposeExtensionType")) },
270
+ { json: "authorization", js: "authorization", typ: u(undefined, r("ComposeExtensionAuthorization")) },
271
+ { json: "apiSpecificationFile", js: "apiSpecificationFile", typ: u(undefined, "") },
272
+ { json: "canUpdateConfiguration", js: "canUpdateConfiguration", typ: u(undefined, u(true, null)) },
273
+ { json: "commands", js: "commands", typ: u(undefined, a(r("ComposeExtensionCommand"))) },
274
+ { json: "messageHandlers", js: "messageHandlers", typ: u(undefined, a(r("MessageHandler"))) },
275
+ { json: "requirementSet", js: "requirementSet", typ: u(undefined, r("ElementRequirementSet")) },
276
+ ], false),
277
+ "ComposeExtensionAuthorization": o([
278
+ { json: "authType", js: "authType", typ: u(undefined, r("AuthType")) },
279
+ { json: "microsoftEntraConfiguration", js: "microsoftEntraConfiguration", typ: u(undefined, r("MicrosoftEntraConfiguration")) },
280
+ { json: "apiSecretServiceAuthConfiguration", js: "apiSecretServiceAuthConfiguration", typ: u(undefined, r("APISecretServiceAuthConfiguration")) },
281
+ ], false),
282
+ "APISecretServiceAuthConfiguration": o([
283
+ { json: "apiSecretRegistrationId", js: "apiSecretRegistrationId", typ: u(undefined, "") },
284
+ ], false),
285
+ "MicrosoftEntraConfiguration": o([
286
+ { json: "supportsSingleSignOn", js: "supportsSingleSignOn", typ: u(undefined, true) },
287
+ ], false),
288
+ "ComposeExtensionCommand": o([
289
+ { json: "id", js: "id", typ: "" },
290
+ { json: "type", js: "type", typ: u(undefined, r("CommandType")) },
291
+ { json: "samplePrompts", js: "samplePrompts", typ: u(undefined, a(r("SamplePrompt"))) },
292
+ { json: "apiResponseRenderingTemplateFile", js: "apiResponseRenderingTemplateFile", typ: u(undefined, "") },
293
+ { json: "context", js: "context", typ: u(undefined, a(r("CommandContext"))) },
294
+ { json: "title", js: "title", typ: "" },
295
+ { json: "description", js: "description", typ: u(undefined, "") },
296
+ { json: "initialRun", js: "initialRun", typ: u(undefined, true) },
297
+ { json: "fetchTask", js: "fetchTask", typ: u(undefined, true) },
298
+ { json: "semanticDescription", js: "semanticDescription", typ: u(undefined, "") },
299
+ { json: "parameters", js: "parameters", typ: u(undefined, a(r("Parameter"))) },
300
+ { json: "taskInfo", js: "taskInfo", typ: u(undefined, r("TaskInfo")) },
301
+ ], false),
302
+ "Parameter": o([
303
+ { json: "name", js: "name", typ: "" },
304
+ { json: "inputType", js: "inputType", typ: u(undefined, r("InputType")) },
305
+ { json: "title", js: "title", typ: "" },
306
+ { json: "description", js: "description", typ: u(undefined, "") },
307
+ { json: "value", js: "value", typ: u(undefined, "") },
308
+ { json: "isRequired", js: "isRequired", typ: u(undefined, true) },
309
+ { json: "semanticDescription", js: "semanticDescription", typ: u(undefined, "") },
310
+ { json: "choices", js: "choices", typ: u(undefined, a(r("Choice"))) },
311
+ ], false),
312
+ "Choice": o([
313
+ { json: "title", js: "title", typ: "" },
314
+ { json: "value", js: "value", typ: "" },
315
+ ], false),
316
+ "SamplePrompt": o([
317
+ { json: "text", js: "text", typ: "" },
318
+ ], false),
319
+ "MessageHandler": o([
320
+ { json: "type", js: "type", typ: r("MessageHandlerType") },
321
+ { json: "value", js: "value", typ: r("Value") },
322
+ ], false),
323
+ "Value": o([
324
+ { json: "domains", js: "domains", typ: u(undefined, a("")) },
325
+ { json: "supportsAnonymizedPayloads", js: "supportsAnonymizedPayloads", typ: u(undefined, true) },
326
+ ], false),
327
+ "ConfigurableTab": o([
328
+ { json: "id", js: "id", typ: u(undefined, "") },
329
+ { json: "configurationUrl", js: "configurationUrl", typ: "" },
330
+ { json: "canUpdateConfiguration", js: "canUpdateConfiguration", typ: u(undefined, true) },
331
+ { json: "scopes", js: "scopes", typ: a(r("ConfigurableTabScope")) },
332
+ { json: "meetingSurfaces", js: "meetingSurfaces", typ: u(undefined, a(r("MeetingSurface"))) },
333
+ { json: "context", js: "context", typ: u(undefined, a(r("ConfigurableTabContext"))) },
334
+ { json: "sharePointPreviewImage", js: "sharePointPreviewImage", typ: u(undefined, "") },
335
+ { json: "supportedSharePointHosts", js: "supportedSharePointHosts", typ: u(undefined, a(r("SupportedSharePointHost"))) },
336
+ ], false),
337
+ "Connector": o([
338
+ { json: "connectorId", js: "connectorId", typ: "" },
339
+ { json: "configurationUrl", js: "configurationUrl", typ: u(undefined, "") },
340
+ { json: "scopes", js: "scopes", typ: a(r("ConnectorScope")) },
341
+ ], false),
342
+ "CopilotAgents": o([
343
+ { json: "declarativeAgents", js: "declarativeAgents", typ: u(undefined, a(r("DeclarativeAgentRef"))) },
344
+ { json: "customEngineAgents", js: "customEngineAgents", typ: u(undefined, a(r("CustomEngineAgent"))) },
345
+ ], false),
346
+ "CustomEngineAgent": o([
347
+ { json: "id", js: "id", typ: "" },
348
+ { json: "type", js: "type", typ: r("SourceTypeEnum") },
349
+ ], false),
350
+ "DeclarativeAgentRef": o([
351
+ { json: "id", js: "id", typ: "" },
352
+ { json: "file", js: "file", typ: "" },
353
+ ], false),
354
+ "DashboardCard": o([
355
+ { json: "id", js: "id", typ: "" },
356
+ { json: "displayName", js: "displayName", typ: "" },
357
+ { json: "description", js: "description", typ: "" },
358
+ { json: "pickerGroupId", js: "pickerGroupId", typ: "" },
359
+ { json: "icon", js: "icon", typ: u(undefined, r("DashboardCardIcon")) },
360
+ { json: "contentSource", js: "contentSource", typ: r("DashboardCardContentSource") },
361
+ { json: "defaultSize", js: "defaultSize", typ: r("DefaultSize") },
362
+ ], false),
363
+ "DashboardCardContentSource": o([
364
+ { json: "sourceType", js: "sourceType", typ: u(undefined, r("SourceTypeEnum")) },
365
+ { json: "botConfiguration", js: "botConfiguration", typ: u(undefined, r("BotConfiguration")) },
366
+ ], false),
367
+ "BotConfiguration": o([
368
+ { json: "botId", js: "botId", typ: u(undefined, "") },
369
+ ], false),
370
+ "DashboardCardIcon": o([
371
+ { json: "iconUrl", js: "iconUrl", typ: u(undefined, "") },
372
+ { json: "officeUIFabricIconName", js: "officeUIFabricIconName", typ: u(undefined, "") },
373
+ ], false),
374
+ "DefaultGroupCapability": o([
375
+ { json: "team", js: "team", typ: u(undefined, r("Groupchat")) },
376
+ { json: "groupchat", js: "groupchat", typ: u(undefined, r("Groupchat")) },
377
+ { json: "meetings", js: "meetings", typ: u(undefined, r("Groupchat")) },
378
+ ], false),
379
+ "Description": o([
380
+ { json: "short", js: "short", typ: "" },
381
+ { json: "full", js: "full", typ: "" },
382
+ ], false),
383
+ "Developer": o([
384
+ { json: "name", js: "name", typ: "" },
385
+ { json: "mpnId", js: "mpnId", typ: u(undefined, "") },
386
+ { json: "websiteUrl", js: "websiteUrl", typ: "" },
387
+ { json: "privacyUrl", js: "privacyUrl", typ: "" },
388
+ { json: "termsOfUseUrl", js: "termsOfUseUrl", typ: "" },
389
+ ], false),
390
+ "ElementRelationshipSet": o([
391
+ { json: "oneWayDependencies", js: "oneWayDependencies", typ: u(undefined, a(r("OneWayDependency"))) },
392
+ { json: "mutualDependencies", js: "mutualDependencies", typ: u(undefined, a(a(r("ElementReference")))) },
393
+ ], false),
394
+ "ElementReference": o([
395
+ { json: "name", js: "name", typ: r("MutualDependencyName") },
396
+ { json: "id", js: "id", typ: "" },
397
+ { json: "commandIds", js: "commandIds", typ: u(undefined, a("")) },
398
+ ], false),
399
+ "OneWayDependency": o([
400
+ { json: "element", js: "element", typ: r("ElementReference") },
401
+ { json: "dependsOn", js: "dependsOn", typ: a(r("ElementReference")) },
402
+ ], false),
403
+ "ElementExtension": o([
404
+ { json: "requirements", js: "requirements", typ: u(undefined, r("RequirementsExtensionElement")) },
405
+ { json: "runtimes", js: "runtimes", typ: u(undefined, a(r("ExtensionRuntimesArray"))) },
406
+ { json: "ribbons", js: "ribbons", typ: u(undefined, a(r("ExtensionRibbonsArray"))) },
407
+ { json: "autoRunEvents", js: "autoRunEvents", typ: u(undefined, a(r("ExtensionAutoRunEventsArray"))) },
408
+ { json: "alternates", js: "alternates", typ: u(undefined, a(r("ExtensionAlternateVersionsArray"))) },
409
+ { json: "audienceClaimUrl", js: "audienceClaimUrl", typ: u(undefined, "") },
410
+ ], false),
411
+ "ExtensionAlternateVersionsArray": o([
412
+ { json: "requirements", js: "requirements", typ: u(undefined, r("RequirementsExtensionElement")) },
413
+ { json: "prefer", js: "prefer", typ: u(undefined, r("Prefer")) },
414
+ { json: "hide", js: "hide", typ: u(undefined, r("Hide")) },
415
+ { json: "alternateIcons", js: "alternateIcons", typ: u(undefined, r("AlternateIcons")) },
416
+ ], false),
417
+ "AlternateIcons": o([
418
+ { json: "icon", js: "icon", typ: r("ExtensionCommonIcon") },
419
+ { json: "highResolutionIcon", js: "highResolutionIcon", typ: r("ExtensionCommonIcon") },
420
+ ], false),
421
+ "ExtensionCommonIcon": o([
422
+ { json: "size", js: "size", typ: 3.14 },
423
+ { json: "url", js: "url", typ: "" },
424
+ ], false),
425
+ "Hide": o([
426
+ { json: "storeOfficeAddin", js: "storeOfficeAddin", typ: u(undefined, r("StoreOfficeAddin")) },
427
+ { json: "customOfficeAddin", js: "customOfficeAddin", typ: u(undefined, r("CustomOfficeAddin")) },
428
+ ], "any"),
429
+ "CustomOfficeAddin": o([
430
+ { json: "officeAddinId", js: "officeAddinId", typ: "" },
431
+ ], false),
432
+ "StoreOfficeAddin": o([
433
+ { json: "officeAddinId", js: "officeAddinId", typ: "" },
434
+ { json: "assetId", js: "assetId", typ: "" },
435
+ ], false),
436
+ "Prefer": o([
437
+ { json: "comAddin", js: "comAddin", typ: u(undefined, r("COMAddin")) },
438
+ ], "any"),
439
+ "COMAddin": o([
440
+ { json: "progId", js: "progId", typ: "" },
441
+ ], false),
442
+ "RequirementsExtensionElement": o([
443
+ { json: "capabilities", js: "capabilities", typ: u(undefined, a(r("Capability"))) },
444
+ { json: "scopes", js: "scopes", typ: u(undefined, a(r("RequirementsScope"))) },
445
+ { json: "formFactors", js: "formFactors", typ: u(undefined, a(r("FormFactor"))) },
446
+ ], false),
447
+ "Capability": o([
448
+ { json: "name", js: "name", typ: "" },
449
+ { json: "minVersion", js: "minVersion", typ: u(undefined, "") },
450
+ { json: "maxVersion", js: "maxVersion", typ: u(undefined, "") },
451
+ ], false),
452
+ "ExtensionAutoRunEventsArray": o([
453
+ { json: "requirements", js: "requirements", typ: u(undefined, r("RequirementsExtensionElement")) },
454
+ { json: "events", js: "events", typ: a(r("Event")) },
455
+ ], false),
456
+ "Event": o([
457
+ { json: "type", js: "type", typ: "" },
458
+ { json: "actionId", js: "actionId", typ: "" },
459
+ { json: "options", js: "options", typ: u(undefined, r("Options")) },
460
+ ], false),
461
+ "Options": o([
462
+ { json: "sendMode", js: "sendMode", typ: r("SendMode") },
463
+ ], false),
464
+ "ExtensionRibbonsArray": o([
465
+ { json: "requirements", js: "requirements", typ: u(undefined, r("RequirementsExtensionElement")) },
466
+ { json: "contexts", js: "contexts", typ: u(undefined, a(r("ExtensionContext"))) },
467
+ { json: "tabs", js: "tabs", typ: a(r("ExtensionRibbonsArrayTabsItem")) },
468
+ { json: "fixedControls", js: "fixedControls", typ: u(undefined, a(r("ExtensionRibbonsArrayFixedControlItem"))) },
469
+ { json: "spamPreProcessingDialog", js: "spamPreProcessingDialog", typ: u(undefined, r("ExtensionRibbonsSpamPreProcessingDialog")) },
470
+ ], false),
471
+ "ExtensionRibbonsArrayFixedControlItem": o([
472
+ { json: "id", js: "id", typ: "" },
473
+ { json: "type", js: "type", typ: r("FixedControlType") },
474
+ { json: "label", js: "label", typ: "" },
475
+ { json: "icons", js: "icons", typ: a(r("ExtensionCommonIcon")) },
476
+ { json: "supertip", js: "supertip", typ: r("ExtensionCommonSuperToolTip") },
477
+ { json: "actionId", js: "actionId", typ: "" },
478
+ { json: "enabled", js: "enabled", typ: true },
479
+ ], false),
480
+ "ExtensionCommonSuperToolTip": o([
481
+ { json: "title", js: "title", typ: "" },
482
+ { json: "description", js: "description", typ: "" },
483
+ ], false),
484
+ "ExtensionRibbonsSpamPreProcessingDialog": o([
485
+ { json: "title", js: "title", typ: "" },
486
+ { json: "description", js: "description", typ: "" },
487
+ { json: "spamReportingOptions", js: "spamReportingOptions", typ: u(undefined, r("SpamReportingOptions")) },
488
+ { json: "spamFreeTextSectionTitle", js: "spamFreeTextSectionTitle", typ: u(undefined, "") },
489
+ { json: "spamMoreInfo", js: "spamMoreInfo", typ: u(undefined, r("SpamMoreInfo")) },
490
+ ], false),
491
+ "SpamMoreInfo": o([
492
+ { json: "text", js: "text", typ: "" },
493
+ { json: "url", js: "url", typ: "" },
494
+ ], "any"),
495
+ "SpamReportingOptions": o([
496
+ { json: "title", js: "title", typ: "" },
497
+ { json: "options", js: "options", typ: a("") },
498
+ ], "any"),
499
+ "ExtensionRibbonsArrayTabsItem": o([
500
+ { json: "id", js: "id", typ: u(undefined, "") },
501
+ { json: "label", js: "label", typ: u(undefined, "") },
502
+ { json: "position", js: "position", typ: u(undefined, r("Position")) },
503
+ { json: "builtInTabId", js: "builtInTabId", typ: u(undefined, "") },
504
+ { json: "groups", js: "groups", typ: u(undefined, a(r("ExtensionRibbonsCustomTabGroupsItem"))) },
505
+ { json: "customMobileRibbonGroups", js: "customMobileRibbonGroups", typ: u(undefined, a(r("ExtensionRibbonsCustomMobileGroupItem"))) },
506
+ ], false),
507
+ "ExtensionRibbonsCustomMobileGroupItem": o([
508
+ { json: "id", js: "id", typ: "" },
509
+ { json: "label", js: "label", typ: "" },
510
+ { json: "controls", js: "controls", typ: a(r("ExtensionRibbonsCustomMobileControlButtonItem")) },
511
+ ], "any"),
512
+ "ExtensionRibbonsCustomMobileControlButtonItem": o([
513
+ { json: "id", js: "id", typ: "" },
514
+ { json: "type", js: "type", typ: r("PurpleType") },
515
+ { json: "label", js: "label", typ: "" },
516
+ { json: "icons", js: "icons", typ: a(r("ExtensionCustomMobileIcon")) },
517
+ { json: "actionId", js: "actionId", typ: "" },
518
+ ], "any"),
519
+ "ExtensionCustomMobileIcon": o([
520
+ { json: "size", js: "size", typ: 3.14 },
521
+ { json: "url", js: "url", typ: "" },
522
+ { json: "scale", js: "scale", typ: 3.14 },
523
+ ], false),
524
+ "ExtensionRibbonsCustomTabGroupsItem": o([
525
+ { json: "id", js: "id", typ: u(undefined, "") },
526
+ { json: "label", js: "label", typ: u(undefined, "") },
527
+ { json: "icons", js: "icons", typ: u(undefined, a(r("ExtensionCommonIcon"))) },
528
+ { json: "controls", js: "controls", typ: u(undefined, a(r("ExtensionCommonCustomGroupControlsItem"))) },
529
+ { json: "builtInGroupId", js: "builtInGroupId", typ: u(undefined, "") },
530
+ ], false),
531
+ "ExtensionCommonCustomGroupControlsItem": o([
532
+ { json: "id", js: "id", typ: "" },
533
+ { json: "type", js: "type", typ: r("FluffyType") },
534
+ { json: "builtInControlId", js: "builtInControlId", typ: u(undefined, "") },
535
+ { json: "label", js: "label", typ: "" },
536
+ { json: "icons", js: "icons", typ: a(r("ExtensionCommonIcon")) },
537
+ { json: "supertip", js: "supertip", typ: r("ExtensionCommonSuperToolTip") },
538
+ { json: "actionId", js: "actionId", typ: u(undefined, "") },
539
+ { json: "overriddenByRibbonApi", js: "overriddenByRibbonApi", typ: u(undefined, true) },
540
+ { json: "enabled", js: "enabled", typ: u(undefined, true) },
541
+ { json: "items", js: "items", typ: u(undefined, a(r("ExtensionCommonCustomControlMenuItem"))) },
542
+ ], false),
543
+ "ExtensionCommonCustomControlMenuItem": o([
544
+ { json: "id", js: "id", typ: "" },
545
+ { json: "type", js: "type", typ: r("ItemType") },
546
+ { json: "label", js: "label", typ: "" },
547
+ { json: "icons", js: "icons", typ: u(undefined, a(r("ExtensionCommonIcon"))) },
548
+ { json: "supertip", js: "supertip", typ: r("ExtensionCommonSuperToolTip") },
549
+ { json: "actionId", js: "actionId", typ: "" },
550
+ { json: "enabled", js: "enabled", typ: u(undefined, true) },
551
+ { json: "overriddenByRibbonApi", js: "overriddenByRibbonApi", typ: u(undefined, true) },
552
+ ], false),
553
+ "Position": o([
554
+ { json: "builtInTabId", js: "builtInTabId", typ: "" },
555
+ { json: "align", js: "align", typ: r("Align") },
556
+ ], false),
557
+ "ExtensionRuntimesArray": o([
558
+ { json: "requirements", js: "requirements", typ: u(undefined, r("RequirementsExtensionElement")) },
559
+ { json: "id", js: "id", typ: "" },
560
+ { json: "type", js: "type", typ: u(undefined, r("RuntimeType")) },
561
+ { json: "code", js: "code", typ: r("ExtensionRuntimeCode") },
562
+ { json: "lifetime", js: "lifetime", typ: u(undefined, r("Lifetime")) },
563
+ { json: "actions", js: "actions", typ: u(undefined, a(r("ExtensionRuntimesActionsItem"))) },
564
+ ], false),
565
+ "ExtensionRuntimesActionsItem": o([
566
+ { json: "id", js: "id", typ: "" },
567
+ { json: "type", js: "type", typ: r("ActionType") },
568
+ { json: "displayName", js: "displayName", typ: u(undefined, "") },
569
+ { json: "pinnable", js: "pinnable", typ: u(undefined, true) },
570
+ { json: "view", js: "view", typ: u(undefined, "") },
571
+ { json: "multiselect", js: "multiselect", typ: u(undefined, true) },
572
+ { json: "supportsNoItemContext", js: "supportsNoItemContext", typ: u(undefined, true) },
573
+ ], false),
574
+ "ExtensionRuntimeCode": o([
575
+ { json: "page", js: "page", typ: "" },
576
+ { json: "script", js: "script", typ: u(undefined, "") },
577
+ ], false),
578
+ "GraphConnector": o([
579
+ { json: "notificationUrl", js: "notificationUrl", typ: "" },
580
+ ], false),
581
+ "Icons": o([
582
+ { json: "outline", js: "outline", typ: "" },
583
+ { json: "color", js: "color", typ: "" },
584
+ ], false),
585
+ "IntuneInfo": o([
586
+ { json: "supportedMobileAppManagementVersion", js: "supportedMobileAppManagementVersion", typ: u(undefined, "") },
587
+ ], false),
588
+ "LocalizationInfo": o([
589
+ { json: "defaultLanguageTag", js: "defaultLanguageTag", typ: "" },
590
+ { json: "defaultLanguageFile", js: "defaultLanguageFile", typ: u(undefined, "") },
591
+ { json: "additionalLanguages", js: "additionalLanguages", typ: u(undefined, a(r("AdditionalLanguage"))) },
592
+ ], false),
593
+ "AdditionalLanguage": o([
594
+ { json: "languageTag", js: "languageTag", typ: "" },
595
+ { json: "file", js: "file", typ: "" },
596
+ ], false),
597
+ "MeetingExtensionDefinition": o([
598
+ { json: "scenes", js: "scenes", typ: u(undefined, a(r("Scene"))) },
599
+ { json: "supportsStreaming", js: "supportsStreaming", typ: u(undefined, true) },
600
+ { json: "supportsAnonymousGuestUsers", js: "supportsAnonymousGuestUsers", typ: u(undefined, true) },
601
+ ], false),
602
+ "Scene": o([
603
+ { json: "id", js: "id", typ: "" },
604
+ { json: "name", js: "name", typ: "" },
605
+ { json: "file", js: "file", typ: "" },
606
+ { json: "preview", js: "preview", typ: "" },
607
+ { json: "maxAudience", js: "maxAudience", typ: 0 },
608
+ { json: "seatsReservedForOrganizersOrPresenters", js: "seatsReservedForOrganizersOrPresenters", typ: 0 },
609
+ ], false),
610
+ "NameClass": o([
611
+ { json: "short", js: "short", typ: "" },
612
+ { json: "full", js: "full", typ: u(undefined, "") },
613
+ ], false),
614
+ "StaticTab": o([
615
+ { json: "entityId", js: "entityId", typ: "" },
616
+ { json: "name", js: "name", typ: u(undefined, "") },
617
+ { json: "contentUrl", js: "contentUrl", typ: u(undefined, "") },
618
+ { json: "contentBotId", js: "contentBotId", typ: u(undefined, "") },
619
+ { json: "websiteUrl", js: "websiteUrl", typ: u(undefined, "") },
620
+ { json: "searchUrl", js: "searchUrl", typ: u(undefined, "") },
621
+ { json: "scopes", js: "scopes", typ: a(r("CommandListScope")) },
622
+ { json: "context", js: "context", typ: u(undefined, a(r("StaticTabContext"))) },
623
+ { json: "requirementSet", js: "requirementSet", typ: u(undefined, r("ElementRequirementSet")) },
624
+ ], false),
625
+ "SubscriptionOffer": o([
626
+ { json: "offerId", js: "offerId", typ: "" },
627
+ ], false),
628
+ "WebApplicationInfo": o([
629
+ { json: "id", js: "id", typ: "" },
630
+ { json: "resource", js: "resource", typ: u(undefined, "") },
631
+ ], false),
632
+ "ResourceSpecificType": [
633
+ "Application",
634
+ "Delegated",
635
+ ],
636
+ "CommandListScope": [
637
+ "groupChat",
638
+ "personal",
639
+ "team",
640
+ ],
641
+ "HostMustSupportFunctionalityName": [
642
+ "dialogAdaptiveCard",
643
+ "dialogAdaptiveCardBot",
644
+ "dialogUrl",
645
+ "dialogUrlBot",
646
+ ],
647
+ "AuthType": [
648
+ "apiSecretServiceAuth",
649
+ "microsoftEntra",
650
+ "none",
651
+ ],
652
+ "CommandContext": [
653
+ "commandBox",
654
+ "compose",
655
+ "message",
656
+ ],
657
+ "InputType": [
658
+ "choiceset",
659
+ "date",
660
+ "number",
661
+ "text",
662
+ "textarea",
663
+ "time",
664
+ "toggle",
665
+ ],
666
+ "CommandType": [
667
+ "action",
668
+ "query",
669
+ ],
670
+ "ComposeExtensionType": [
671
+ "apiBased",
672
+ "botBased",
673
+ ],
674
+ "MessageHandlerType": [
675
+ "link",
676
+ ],
677
+ "ConfigurableProperty": [
678
+ "accentColor",
679
+ "developerUrl",
680
+ "largeImageUrl",
681
+ "longDescription",
682
+ "name",
683
+ "privacyUrl",
684
+ "shortDescription",
685
+ "smallImageUrl",
686
+ "termsOfUseUrl",
687
+ ],
688
+ "ConfigurableTabContext": [
689
+ "channelTab",
690
+ "meetingChatTab",
691
+ "meetingDetailsTab",
692
+ "meetingSidePanel",
693
+ "meetingStage",
694
+ "personalTab",
695
+ "privateChatTab",
696
+ ],
697
+ "MeetingSurface": [
698
+ "sidePanel",
699
+ "stage",
700
+ ],
701
+ "ConfigurableTabScope": [
702
+ "groupChat",
703
+ "team",
704
+ ],
705
+ "SupportedSharePointHost": [
706
+ "sharePointFullPage",
707
+ "sharePointWebPart",
708
+ ],
709
+ "ConnectorScope": [
710
+ "team",
711
+ ],
712
+ "SourceTypeEnum": [
713
+ "bot",
714
+ ],
715
+ "DefaultSize": [
716
+ "large",
717
+ "medium",
718
+ ],
719
+ "Groupchat": [
720
+ "bot",
721
+ "connector",
722
+ "tab",
723
+ ],
724
+ "DefaultInstallScope": [
725
+ "groupChat",
726
+ "meetings",
727
+ "personal",
728
+ "team",
729
+ ],
730
+ "DevicePermission": [
731
+ "geolocation",
732
+ "midi",
733
+ "media",
734
+ "notifications",
735
+ "openExternal",
736
+ ],
737
+ "MutualDependencyName": [
738
+ "bots",
739
+ "composeExtensions",
740
+ "configurableTabs",
741
+ "staticTabs",
742
+ ],
743
+ "FormFactor": [
744
+ "desktop",
745
+ "mobile",
746
+ ],
747
+ "RequirementsScope": [
748
+ "document",
749
+ "mail",
750
+ "presentation",
751
+ "workbook",
752
+ ],
753
+ "SendMode": [
754
+ "block",
755
+ "promptUser",
756
+ "softBlock",
757
+ ],
758
+ "ExtensionContext": [
759
+ "default",
760
+ "logEventMeetingDetailsAttendee",
761
+ "mailCompose",
762
+ "mailRead",
763
+ "meetingDetailsAttendee",
764
+ "meetingDetailsOrganizer",
765
+ "onlineMeetingDetailsOrganizer",
766
+ "spamReportingOverride",
767
+ ],
768
+ "FixedControlType": [
769
+ "button",
770
+ ],
771
+ "PurpleType": [
772
+ "mobileButton",
773
+ ],
774
+ "ItemType": [
775
+ "menuItem",
776
+ ],
777
+ "FluffyType": [
778
+ "button",
779
+ "menu",
780
+ ],
781
+ "Align": [
782
+ "after",
783
+ "before",
784
+ ],
785
+ "ActionType": [
786
+ "executeFunction",
787
+ "openPage",
788
+ ],
789
+ "Lifetime": [
790
+ "long",
791
+ "short",
792
+ ],
793
+ "RuntimeType": [
794
+ "general",
795
+ ],
796
+ "ManifestVersion": [
797
+ "1.20",
798
+ ],
799
+ "Permission": [
800
+ "identity",
801
+ "messageTeamMembers",
802
+ ],
803
+ "StaticTabContext": [
804
+ "channelTab",
805
+ "meetingChatTab",
806
+ "meetingDetailsTab",
807
+ "meetingSidePanel",
808
+ "meetingStage",
809
+ "personalTab",
810
+ "privateChatTab",
811
+ "teamLevelApp",
812
+ ],
813
+ "SupportedChannelType": [
814
+ "privateChannels",
815
+ "sharedChannels",
816
+ ],
817
+ };
818
+ //# sourceMappingURL=TeamsManifestV1D20.js.map