automation-lib 5.1.106 → 5.1.107

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
@@ -1712,6 +1712,8 @@ interface IAccountDrive extends IBaseModel, ITrackingModel<IUser> {
1712
1712
  code2FA: string;
1713
1713
  timeLastUsed: Date;
1714
1714
  lastUserUsed: string | IUser;
1715
+ currentSpace: string;
1716
+ maxSpace: string;
1715
1717
  status: EStatusAccountDrive;
1716
1718
  note: string;
1717
1719
  }
package/dist/index.d.ts CHANGED
@@ -1712,6 +1712,8 @@ interface IAccountDrive extends IBaseModel, ITrackingModel<IUser> {
1712
1712
  code2FA: string;
1713
1713
  timeLastUsed: Date;
1714
1714
  lastUserUsed: string | IUser;
1715
+ currentSpace: string;
1716
+ maxSpace: string;
1715
1717
  status: EStatusAccountDrive;
1716
1718
  note: string;
1717
1719
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.106",
3
+ "version": "5.1.107",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",