@trii/types 2.10.189 → 2.10.191

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.
@@ -14,6 +14,8 @@ export interface IEvent {
14
14
  date: Date;
15
15
  startAt: Date;
16
16
  endAt: Date;
17
+ /**Event duration expressed in minutes */
18
+ duration: number;
17
19
  allDay: boolean;
18
20
  title: string;
19
21
  details: string;
@@ -1,7 +1,6 @@
1
1
  export * as Flows from './Flows/index';
2
2
  export * as Groups from './Groups/Group';
3
3
  export * from './Conversation';
4
- export * from './Chat';
5
4
  export * from './Ending';
6
5
  export * from './Label';
7
6
  export * from './WebHook';
@@ -3,7 +3,6 @@ export { Flows_1 as Flows };
3
3
  import * as Groups_1 from './Groups/Group';
4
4
  export { Groups_1 as Groups };
5
5
  export * from './Conversation';
6
- export * from './Chat';
7
6
  export * from './Ending';
8
7
  export * from './Label';
9
8
  export * from './WebHook';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.189",
3
+ "version": "2.10.191",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",