@trii/types 2.10.526 → 2.10.528
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.
|
@@ -374,6 +374,10 @@ export interface IMessage {
|
|
|
374
374
|
templateHeaderVars?: MessageTemplateVar[];
|
|
375
375
|
templateBodyVars?: MessageTemplateVar[];
|
|
376
376
|
templateButtonVars?: MessageTemplateVar[];
|
|
377
|
+
templateLocationName?: string;
|
|
378
|
+
templateLocationAddress?: string;
|
|
379
|
+
templateLocationLatitude?: string;
|
|
380
|
+
templateLocationLongitude?: string;
|
|
377
381
|
context?: string;
|
|
378
382
|
text?: MessageText;
|
|
379
383
|
contacts?: MessageContact[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trii/types",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.528",
|
|
4
4
|
"description": "Types definitions for Trii projects - ",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,8 +8,6 @@
|
|
|
8
8
|
"/dist"
|
|
9
9
|
],
|
|
10
10
|
"author": "Trii LLC",
|
|
11
|
-
"license": "ISC"
|
|
12
|
-
|
|
13
|
-
"@trii/types": "file:"
|
|
14
|
-
}
|
|
11
|
+
"license": "ISC"
|
|
12
|
+
|
|
15
13
|
}
|