@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,742 @@
1
+ "use strict";
2
+ // To parse this data:
3
+ //
4
+ // import { Convert, TeamsManifestV1D19 } from "./file";
5
+ //
6
+ // const teamsManifestV1D19 = Convert.toTeamsManifestV1D19(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 toTeamsManifestV1D19(json) {
16
+ return cast(JSON.parse(json), r("TeamsManifestV1D19"));
17
+ }
18
+ static teamsManifestV1D19ToJson(value) {
19
+ return JSON.stringify(uncast(value, r("TeamsManifestV1D19")), 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
+ "TeamsManifestV1D19": 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("Name") },
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("TeamsManifestV1D19Authorization")) },
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
+ ], false),
206
+ "Activities": o([
207
+ { json: "activityTypes", js: "activityTypes", typ: u(undefined, a(r("ActivityType"))) },
208
+ ], false),
209
+ "ActivityType": o([
210
+ { json: "type", js: "type", typ: "" },
211
+ { json: "description", js: "description", typ: "" },
212
+ { json: "templateText", js: "templateText", typ: "" },
213
+ ], false),
214
+ "TeamsManifestV1D19Authorization": o([
215
+ { json: "permissions", js: "permissions", typ: u(undefined, r("Permissions")) },
216
+ ], false),
217
+ "Permissions": o([
218
+ { json: "resourceSpecific", js: "resourceSpecific", typ: u(undefined, a(r("ResourceSpecific"))) },
219
+ ], false),
220
+ "ResourceSpecific": o([
221
+ { json: "name", js: "name", typ: "" },
222
+ { json: "type", js: "type", typ: r("ResourceSpecificType") },
223
+ ], false),
224
+ "Bot": o([
225
+ { json: "botId", js: "botId", typ: "" },
226
+ { json: "configuration", js: "configuration", typ: u(undefined, r("Configuration")) },
227
+ { json: "needsChannelSelector", js: "needsChannelSelector", typ: u(undefined, true) },
228
+ { json: "isNotificationOnly", js: "isNotificationOnly", typ: u(undefined, true) },
229
+ { json: "supportsFiles", js: "supportsFiles", typ: u(undefined, true) },
230
+ { json: "supportsCalling", js: "supportsCalling", typ: u(undefined, true) },
231
+ { json: "supportsVideo", js: "supportsVideo", typ: u(undefined, true) },
232
+ { json: "scopes", js: "scopes", typ: a(r("CommandListScope")) },
233
+ { json: "commandLists", js: "commandLists", typ: u(undefined, a(r("CommandList"))) },
234
+ ], false),
235
+ "CommandList": o([
236
+ { json: "scopes", js: "scopes", typ: a(r("CommandListScope")) },
237
+ { json: "commands", js: "commands", typ: a(r("CommandListCommand")) },
238
+ ], false),
239
+ "CommandListCommand": o([
240
+ { json: "title", js: "title", typ: "" },
241
+ { json: "description", js: "description", typ: "" },
242
+ ], false),
243
+ "Configuration": o([
244
+ { json: "team", js: "team", typ: u(undefined, r("Team")) },
245
+ { json: "groupChat", js: "groupChat", typ: u(undefined, r("Team")) },
246
+ ], false),
247
+ "Team": o([
248
+ { json: "fetchTask", js: "fetchTask", typ: u(undefined, true) },
249
+ { json: "taskInfo", js: "taskInfo", typ: u(undefined, r("TaskInfo")) },
250
+ ], false),
251
+ "TaskInfo": o([
252
+ { json: "title", js: "title", typ: u(undefined, "") },
253
+ { json: "width", js: "width", typ: u(undefined, "") },
254
+ { json: "height", js: "height", typ: u(undefined, "") },
255
+ { json: "url", js: "url", typ: u(undefined, "") },
256
+ ], false),
257
+ "ComposeExtension": o([
258
+ { json: "botId", js: "botId", typ: u(undefined, "") },
259
+ { json: "composeExtensionType", js: "composeExtensionType", typ: u(undefined, r("ComposeExtensionType")) },
260
+ { json: "authorization", js: "authorization", typ: u(undefined, r("ComposeExtensionAuthorization")) },
261
+ { json: "apiSpecificationFile", js: "apiSpecificationFile", typ: u(undefined, "") },
262
+ { json: "canUpdateConfiguration", js: "canUpdateConfiguration", typ: u(undefined, u(true, null)) },
263
+ { json: "commands", js: "commands", typ: u(undefined, a(r("ComposeExtensionCommand"))) },
264
+ { json: "messageHandlers", js: "messageHandlers", typ: u(undefined, a(r("MessageHandler"))) },
265
+ ], false),
266
+ "ComposeExtensionAuthorization": o([
267
+ { json: "authType", js: "authType", typ: u(undefined, r("AuthType")) },
268
+ { json: "microsoftEntraConfiguration", js: "microsoftEntraConfiguration", typ: u(undefined, r("MicrosoftEntraConfiguration")) },
269
+ { json: "apiSecretServiceAuthConfiguration", js: "apiSecretServiceAuthConfiguration", typ: u(undefined, r("APISecretServiceAuthConfiguration")) },
270
+ ], false),
271
+ "APISecretServiceAuthConfiguration": o([
272
+ { json: "apiSecretRegistrationId", js: "apiSecretRegistrationId", typ: u(undefined, "") },
273
+ ], false),
274
+ "MicrosoftEntraConfiguration": o([
275
+ { json: "supportsSingleSignOn", js: "supportsSingleSignOn", typ: u(undefined, true) },
276
+ ], false),
277
+ "ComposeExtensionCommand": o([
278
+ { json: "id", js: "id", typ: "" },
279
+ { json: "type", js: "type", typ: u(undefined, r("CommandType")) },
280
+ { json: "samplePrompts", js: "samplePrompts", typ: u(undefined, a(r("SamplePrompt"))) },
281
+ { json: "apiResponseRenderingTemplateFile", js: "apiResponseRenderingTemplateFile", typ: u(undefined, "") },
282
+ { json: "context", js: "context", typ: u(undefined, a(r("CommandContext"))) },
283
+ { json: "title", js: "title", typ: "" },
284
+ { json: "description", js: "description", typ: u(undefined, "") },
285
+ { json: "initialRun", js: "initialRun", typ: u(undefined, true) },
286
+ { json: "fetchTask", js: "fetchTask", typ: u(undefined, true) },
287
+ { json: "semanticDescription", js: "semanticDescription", typ: u(undefined, "") },
288
+ { json: "parameters", js: "parameters", typ: u(undefined, a(r("Parameter"))) },
289
+ { json: "taskInfo", js: "taskInfo", typ: u(undefined, r("TaskInfo")) },
290
+ ], false),
291
+ "Parameter": o([
292
+ { json: "name", js: "name", typ: "" },
293
+ { json: "inputType", js: "inputType", typ: u(undefined, r("InputType")) },
294
+ { json: "title", js: "title", typ: "" },
295
+ { json: "description", js: "description", typ: u(undefined, "") },
296
+ { json: "value", js: "value", typ: u(undefined, "") },
297
+ { json: "isRequired", js: "isRequired", typ: u(undefined, true) },
298
+ { json: "semanticDescription", js: "semanticDescription", typ: u(undefined, "") },
299
+ { json: "choices", js: "choices", typ: u(undefined, a(r("Choice"))) },
300
+ ], false),
301
+ "Choice": o([
302
+ { json: "title", js: "title", typ: "" },
303
+ { json: "value", js: "value", typ: "" },
304
+ ], false),
305
+ "SamplePrompt": o([
306
+ { json: "text", js: "text", typ: "" },
307
+ ], false),
308
+ "MessageHandler": o([
309
+ { json: "type", js: "type", typ: r("MessageHandlerType") },
310
+ { json: "value", js: "value", typ: r("Value") },
311
+ ], false),
312
+ "Value": o([
313
+ { json: "domains", js: "domains", typ: u(undefined, a("")) },
314
+ { json: "supportsAnonymizedPayloads", js: "supportsAnonymizedPayloads", typ: u(undefined, true) },
315
+ ], "any"),
316
+ "ConfigurableTab": o([
317
+ { json: "configurationUrl", js: "configurationUrl", typ: "" },
318
+ { json: "canUpdateConfiguration", js: "canUpdateConfiguration", typ: u(undefined, true) },
319
+ { json: "scopes", js: "scopes", typ: a(r("ConfigurableTabScope")) },
320
+ { json: "meetingSurfaces", js: "meetingSurfaces", typ: u(undefined, a(r("MeetingSurface"))) },
321
+ { json: "context", js: "context", typ: u(undefined, a(r("ConfigurableTabContext"))) },
322
+ { json: "sharePointPreviewImage", js: "sharePointPreviewImage", typ: u(undefined, "") },
323
+ { json: "supportedSharePointHosts", js: "supportedSharePointHosts", typ: u(undefined, a(r("SupportedSharePointHost"))) },
324
+ ], false),
325
+ "Connector": o([
326
+ { json: "connectorId", js: "connectorId", typ: "" },
327
+ { json: "configurationUrl", js: "configurationUrl", typ: u(undefined, "") },
328
+ { json: "scopes", js: "scopes", typ: a(r("ConnectorScope")) },
329
+ ], false),
330
+ "CopilotAgents": o([
331
+ { json: "declarativeAgents", js: "declarativeAgents", typ: a(r("DeclarativeAgentRef")) },
332
+ ], false),
333
+ "DeclarativeAgentRef": o([
334
+ { json: "id", js: "id", typ: "" },
335
+ { json: "file", js: "file", typ: "" },
336
+ ], false),
337
+ "DashboardCard": o([
338
+ { json: "id", js: "id", typ: "" },
339
+ { json: "displayName", js: "displayName", typ: "" },
340
+ { json: "description", js: "description", typ: "" },
341
+ { json: "pickerGroupId", js: "pickerGroupId", typ: "" },
342
+ { json: "icon", js: "icon", typ: u(undefined, r("DashboardCardIcon")) },
343
+ { json: "contentSource", js: "contentSource", typ: r("DashboardCardContentSource") },
344
+ { json: "defaultSize", js: "defaultSize", typ: r("DefaultSize") },
345
+ ], false),
346
+ "DashboardCardContentSource": o([
347
+ { json: "sourceType", js: "sourceType", typ: u(undefined, r("SourceType")) },
348
+ { json: "botConfiguration", js: "botConfiguration", typ: u(undefined, r("BotConfiguration")) },
349
+ ], false),
350
+ "BotConfiguration": o([
351
+ { json: "botId", js: "botId", typ: u(undefined, "") },
352
+ ], false),
353
+ "DashboardCardIcon": o([
354
+ { json: "iconUrl", js: "iconUrl", typ: u(undefined, "") },
355
+ { json: "officeUIFabricIconName", js: "officeUIFabricIconName", typ: u(undefined, "") },
356
+ ], false),
357
+ "DefaultGroupCapability": o([
358
+ { json: "team", js: "team", typ: u(undefined, r("Groupchat")) },
359
+ { json: "groupchat", js: "groupchat", typ: u(undefined, r("Groupchat")) },
360
+ { json: "meetings", js: "meetings", typ: u(undefined, r("Groupchat")) },
361
+ ], false),
362
+ "Description": o([
363
+ { json: "short", js: "short", typ: "" },
364
+ { json: "full", js: "full", typ: "" },
365
+ ], false),
366
+ "Developer": o([
367
+ { json: "name", js: "name", typ: "" },
368
+ { json: "mpnId", js: "mpnId", typ: u(undefined, "") },
369
+ { json: "websiteUrl", js: "websiteUrl", typ: "" },
370
+ { json: "privacyUrl", js: "privacyUrl", typ: "" },
371
+ { json: "termsOfUseUrl", js: "termsOfUseUrl", typ: "" },
372
+ ], false),
373
+ "ElementExtension": o([
374
+ { json: "requirements", js: "requirements", typ: u(undefined, r("RequirementsExtensionElement")) },
375
+ { json: "runtimes", js: "runtimes", typ: u(undefined, a(r("ExtensionRuntimesArray"))) },
376
+ { json: "ribbons", js: "ribbons", typ: u(undefined, a(r("ExtensionRibbonsArray"))) },
377
+ { json: "autoRunEvents", js: "autoRunEvents", typ: u(undefined, a(r("ExtensionAutoRunEventsArray"))) },
378
+ { json: "alternates", js: "alternates", typ: u(undefined, a(r("ExtensionAlternateVersionsArray"))) },
379
+ { json: "audienceClaimUrl", js: "audienceClaimUrl", typ: u(undefined, "") },
380
+ ], false),
381
+ "ExtensionAlternateVersionsArray": o([
382
+ { json: "requirements", js: "requirements", typ: u(undefined, r("RequirementsExtensionElement")) },
383
+ { json: "prefer", js: "prefer", typ: u(undefined, r("Prefer")) },
384
+ { json: "hide", js: "hide", typ: u(undefined, r("Hide")) },
385
+ { json: "alternateIcons", js: "alternateIcons", typ: u(undefined, r("AlternateIcons")) },
386
+ ], false),
387
+ "AlternateIcons": o([
388
+ { json: "icon", js: "icon", typ: r("ExtensionCommonIcon") },
389
+ { json: "highResolutionIcon", js: "highResolutionIcon", typ: r("ExtensionCommonIcon") },
390
+ ], false),
391
+ "ExtensionCommonIcon": o([
392
+ { json: "size", js: "size", typ: 3.14 },
393
+ { json: "url", js: "url", typ: "" },
394
+ ], false),
395
+ "Hide": o([
396
+ { json: "storeOfficeAddin", js: "storeOfficeAddin", typ: u(undefined, r("StoreOfficeAddin")) },
397
+ { json: "customOfficeAddin", js: "customOfficeAddin", typ: u(undefined, r("CustomOfficeAddin")) },
398
+ ], "any"),
399
+ "CustomOfficeAddin": o([
400
+ { json: "officeAddinId", js: "officeAddinId", typ: "" },
401
+ ], false),
402
+ "StoreOfficeAddin": o([
403
+ { json: "officeAddinId", js: "officeAddinId", typ: "" },
404
+ { json: "assetId", js: "assetId", typ: "" },
405
+ ], false),
406
+ "Prefer": o([
407
+ { json: "comAddin", js: "comAddin", typ: u(undefined, r("COMAddin")) },
408
+ ], "any"),
409
+ "COMAddin": o([
410
+ { json: "progId", js: "progId", typ: "" },
411
+ ], false),
412
+ "RequirementsExtensionElement": o([
413
+ { json: "capabilities", js: "capabilities", typ: u(undefined, a(r("Capability"))) },
414
+ { json: "scopes", js: "scopes", typ: u(undefined, a(r("RequirementsScope"))) },
415
+ { json: "formFactors", js: "formFactors", typ: u(undefined, a(r("FormFactor"))) },
416
+ ], false),
417
+ "Capability": o([
418
+ { json: "name", js: "name", typ: "" },
419
+ { json: "minVersion", js: "minVersion", typ: u(undefined, "") },
420
+ { json: "maxVersion", js: "maxVersion", typ: u(undefined, "") },
421
+ ], false),
422
+ "ExtensionAutoRunEventsArray": o([
423
+ { json: "requirements", js: "requirements", typ: u(undefined, r("RequirementsExtensionElement")) },
424
+ { json: "events", js: "events", typ: a(r("Event")) },
425
+ ], false),
426
+ "Event": o([
427
+ { json: "type", js: "type", typ: "" },
428
+ { json: "actionId", js: "actionId", typ: "" },
429
+ { json: "options", js: "options", typ: u(undefined, r("Options")) },
430
+ ], false),
431
+ "Options": o([
432
+ { json: "sendMode", js: "sendMode", typ: r("SendMode") },
433
+ ], false),
434
+ "ExtensionRibbonsArray": o([
435
+ { json: "requirements", js: "requirements", typ: u(undefined, r("RequirementsExtensionElement")) },
436
+ { json: "contexts", js: "contexts", typ: u(undefined, a(r("ExtensionContext"))) },
437
+ { json: "tabs", js: "tabs", typ: a(r("ExtensionRibbonsArrayTabsItem")) },
438
+ ], false),
439
+ "ExtensionRibbonsArrayTabsItem": o([
440
+ { json: "id", js: "id", typ: u(undefined, "") },
441
+ { json: "label", js: "label", typ: u(undefined, "") },
442
+ { json: "position", js: "position", typ: u(undefined, r("Position")) },
443
+ { json: "builtInTabId", js: "builtInTabId", typ: u(undefined, "") },
444
+ { json: "groups", js: "groups", typ: u(undefined, a(r("ExtensionRibbonsCustomTabGroupsItem"))) },
445
+ { json: "customMobileRibbonGroups", js: "customMobileRibbonGroups", typ: u(undefined, a(r("ExtensionRibbonsCustomMobileGroupItem"))) },
446
+ ], false),
447
+ "ExtensionRibbonsCustomMobileGroupItem": o([
448
+ { json: "id", js: "id", typ: "" },
449
+ { json: "label", js: "label", typ: "" },
450
+ { json: "controls", js: "controls", typ: a(r("ExtensionRibbonsCustomMobileControlButtonItem")) },
451
+ ], "any"),
452
+ "ExtensionRibbonsCustomMobileControlButtonItem": o([
453
+ { json: "id", js: "id", typ: "" },
454
+ { json: "type", js: "type", typ: r("PurpleType") },
455
+ { json: "label", js: "label", typ: "" },
456
+ { json: "icons", js: "icons", typ: a(r("ExtensionCustomMobileIcon")) },
457
+ { json: "actionId", js: "actionId", typ: "" },
458
+ ], "any"),
459
+ "ExtensionCustomMobileIcon": o([
460
+ { json: "size", js: "size", typ: 3.14 },
461
+ { json: "url", js: "url", typ: "" },
462
+ { json: "scale", js: "scale", typ: 3.14 },
463
+ ], false),
464
+ "ExtensionRibbonsCustomTabGroupsItem": o([
465
+ { json: "id", js: "id", typ: u(undefined, "") },
466
+ { json: "label", js: "label", typ: u(undefined, "") },
467
+ { json: "icons", js: "icons", typ: u(undefined, a(r("ExtensionCommonIcon"))) },
468
+ { json: "controls", js: "controls", typ: u(undefined, a(r("ExtensionCommonCustomGroupControlsItem"))) },
469
+ { json: "builtInGroupId", js: "builtInGroupId", typ: u(undefined, "") },
470
+ ], false),
471
+ "ExtensionCommonCustomGroupControlsItem": o([
472
+ { json: "id", js: "id", typ: "" },
473
+ { json: "type", js: "type", typ: r("FluffyType") },
474
+ { json: "builtInControlId", js: "builtInControlId", typ: u(undefined, "") },
475
+ { json: "label", js: "label", typ: "" },
476
+ { json: "icons", js: "icons", typ: a(r("ExtensionCommonIcon")) },
477
+ { json: "supertip", js: "supertip", typ: r("ExtensionCommonSuperToolTip") },
478
+ { json: "actionId", js: "actionId", typ: "" },
479
+ { json: "overriddenByRibbonApi", js: "overriddenByRibbonApi", typ: u(undefined, true) },
480
+ { json: "enabled", js: "enabled", typ: u(undefined, true) },
481
+ { json: "items", js: "items", typ: u(undefined, a(r("ExtensionCommonCustomControlMenuItem"))) },
482
+ ], false),
483
+ "ExtensionCommonCustomControlMenuItem": o([
484
+ { json: "id", js: "id", typ: "" },
485
+ { json: "type", js: "type", typ: r("ItemType") },
486
+ { json: "label", js: "label", typ: "" },
487
+ { json: "icons", js: "icons", typ: u(undefined, a(r("ExtensionCommonIcon"))) },
488
+ { json: "supertip", js: "supertip", typ: r("ExtensionCommonSuperToolTip") },
489
+ { json: "actionId", js: "actionId", typ: "" },
490
+ { json: "enabled", js: "enabled", typ: u(undefined, true) },
491
+ { json: "overriddenByRibbonApi", js: "overriddenByRibbonApi", typ: u(undefined, true) },
492
+ ], false),
493
+ "ExtensionCommonSuperToolTip": o([
494
+ { json: "title", js: "title", typ: "" },
495
+ { json: "description", js: "description", typ: "" },
496
+ ], false),
497
+ "Position": o([
498
+ { json: "builtInTabId", js: "builtInTabId", typ: "" },
499
+ { json: "align", js: "align", typ: r("Align") },
500
+ ], false),
501
+ "ExtensionRuntimesArray": o([
502
+ { json: "requirements", js: "requirements", typ: u(undefined, r("RequirementsExtensionElement")) },
503
+ { json: "id", js: "id", typ: "" },
504
+ { json: "type", js: "type", typ: u(undefined, r("RuntimeType")) },
505
+ { json: "code", js: "code", typ: r("ExtensionRuntimeCode") },
506
+ { json: "lifetime", js: "lifetime", typ: u(undefined, r("Lifetime")) },
507
+ { json: "actions", js: "actions", typ: u(undefined, a(r("ExtensionRuntimesActionsItem"))) },
508
+ ], false),
509
+ "ExtensionRuntimesActionsItem": o([
510
+ { json: "id", js: "id", typ: "" },
511
+ { json: "type", js: "type", typ: r("ActionType") },
512
+ { json: "displayName", js: "displayName", typ: u(undefined, "") },
513
+ { json: "pinnable", js: "pinnable", typ: u(undefined, true) },
514
+ { json: "view", js: "view", typ: u(undefined, "") },
515
+ { json: "multiselect", js: "multiselect", typ: u(undefined, true) },
516
+ { json: "supportsNoItemContext", js: "supportsNoItemContext", typ: u(undefined, true) },
517
+ ], false),
518
+ "ExtensionRuntimeCode": o([
519
+ { json: "page", js: "page", typ: "" },
520
+ { json: "script", js: "script", typ: u(undefined, "") },
521
+ ], false),
522
+ "GraphConnector": o([
523
+ { json: "notificationUrl", js: "notificationUrl", typ: "" },
524
+ ], false),
525
+ "Icons": o([
526
+ { json: "outline", js: "outline", typ: "" },
527
+ { json: "color", js: "color", typ: "" },
528
+ ], false),
529
+ "LocalizationInfo": o([
530
+ { json: "defaultLanguageTag", js: "defaultLanguageTag", typ: "" },
531
+ { json: "defaultLanguageFile", js: "defaultLanguageFile", typ: u(undefined, "") },
532
+ { json: "additionalLanguages", js: "additionalLanguages", typ: u(undefined, a(r("AdditionalLanguage"))) },
533
+ ], false),
534
+ "AdditionalLanguage": o([
535
+ { json: "languageTag", js: "languageTag", typ: "" },
536
+ { json: "file", js: "file", typ: "" },
537
+ ], false),
538
+ "MeetingExtensionDefinition": o([
539
+ { json: "scenes", js: "scenes", typ: u(undefined, a(r("Scene"))) },
540
+ { json: "supportsStreaming", js: "supportsStreaming", typ: u(undefined, true) },
541
+ { json: "supportsAnonymousGuestUsers", js: "supportsAnonymousGuestUsers", typ: u(undefined, true) },
542
+ ], false),
543
+ "Scene": o([
544
+ { json: "id", js: "id", typ: "" },
545
+ { json: "name", js: "name", typ: "" },
546
+ { json: "file", js: "file", typ: "" },
547
+ { json: "preview", js: "preview", typ: "" },
548
+ { json: "maxAudience", js: "maxAudience", typ: 0 },
549
+ { json: "seatsReservedForOrganizersOrPresenters", js: "seatsReservedForOrganizersOrPresenters", typ: 0 },
550
+ ], false),
551
+ "Name": o([
552
+ { json: "short", js: "short", typ: "" },
553
+ { json: "full", js: "full", typ: "" },
554
+ ], false),
555
+ "StaticTab": o([
556
+ { json: "entityId", js: "entityId", typ: "" },
557
+ { json: "name", js: "name", typ: u(undefined, "") },
558
+ { json: "contentUrl", js: "contentUrl", typ: u(undefined, "") },
559
+ { json: "contentBotId", js: "contentBotId", typ: u(undefined, "") },
560
+ { json: "websiteUrl", js: "websiteUrl", typ: u(undefined, "") },
561
+ { json: "searchUrl", js: "searchUrl", typ: u(undefined, "") },
562
+ { json: "scopes", js: "scopes", typ: a(r("CommandListScope")) },
563
+ { json: "context", js: "context", typ: u(undefined, a(r("StaticTabContext"))) },
564
+ ], false),
565
+ "SubscriptionOffer": o([
566
+ { json: "offerId", js: "offerId", typ: "" },
567
+ ], false),
568
+ "WebApplicationInfo": o([
569
+ { json: "id", js: "id", typ: "" },
570
+ { json: "resource", js: "resource", typ: u(undefined, "") },
571
+ ], false),
572
+ "ResourceSpecificType": [
573
+ "Application",
574
+ "Delegated",
575
+ ],
576
+ "CommandListScope": [
577
+ "groupChat",
578
+ "personal",
579
+ "team",
580
+ ],
581
+ "AuthType": [
582
+ "apiSecretServiceAuth",
583
+ "microsoftEntra",
584
+ "none",
585
+ ],
586
+ "CommandContext": [
587
+ "commandBox",
588
+ "compose",
589
+ "message",
590
+ ],
591
+ "InputType": [
592
+ "choiceset",
593
+ "date",
594
+ "number",
595
+ "text",
596
+ "textarea",
597
+ "time",
598
+ "toggle",
599
+ ],
600
+ "CommandType": [
601
+ "action",
602
+ "query",
603
+ ],
604
+ "ComposeExtensionType": [
605
+ "apiBased",
606
+ "botBased",
607
+ ],
608
+ "MessageHandlerType": [
609
+ "link",
610
+ ],
611
+ "ConfigurableProperty": [
612
+ "accentColor",
613
+ "developerUrl",
614
+ "largeImageUrl",
615
+ "longDescription",
616
+ "name",
617
+ "privacyUrl",
618
+ "shortDescription",
619
+ "smallImageUrl",
620
+ "termsOfUseUrl",
621
+ ],
622
+ "ConfigurableTabContext": [
623
+ "channelTab",
624
+ "meetingChatTab",
625
+ "meetingDetailsTab",
626
+ "meetingSidePanel",
627
+ "meetingStage",
628
+ "personalTab",
629
+ "privateChatTab",
630
+ ],
631
+ "MeetingSurface": [
632
+ "sidePanel",
633
+ "stage",
634
+ ],
635
+ "ConfigurableTabScope": [
636
+ "groupChat",
637
+ "team",
638
+ ],
639
+ "SupportedSharePointHost": [
640
+ "sharePointFullPage",
641
+ "sharePointWebPart",
642
+ ],
643
+ "ConnectorScope": [
644
+ "team",
645
+ ],
646
+ "SourceType": [
647
+ "bot",
648
+ ],
649
+ "DefaultSize": [
650
+ "large",
651
+ "medium",
652
+ ],
653
+ "Groupchat": [
654
+ "bot",
655
+ "connector",
656
+ "tab",
657
+ ],
658
+ "DefaultInstallScope": [
659
+ "groupChat",
660
+ "meetings",
661
+ "personal",
662
+ "team",
663
+ ],
664
+ "DevicePermission": [
665
+ "geolocation",
666
+ "midi",
667
+ "media",
668
+ "notifications",
669
+ "openExternal",
670
+ ],
671
+ "FormFactor": [
672
+ "desktop",
673
+ "mobile",
674
+ ],
675
+ "RequirementsScope": [
676
+ "document",
677
+ "mail",
678
+ "presentation",
679
+ "workbook",
680
+ ],
681
+ "SendMode": [
682
+ "block",
683
+ "promptUser",
684
+ "softBlock",
685
+ ],
686
+ "ExtensionContext": [
687
+ "default",
688
+ "logEventMeetingDetailsAttendee",
689
+ "mailCompose",
690
+ "mailRead",
691
+ "meetingDetailsAttendee",
692
+ "meetingDetailsOrganizer",
693
+ "onlineMeetingDetailsOrganizer",
694
+ ],
695
+ "PurpleType": [
696
+ "mobileButton",
697
+ ],
698
+ "ItemType": [
699
+ "menuItem",
700
+ ],
701
+ "FluffyType": [
702
+ "button",
703
+ "menu",
704
+ ],
705
+ "Align": [
706
+ "after",
707
+ "before",
708
+ ],
709
+ "ActionType": [
710
+ "executeFunction",
711
+ "openPage",
712
+ ],
713
+ "Lifetime": [
714
+ "long",
715
+ "short",
716
+ ],
717
+ "RuntimeType": [
718
+ "general",
719
+ ],
720
+ "ManifestVersion": [
721
+ "1.19",
722
+ ],
723
+ "Permission": [
724
+ "identity",
725
+ "messageTeamMembers",
726
+ ],
727
+ "StaticTabContext": [
728
+ "channelTab",
729
+ "meetingChatTab",
730
+ "meetingDetailsTab",
731
+ "meetingSidePanel",
732
+ "meetingStage",
733
+ "personalTab",
734
+ "privateChatTab",
735
+ "teamLevelApp",
736
+ ],
737
+ "SupportedChannelType": [
738
+ "privateChannels",
739
+ "sharedChannels",
740
+ ],
741
+ };
742
+ //# sourceMappingURL=TeamsManifestV1D19.js.map