@microsoft/teams.api 2.0.5 → 2.0.6-preview.4.g4fdb54b839

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 (83) hide show
  1. package/dist/activities/activity.d.mts +15 -1
  2. package/dist/activities/activity.d.ts +15 -1
  3. package/dist/activities/activity.js +12 -1
  4. package/dist/activities/activity.js.map +1 -1
  5. package/dist/activities/activity.mjs +12 -1
  6. package/dist/activities/activity.mjs.map +1 -1
  7. package/dist/activities/event/meeting-end.d.mts +10 -10
  8. package/dist/activities/event/meeting-end.d.ts +10 -10
  9. package/dist/activities/event/meeting-participant-leave.d.mts +2 -2
  10. package/dist/activities/event/meeting-participant-leave.d.ts +2 -2
  11. package/dist/activities/event/meeting-start.d.mts +10 -10
  12. package/dist/activities/event/meeting-start.d.ts +10 -10
  13. package/dist/activities/index.d.mts +2 -2
  14. package/dist/activities/index.d.ts +2 -2
  15. package/dist/activities/invoke/index.d.mts +2 -2
  16. package/dist/activities/invoke/index.d.ts +2 -2
  17. package/dist/activities/invoke/message-extension/fetch-task.d.mts +2 -2
  18. package/dist/activities/invoke/message-extension/fetch-task.d.ts +2 -2
  19. package/dist/activities/invoke/message-extension/index.d.mts +2 -2
  20. package/dist/activities/invoke/message-extension/index.d.ts +2 -2
  21. package/dist/activities/invoke/message-extension/submit-action.d.mts +2 -2
  22. package/dist/activities/invoke/message-extension/submit-action.d.ts +2 -2
  23. package/dist/activities/message/index.d.mts +2 -2
  24. package/dist/activities/message/index.d.ts +2 -2
  25. package/dist/activities/message/message.d.mts +1 -1
  26. package/dist/activities/message/message.d.ts +1 -1
  27. package/dist/activities/message/message.js +10 -0
  28. package/dist/activities/message/message.js.map +1 -1
  29. package/dist/activities/message/message.mjs +10 -0
  30. package/dist/activities/message/message.mjs.map +1 -1
  31. package/dist/activities/utils/index.d.mts +2 -2
  32. package/dist/activities/utils/index.d.ts +2 -2
  33. package/dist/activities/utils/strip-mentions-text.d.mts +1 -1
  34. package/dist/activities/utils/strip-mentions-text.d.ts +1 -1
  35. package/dist/activities/utils/to-activity-params.d.mts +2 -2
  36. package/dist/activities/utils/to-activity-params.d.ts +2 -2
  37. package/dist/{activity-DwOj5ZL-.d.ts → activity-C1r0B_9_.d.ts} +4 -1
  38. package/dist/{activity-C34R0rny.d.mts → activity-C_Apu8i6.d.mts} +4 -1
  39. package/dist/clients/conversation/activity.d.mts +2 -2
  40. package/dist/clients/conversation/activity.d.ts +2 -2
  41. package/dist/clients/conversation/activity.js +20 -0
  42. package/dist/clients/conversation/activity.js.map +1 -1
  43. package/dist/clients/conversation/activity.mjs +20 -0
  44. package/dist/clients/conversation/activity.mjs.map +1 -1
  45. package/dist/clients/conversation/index.d.mts +5 -2
  46. package/dist/clients/conversation/index.d.ts +5 -2
  47. package/dist/clients/conversation/index.js +4 -1
  48. package/dist/clients/conversation/index.js.map +1 -1
  49. package/dist/clients/conversation/index.mjs +4 -1
  50. package/dist/clients/conversation/index.mjs.map +1 -1
  51. package/dist/clients/index.d.mts +2 -2
  52. package/dist/clients/index.d.ts +2 -2
  53. package/dist/clients/meeting.d.mts +12 -1
  54. package/dist/clients/meeting.d.ts +12 -1
  55. package/dist/clients/meeting.js +14 -3
  56. package/dist/clients/meeting.js.map +1 -1
  57. package/dist/clients/meeting.mjs +14 -3
  58. package/dist/clients/meeting.mjs.map +1 -1
  59. package/dist/index.d.mts +2 -2
  60. package/dist/index.d.ts +2 -2
  61. package/dist/{message-BM7D0_tg.d.mts → message-BfRVRgDX.d.mts} +7 -0
  62. package/dist/{message-BKfEV_tV.d.ts → message-Dahma92e.d.ts} +7 -0
  63. package/dist/models/activity-like.d.mts +2 -2
  64. package/dist/models/activity-like.d.ts +2 -2
  65. package/dist/models/index.d.mts +2 -2
  66. package/dist/models/index.d.ts +2 -2
  67. package/dist/models/invoke-response.d.mts +2 -2
  68. package/dist/models/invoke-response.d.ts +2 -2
  69. package/dist/models/meeting/meeting-participant.d.mts +5 -1
  70. package/dist/models/meeting/meeting-participant.d.ts +5 -1
  71. package/dist/models/meeting/meeting.d.mts +2 -3
  72. package/dist/models/meeting/meeting.d.ts +2 -3
  73. package/dist/models/messaging-extension/index.d.mts +2 -2
  74. package/dist/models/messaging-extension/index.d.ts +2 -2
  75. package/dist/models/messaging-extension/messaging-extension-action-response.d.mts +2 -2
  76. package/dist/models/messaging-extension/messaging-extension-action-response.d.ts +2 -2
  77. package/dist/models/messaging-extension/messaging-extension-action.d.mts +2 -2
  78. package/dist/models/messaging-extension/messaging-extension-action.d.ts +2 -2
  79. package/dist/models/messaging-extension/messaging-extension-response.d.mts +2 -2
  80. package/dist/models/messaging-extension/messaging-extension-response.d.ts +2 -2
  81. package/dist/models/messaging-extension/messaging-extension-result.d.mts +2 -2
  82. package/dist/models/messaging-extension/messaging-extension-result.d.ts +2 -2
  83. package/package.json +5 -5
