@trii/types 2.10.248 → 2.10.250

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.
@@ -20,6 +20,7 @@ export interface IBusiness {
20
20
  imageUrl: string;
21
21
  owner?: string;
22
22
  membersId: string[];
23
+ members: IContactInfo[];
23
24
  phone: string;
24
25
  phones: IContactAddress[];
25
26
  email: string;
@@ -156,9 +157,13 @@ interface IContactTag {
156
157
  name: string;
157
158
  }
158
159
  export interface ISubscription {
159
- id: number;
160
+ id: string;
161
+ spaceId: string;
160
162
  name: string;
161
163
  description: string;
164
+ createdAt: Date;
165
+ updatedAt?: Date;
166
+ deletedAt?: Date;
162
167
  }
163
168
  export interface IIntegrationButton {
164
169
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.248",
3
+ "version": "2.10.250",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",