@trii/types 2.10.248 → 2.10.249

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.
@@ -156,9 +156,13 @@ interface IContactTag {
156
156
  name: string;
157
157
  }
158
158
  export interface ISubscription {
159
- id: number;
159
+ id: string;
160
+ spaceId: string;
160
161
  name: string;
161
162
  description: string;
163
+ createdAt: Date;
164
+ updatedAt?: Date;
165
+ deletedAt?: Date;
162
166
  }
163
167
  export interface IIntegrationButton {
164
168
  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.249",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",