@trii/types 2.10.247 → 2.10.248

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.
@@ -158,7 +158,7 @@ interface IContactTag {
158
158
  export interface ISubscription {
159
159
  id: number;
160
160
  name: string;
161
- details: string;
161
+ description: string;
162
162
  }
163
163
  export interface IIntegrationButton {
164
164
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.247",
3
+ "version": "2.10.248",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",