@microsoft/app-manifest 1.0.0-alpha.06e5f8c8f.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 +87 -0
  97. package/build/index.js +243 -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,638 @@
1
+ export interface TeamsManifestV1D12 {
2
+ $schema?: string;
3
+ /**
4
+ * The version of the schema this manifest is using.
5
+ */
6
+ manifestVersion: "1.12";
7
+ /**
8
+ * The version of the app. Changes to your manifest should cause a version change. This
9
+ * version string must follow the semver standard (http://semver.org).
10
+ */
11
+ version: string;
12
+ /**
13
+ * A unique identifier for this app. This id must be a GUID.
14
+ */
15
+ id: string;
16
+ /**
17
+ * A unique identifier for this app in reverse domain notation. E.g: com.example.myapp
18
+ */
19
+ packageName?: string;
20
+ localizationInfo?: LocalizationInfo;
21
+ developer: Developer;
22
+ name: Name;
23
+ description: Description;
24
+ icons: Icons;
25
+ /**
26
+ * A color to use in conjunction with the icon. The value must be a valid HTML color code
27
+ * starting with '#', for example `#4464ee`.
28
+ */
29
+ accentColor: string;
30
+ /**
31
+ * These are tabs users can optionally add to their channels and 1:1 or group chats and
32
+ * require extra configuration before they are added. Configurable tabs are not supported in
33
+ * the personal scope. Currently only one configurable tab per app is supported.
34
+ */
35
+ configurableTabs?: ConfigurableTab[];
36
+ /**
37
+ * A set of tabs that may be 'pinned' by default, without the user adding them manually.
38
+ * Static tabs declared in personal scope are always pinned to the app's personal
39
+ * experience. Static tabs do not currently support the 'teams' scope.
40
+ */
41
+ staticTabs?: StaticTab[];
42
+ /**
43
+ * The set of bots for this app. Currently only one bot per app is supported.
44
+ */
45
+ bots?: Bot[];
46
+ /**
47
+ * The set of Office365 connectors for this app. Currently only one connector per app is
48
+ * supported.
49
+ */
50
+ connectors?: Connector[];
51
+ /**
52
+ * Subscription offer associated with this app.
53
+ */
54
+ subscriptionOffer?: SubscriptionOffer;
55
+ /**
56
+ * The set of compose extensions for this app. Currently only one compose extension per app
57
+ * is supported.
58
+ */
59
+ composeExtensions?: ComposeExtension[];
60
+ /**
61
+ * Specifies the permissions the app requests from users.
62
+ */
63
+ permissions?: Permission[];
64
+ /**
65
+ * Specify the native features on a user's device that your app may request access to.
66
+ */
67
+ devicePermissions?: DevicePermission[];
68
+ /**
69
+ * A list of valid domains from which the tabs expect to load any content. Domain listings
70
+ * can include wildcards, for example `*.example.com`. If your tab configuration or content
71
+ * UI needs to navigate to any other domain besides the one use for tab configuration, that
72
+ * domain must be specified here.
73
+ */
74
+ validDomains?: string[];
75
+ /**
76
+ * Specify your AAD App ID and Graph information to help users seamlessly sign into your AAD
77
+ * app.
78
+ */
79
+ webApplicationInfo?: WebApplicationInfo;
80
+ /**
81
+ * Specify the app's Graph connector configuration. If this is present then
82
+ * webApplicationInfo.id must also be specified.
83
+ */
84
+ graphConnector?: GraphConnector;
85
+ /**
86
+ * A value indicating whether or not show loading indicator when app/tab is loading
87
+ */
88
+ showLoadingIndicator?: boolean;
89
+ /**
90
+ * A value indicating whether a personal app is rendered without a tab header-bar
91
+ */
92
+ isFullScreen?: boolean;
93
+ activities?: Activities;
94
+ /**
95
+ * A list of tenant configured properties for an app
96
+ */
97
+ configurableProperties?: ConfigurableProperty[];
98
+ /**
99
+ * A value indicating whether an app is blocked by default until admin allows it
100
+ */
101
+ defaultBlockUntilAdminAction?: boolean;
102
+ /**
103
+ * The url to the page that provides additional app information for the admins
104
+ */
105
+ publisherDocsUrl?: string;
106
+ /**
107
+ * The install scope defined for this app by default. This will be the option displayed on
108
+ * the button when a user tries to add the app
109
+ */
110
+ defaultInstallScope?: DefaultInstallScope;
111
+ /**
112
+ * When a group install scope is selected, this will define the default capability when the
113
+ * user installs the app
114
+ */
115
+ defaultGroupCapability?: DefaultGroupCapability;
116
+ /**
117
+ * Specify meeting extension definition.
118
+ */
119
+ meetingExtensionDefinition?: MeetingExtensionDefinition;
120
+ /**
121
+ * Specify and consolidates authorization related information for the App.
122
+ */
123
+ authorization?: Authorization;
124
+ }
125
+ export interface Activities {
126
+ /**
127
+ * Specify the types of activites that your app can post to a users activity feed
128
+ */
129
+ activityTypes?: ActivityType[];
130
+ }
131
+ export interface ActivityType {
132
+ type: string;
133
+ description: string;
134
+ templateText: string;
135
+ }
136
+ /**
137
+ * Specify and consolidates authorization related information for the App.
138
+ */
139
+ export interface Authorization {
140
+ /**
141
+ * List of permissions that the app needs to function.
142
+ */
143
+ permissions?: Permissions;
144
+ }
145
+ /**
146
+ * List of permissions that the app needs to function.
147
+ */
148
+ export interface Permissions {
149
+ /**
150
+ * Permissions that guard data access on a resource instance level.
151
+ */
152
+ resourceSpecific?: ResourceSpecific[];
153
+ }
154
+ export interface ResourceSpecific {
155
+ /**
156
+ * The name of the resource-specific permission.
157
+ */
158
+ name: string;
159
+ /**
160
+ * The type of the resource-specific permission.
161
+ */
162
+ type: ResourceSpecificType;
163
+ }
164
+ /**
165
+ * The type of the resource-specific permission.
166
+ */
167
+ export type ResourceSpecificType = "Application" | "Delegated";
168
+ export interface Bot {
169
+ /**
170
+ * The Microsoft App ID specified for the bot in the Bot Framework portal
171
+ * (https://dev.botframework.com/bots)
172
+ */
173
+ botId: string;
174
+ /**
175
+ * This value describes whether or not the bot utilizes a user hint to add the bot to a
176
+ * specific channel.
177
+ */
178
+ needsChannelSelector?: boolean;
179
+ /**
180
+ * A value indicating whether or not the bot is a one-way notification only bot, as opposed
181
+ * to a conversational bot.
182
+ */
183
+ isNotificationOnly?: boolean;
184
+ /**
185
+ * A value indicating whether the bot supports uploading/downloading of files.
186
+ */
187
+ supportsFiles?: boolean;
188
+ /**
189
+ * A value indicating whether the bot supports audio calling.
190
+ */
191
+ supportsCalling?: boolean;
192
+ /**
193
+ * A value indicating whether the bot supports video calling.
194
+ */
195
+ supportsVideo?: boolean;
196
+ /**
197
+ * Specifies whether the bot offers an experience in the context of a channel in a team, in
198
+ * a 1:1 or group chat, or in an experience scoped to an individual user alone. These
199
+ * options are non-exclusive.
200
+ */
201
+ scopes: CommandListScope[];
202
+ /**
203
+ * The list of commands that the bot supplies, including their usage, description, and the
204
+ * scope for which the commands are valid. A separate command list should be used for each
205
+ * scope.
206
+ */
207
+ commandLists?: CommandList[];
208
+ }
209
+ export interface CommandList {
210
+ /**
211
+ * Specifies the scopes for which the command list is valid
212
+ */
213
+ scopes: CommandListScope[];
214
+ commands: CommandListCommand[];
215
+ }
216
+ export interface CommandListCommand {
217
+ /**
218
+ * The bot command name
219
+ */
220
+ title: string;
221
+ /**
222
+ * A simple text description or an example of the command syntax and its arguments.
223
+ */
224
+ description: string;
225
+ }
226
+ export type CommandListScope = "team" | "personal" | "groupChat" | "groupchat";
227
+ export interface ComposeExtension {
228
+ /**
229
+ * The Microsoft App ID specified for the bot powering the compose extension in the Bot
230
+ * Framework portal (https://dev.botframework.com/bots)
231
+ */
232
+ botId: string;
233
+ /**
234
+ * A value indicating whether the configuration of a compose extension can be updated by the
235
+ * user.
236
+ */
237
+ canUpdateConfiguration?: boolean;
238
+ commands: ComposeExtensionCommand[];
239
+ /**
240
+ * A list of handlers that allow apps to be invoked when certain conditions are met
241
+ */
242
+ messageHandlers?: MessageHandler[];
243
+ }
244
+ export interface ComposeExtensionCommand {
245
+ /**
246
+ * Id of the command.
247
+ */
248
+ id: string;
249
+ /**
250
+ * Type of the command
251
+ */
252
+ type?: CommandType;
253
+ /**
254
+ * Context where the command would apply
255
+ */
256
+ context?: CommandContext[];
257
+ /**
258
+ * Title of the command.
259
+ */
260
+ title: string;
261
+ /**
262
+ * Description of the command.
263
+ */
264
+ description?: string;
265
+ /**
266
+ * A boolean value that indicates if the command should be run once initially with no
267
+ * parameter.
268
+ */
269
+ initialRun?: boolean;
270
+ /**
271
+ * A boolean value that indicates if it should fetch task module dynamically
272
+ */
273
+ fetchTask?: boolean;
274
+ parameters?: Parameter[];
275
+ taskInfo?: TaskInfo;
276
+ }
277
+ export type CommandContext = "compose" | "commandBox" | "message";
278
+ export interface Parameter {
279
+ /**
280
+ * Name of the parameter.
281
+ */
282
+ name: string;
283
+ /**
284
+ * Type of the parameter
285
+ */
286
+ inputType?: InputType;
287
+ /**
288
+ * Title of the parameter.
289
+ */
290
+ title: string;
291
+ /**
292
+ * Description of the parameter.
293
+ */
294
+ description?: string;
295
+ /**
296
+ * Initial value for the parameter
297
+ */
298
+ value?: string;
299
+ /**
300
+ * The choice options for the parameter
301
+ */
302
+ choices?: Choice[];
303
+ }
304
+ export interface Choice {
305
+ /**
306
+ * Title of the choice
307
+ */
308
+ title: string;
309
+ /**
310
+ * Value of the choice
311
+ */
312
+ value: string;
313
+ }
314
+ /**
315
+ * Type of the parameter
316
+ */
317
+ export type InputType = "text" | "textarea" | "number" | "date" | "time" | "toggle" | "choiceset";
318
+ export interface TaskInfo {
319
+ /**
320
+ * Initial dialog title
321
+ */
322
+ title?: string;
323
+ /**
324
+ * Dialog width - either a number in pixels or default layout such as 'large', 'medium', or
325
+ * 'small'
326
+ */
327
+ width?: string;
328
+ /**
329
+ * Dialog height - either a number in pixels or default layout such as 'large', 'medium', or
330
+ * 'small'
331
+ */
332
+ height?: string;
333
+ /**
334
+ * Initial webview URL
335
+ */
336
+ url?: string;
337
+ }
338
+ /**
339
+ * Type of the command
340
+ */
341
+ export type CommandType = "query" | "action";
342
+ export interface MessageHandler {
343
+ /**
344
+ * Type of the message handler
345
+ */
346
+ type: "link";
347
+ value: Value;
348
+ }
349
+ /**
350
+ * Type of the message handler
351
+ */
352
+ export interface Value {
353
+ /**
354
+ * A list of domains that the link message handler can register for, and when they are
355
+ * matched the app will be invoked
356
+ */
357
+ domains?: string[];
358
+ [property: string]: any;
359
+ }
360
+ export type ConfigurableProperty = "name" | "shortDescription" | "longDescription" | "smallImageUrl" | "largeImageUrl" | "accentColor" | "developerUrl" | "privacyUrl" | "termsOfUseUrl";
361
+ export interface ConfigurableTab {
362
+ /**
363
+ * The url to use when configuring the tab.
364
+ */
365
+ configurationUrl: string;
366
+ /**
367
+ * A value indicating whether an instance of the tab's configuration can be updated by the
368
+ * user after creation.
369
+ */
370
+ canUpdateConfiguration?: boolean;
371
+ /**
372
+ * Specifies whether the tab offers an experience in the context of a channel in a team, in
373
+ * a 1:1 or group chat, or in an experience scoped to an individual user alone. These
374
+ * options are non-exclusive. Currently, configurable tabs are only supported in the teams
375
+ * and groupchats scopes.
376
+ */
377
+ scopes: ConfigurableTabScope[];
378
+ /**
379
+ * The set of meetingSurfaceItem scopes that a tab belong to
380
+ */
381
+ meetingSurfaces?: MeetingSurface[];
382
+ /**
383
+ * The set of contextItem scopes that a tab belong to
384
+ */
385
+ context?: ConfigurableTabContext[];
386
+ /**
387
+ * A relative file path to a tab preview image for use in SharePoint. Size 1024x768.
388
+ */
389
+ sharePointPreviewImage?: string;
390
+ /**
391
+ * Defines how your tab will be made available in SharePoint.
392
+ */
393
+ supportedSharePointHosts?: SupportedSharePointHost[];
394
+ }
395
+ export type ConfigurableTabContext = "personalTab" | "channelTab" | "privateChatTab" | "meetingChatTab" | "meetingDetailsTab" | "meetingSidePanel" | "meetingStage" | "callingSidePanel";
396
+ export type MeetingSurface = "sidePanel" | "stage";
397
+ export type ConfigurableTabScope = "team" | "groupChat" | "groupchat";
398
+ export type SupportedSharePointHost = "sharePointFullPage" | "sharePointWebPart";
399
+ export interface Connector {
400
+ /**
401
+ * A unique identifier for the connector which matches its ID in the Connectors Developer
402
+ * Portal.
403
+ */
404
+ connectorId: string;
405
+ /**
406
+ * The url to use for configuring the connector using the inline configuration experience.
407
+ */
408
+ configurationUrl?: string;
409
+ /**
410
+ * Specifies whether the connector offers an experience in the context of a channel in a
411
+ * team, or an experience scoped to an individual user alone. Currently, only the team scope
412
+ * is supported.
413
+ */
414
+ scopes: "team"[];
415
+ }
416
+ /**
417
+ * When a group install scope is selected, this will define the default capability when the
418
+ * user installs the app
419
+ */
420
+ export interface DefaultGroupCapability {
421
+ /**
422
+ * When the install scope selected is Team, this field specifies the default capability
423
+ * available
424
+ */
425
+ team?: Groupchat;
426
+ /**
427
+ * When the install scope selected is GroupChat, this field specifies the default capability
428
+ * available
429
+ */
430
+ groupchat?: Groupchat;
431
+ /**
432
+ * When the install scope selected is Meetings, this field specifies the default capability
433
+ * available
434
+ */
435
+ meetings?: Groupchat;
436
+ }
437
+ /**
438
+ * When the install scope selected is GroupChat, this field specifies the default capability
439
+ * available
440
+ *
441
+ * When the install scope selected is Meetings, this field specifies the default capability
442
+ * available
443
+ *
444
+ * When the install scope selected is Team, this field specifies the default capability
445
+ * available
446
+ */
447
+ export type Groupchat = "tab" | "bot" | "connector";
448
+ /**
449
+ * The install scope defined for this app by default. This will be the option displayed on
450
+ * the button when a user tries to add the app
451
+ */
452
+ export type DefaultInstallScope = "personal" | "team" | "groupchat" | "groupChat" | "meetings";
453
+ export interface Description {
454
+ /**
455
+ * A short description of the app used when space is limited. Maximum length is 80
456
+ * characters.
457
+ */
458
+ short: string;
459
+ /**
460
+ * The full description of the app. Maximum length is 4000 characters.
461
+ */
462
+ full: string;
463
+ }
464
+ export interface Developer {
465
+ /**
466
+ * The display name for the developer.
467
+ */
468
+ name: string;
469
+ /**
470
+ * The Microsoft Partner Network ID that identifies the partner organization building the
471
+ * app. This field is not required, and should only be used if you are already part of the
472
+ * Microsoft Partner Network. More info at https://aka.ms/partner
473
+ */
474
+ mpnId?: string;
475
+ /**
476
+ * The url to the page that provides support information for the app.
477
+ */
478
+ websiteUrl: string;
479
+ /**
480
+ * The url to the page that provides privacy information for the app.
481
+ */
482
+ privacyUrl: string;
483
+ /**
484
+ * The url to the page that provides the terms of use for the app.
485
+ */
486
+ termsOfUseUrl: string;
487
+ }
488
+ export type DevicePermission = "geolocation" | "media" | "notifications" | "midi" | "openExternal";
489
+ /**
490
+ * Specify the app's Graph connector configuration. If this is present then
491
+ * webApplicationInfo.id must also be specified.
492
+ */
493
+ export interface GraphConnector {
494
+ /**
495
+ * The url where Graph-connector notifications for the application should be sent.
496
+ */
497
+ notificationUrl: string;
498
+ }
499
+ export interface Icons {
500
+ /**
501
+ * A relative file path to a transparent PNG outline icon. The border color needs to be
502
+ * white. Size 32x32.
503
+ */
504
+ outline: string;
505
+ /**
506
+ * A relative file path to a full color PNG icon. Size 192x192.
507
+ */
508
+ color: string;
509
+ }
510
+ export interface LocalizationInfo {
511
+ /**
512
+ * The language tag of the strings in this top level manifest file.
513
+ */
514
+ defaultLanguageTag: string;
515
+ additionalLanguages?: AdditionalLanguage[];
516
+ }
517
+ export interface AdditionalLanguage {
518
+ /**
519
+ * The language tag of the strings in the provided file.
520
+ */
521
+ languageTag: string;
522
+ /**
523
+ * A relative file path to a the .json file containing the translated strings.
524
+ */
525
+ file: string;
526
+ }
527
+ /**
528
+ * Specify meeting extension definition.
529
+ */
530
+ export interface MeetingExtensionDefinition {
531
+ /**
532
+ * Meeting supported scenes.
533
+ */
534
+ scenes?: Scene[];
535
+ }
536
+ export interface Scene {
537
+ /**
538
+ * A unique identifier for this scene. This id must be a GUID.
539
+ */
540
+ id: string;
541
+ /**
542
+ * Scene name.
543
+ */
544
+ name: string;
545
+ /**
546
+ * A relative file path to a scene metadata json file.
547
+ */
548
+ file: string;
549
+ /**
550
+ * A relative file path to a scene PNG preview icon.
551
+ */
552
+ preview: string;
553
+ /**
554
+ * Maximum audiences supported in scene.
555
+ */
556
+ maxAudience: number;
557
+ /**
558
+ * Number of seats reserved for organizers or presenters.
559
+ */
560
+ seatsReservedForOrganizersOrPresenters: number;
561
+ }
562
+ export interface Name {
563
+ /**
564
+ * A short display name for the app.
565
+ */
566
+ short: string;
567
+ /**
568
+ * The full name of the app, used if the full app name exceeds 30 characters.
569
+ */
570
+ full?: string;
571
+ }
572
+ export type Permission = "identity" | "messageTeamMembers";
573
+ export interface StaticTab {
574
+ /**
575
+ * A unique identifier for the entity which the tab displays.
576
+ */
577
+ entityId: string;
578
+ /**
579
+ * The display name of the tab.
580
+ */
581
+ name?: string;
582
+ /**
583
+ * The url which points to the entity UI to be displayed in the Teams canvas.
584
+ */
585
+ contentUrl?: string;
586
+ /**
587
+ * The Microsoft App ID specified for the bot in the Bot Framework portal
588
+ * (https://dev.botframework.com/bots)
589
+ */
590
+ contentBotId?: string;
591
+ /**
592
+ * The url to point at if a user opts to view in a browser.
593
+ */
594
+ websiteUrl?: string;
595
+ /**
596
+ * The url to direct a user's search queries.
597
+ */
598
+ searchUrl?: string;
599
+ /**
600
+ * Specifies whether the tab offers an experience in the context of a channel in a team, or
601
+ * an experience scoped to an individual user alone. These options are non-exclusive.
602
+ * Currently static tabs are only supported in the 'personal' scope.
603
+ */
604
+ scopes: StaticTabScope[];
605
+ /**
606
+ * The set of contextItem scopes that a tab belong to
607
+ */
608
+ context?: StaticTabContext[];
609
+ }
610
+ export type StaticTabContext = "personalTab" | "channelTab";
611
+ export type StaticTabScope = "team" | "personal";
612
+ /**
613
+ * Subscription offer associated with this app.
614
+ */
615
+ export interface SubscriptionOffer {
616
+ /**
617
+ * A unique identifier for the Commercial Marketplace Software as a Service Offer.
618
+ */
619
+ offerId: string;
620
+ }
621
+ /**
622
+ * Specify your AAD App ID and Graph information to help users seamlessly sign into your AAD
623
+ * app.
624
+ */
625
+ export interface WebApplicationInfo {
626
+ /**
627
+ * AAD application id of the app. This id must be a GUID.
628
+ */
629
+ id: string;
630
+ /**
631
+ * Resource url of app for acquiring auth token for SSO.
632
+ */
633
+ resource?: string;
634
+ }
635
+ export declare class Convert {
636
+ static toTeamsManifestV1D12(json: string): TeamsManifestV1D12;
637
+ static teamsManifestV1D12ToJson(value: TeamsManifestV1D12): string;
638
+ }