@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:
|
|
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;
|