@trii/types 2.10.519 → 2.10.521
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.
|
@@ -368,11 +368,12 @@ export interface IMessage {
|
|
|
368
368
|
header?: MessageHeader;
|
|
369
369
|
footer?: string;
|
|
370
370
|
mentions: [];
|
|
371
|
-
templateId
|
|
372
|
-
templateName
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
371
|
+
templateId?: string;
|
|
372
|
+
templateName?: string;
|
|
373
|
+
templateMediaUrl?: string;
|
|
374
|
+
templateHeaderVars?: MessageTemplateVar[];
|
|
375
|
+
templateBodyVars?: MessageTemplateVar[];
|
|
376
|
+
templateButtonVars?: MessageTemplateVar[];
|
|
376
377
|
context?: string;
|
|
377
378
|
text?: MessageText;
|
|
378
379
|
contacts?: MessageContact[];
|
package/dist/Contacts/index.d.ts
CHANGED
package/dist/Contacts/index.js
CHANGED