@trii/types 2.10.522 → 2.10.523

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.
@@ -144,6 +144,7 @@ export interface IContactAddress {
144
144
  address: string;
145
145
  profileName: string;
146
146
  profileUrl: string;
147
+ profileUrlDate?: Date;
147
148
  telInfo?: IContactTelInfo;
148
149
  note: string;
149
150
  isVerified: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.522",
3
+ "version": "2.10.523",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",