@trii/types 2.10.543 → 2.10.545

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.
@@ -328,7 +328,7 @@ export interface MessageContactUrl {
328
328
  type: string;
329
329
  }
330
330
  export interface MessageTemplateVar {
331
- var?: number;
331
+ var?: string;
332
332
  value: string;
333
333
  btn?: number;
334
334
  }
@@ -2,6 +2,7 @@ export interface Template {
2
2
  id: string;
3
3
  spaceId: string;
4
4
  channelId?: string;
5
+ enabled: boolean | true;
5
6
  name?: string;
6
7
  namespace?: string;
7
8
  language?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.543",
3
+ "version": "2.10.545",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",