@trii/types 2.10.346 → 2.10.347

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.
@@ -229,7 +229,7 @@ export interface IContactChangeLog {
229
229
  type: string;
230
230
  action: ContactLogAction;
231
231
  details: string;
232
- uid: string;
232
+ userId: string;
233
233
  }
234
234
  export declare type ContactLogAction = 'update' | 'create' | 'import' | 'join' | 'delete';
235
235
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.346",
3
+ "version": "2.10.347",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",