automation-lib 5.0.78 → 5.0.80
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 +10 -10
- package/dist/index.d.ts +10 -10
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1513,7 +1513,7 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
|
|
|
1513
1513
|
city: string;
|
|
1514
1514
|
country: string;
|
|
1515
1515
|
startDate: Date;
|
|
1516
|
-
|
|
1516
|
+
endDate: Date;
|
|
1517
1517
|
lastUsed: Date;
|
|
1518
1518
|
lastUserUsed: string | IUser;
|
|
1519
1519
|
note: string;
|
|
@@ -1554,7 +1554,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1554
1554
|
country: string;
|
|
1555
1555
|
status: EStatusAccountVPN;
|
|
1556
1556
|
startDate: Date;
|
|
1557
|
-
|
|
1557
|
+
endDate: Date;
|
|
1558
1558
|
lastUsed: Date;
|
|
1559
1559
|
lastUserUsed: string | IUser;
|
|
1560
1560
|
note: string;
|
|
@@ -1564,14 +1564,14 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1564
1564
|
sheetUrl: string;
|
|
1565
1565
|
sheetName: string;
|
|
1566
1566
|
rowId: string;
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1567
|
+
oldCHPlayEmail: string;
|
|
1568
|
+
oldCHPlayPassword: string;
|
|
1569
|
+
oldCHPlayCode2FA: string;
|
|
1570
|
+
oldCHPlayEmailRecover: string;
|
|
1571
|
+
newCHPlayEmail: string;
|
|
1572
|
+
newCHPlayPassword: string;
|
|
1573
|
+
newCHPlayCode2FA: string;
|
|
1574
|
+
newCHPlayEmailRecover: string;
|
|
1575
1575
|
statusCHPlayChange: EStatusChangeInfo;
|
|
1576
1576
|
oldICloudEmail: string;
|
|
1577
1577
|
oldICloudPassword: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1513,7 +1513,7 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
|
|
|
1513
1513
|
city: string;
|
|
1514
1514
|
country: string;
|
|
1515
1515
|
startDate: Date;
|
|
1516
|
-
|
|
1516
|
+
endDate: Date;
|
|
1517
1517
|
lastUsed: Date;
|
|
1518
1518
|
lastUserUsed: string | IUser;
|
|
1519
1519
|
note: string;
|
|
@@ -1554,7 +1554,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1554
1554
|
country: string;
|
|
1555
1555
|
status: EStatusAccountVPN;
|
|
1556
1556
|
startDate: Date;
|
|
1557
|
-
|
|
1557
|
+
endDate: Date;
|
|
1558
1558
|
lastUsed: Date;
|
|
1559
1559
|
lastUserUsed: string | IUser;
|
|
1560
1560
|
note: string;
|
|
@@ -1564,14 +1564,14 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
|
|
|
1564
1564
|
sheetUrl: string;
|
|
1565
1565
|
sheetName: string;
|
|
1566
1566
|
rowId: string;
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1567
|
+
oldCHPlayEmail: string;
|
|
1568
|
+
oldCHPlayPassword: string;
|
|
1569
|
+
oldCHPlayCode2FA: string;
|
|
1570
|
+
oldCHPlayEmailRecover: string;
|
|
1571
|
+
newCHPlayEmail: string;
|
|
1572
|
+
newCHPlayPassword: string;
|
|
1573
|
+
newCHPlayCode2FA: string;
|
|
1574
|
+
newCHPlayEmailRecover: string;
|
|
1575
1575
|
statusCHPlayChange: EStatusChangeInfo;
|
|
1576
1576
|
oldICloudEmail: string;
|
|
1577
1577
|
oldICloudPassword: string;
|