@trii/types 2.10.388 → 2.10.390

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.
@@ -273,6 +273,7 @@ export interface MessageInfoVar {
273
273
  reassignedTo?: string;
274
274
  reassignedToName?: string;
275
275
  groupName?: string;
276
+ conversationDetails?: string;
276
277
  }
277
278
  export interface MessageTicket {
278
279
  }
@@ -70,6 +70,7 @@ export interface ISpace {
70
70
  domain_subdomain: string;
71
71
  domain_custom: ICustomDomain;
72
72
  showItemsInDevelopment: boolean;
73
+ timeZone: string;
73
74
  createdAt: Date;
74
75
  deletedAt: Date;
75
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.388",
3
+ "version": "2.10.390",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",