@trii/types 2.10.327 → 2.10.329

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.
@@ -148,6 +148,8 @@ export interface IContactAddress {
148
148
  isFavorite: boolean;
149
149
  dateLastMsgIn?: Date;
150
150
  dateLastMsgOut?: Date;
151
+ subscriptionsAllowed: string[];
152
+ subscriptionsRejected: string[];
151
153
  createdAt: Date;
152
154
  verifiedAt?: Date;
153
155
  verifiedBy?: string;
@@ -33,6 +33,8 @@ export declare class UserTrii {
33
33
  uid: string;
34
34
  email: string;
35
35
  phone: string;
36
+ sipNumber: string;
37
+ sipCustom: SipExtension;
36
38
  sipExtensionConfig: SipExtension;
37
39
  /**el usuario acepto la invitacion al espacio */
38
40
  isActive: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.327",
3
+ "version": "2.10.329",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",