automation-lib 5.0.87 → 5.0.88

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
@@ -1488,6 +1488,8 @@ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1488
1488
  email: string;
1489
1489
  password: string;
1490
1490
  code2FA: string;
1491
+ lastUsed: Date;
1492
+ lastUserUsed: string | IUser;
1491
1493
  status: EStatusAccountCanva;
1492
1494
  note: string;
1493
1495
  }
@@ -1499,6 +1501,8 @@ interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1499
1501
  email: string;
1500
1502
  password: string;
1501
1503
  code2FA: string;
1504
+ lastUsed: Date;
1505
+ lastUserUsed: string | IUser;
1502
1506
  status: EStatusAccountDrive;
1503
1507
  note: string;
1504
1508
  }
package/dist/index.d.ts CHANGED
@@ -1488,6 +1488,8 @@ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1488
1488
  email: string;
1489
1489
  password: string;
1490
1490
  code2FA: string;
1491
+ lastUsed: Date;
1492
+ lastUserUsed: string | IUser;
1491
1493
  status: EStatusAccountCanva;
1492
1494
  note: string;
1493
1495
  }
@@ -1499,6 +1501,8 @@ interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
1499
1501
  email: string;
1500
1502
  password: string;
1501
1503
  code2FA: string;
1504
+ lastUsed: Date;
1505
+ lastUserUsed: string | IUser;
1502
1506
  status: EStatusAccountDrive;
1503
1507
  note: string;
1504
1508
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.87",
3
+ "version": "5.0.88",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",