automation-lib 5.0.104 → 5.0.105
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1522,7 +1522,7 @@ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1522
1522
|
email: string;
|
|
1523
1523
|
password: string;
|
|
1524
1524
|
code2FA: string;
|
|
1525
|
-
|
|
1525
|
+
timeLastUsed: Date;
|
|
1526
1526
|
lastUserUsed: string | IUser;
|
|
1527
1527
|
status: EStatusAccountCanva;
|
|
1528
1528
|
note: string;
|
|
@@ -1535,7 +1535,7 @@ interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1535
1535
|
email: string;
|
|
1536
1536
|
password: string;
|
|
1537
1537
|
code2FA: string;
|
|
1538
|
-
|
|
1538
|
+
timeLastUsed: Date;
|
|
1539
1539
|
lastUserUsed: string | IUser;
|
|
1540
1540
|
status: EStatusAccountDrive;
|
|
1541
1541
|
note: string;
|
|
@@ -1562,7 +1562,7 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
|
|
|
1562
1562
|
country: string;
|
|
1563
1563
|
startDate: Date;
|
|
1564
1564
|
endDate: Date;
|
|
1565
|
-
|
|
1565
|
+
timeLastUsed: Date;
|
|
1566
1566
|
lastUserUsed: string | IUser;
|
|
1567
1567
|
note: string;
|
|
1568
1568
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1522,7 +1522,7 @@ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1522
1522
|
email: string;
|
|
1523
1523
|
password: string;
|
|
1524
1524
|
code2FA: string;
|
|
1525
|
-
|
|
1525
|
+
timeLastUsed: Date;
|
|
1526
1526
|
lastUserUsed: string | IUser;
|
|
1527
1527
|
status: EStatusAccountCanva;
|
|
1528
1528
|
note: string;
|
|
@@ -1535,7 +1535,7 @@ interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1535
1535
|
email: string;
|
|
1536
1536
|
password: string;
|
|
1537
1537
|
code2FA: string;
|
|
1538
|
-
|
|
1538
|
+
timeLastUsed: Date;
|
|
1539
1539
|
lastUserUsed: string | IUser;
|
|
1540
1540
|
status: EStatusAccountDrive;
|
|
1541
1541
|
note: string;
|
|
@@ -1562,7 +1562,7 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
|
|
|
1562
1562
|
country: string;
|
|
1563
1563
|
startDate: Date;
|
|
1564
1564
|
endDate: Date;
|
|
1565
|
-
|
|
1565
|
+
timeLastUsed: Date;
|
|
1566
1566
|
lastUserUsed: string | IUser;
|
|
1567
1567
|
note: string;
|
|
1568
1568
|
}
|