automation-lib 5.0.72 → 5.0.74
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 +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1444,6 +1444,7 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1444
1444
|
links: string[];
|
|
1445
1445
|
sheetUrl: string;
|
|
1446
1446
|
sheetName: string;
|
|
1447
|
+
rowId: string;
|
|
1447
1448
|
accountDeviceType: string;
|
|
1448
1449
|
accountDeviceName: string;
|
|
1449
1450
|
idea: string | IManagerWork;
|
|
@@ -1478,6 +1479,8 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1478
1479
|
}
|
|
1479
1480
|
|
|
1480
1481
|
interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1482
|
+
sheetUrl: string;
|
|
1483
|
+
sheetName: string;
|
|
1481
1484
|
rowId: string;
|
|
1482
1485
|
email: string;
|
|
1483
1486
|
password: string;
|
|
@@ -1487,6 +1490,8 @@ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1487
1490
|
}
|
|
1488
1491
|
|
|
1489
1492
|
interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1493
|
+
sheetUrl: string;
|
|
1494
|
+
sheetName: string;
|
|
1490
1495
|
rowId: string;
|
|
1491
1496
|
email: string;
|
|
1492
1497
|
password: string;
|
|
@@ -1498,6 +1503,7 @@ interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1498
1503
|
interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1499
1504
|
sheetUrl: string;
|
|
1500
1505
|
sheetName: string;
|
|
1506
|
+
rowId: string;
|
|
1501
1507
|
typeNewIp: ETypeProxyNewIP;
|
|
1502
1508
|
checked: ETypeProxyChecked;
|
|
1503
1509
|
type: ETypeProxy;
|
|
@@ -1538,6 +1544,7 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
|
|
|
1538
1544
|
interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1539
1545
|
sheetUrl: string;
|
|
1540
1546
|
sheetName: string;
|
|
1547
|
+
rowId: string;
|
|
1541
1548
|
nameApp: ENameVPN;
|
|
1542
1549
|
oldEmail: string;
|
|
1543
1550
|
oldUsername: string;
|
|
@@ -1562,6 +1569,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1562
1569
|
interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1563
1570
|
sheetUrl: string;
|
|
1564
1571
|
sheetName: string;
|
|
1572
|
+
rowId: string;
|
|
1565
1573
|
oldChplayEmail: string;
|
|
1566
1574
|
oldChplayPassword: string;
|
|
1567
1575
|
oldChplayCode2FA: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1444,6 +1444,7 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1444
1444
|
links: string[];
|
|
1445
1445
|
sheetUrl: string;
|
|
1446
1446
|
sheetName: string;
|
|
1447
|
+
rowId: string;
|
|
1447
1448
|
accountDeviceType: string;
|
|
1448
1449
|
accountDeviceName: string;
|
|
1449
1450
|
idea: string | IManagerWork;
|
|
@@ -1478,6 +1479,8 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1478
1479
|
}
|
|
1479
1480
|
|
|
1480
1481
|
interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1482
|
+
sheetUrl: string;
|
|
1483
|
+
sheetName: string;
|
|
1481
1484
|
rowId: string;
|
|
1482
1485
|
email: string;
|
|
1483
1486
|
password: string;
|
|
@@ -1487,6 +1490,8 @@ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1487
1490
|
}
|
|
1488
1491
|
|
|
1489
1492
|
interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1493
|
+
sheetUrl: string;
|
|
1494
|
+
sheetName: string;
|
|
1490
1495
|
rowId: string;
|
|
1491
1496
|
email: string;
|
|
1492
1497
|
password: string;
|
|
@@ -1498,6 +1503,7 @@ interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1498
1503
|
interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1499
1504
|
sheetUrl: string;
|
|
1500
1505
|
sheetName: string;
|
|
1506
|
+
rowId: string;
|
|
1501
1507
|
typeNewIp: ETypeProxyNewIP;
|
|
1502
1508
|
checked: ETypeProxyChecked;
|
|
1503
1509
|
type: ETypeProxy;
|
|
@@ -1538,6 +1544,7 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
|
|
|
1538
1544
|
interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1539
1545
|
sheetUrl: string;
|
|
1540
1546
|
sheetName: string;
|
|
1547
|
+
rowId: string;
|
|
1541
1548
|
nameApp: ENameVPN;
|
|
1542
1549
|
oldEmail: string;
|
|
1543
1550
|
oldUsername: string;
|
|
@@ -1562,6 +1569,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1562
1569
|
interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1563
1570
|
sheetUrl: string;
|
|
1564
1571
|
sheetName: string;
|
|
1572
|
+
rowId: string;
|
|
1565
1573
|
oldChplayEmail: string;
|
|
1566
1574
|
oldChplayPassword: string;
|
|
1567
1575
|
oldChplayCode2FA: string;
|