@@ -79,6 +79,10 @@ interface IActivity<T extends string = string> {
79
79
  * Contains the ID of the message to which this message is a reply.
80
80
  */
81
81
  replyToId?: string;
82
+ /**
83
+ * Indicates if this is a targeted message visible only to a specific recipient.
84
+ */
85
+ isTargeted: boolean;
82
86
  /**
83
87
  * Represents the entities that were mentioned in the message.
84
88
  */
@@ -163,6 +167,10 @@ declare class Activity<T extends string = string> implements IActivity<T> {
163
167
  * Contains the ID of the message to which this message is a reply.
164
168
  */
165
169
  replyToId?: string;
170
+ /**
171
+ * Indicates if this is a targeted message visible only to a specific recipient.
172
+ */
173
+ isTargeted: boolean;
166
174
  /**
167
175
  * Represents the entities that were mentioned in the message.
168
176
  */
@@ -201,7 +209,13 @@ declare class Activity<T extends string = string> implements IActivity<T> {
201
209
  withFrom(value: Account): this;
202
210
  withConversation(value: ConversationAccount): this;
203
211
  withRelatesTo(value: ConversationReference): this;
204
- withRecipient(value: Account): this;
212
+ /**
213
+ * Set the recipient of this activity, optionally marking it as a targeted message.
214
+ * @param value - The recipient account
215
+ * @param isTargeted - If true, marks this as a targeted message visible only to the recipient (default: false)
216
+ * @returns this instance for chaining
217
+ */
218
+ withRecipient(value: Account, isTargeted?: boolean): this;
205
219
  withServiceUrl(value: string): this;
206
220
  withTimestamp(value: Date): this;
207
221
  withLocale(value: string): this;
@@ -79,6 +79,10 @@ interface IActivity<T extends string = string> {
79
79
  * Contains the ID of the message to which this message is a reply.
80
80
  */
81
81
  replyToId?: string;
82
+ /**
83
+ * Indicates if this is a targeted message visible only to a specific recipient.
84
+ */
85
+ isTargeted: boolean;
82
86
  /**
83
87
  * Represents the entities that were mentioned in the message.
84
88
  */
@@ -163,6 +167,10 @@ declare class Activity<T extends string = string> implements IActivity<T> {
163
167
  * Contains the ID of the message to which this message is a reply.
164
168
  */
165
169
  replyToId?: string;
170
+ /**
171
+ * Indicates if this is a targeted message visible only to a specific recipient.
172
+ */
173
+ isTargeted: boolean;
166
174
  /**
167
175
  * Represents the entities that were mentioned in the message.
168
176
  */
@@ -201,7 +209,13 @@ declare class Activity<T extends string = string> implements IActivity<T> {
201
209
  withFrom(value: Account): this;
202
210
  withConversation(value: ConversationAccount): this;
203
211
  withRelatesTo(value: ConversationReference): this;
204
- withRecipient(value: Account): this;
212
+ /**
213
+ * Set the recipient of this activity, optionally marking it as a targeted message.
214
+ * @param value - The recipient account
215
+ * @param isTargeted - If true, marks this as a targeted message visible only to the recipient (default: false)
216
+ * @returns this instance for chaining
217
+ */
218
+ withRecipient(value: Account, isTargeted?: boolean): this;
205
219
  withServiceUrl(value: string): this;
206
220
  withTimestamp(value: Date): this;
207
221
  withLocale(value: string): this;
@@ -55,6 +55,10 @@ class Activity {
55
55
  * Contains the ID of the message to which this message is a reply.
56
56
  */
57
57
  replyToId;
58
+ /**
59
+ * Indicates if this is a targeted message visible only to a specific recipient.
60
+ */
61
+ isTargeted = false;
58
62
  /**
59
63
  * Represents the entities that were mentioned in the message.
60
64
  */
@@ -135,8 +139,15 @@ class Activity {
135
139
  this.relatesTo = value;
136
140
  return this;
137
141
  }
138
- withRecipient(value) {
142
+ /**
143
+ * Set the recipient of this activity, optionally marking it as a targeted message.
144
+ * @param value - The recipient account
145
+ * @param isTargeted - If true, marks this as a targeted message visible only to the recipient (default: false)
146
+ * @returns this instance for chaining
147
+ */
148
+ withRecipient(value, isTargeted = false) {
139
149
  this.recipient = value;
150
+ this.isTargeted = isTargeted;
140
151
  return this;
141
152
  }
142
153
  withServiceUrl(value) {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/activities/activity.ts"],"names":[],"mappings":"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","file":"activity.js","sourcesContent":["import {\n Account,\n AIMessageEntity,\n ChannelData,\n ChannelID,\n ChannelInfo,\n CitationAppearance,\n CitationEntity,\n ConversationAccount,\n ConversationReference,\n Entity,\n MeetingInfo,\n MessageEntity,\n NotificationInfo,\n TeamInfo,\n} from '../models';\n\nexport interface IActivity<T extends string = string> {\n /**\n * Contains the type of the activity.\n */\n readonly type: T;\n\n /**\n * Contains an ID that uniquely identifies the activity on the channel.\n */\n id: string;\n\n /**\n * Contains the URL that specifies the channel's service endpoint. Set by the channel.\n */\n serviceUrl?: string;\n\n /**\n * Contains the date and time that the message was sent, in UTC, expressed in ISO-8601 format.\n */\n timestamp?: Date;\n\n /**\n * A locale name for the contents of the text field.\n * The locale name is a combination of an ISO 639 two- or three-letter culture code associated\n * with a language\n * and an ISO 3166 two-letter subculture code associated with a country or region.\n * The locale name can also correspond to a valid BCP-47 language tag.\n */\n locale?: string;\n\n /**\n * Contains the local date and time of the message, expressed in ISO-8601 format.\n *\n * For example, 2016-09-23T13:07:49.4714686-07:00.\n */\n localTimestamp?: Date;\n\n /**\n * Contains an ID that uniquely identifies the channel. Set by the channel.\n */\n channelId: ChannelID;\n\n /**\n * Identifies the sender of the message.\n */\n from: Account;\n\n /**\n * Identifies the conversation to which the activity belongs.\n */\n conversation: ConversationAccount;\n\n /**\n * A reference to another conversation or activity.\n */\n relatesTo?: ConversationReference;\n\n /**\n * Identifies the recipient of the message.\n */\n recipient: Account;\n\n /**\n * Contains the ID of the message to which this message is a reply.\n */\n replyToId?: string;\n\n /**\n * Represents the entities that were mentioned in the message.\n */\n entities?: Entity[];\n\n /**\n * Contains channel-specific content.\n */\n channelData?: ChannelData;\n\n /**\n * Information about the channel in which the message was sent.\n */\n get channel(): ChannelInfo | undefined;\n\n /**\n * Information about the team in which the message was sent.\n */\n get team(): TeamInfo | undefined;\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get meeting(): MeetingInfo | undefined;\n\n /**\n * Notification settings for the message.\n */\n get notification(): NotificationInfo | undefined;\n\n /**\n * is this a streaming activity\n */\n isStreaming(): boolean;\n}\n\nexport class Activity<T extends string = string> implements IActivity<T> {\n /**\n * Contains the type of the activity.\n */\n readonly type!: T;\n\n /**\n * Contains an ID that uniquely identifies the activity on the channel.\n */\n id!: string;\n\n /**\n * Contains the URL that specifies the channel's service endpoint. Set by the channel.\n */\n serviceUrl?: string;\n\n /**\n * Contains the date and time that the message was sent, in UTC, expressed in ISO-8601 format.\n */\n timestamp?: Date;\n\n /**\n * A locale name for the contents of the text field.\n * The locale name is a combination of an ISO 639 two- or three-letter culture code associated\n * with a language\n * and an ISO 3166 two-letter subculture code associated with a country or region.\n * The locale name can also correspond to a valid BCP-47 language tag.\n */\n locale?: string;\n\n /**\n * Contains the local date and time of the message, expressed in ISO-8601 format.\n *\n * For example, 2016-09-23T13:07:49.4714686-07:00.\n */\n localTimestamp?: Date;\n\n /**\n * Contains an ID that uniquely identifies the channel. Set by the channel.\n */\n channelId!: ChannelID;\n\n /**\n * Identifies the sender of the message.\n */\n from!: Account;\n\n /**\n * Identifies the conversation to which the activity belongs.\n */\n conversation!: ConversationAccount;\n\n /**\n * A reference to another conversation or activity.\n */\n relatesTo?: ConversationReference;\n\n /**\n * Identifies the recipient of the message.\n */\n recipient!: Account;\n\n /**\n * Contains the ID of the message to which this message is a reply.\n */\n replyToId?: string;\n\n /**\n * Represents the entities that were mentioned in the message.\n */\n entities?: Entity[];\n\n /**\n * Contains channel-specific content.\n */\n channelData?: ChannelData;\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get tenant() {\n return this.channelData?.tenant;\n }\n\n /**\n * Information about the channel in which the message was sent.\n */\n get channel() {\n return this.channelData?.channel;\n }\n\n /**\n * Information about the team in which the message was sent.\n */\n get team() {\n return this.channelData?.team;\n }\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get meeting() {\n return this.channelData?.meeting;\n }\n\n /**\n * Notification settings for the message.\n */\n get notification() {\n return this.channelData?.notification;\n }\n\n constructor(value: Pick<IActivity<T>, 'type'> & Partial<Omit<IActivity<T>, 'type'>>) {\n Object.assign(this, {\n channelId: 'msteams',\n ...value,\n });\n }\n\n static from(activity: IActivity) {\n return new Activity(activity);\n }\n\n toInterface(): IActivity {\n return Object.assign({}, this);\n }\n\n clone(options: Omit<Partial<IActivity>, 'type'> = {}) {\n return new Activity({\n ...this.toInterface(),\n ...options,\n });\n }\n\n withId(value: string) {\n this.id = value;\n return this;\n }\n\n withReplyToId(value: string) {\n this.replyToId = value;\n return this;\n }\n\n withChannelId(value: ChannelID) {\n this.channelId = value;\n return this;\n }\n\n withFrom(value: Account) {\n this.from = value;\n return this;\n }\n\n withConversation(value: ConversationAccount) {\n this.conversation = value;\n return this;\n }\n\n withRelatesTo(value: ConversationReference) {\n this.relatesTo = value;\n return this;\n }\n\n withRecipient(value: Account) {\n this.recipient = value;\n return this;\n }\n\n withServiceUrl(value: string) {\n this.serviceUrl = value;\n return this;\n }\n\n withTimestamp(value: Date) {\n this.timestamp = value;\n return this;\n }\n\n withLocale(value: string) {\n this.locale = value;\n return this;\n }\n\n withLocalTimestamp(value: Date) {\n this.localTimestamp = value;\n return this;\n }\n\n withChannelData(value: ChannelData) {\n this.channelData = { ...this.channelData, ...value };\n return this;\n }\n\n /**\n * Add an entity.\n */\n addEntity(value: Entity) {\n if (!this.entities) {\n this.entities = [];\n }\n\n this.entities.push(value);\n return this;\n }\n\n /**\n * Add multiple entities\n */\n addEntities(...value: Entity[]) {\n if (!this.entities) {\n this.entities = [];\n }\n\n this.entities.push(...value);\n return this;\n }\n\n /**\n * Add the `Generated By AI` label.\n */\n addAiGenerated() {\n const messageEntity: AIMessageEntity = this.ensureSingleRootLevelMessageEntity();\n if (messageEntity.additionalType?.includes('AIGeneratedContent')) {\n return this;\n }\n\n if (!messageEntity.additionalType) {\n messageEntity.additionalType = [];\n }\n\n messageEntity.additionalType.push('AIGeneratedContent');\n return this;\n }\n\n /**\n * Enable message feedback\n */\n addFeedback() {\n if (!this.channelData) {\n this.channelData = {};\n }\n\n this.channelData.feedbackLoopEnabled = true;\n return this;\n }\n\n /**\n * Add citations\n */\n addCitation(position: number, appearance: CitationAppearance) {\n const messageEntity: CitationEntity = this.ensureSingleRootLevelMessageEntity();\n if (!messageEntity.citation) {\n messageEntity.citation = [];\n }\n\n messageEntity.citation.push({\n '@type': 'Claim',\n position,\n appearance: {\n '@type': 'DigitalDocument',\n abstract: appearance.abstract,\n name: appearance.name,\n encodingFormat: 'application/vnd.microsoft.card.adaptive',\n image: appearance.icon\n ? {\n '@type': 'ImageObject',\n name: appearance.icon,\n }\n : undefined,\n keywords: appearance.keywords,\n text: appearance.text,\n url: appearance.url,\n usageInfo: appearance.usageInfo,\n },\n });\n\n return this;\n }\n\n /**\n * is this a streaming activity\n */\n isStreaming() {\n return this.entities?.some((e) => e.type === 'streaminfo') || false;\n }\n\n /**\n * Get or create the base message entity.\n * There should only be one root level message entity.\n */\n private ensureSingleRootLevelMessageEntity(): MessageEntity {\n let mesageEntity = this.entities?.find(\n (e) => e.type === 'https://schema.org/Message' && e['@type'] === 'Message'\n ) as MessageEntity | undefined;\n\n if (!mesageEntity) {\n mesageEntity = {\n type: 'https://schema.org/Message',\n '@type': 'Message',\n '@context': 'https://schema.org',\n '@id': '',\n };\n this.addEntity(mesageEntity);\n }\n\n return mesageEntity;\n }\n}\n"]}
1
+ {"version":3,"sources":["../../src/activities/activity.ts"],"names":[],"mappings":"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","file":"activity.js","sourcesContent":["import {\n Account,\n AIMessageEntity,\n ChannelData,\n ChannelID,\n ChannelInfo,\n CitationAppearance,\n CitationEntity,\n ConversationAccount,\n ConversationReference,\n Entity,\n MeetingInfo,\n MessageEntity,\n NotificationInfo,\n TeamInfo,\n} from '../models';\n\nexport interface IActivity<T extends string = string> {\n /**\n * Contains the type of the activity.\n */\n readonly type: T;\n\n /**\n * Contains an ID that uniquely identifies the activity on the channel.\n */\n id: string;\n\n /**\n * Contains the URL that specifies the channel's service endpoint. Set by the channel.\n */\n serviceUrl?: string;\n\n /**\n * Contains the date and time that the message was sent, in UTC, expressed in ISO-8601 format.\n */\n timestamp?: Date;\n\n /**\n * A locale name for the contents of the text field.\n * The locale name is a combination of an ISO 639 two- or three-letter culture code associated\n * with a language\n * and an ISO 3166 two-letter subculture code associated with a country or region.\n * The locale name can also correspond to a valid BCP-47 language tag.\n */\n locale?: string;\n\n /**\n * Contains the local date and time of the message, expressed in ISO-8601 format.\n *\n * For example, 2016-09-23T13:07:49.4714686-07:00.\n */\n localTimestamp?: Date;\n\n /**\n * Contains an ID that uniquely identifies the channel. Set by the channel.\n */\n channelId: ChannelID;\n\n /**\n * Identifies the sender of the message.\n */\n from: Account;\n\n /**\n * Identifies the conversation to which the activity belongs.\n */\n conversation: ConversationAccount;\n\n /**\n * A reference to another conversation or activity.\n */\n relatesTo?: ConversationReference;\n\n /**\n * Identifies the recipient of the message.\n */\n recipient: Account;\n\n /**\n * Contains the ID of the message to which this message is a reply.\n */\n replyToId?: string;\n\n /**\n * Indicates if this is a targeted message visible only to a specific recipient.\n */\n isTargeted: boolean;\n\n /**\n * Represents the entities that were mentioned in the message.\n */\n entities?: Entity[];\n\n /**\n * Contains channel-specific content.\n */\n channelData?: ChannelData;\n\n /**\n * Information about the channel in which the message was sent.\n */\n get channel(): ChannelInfo | undefined;\n\n /**\n * Information about the team in which the message was sent.\n */\n get team(): TeamInfo | undefined;\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get meeting(): MeetingInfo | undefined;\n\n /**\n * Notification settings for the message.\n */\n get notification(): NotificationInfo | undefined;\n\n /**\n * is this a streaming activity\n */\n isStreaming(): boolean;\n}\n\nexport class Activity<T extends string = string> implements IActivity<T> {\n /**\n * Contains the type of the activity.\n */\n readonly type!: T;\n\n /**\n * Contains an ID that uniquely identifies the activity on the channel.\n */\n id!: string;\n\n /**\n * Contains the URL that specifies the channel's service endpoint. Set by the channel.\n */\n serviceUrl?: string;\n\n /**\n * Contains the date and time that the message was sent, in UTC, expressed in ISO-8601 format.\n */\n timestamp?: Date;\n\n /**\n * A locale name for the contents of the text field.\n * The locale name is a combination of an ISO 639 two- or three-letter culture code associated\n * with a language\n * and an ISO 3166 two-letter subculture code associated with a country or region.\n * The locale name can also correspond to a valid BCP-47 language tag.\n */\n locale?: string;\n\n /**\n * Contains the local date and time of the message, expressed in ISO-8601 format.\n *\n * For example, 2016-09-23T13:07:49.4714686-07:00.\n */\n localTimestamp?: Date;\n\n /**\n * Contains an ID that uniquely identifies the channel. Set by the channel.\n */\n channelId!: ChannelID;\n\n /**\n * Identifies the sender of the message.\n */\n from!: Account;\n\n /**\n * Identifies the conversation to which the activity belongs.\n */\n conversation!: ConversationAccount;\n\n /**\n * A reference to another conversation or activity.\n */\n relatesTo?: ConversationReference;\n\n /**\n * Identifies the recipient of the message.\n */\n recipient!: Account;\n\n /**\n * Contains the ID of the message to which this message is a reply.\n */\n replyToId?: string;\n\n /**\n * Indicates if this is a targeted message visible only to a specific recipient.\n */\n isTargeted: boolean = false;\n\n /**\n * Represents the entities that were mentioned in the message.\n */\n entities?: Entity[];\n\n /**\n * Contains channel-specific content.\n */\n channelData?: ChannelData;\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get tenant() {\n return this.channelData?.tenant;\n }\n\n /**\n * Information about the channel in which the message was sent.\n */\n get channel() {\n return this.channelData?.channel;\n }\n\n /**\n * Information about the team in which the message was sent.\n */\n get team() {\n return this.channelData?.team;\n }\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get meeting() {\n return this.channelData?.meeting;\n }\n\n /**\n * Notification settings for the message.\n */\n get notification() {\n return this.channelData?.notification;\n }\n\n constructor(value: Pick<IActivity<T>, 'type'> & Partial<Omit<IActivity<T>, 'type'>>) {\n Object.assign(this, {\n channelId: 'msteams',\n ...value,\n });\n }\n\n static from(activity: IActivity) {\n return new Activity(activity);\n }\n\n toInterface(): IActivity {\n return Object.assign({}, this);\n }\n\n clone(options: Omit<Partial<IActivity>, 'type'> = {}) {\n return new Activity({\n ...this.toInterface(),\n ...options,\n });\n }\n\n withId(value: string) {\n this.id = value;\n return this;\n }\n\n withReplyToId(value: string) {\n this.replyToId = value;\n return this;\n }\n\n withChannelId(value: ChannelID) {\n this.channelId = value;\n return this;\n }\n\n withFrom(value: Account) {\n this.from = value;\n return this;\n }\n\n withConversation(value: ConversationAccount) {\n this.conversation = value;\n return this;\n }\n\n withRelatesTo(value: ConversationReference) {\n this.relatesTo = value;\n return this;\n }\n\n /**\n * Set the recipient of this activity, optionally marking it as a targeted message.\n * @param value - The recipient account\n * @param isTargeted - If true, marks this as a targeted message visible only to the recipient (default: false)\n * @returns this instance for chaining\n */\n withRecipient(value: Account, isTargeted: boolean = false) {\n this.recipient = value;\n this.isTargeted = isTargeted;\n return this;\n }\n\n withServiceUrl(value: string) {\n this.serviceUrl = value;\n return this;\n }\n\n withTimestamp(value: Date) {\n this.timestamp = value;\n return this;\n }\n\n withLocale(value: string) {\n this.locale = value;\n return this;\n }\n\n withLocalTimestamp(value: Date) {\n this.localTimestamp = value;\n return this;\n }\n\n withChannelData(value: ChannelData) {\n this.channelData = { ...this.channelData, ...value };\n return this;\n }\n\n /**\n * Add an entity.\n */\n addEntity(value: Entity) {\n if (!this.entities) {\n this.entities = [];\n }\n\n this.entities.push(value);\n return this;\n }\n\n /**\n * Add multiple entities\n */\n addEntities(...value: Entity[]) {\n if (!this.entities) {\n this.entities = [];\n }\n\n this.entities.push(...value);\n return this;\n }\n\n /**\n * Add the `Generated By AI` label.\n */\n addAiGenerated() {\n const messageEntity: AIMessageEntity = this.ensureSingleRootLevelMessageEntity();\n if (messageEntity.additionalType?.includes('AIGeneratedContent')) {\n return this;\n }\n\n if (!messageEntity.additionalType) {\n messageEntity.additionalType = [];\n }\n\n messageEntity.additionalType.push('AIGeneratedContent');\n return this;\n }\n\n /**\n * Enable message feedback\n */\n addFeedback() {\n if (!this.channelData) {\n this.channelData = {};\n }\n\n this.channelData.feedbackLoopEnabled = true;\n return this;\n }\n\n /**\n * Add citations\n */\n addCitation(position: number, appearance: CitationAppearance) {\n const messageEntity: CitationEntity = this.ensureSingleRootLevelMessageEntity();\n if (!messageEntity.citation) {\n messageEntity.citation = [];\n }\n\n messageEntity.citation.push({\n '@type': 'Claim',\n position,\n appearance: {\n '@type': 'DigitalDocument',\n abstract: appearance.abstract,\n name: appearance.name,\n encodingFormat: 'application/vnd.microsoft.card.adaptive',\n image: appearance.icon\n ? {\n '@type': 'ImageObject',\n name: appearance.icon,\n }\n : undefined,\n keywords: appearance.keywords,\n text: appearance.text,\n url: appearance.url,\n usageInfo: appearance.usageInfo,\n },\n });\n\n return this;\n }\n\n /**\n * is this a streaming activity\n */\n isStreaming() {\n return this.entities?.some((e) => e.type === 'streaminfo') || false;\n }\n\n /**\n * Get or create the base message entity.\n * There should only be one root level message entity.\n */\n private ensureSingleRootLevelMessageEntity(): MessageEntity {\n let mesageEntity = this.entities?.find(\n (e) => e.type === 'https://schema.org/Message' && e['@type'] === 'Message'\n ) as MessageEntity | undefined;\n\n if (!mesageEntity) {\n mesageEntity = {\n type: 'https://schema.org/Message',\n '@type': 'Message',\n '@context': 'https://schema.org',\n '@id': '',\n };\n this.addEntity(mesageEntity);\n }\n\n return mesageEntity;\n }\n}\n"]}
@@ -53,6 +53,10 @@ class Activity {
53
53
  * Contains the ID of the message to which this message is a reply.
54
54
  */
55
55
  replyToId;
56
+ /**
57
+ * Indicates if this is a targeted message visible only to a specific recipient.
58
+ */
59
+ isTargeted = false;
56
60
  /**
57
61
  * Represents the entities that were mentioned in the message.
58
62
  */
@@ -133,8 +137,15 @@ class Activity {
133
137
  this.relatesTo = value;
134
138
  return this;
135
139
  }
136
- withRecipient(value) {
140
+ /**
141
+ * Set the recipient of this activity, optionally marking it as a targeted message.
142
+ * @param value - The recipient account
143
+ * @param isTargeted - If true, marks this as a targeted message visible only to the recipient (default: false)
144
+ * @returns this instance for chaining
145
+ */
146
+ withRecipient(value, isTargeted = false) {
137
147
  this.recipient = value;
148
+ this.isTargeted = isTargeted;
138
149
  return this;
139
150
  }
140
151
  withServiceUrl(value) {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/activities/activity.ts"],"names":[],"mappings":"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","file":"activity.mjs","sourcesContent":["import {\n Account,\n AIMessageEntity,\n ChannelData,\n ChannelID,\n ChannelInfo,\n CitationAppearance,\n CitationEntity,\n ConversationAccount,\n ConversationReference,\n Entity,\n MeetingInfo,\n MessageEntity,\n NotificationInfo,\n TeamInfo,\n} from '../models';\n\nexport interface IActivity<T extends string = string> {\n /**\n * Contains the type of the activity.\n */\n readonly type: T;\n\n /**\n * Contains an ID that uniquely identifies the activity on the channel.\n */\n id: string;\n\n /**\n * Contains the URL that specifies the channel's service endpoint. Set by the channel.\n */\n serviceUrl?: string;\n\n /**\n * Contains the date and time that the message was sent, in UTC, expressed in ISO-8601 format.\n */\n timestamp?: Date;\n\n /**\n * A locale name for the contents of the text field.\n * The locale name is a combination of an ISO 639 two- or three-letter culture code associated\n * with a language\n * and an ISO 3166 two-letter subculture code associated with a country or region.\n * The locale name can also correspond to a valid BCP-47 language tag.\n */\n locale?: string;\n\n /**\n * Contains the local date and time of the message, expressed in ISO-8601 format.\n *\n * For example, 2016-09-23T13:07:49.4714686-07:00.\n */\n localTimestamp?: Date;\n\n /**\n * Contains an ID that uniquely identifies the channel. Set by the channel.\n */\n channelId: ChannelID;\n\n /**\n * Identifies the sender of the message.\n */\n from: Account;\n\n /**\n * Identifies the conversation to which the activity belongs.\n */\n conversation: ConversationAccount;\n\n /**\n * A reference to another conversation or activity.\n */\n relatesTo?: ConversationReference;\n\n /**\n * Identifies the recipient of the message.\n */\n recipient: Account;\n\n /**\n * Contains the ID of the message to which this message is a reply.\n */\n replyToId?: string;\n\n /**\n * Represents the entities that were mentioned in the message.\n */\n entities?: Entity[];\n\n /**\n * Contains channel-specific content.\n */\n channelData?: ChannelData;\n\n /**\n * Information about the channel in which the message was sent.\n */\n get channel(): ChannelInfo | undefined;\n\n /**\n * Information about the team in which the message was sent.\n */\n get team(): TeamInfo | undefined;\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get meeting(): MeetingInfo | undefined;\n\n /**\n * Notification settings for the message.\n */\n get notification(): NotificationInfo | undefined;\n\n /**\n * is this a streaming activity\n */\n isStreaming(): boolean;\n}\n\nexport class Activity<T extends string = string> implements IActivity<T> {\n /**\n * Contains the type of the activity.\n */\n readonly type!: T;\n\n /**\n * Contains an ID that uniquely identifies the activity on the channel.\n */\n id!: string;\n\n /**\n * Contains the URL that specifies the channel's service endpoint. Set by the channel.\n */\n serviceUrl?: string;\n\n /**\n * Contains the date and time that the message was sent, in UTC, expressed in ISO-8601 format.\n */\n timestamp?: Date;\n\n /**\n * A locale name for the contents of the text field.\n * The locale name is a combination of an ISO 639 two- or three-letter culture code associated\n * with a language\n * and an ISO 3166 two-letter subculture code associated with a country or region.\n * The locale name can also correspond to a valid BCP-47 language tag.\n */\n locale?: string;\n\n /**\n * Contains the local date and time of the message, expressed in ISO-8601 format.\n *\n * For example, 2016-09-23T13:07:49.4714686-07:00.\n */\n localTimestamp?: Date;\n\n /**\n * Contains an ID that uniquely identifies the channel. Set by the channel.\n */\n channelId!: ChannelID;\n\n /**\n * Identifies the sender of the message.\n */\n from!: Account;\n\n /**\n * Identifies the conversation to which the activity belongs.\n */\n conversation!: ConversationAccount;\n\n /**\n * A reference to another conversation or activity.\n */\n relatesTo?: ConversationReference;\n\n /**\n * Identifies the recipient of the message.\n */\n recipient!: Account;\n\n /**\n * Contains the ID of the message to which this message is a reply.\n */\n replyToId?: string;\n\n /**\n * Represents the entities that were mentioned in the message.\n */\n entities?: Entity[];\n\n /**\n * Contains channel-specific content.\n */\n channelData?: ChannelData;\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get tenant() {\n return this.channelData?.tenant;\n }\n\n /**\n * Information about the channel in which the message was sent.\n */\n get channel() {\n return this.channelData?.channel;\n }\n\n /**\n * Information about the team in which the message was sent.\n */\n get team() {\n return this.channelData?.team;\n }\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get meeting() {\n return this.channelData?.meeting;\n }\n\n /**\n * Notification settings for the message.\n */\n get notification() {\n return this.channelData?.notification;\n }\n\n constructor(value: Pick<IActivity<T>, 'type'> & Partial<Omit<IActivity<T>, 'type'>>) {\n Object.assign(this, {\n channelId: 'msteams',\n ...value,\n });\n }\n\n static from(activity: IActivity) {\n return new Activity(activity);\n }\n\n toInterface(): IActivity {\n return Object.assign({}, this);\n }\n\n clone(options: Omit<Partial<IActivity>, 'type'> = {}) {\n return new Activity({\n ...this.toInterface(),\n ...options,\n });\n }\n\n withId(value: string) {\n this.id = value;\n return this;\n }\n\n withReplyToId(value: string) {\n this.replyToId = value;\n return this;\n }\n\n withChannelId(value: ChannelID) {\n this.channelId = value;\n return this;\n }\n\n withFrom(value: Account) {\n this.from = value;\n return this;\n }\n\n withConversation(value: ConversationAccount) {\n this.conversation = value;\n return this;\n }\n\n withRelatesTo(value: ConversationReference) {\n this.relatesTo = value;\n return this;\n }\n\n withRecipient(value: Account) {\n this.recipient = value;\n return this;\n }\n\n withServiceUrl(value: string) {\n this.serviceUrl = value;\n return this;\n }\n\n withTimestamp(value: Date) {\n this.timestamp = value;\n return this;\n }\n\n withLocale(value: string) {\n this.locale = value;\n return this;\n }\n\n withLocalTimestamp(value: Date) {\n this.localTimestamp = value;\n return this;\n }\n\n withChannelData(value: ChannelData) {\n this.channelData = { ...this.channelData, ...value };\n return this;\n }\n\n /**\n * Add an entity.\n */\n addEntity(value: Entity) {\n if (!this.entities) {\n this.entities = [];\n }\n\n this.entities.push(value);\n return this;\n }\n\n /**\n * Add multiple entities\n */\n addEntities(...value: Entity[]) {\n if (!this.entities) {\n this.entities = [];\n }\n\n this.entities.push(...value);\n return this;\n }\n\n /**\n * Add the `Generated By AI` label.\n */\n addAiGenerated() {\n const messageEntity: AIMessageEntity = this.ensureSingleRootLevelMessageEntity();\n if (messageEntity.additionalType?.includes('AIGeneratedContent')) {\n return this;\n }\n\n if (!messageEntity.additionalType) {\n messageEntity.additionalType = [];\n }\n\n messageEntity.additionalType.push('AIGeneratedContent');\n return this;\n }\n\n /**\n * Enable message feedback\n */\n addFeedback() {\n if (!this.channelData) {\n this.channelData = {};\n }\n\n this.channelData.feedbackLoopEnabled = true;\n return this;\n }\n\n /**\n * Add citations\n */\n addCitation(position: number, appearance: CitationAppearance) {\n const messageEntity: CitationEntity = this.ensureSingleRootLevelMessageEntity();\n if (!messageEntity.citation) {\n messageEntity.citation = [];\n }\n\n messageEntity.citation.push({\n '@type': 'Claim',\n position,\n appearance: {\n '@type': 'DigitalDocument',\n abstract: appearance.abstract,\n name: appearance.name,\n encodingFormat: 'application/vnd.microsoft.card.adaptive',\n image: appearance.icon\n ? {\n '@type': 'ImageObject',\n name: appearance.icon,\n }\n : undefined,\n keywords: appearance.keywords,\n text: appearance.text,\n url: appearance.url,\n usageInfo: appearance.usageInfo,\n },\n });\n\n return this;\n }\n\n /**\n * is this a streaming activity\n */\n isStreaming() {\n return this.entities?.some((e) => e.type === 'streaminfo') || false;\n }\n\n /**\n * Get or create the base message entity.\n * There should only be one root level message entity.\n */\n private ensureSingleRootLevelMessageEntity(): MessageEntity {\n let mesageEntity = this.entities?.find(\n (e) => e.type === 'https://schema.org/Message' && e['@type'] === 'Message'\n ) as MessageEntity | undefined;\n\n if (!mesageEntity) {\n mesageEntity = {\n type: 'https://schema.org/Message',\n '@type': 'Message',\n '@context': 'https://schema.org',\n '@id': '',\n };\n this.addEntity(mesageEntity);\n }\n\n return mesageEntity;\n }\n}\n"]}
1
+ {"version":3,"sources":["../../src/activities/activity.ts"],"names":[],"mappings":"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","file":"activity.mjs","sourcesContent":["import {\n Account,\n AIMessageEntity,\n ChannelData,\n ChannelID,\n ChannelInfo,\n CitationAppearance,\n CitationEntity,\n ConversationAccount,\n ConversationReference,\n Entity,\n MeetingInfo,\n MessageEntity,\n NotificationInfo,\n TeamInfo,\n} from '../models';\n\nexport interface IActivity<T extends string = string> {\n /**\n * Contains the type of the activity.\n */\n readonly type: T;\n\n /**\n * Contains an ID that uniquely identifies the activity on the channel.\n */\n id: string;\n\n /**\n * Contains the URL that specifies the channel's service endpoint. Set by the channel.\n */\n serviceUrl?: string;\n\n /**\n * Contains the date and time that the message was sent, in UTC, expressed in ISO-8601 format.\n */\n timestamp?: Date;\n\n /**\n * A locale name for the contents of the text field.\n * The locale name is a combination of an ISO 639 two- or three-letter culture code associated\n * with a language\n * and an ISO 3166 two-letter subculture code associated with a country or region.\n * The locale name can also correspond to a valid BCP-47 language tag.\n */\n locale?: string;\n\n /**\n * Contains the local date and time of the message, expressed in ISO-8601 format.\n *\n * For example, 2016-09-23T13:07:49.4714686-07:00.\n */\n localTimestamp?: Date;\n\n /**\n * Contains an ID that uniquely identifies the channel. Set by the channel.\n */\n channelId: ChannelID;\n\n /**\n * Identifies the sender of the message.\n */\n from: Account;\n\n /**\n * Identifies the conversation to which the activity belongs.\n */\n conversation: ConversationAccount;\n\n /**\n * A reference to another conversation or activity.\n */\n relatesTo?: ConversationReference;\n\n /**\n * Identifies the recipient of the message.\n */\n recipient: Account;\n\n /**\n * Contains the ID of the message to which this message is a reply.\n */\n replyToId?: string;\n\n /**\n * Indicates if this is a targeted message visible only to a specific recipient.\n */\n isTargeted: boolean;\n\n /**\n * Represents the entities that were mentioned in the message.\n */\n entities?: Entity[];\n\n /**\n * Contains channel-specific content.\n */\n channelData?: ChannelData;\n\n /**\n * Information about the channel in which the message was sent.\n */\n get channel(): ChannelInfo | undefined;\n\n /**\n * Information about the team in which the message was sent.\n */\n get team(): TeamInfo | undefined;\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get meeting(): MeetingInfo | undefined;\n\n /**\n * Notification settings for the message.\n */\n get notification(): NotificationInfo | undefined;\n\n /**\n * is this a streaming activity\n */\n isStreaming(): boolean;\n}\n\nexport class Activity<T extends string = string> implements IActivity<T> {\n /**\n * Contains the type of the activity.\n */\n readonly type!: T;\n\n /**\n * Contains an ID that uniquely identifies the activity on the channel.\n */\n id!: string;\n\n /**\n * Contains the URL that specifies the channel's service endpoint. Set by the channel.\n */\n serviceUrl?: string;\n\n /**\n * Contains the date and time that the message was sent, in UTC, expressed in ISO-8601 format.\n */\n timestamp?: Date;\n\n /**\n * A locale name for the contents of the text field.\n * The locale name is a combination of an ISO 639 two- or three-letter culture code associated\n * with a language\n * and an ISO 3166 two-letter subculture code associated with a country or region.\n * The locale name can also correspond to a valid BCP-47 language tag.\n */\n locale?: string;\n\n /**\n * Contains the local date and time of the message, expressed in ISO-8601 format.\n *\n * For example, 2016-09-23T13:07:49.4714686-07:00.\n */\n localTimestamp?: Date;\n\n /**\n * Contains an ID that uniquely identifies the channel. Set by the channel.\n */\n channelId!: ChannelID;\n\n /**\n * Identifies the sender of the message.\n */\n from!: Account;\n\n /**\n * Identifies the conversation to which the activity belongs.\n */\n conversation!: ConversationAccount;\n\n /**\n * A reference to another conversation or activity.\n */\n relatesTo?: ConversationReference;\n\n /**\n * Identifies the recipient of the message.\n */\n recipient!: Account;\n\n /**\n * Contains the ID of the message to which this message is a reply.\n */\n replyToId?: string;\n\n /**\n * Indicates if this is a targeted message visible only to a specific recipient.\n */\n isTargeted: boolean = false;\n\n /**\n * Represents the entities that were mentioned in the message.\n */\n entities?: Entity[];\n\n /**\n * Contains channel-specific content.\n */\n channelData?: ChannelData;\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get tenant() {\n return this.channelData?.tenant;\n }\n\n /**\n * Information about the channel in which the message was sent.\n */\n get channel() {\n return this.channelData?.channel;\n }\n\n /**\n * Information about the team in which the message was sent.\n */\n get team() {\n return this.channelData?.team;\n }\n\n /**\n * Information about the tenant in which the message was sent.\n */\n get meeting() {\n return this.channelData?.meeting;\n }\n\n /**\n * Notification settings for the message.\n */\n get notification() {\n return this.channelData?.notification;\n }\n\n constructor(value: Pick<IActivity<T>, 'type'> & Partial<Omit<IActivity<T>, 'type'>>) {\n Object.assign(this, {\n channelId: 'msteams',\n ...value,\n });\n }\n\n static from(activity: IActivity) {\n return new Activity(activity);\n }\n\n toInterface(): IActivity {\n return Object.assign({}, this);\n }\n\n clone(options: Omit<Partial<IActivity>, 'type'> = {}) {\n return new Activity({\n ...this.toInterface(),\n ...options,\n });\n }\n\n withId(value: string) {\n this.id = value;\n return this;\n }\n\n withReplyToId(value: string) {\n this.replyToId = value;\n return this;\n }\n\n withChannelId(value: ChannelID) {\n this.channelId = value;\n return this;\n }\n\n withFrom(value: Account) {\n this.from = value;\n return this;\n }\n\n withConversation(value: ConversationAccount) {\n this.conversation = value;\n return this;\n }\n\n withRelatesTo(value: ConversationReference) {\n this.relatesTo = value;\n return this;\n }\n\n /**\n * Set the recipient of this activity, optionally marking it as a targeted message.\n * @param value - The recipient account\n * @param isTargeted - If true, marks this as a targeted message visible only to the recipient (default: false)\n * @returns this instance for chaining\n */\n withRecipient(value: Account, isTargeted: boolean = false) {\n this.recipient = value;\n this.isTargeted = isTargeted;\n return this;\n }\n\n withServiceUrl(value: string) {\n this.serviceUrl = value;\n return this;\n }\n\n withTimestamp(value: Date) {\n this.timestamp = value;\n return this;\n }\n\n withLocale(value: string) {\n this.locale = value;\n return this;\n }\n\n withLocalTimestamp(value: Date) {\n this.localTimestamp = value;\n return this;\n }\n\n withChannelData(value: ChannelData) {\n this.channelData = { ...this.channelData, ...value };\n return this;\n }\n\n /**\n * Add an entity.\n */\n addEntity(value: Entity) {\n if (!this.entities) {\n this.entities = [];\n }\n\n this.entities.push(value);\n return this;\n }\n\n /**\n * Add multiple entities\n */\n addEntities(...value: Entity[]) {\n if (!this.entities) {\n this.entities = [];\n }\n\n this.entities.push(...value);\n return this;\n }\n\n /**\n * Add the `Generated By AI` label.\n */\n addAiGenerated() {\n const messageEntity: AIMessageEntity = this.ensureSingleRootLevelMessageEntity();\n if (messageEntity.additionalType?.includes('AIGeneratedContent')) {\n return this;\n }\n\n if (!messageEntity.additionalType) {\n messageEntity.additionalType = [];\n }\n\n messageEntity.additionalType.push('AIGeneratedContent');\n return this;\n }\n\n /**\n * Enable message feedback\n */\n addFeedback() {\n if (!this.channelData) {\n this.channelData = {};\n }\n\n this.channelData.feedbackLoopEnabled = true;\n return this;\n }\n\n /**\n * Add citations\n */\n addCitation(position: number, appearance: CitationAppearance) {\n const messageEntity: CitationEntity = this.ensureSingleRootLevelMessageEntity();\n if (!messageEntity.citation) {\n messageEntity.citation = [];\n }\n\n messageEntity.citation.push({\n '@type': 'Claim',\n position,\n appearance: {\n '@type': 'DigitalDocument',\n abstract: appearance.abstract,\n name: appearance.name,\n encodingFormat: 'application/vnd.microsoft.card.adaptive',\n image: appearance.icon\n ? {\n '@type': 'ImageObject',\n name: appearance.icon,\n }\n : undefined,\n keywords: appearance.keywords,\n text: appearance.text,\n url: appearance.url,\n usageInfo: appearance.usageInfo,\n },\n });\n\n return this;\n }\n\n /**\n * is this a streaming activity\n */\n isStreaming() {\n return this.entities?.some((e) => e.type === 'streaminfo') || false;\n }\n\n /**\n * Get or create the base message entity.\n * There should only be one root level message entity.\n */\n private ensureSingleRootLevelMessageEntity(): MessageEntity {\n let mesageEntity = this.entities?.find(\n (e) => e.type === 'https://schema.org/Message' && e['@type'] === 'Message'\n ) as MessageEntity | undefined;\n\n if (!mesageEntity) {\n mesageEntity = {\n type: 'https://schema.org/Message',\n '@type': 'Message',\n '@context': 'https://schema.org',\n '@id': '',\n };\n this.addEntity(mesageEntity);\n }\n\n return mesageEntity;\n }\n}\n"]}
@@ -35,25 +35,25 @@ interface IMeetingEndEventActivity extends IActivity<'event'> {
35
35
  */
36
36
  value: {
37
37
  /**
38
- * @member {string} [id] The meeting's Id, encoded as a BASE64 string.
38
+ * @member {string} [Id] The meeting's Id, encoded as a BASE64 string.
39
39
  */
40
- id: string;
40
+ Id: string;
41
41
  /**
42
- * @member {string} [meetingType] The meeting's type.
42
+ * @member {string} [MeetingType] The meeting's type.
43
43
  */
44
- meetingType: string;
44
+ MeetingType: string;
45
45
  /**
46
- * @member {string} [joinUrl] The URL used to join the meeting.
46
+ * @member {string} [JoinUrl] The URL used to join the meeting.
47
47
  */
48
- joinUrl: string;
48
+ JoinUrl: string;
49
49
  /**
50
- * @member {string} [title] The title of the meeting.
50
+ * @member {string} [Title] The title of the meeting.
51
51
  */
52
- title: string;
52
+ Title: string;
53
53
  /**
54
- * @member {Date} [startTime] Timestamp for meeting end, in UTC.
54
+ * @member {Date} [EndTime] Timestamp for meeting end, in UTC.
55
55
  */
56
- endTime: Date;
56
+ EndTime: Date;
57
57
  };
58
58
  }
59
59
 
@@ -35,25 +35,25 @@ interface IMeetingEndEventActivity extends IActivity<'event'> {
35
35
  */
36
36
  value: {
37
37
  /**
38
- * @member {string} [id] The meeting's Id, encoded as a BASE64 string.
38
+ * @member {string} [Id] The meeting's Id, encoded as a BASE64 string.
39
39
  */
40
- id: string;
40
+ Id: string;
41
41
  /**
42
- * @member {string} [meetingType] The meeting's type.
42
+ * @member {string} [MeetingType] The meeting's type.
43
43
  */
44
- meetingType: string;
44
+ MeetingType: string;
45
45
  /**
46
- * @member {string} [joinUrl] The URL used to join the meeting.
46
+ * @member {string} [JoinUrl] The URL used to join the meeting.
47
47
  */
48
- joinUrl: string;
48
+ JoinUrl: string;
49
49
  /**
50
- * @member {string} [title] The title of the meeting.
50
+ * @member {string} [Title] The title of the meeting.
51
51
  */
52
- title: string;
52
+ Title: string;
53
53
  /**
54
- * @member {Date} [startTime] Timestamp for meeting end, in UTC.
54
+ * @member {Date} [EndTime] Timestamp for meeting end, in UTC.
55
55
  */
56
- endTime: Date;
56
+ EndTime: Date;
57
57
  };
58
58
  }
59
59
 
@@ -51,9 +51,9 @@ interface IMeetingParticipantLeaveEventActivity extends IActivity<'event'> {
51
51
  */
52
52
  inMeeting: boolean;
53
53
  /**
54
- * The user's role.
54
+ * Optional. The user's role.
55
55
  */
56
- role: string;
56
+ role?: string;
57
57
  };
58
58
  }[];
59
59
  };
@@ -51,9 +51,9 @@ interface IMeetingParticipantLeaveEventActivity extends IActivity<'event'> {
51
51
  */
52
52
  inMeeting: boolean;
53
53
  /**
54
- * The user's role.
54
+ * Optional. The user's role.
55
55
  */
56
- role: string;
56
+ role?: string;
57
57
  };
58
58
  }[];
59
59
  };
@@ -35,25 +35,25 @@ interface IMeetingStartEventActivity extends IActivity<'event'> {
35
35
  */
36
36
  value: {
37
37
  /**
38
- * @member {string} [id] The meeting's Id, encoded as a BASE64 string.
38
+ * @member {string} [Id] The meeting's Id, encoded as a BASE64 string.
39
39
  */
40
- id: string;
40
+ Id: string;
41
41
  /**
42
- * @member {string} [meetingType] The meeting's type.
42
+ * @member {string} [MeetingType] The meeting's type.
43
43
  */
44
- meetingType: string;
44
+ MeetingType: string;
45
45
  /**
46
- * @member {string} [joinUrl] The URL used to join the meeting.
46
+ * @member {string} [JoinUrl] The URL used to join the meeting.
47
47
  */
48
- joinUrl: string;
48
+ JoinUrl: string;
49
49
  /**
50
- * @member {string} [title] The title of the meeting.
50
+ * @member {string} [Title] The title of the meeting.
51
51
  */
52
- title: string;
52
+ Title: string;
53
53
  /**
54
- * @member {Date} [startTime] Timestamp for meeting start, in UTC.
54
+ * @member {Date} [StartTime] Timestamp for meeting start, in UTC.
55
55
  */
56
- startTime: Date;
56
+ StartTime: Date;
57
57
  };
58
58
  }
59
59
 
@@ -35,25 +35,25 @@ interface IMeetingStartEventActivity extends IActivity<'event'> {
35
35
  */
36
36
  value: {
37
37
  /**
38
- * @member {string} [id] The meeting's Id, encoded as a BASE64 string.
38
+ * @member {string} [Id] The meeting's Id, encoded as a BASE64 string.
39
39
  */
40
- id: string;
40
+ Id: string;
41
41
  /**
42
- * @member {string} [meetingType] The meeting's type.
42
+ * @member {string} [MeetingType] The meeting's type.
43
43
  */
44
- meetingType: string;
44
+ MeetingType: string;
45
45
  /**
46
- * @member {string} [joinUrl] The URL used to join the meeting.
46
+ * @member {string} [JoinUrl] The URL used to join the meeting.
47
47
  */
48
- joinUrl: string;
48
+ JoinUrl: string;
49
49
  /**
50
- * @member {string} [title] The title of the meeting.
50
+ * @member {string} [Title] The title of the meeting.
51
51
  */
52
- title: string;
52
+ Title: string;
53
53
  /**
54
- * @member {Date} [startTime] Timestamp for meeting start, in UTC.
54
+ * @member {Date} [StartTime] Timestamp for meeting start, in UTC.
55
55
  */
56
- startTime: Date;
56
+ StartTime: Date;
57
57
  };
58
58
  }
59
59
 
@@ -3,11 +3,11 @@ export { ConversationActivity } from './conversation/index.mjs';
3
3
  export { EventActivity } from './event/index.mjs';
4
4
  export { IHandoffActivity } from './handoff.mjs';
5
5
  export { InstallUpdateActivity } from './install-update/index.mjs';
6
- export { b as Activity, d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, I as InvokeActivity, c as MessageExtensionInvokeActivity, t as toActivityParams } from '../activity-C34R0rny.mjs';
6
+ export { b as Activity, d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, I as InvokeActivity, c as MessageExtensionInvokeActivity, t as toActivityParams } from '../activity-C_Apu8i6.mjs';
7
7
  export { $MessageActivity } from './message/index.mjs';
8
8
  export { ITraceActivity } from './trace.mjs';
9
9
  export { ITypingActivity, TypingActivity } from './typing.mjs';
10
- export { A as AddMentionOptions, I as IMessageActivity, M as MessageActivity, S as StripMentionsTextOptions, s as stripMentionsText } from '../message-BM7D0_tg.mjs';
10
+ export { A as AddMentionOptions, I as IMessageActivity, M as MessageActivity, S as StripMentionsTextOptions, s as stripMentionsText } from '../message-BfRVRgDX.mjs';
11
11
  export { Activity as $Activity, IActivity } from './activity.mjs';
12
12
  export { IMessageDeleteActivity, MessageDeleteActivity } from './message/message-delete.mjs';
13
13
  export { IMessageUpdateActivity, MessageUpdateActivity } from './message/message-update.mjs';
@@ -3,11 +3,11 @@ export { ConversationActivity } from './conversation/index.js';
3
3
  export { EventActivity } from './event/index.js';
4
4
  export { IHandoffActivity } from './handoff.js';
5
5
  export { InstallUpdateActivity } from './install-update/index.js';
6
- export { b as Activity, d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, I as InvokeActivity, c as MessageExtensionInvokeActivity, t as toActivityParams } from '../activity-DwOj5ZL-.js';
6
+ export { b as Activity, d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, I as InvokeActivity, c as MessageExtensionInvokeActivity, t as toActivityParams } from '../activity-C1r0B_9_.js';
7
7
  export { $MessageActivity } from './message/index.js';
8
8
  export { ITraceActivity } from './trace.js';
9
9
  export { ITypingActivity, TypingActivity } from './typing.js';
10
- export { A as AddMentionOptions, I as IMessageActivity, M as MessageActivity, S as StripMentionsTextOptions, s as stripMentionsText } from '../message-BKfEV_tV.js';
10
+ export { A as AddMentionOptions, I as IMessageActivity, M as MessageActivity, S as StripMentionsTextOptions, s as stripMentionsText } from '../message-Dahma92e.js';
11
11
  export { Activity as $Activity, IActivity } from './activity.js';
12
12
  export { IMessageDeleteActivity, MessageDeleteActivity } from './message/message-delete.js';
13
13
  export { IMessageUpdateActivity, MessageUpdateActivity } from './message/message-update.js';
@@ -4,7 +4,7 @@ export { IExecuteActionInvokeActivity } from './execute-action.mjs';
4
4
  export { IFileConsentInvokeActivity } from './file-consent.mjs';
5
5
  export { IHandoffActionInvokeActivity } from './handoff-action.mjs';
6
6
  export { MessageInvokeActivity } from './message/index.mjs';
7
- export { d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, I as InvokeActivity, c as MessageExtensionInvokeActivity } from '../../activity-C34R0rny.mjs';
7
+ export { d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, I as InvokeActivity, c as MessageExtensionInvokeActivity } from '../../activity-C_Apu8i6.mjs';
8
8
  export { SignInInvokeActivity } from './sign-in/index.mjs';
9
9
  export { TabInvokeActivity } from './tab/index.mjs';
10
10
  export { TaskInvokeActivity } from './task/index.mjs';
@@ -60,7 +60,7 @@ import '../../models/o365/o365-connector-card-action-query.mjs';
60
60
  import '../../models/file/file-consent-card.mjs';
61
61
  import '../../models/action.mjs';
62
62
  import '../../models/file/file-upload-info.mjs';
63
- import '../../message-BM7D0_tg.mjs';
63
+ import '../../message-BfRVRgDX.mjs';
64
64
  import '../../models/input-hint.mjs';
65
65
  import '../../models/text-format.mjs';
66
66
  import '../../models/attachment/attachment.mjs';
@@ -4,7 +4,7 @@ export { IExecuteActionInvokeActivity } from './execute-action.js';
4
4
  export { IFileConsentInvokeActivity } from './file-consent.js';
5
5
  export { IHandoffActionInvokeActivity } from './handoff-action.js';
6
6
  export { MessageInvokeActivity } from './message/index.js';
7
- export { d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, I as InvokeActivity, c as MessageExtensionInvokeActivity } from '../../activity-DwOj5ZL-.js';
7
+ export { d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, I as InvokeActivity, c as MessageExtensionInvokeActivity } from '../../activity-C1r0B_9_.js';
8
8
  export { SignInInvokeActivity } from './sign-in/index.js';
9
9
  export { TabInvokeActivity } from './tab/index.js';
10
10
  export { TaskInvokeActivity } from './task/index.js';
@@ -60,7 +60,7 @@ import '../../models/o365/o365-connector-card-action-query.js';
60
60
  import '../../models/file/file-consent-card.js';
61
61
  import '../../models/action.js';
62
62
  import '../../models/file/file-upload-info.js';
63
- import '../../message-BKfEV_tV.js';
63
+ import '../../message-Dahma92e.js';
64
64
  import '../../models/input-hint.js';
65
65
  import '../../models/text-format.js';
66
66
  import '../../models/attachment/attachment.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../models/conversation/conversation-reference.mjs';
2
2
  import '../../activity.mjs';
3
- export { d as IMessageExtensionFetchTaskInvokeActivity } from '../../../activity-C34R0rny.mjs';
3
+ export { d as IMessageExtensionFetchTaskInvokeActivity } from '../../../activity-C_Apu8i6.mjs';
4
4
  import '../../../models/account.mjs';
5
5
  import '../../../models/membership-source.mjs';
6
6
  import '../../../models/membership-source-types.mjs';
@@ -25,7 +25,7 @@ import '../../../models/channel-data/on-behalf-of.mjs';
25
25
  import '../../../models/channel-data/settings.mjs';
26
26
  import '../../../models/channel-data/team-info.mjs';
27
27
  import '../../../models/channel-data/tenant-info.mjs';
28
- import '../../../message-BM7D0_tg.mjs';
28
+ import '../../../message-BfRVRgDX.mjs';
29
29
  import '../../../models/input-hint.mjs';
30
30
  import '../../../models/text-format.mjs';
31
31
  import '../../../models/attachment/attachment.mjs';
@@ -1,6 +1,6 @@
1
1
  import '../../../models/conversation/conversation-reference.js';
2
2
  import '../../activity.js';
3
- export { d as IMessageExtensionFetchTaskInvokeActivity } from '../../../activity-DwOj5ZL-.js';
3
+ export { d as IMessageExtensionFetchTaskInvokeActivity } from '../../../activity-C1r0B_9_.js';
4
4
  import '../../../models/account.js';
5
5
  import '../../../models/membership-source.js';
6
6
  import '../../../models/membership-source-types.js';
@@ -25,7 +25,7 @@ import '../../../models/channel-data/on-behalf-of.js';
25
25
  import '../../../models/channel-data/settings.js';
26
26
  import '../../../models/channel-data/team-info.js';
27
27
  import '../../../models/channel-data/tenant-info.js';
28
- import '../../../message-BKfEV_tV.js';
28
+ import '../../../message-Dahma92e.js';
29
29
  import '../../../models/input-hint.js';
30
30
  import '../../../models/text-format.js';
31
31
  import '../../../models/attachment/attachment.js';
@@ -1,6 +1,6 @@
1
1
  export { IMessageExtensionAnonQueryLinkInvokeActivity } from './anon-query-link.mjs';
2
2
  export { IMessageExtensionCardButtonClickedInvokeActivity } from './card-button-clicked.mjs';
3
- export { d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, c as MessageExtensionInvokeActivity } from '../../../activity-C34R0rny.mjs';
3
+ export { d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, c as MessageExtensionInvokeActivity } from '../../../activity-C_Apu8i6.mjs';
4
4
  export { IMessageExtensionQueryInvokeActivity } from './query.mjs';
5
5
  export { IMessageExtensionQueryLinkInvokeActivity } from './query-link.mjs';
6
6
  export { IMessageExtensionQuerySettingUrlInvokeActivity } from './query-setting-url.mjs';
@@ -33,7 +33,7 @@ import '../../../models/channel-data/on-behalf-of.mjs';
33
33
  import '../../../models/channel-data/settings.mjs';
34
34
  import '../../../models/channel-data/team-info.mjs';
35
35
  import '../../../models/channel-data/tenant-info.mjs';
36
- import '../../../message-BM7D0_tg.mjs';
36
+ import '../../../message-BfRVRgDX.mjs';
37
37
  import '../../../models/input-hint.mjs';
38
38
  import '../../../models/text-format.mjs';
39
39
  import '../../../models/attachment/attachment.mjs';
@@ -1,6 +1,6 @@
1
1
  export { IMessageExtensionAnonQueryLinkInvokeActivity } from './anon-query-link.js';
2
2
  export { IMessageExtensionCardButtonClickedInvokeActivity } from './card-button-clicked.js';
3
- export { d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, c as MessageExtensionInvokeActivity } from '../../../activity-DwOj5ZL-.js';
3
+ export { d as IMessageExtensionFetchTaskInvokeActivity, e as IMessageExtensionSubmitActionInvokeActivity, c as MessageExtensionInvokeActivity } from '../../../activity-C1r0B_9_.js';
4
4
  export { IMessageExtensionQueryInvokeActivity } from './query.js';
5
5
  export { IMessageExtensionQueryLinkInvokeActivity } from './query-link.js';
6
6
  export { IMessageExtensionQuerySettingUrlInvokeActivity } from './query-setting-url.js';
@@ -33,7 +33,7 @@ import '../../../models/channel-data/on-behalf-of.js';
33
33
  import '../../../models/channel-data/settings.js';
34
34
  import '../../../models/channel-data/team-info.js';
35
35
  import '../../../models/channel-data/tenant-info.js';
36
- import '../../../message-BKfEV_tV.js';
36
+ import '../../../message-Dahma92e.js';
37
37
  import '../../../models/input-hint.js';
38
38
  import '../../../models/text-format.js';
39
39
  import '../../../models/attachment/attachment.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../models/conversation/conversation-reference.mjs';
2
2
  import '../../activity.mjs';
3
- export { e as IMessageExtensionSubmitActionInvokeActivity } from '../../../activity-C34R0rny.mjs';
3
+ export { e as IMessageExtensionSubmitActionInvokeActivity } from '../../../activity-C_Apu8i6.mjs';
4
4
  import '../../../models/account.mjs';
5
5
  import '../../../models/membership-source.mjs';
6
6
  import '../../../models/membership-source-types.mjs';
@@ -25,7 +25,7 @@ import '../../../models/channel-data/on-behalf-of.mjs';
25
25
  import '../../../models/channel-data/settings.mjs';
26
26
  import '../../../models/channel-data/team-info.mjs';
27
27
  import '../../../models/channel-data/tenant-info.mjs';
28
- import '../../../message-BM7D0_tg.mjs';
28
+ import '../../../message-BfRVRgDX.mjs';
29
29
  import '../../../models/input-hint.mjs';
30
30
  import '../../../models/text-format.mjs';
31
31
  import '../../../models/attachment/attachment.mjs';