automation-lib 5.0.153 → 5.0.155

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.
package/dist/index.d.mts CHANGED
@@ -1377,8 +1377,6 @@ interface IAccountCanva extends IBaseModel, ITrackingUserAction, ITrackingModel<
1377
1377
  email: string;
1378
1378
  password: string;
1379
1379
  code2FA: string;
1380
- timeLastUse: Date;
1381
- lastUserUsed: string | IUser;
1382
1380
  status: EStatusAccountCanva;
1383
1381
  note: string;
1384
1382
  }
package/dist/index.d.ts CHANGED
@@ -1377,8 +1377,6 @@ interface IAccountCanva extends IBaseModel, ITrackingUserAction, ITrackingModel<
1377
1377
  email: string;
1378
1378
  password: string;
1379
1379
  code2FA: string;
1380
- timeLastUse: Date;
1381
- lastUserUsed: string | IUser;
1382
1380
  status: EStatusAccountCanva;
1383
1381
  note: string;
1384
1382
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.153",
3
+ "version": "5.0.155",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",