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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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
|
}
|