automation-lib 5.0.71 → 5.0.73
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 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -76,6 +76,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
76
76
|
PC: string;
|
|
77
77
|
PATTERN_CANVA_AVATAR: string;
|
|
78
78
|
PATTERN_CANVA_COVER_BACKGROUND: string;
|
|
79
|
+
ACCOUNTS_VPN: string;
|
|
80
|
+
ACCOUNTS_CHPLAY_ICLOUD: string;
|
|
79
81
|
ACCOUNTS_CANVA: string;
|
|
80
82
|
ACCOUNTS_DRIVE: string;
|
|
81
83
|
ACCOUNTS_SOCIALS: string;
|
|
@@ -1442,6 +1444,7 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1442
1444
|
links: string[];
|
|
1443
1445
|
sheetUrl: string;
|
|
1444
1446
|
sheetName: string;
|
|
1447
|
+
rowId: string;
|
|
1445
1448
|
accountDeviceType: string;
|
|
1446
1449
|
accountDeviceName: string;
|
|
1447
1450
|
idea: string | IManagerWork;
|
|
@@ -1476,6 +1479,8 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1476
1479
|
}
|
|
1477
1480
|
|
|
1478
1481
|
interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1482
|
+
sheetUrl: string;
|
|
1483
|
+
sheetName: string;
|
|
1479
1484
|
rowId: string;
|
|
1480
1485
|
email: string;
|
|
1481
1486
|
password: string;
|
|
@@ -1485,6 +1490,8 @@ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1485
1490
|
}
|
|
1486
1491
|
|
|
1487
1492
|
interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1493
|
+
sheetUrl: string;
|
|
1494
|
+
sheetName: string;
|
|
1488
1495
|
rowId: string;
|
|
1489
1496
|
email: string;
|
|
1490
1497
|
password: string;
|
|
@@ -1496,6 +1503,7 @@ interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1496
1503
|
interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1497
1504
|
sheetUrl: string;
|
|
1498
1505
|
sheetName: string;
|
|
1506
|
+
rowId: string;
|
|
1499
1507
|
typeNewIp: ETypeProxyNewIP;
|
|
1500
1508
|
checked: ETypeProxyChecked;
|
|
1501
1509
|
type: ETypeProxy;
|
|
@@ -1536,6 +1544,7 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
|
|
|
1536
1544
|
interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1537
1545
|
sheetUrl: string;
|
|
1538
1546
|
sheetName: string;
|
|
1547
|
+
rowId: string;
|
|
1539
1548
|
nameApp: ENameVPN;
|
|
1540
1549
|
oldEmail: string;
|
|
1541
1550
|
oldUsername: string;
|
|
@@ -1560,6 +1569,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1560
1569
|
interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1561
1570
|
sheetUrl: string;
|
|
1562
1571
|
sheetName: string;
|
|
1572
|
+
rowId: string;
|
|
1563
1573
|
oldChplayEmail: string;
|
|
1564
1574
|
oldChplayPassword: string;
|
|
1565
1575
|
oldChplayCode2FA: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -76,6 +76,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
76
76
|
PC: string;
|
|
77
77
|
PATTERN_CANVA_AVATAR: string;
|
|
78
78
|
PATTERN_CANVA_COVER_BACKGROUND: string;
|
|
79
|
+
ACCOUNTS_VPN: string;
|
|
80
|
+
ACCOUNTS_CHPLAY_ICLOUD: string;
|
|
79
81
|
ACCOUNTS_CANVA: string;
|
|
80
82
|
ACCOUNTS_DRIVE: string;
|
|
81
83
|
ACCOUNTS_SOCIALS: string;
|
|
@@ -1442,6 +1444,7 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1442
1444
|
links: string[];
|
|
1443
1445
|
sheetUrl: string;
|
|
1444
1446
|
sheetName: string;
|
|
1447
|
+
rowId: string;
|
|
1445
1448
|
accountDeviceType: string;
|
|
1446
1449
|
accountDeviceName: string;
|
|
1447
1450
|
idea: string | IManagerWork;
|
|
@@ -1476,6 +1479,8 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
|
|
|
1476
1479
|
}
|
|
1477
1480
|
|
|
1478
1481
|
interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1482
|
+
sheetUrl: string;
|
|
1483
|
+
sheetName: string;
|
|
1479
1484
|
rowId: string;
|
|
1480
1485
|
email: string;
|
|
1481
1486
|
password: string;
|
|
@@ -1485,6 +1490,8 @@ interface IAccountCanva extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1485
1490
|
}
|
|
1486
1491
|
|
|
1487
1492
|
interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1493
|
+
sheetUrl: string;
|
|
1494
|
+
sheetName: string;
|
|
1488
1495
|
rowId: string;
|
|
1489
1496
|
email: string;
|
|
1490
1497
|
password: string;
|
|
@@ -1496,6 +1503,7 @@ interface IAccountDrive extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceM
|
|
|
1496
1503
|
interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1497
1504
|
sheetUrl: string;
|
|
1498
1505
|
sheetName: string;
|
|
1506
|
+
rowId: string;
|
|
1499
1507
|
typeNewIp: ETypeProxyNewIP;
|
|
1500
1508
|
checked: ETypeProxyChecked;
|
|
1501
1509
|
type: ETypeProxy;
|
|
@@ -1536,6 +1544,7 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
|
|
|
1536
1544
|
interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1537
1545
|
sheetUrl: string;
|
|
1538
1546
|
sheetName: string;
|
|
1547
|
+
rowId: string;
|
|
1539
1548
|
nameApp: ENameVPN;
|
|
1540
1549
|
oldEmail: string;
|
|
1541
1550
|
oldUsername: string;
|
|
@@ -1560,6 +1569,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
|
|
|
1560
1569
|
interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1561
1570
|
sheetUrl: string;
|
|
1562
1571
|
sheetName: string;
|
|
1572
|
+
rowId: string;
|
|
1563
1573
|
oldChplayEmail: string;
|
|
1564
1574
|
oldChplayPassword: string;
|
|
1565
1575
|
oldChplayCode2FA: string;
|
package/dist/index.js
CHANGED
|
@@ -122,6 +122,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
122
122
|
PC: "pc",
|
|
123
123
|
PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
|
|
124
124
|
PATTERN_CANVA_COVER_BACKGROUND: "pattern-canva-cover-background",
|
|
125
|
+
ACCOUNTS_VPN: "accounts-vpn",
|
|
126
|
+
ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
|
|
125
127
|
ACCOUNTS_CANVA: "accounts-canva",
|
|
126
128
|
ACCOUNTS_DRIVE: "accounts-drive",
|
|
127
129
|
ACCOUNTS_SOCIALS: "accounts-socials",
|
package/dist/index.mjs
CHANGED
|
@@ -98,6 +98,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
98
98
|
PC: "pc",
|
|
99
99
|
PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
|
|
100
100
|
PATTERN_CANVA_COVER_BACKGROUND: "pattern-canva-cover-background",
|
|
101
|
+
ACCOUNTS_VPN: "accounts-vpn",
|
|
102
|
+
ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
|
|
101
103
|
ACCOUNTS_CANVA: "accounts-canva",
|
|
102
104
|
ACCOUNTS_DRIVE: "accounts-drive",
|
|
103
105
|
ACCOUNTS_SOCIALS: "accounts-socials",
|