automation-lib 5.0.171 → 5.0.173

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 CHANGED
@@ -1358,7 +1358,6 @@ interface IAccountEmail extends IBaseModel, ITrackingModel<IUser> {
1358
1358
  sheetImport: string | ISheetImport;
1359
1359
  sheetUrl: string;
1360
1360
  sheetName: string;
1361
- rowId: string;
1362
1361
  email: string;
1363
1362
  emailRecover: string;
1364
1363
  password: string;
@@ -1448,7 +1447,6 @@ interface IAccountCanva extends IBaseModel, ITrackingUserAction, ITrackingModel<
1448
1447
  sheetImport: string | ISheetImport;
1449
1448
  sheetUrl: string;
1450
1449
  sheetName: string;
1451
- rowId: string;
1452
1450
  email: string;
1453
1451
  password: string;
1454
1452
  code2FA: string;
@@ -1460,7 +1458,6 @@ interface IAccountDrive extends IBaseModel, ITrackingModel<IUser> {
1460
1458
  sheetImport: string | ISheetImport;
1461
1459
  sheetUrl: string;
1462
1460
  sheetName: string;
1463
- rowId: string;
1464
1461
  email: string;
1465
1462
  password: string;
1466
1463
  code2FA: string;
@@ -1474,7 +1471,6 @@ interface IProxy extends IBaseModel, ITrackingModel<IUser> {
1474
1471
  sheetImport: string | ISheetImport;
1475
1472
  sheetUrl: string;
1476
1473
  sheetName: string;
1477
- rowId: string;
1478
1474
  typeNewIp: ETypeProxyNewIP;
1479
1475
  checked: ETypeProxyChecked;
1480
1476
  type: ETypeProxy;
@@ -1517,7 +1513,6 @@ interface IAccountVPN extends IBaseModel, ITrackingModel<IUser> {
1517
1513
  sheetImport: string | ISheetImport;
1518
1514
  sheetUrl: string;
1519
1515
  sheetName: string;
1520
- rowId: string;
1521
1516
  oldEmail: string;
1522
1517
  oldUsername: string;
1523
1518
  oldPassword: string;
@@ -1542,7 +1537,6 @@ interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
1542
1537
  sheetImport: string | ISheetImport;
1543
1538
  sheetUrl: string;
1544
1539
  sheetName: string;
1545
- rowId: string;
1546
1540
  os: ETypeDeviceOS;
1547
1541
  oldEmail: string;
1548
1542
  oldPassword: string;
package/dist/index.d.ts CHANGED
@@ -1358,7 +1358,6 @@ interface IAccountEmail extends IBaseModel, ITrackingModel<IUser> {
1358
1358
  sheetImport: string | ISheetImport;
1359
1359
  sheetUrl: string;
1360
1360
  sheetName: string;
1361
- rowId: string;
1362
1361
  email: string;
1363
1362
  emailRecover: string;
1364
1363
  password: string;
@@ -1448,7 +1447,6 @@ interface IAccountCanva extends IBaseModel, ITrackingUserAction, ITrackingModel<
1448
1447
  sheetImport: string | ISheetImport;
1449
1448
  sheetUrl: string;
1450
1449
  sheetName: string;
1451
- rowId: string;
1452
1450
  email: string;
1453
1451
  password: string;
1454
1452
  code2FA: string;
@@ -1460,7 +1458,6 @@ interface IAccountDrive extends IBaseModel, ITrackingModel<IUser> {
1460
1458
  sheetImport: string | ISheetImport;
1461
1459
  sheetUrl: string;
1462
1460
  sheetName: string;
1463
- rowId: string;
1464
1461
  email: string;
1465
1462
  password: string;
1466
1463
  code2FA: string;
@@ -1474,7 +1471,6 @@ interface IProxy extends IBaseModel, ITrackingModel<IUser> {
1474
1471
  sheetImport: string | ISheetImport;
1475
1472
  sheetUrl: string;
1476
1473
  sheetName: string;
1477
- rowId: string;
1478
1474
  typeNewIp: ETypeProxyNewIP;
1479
1475
  checked: ETypeProxyChecked;
1480
1476
  type: ETypeProxy;
@@ -1517,7 +1513,6 @@ interface IAccountVPN extends IBaseModel, ITrackingModel<IUser> {
1517
1513
  sheetImport: string | ISheetImport;
1518
1514
  sheetUrl: string;
1519
1515
  sheetName: string;
1520
- rowId: string;
1521
1516
  oldEmail: string;
1522
1517
  oldUsername: string;
1523
1518
  oldPassword: string;
@@ -1542,7 +1537,6 @@ interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
1542
1537
  sheetImport: string | ISheetImport;
1543
1538
  sheetUrl: string;
1544
1539
  sheetName: string;
1545
- rowId: string;
1546
1540
  os: ETypeDeviceOS;
1547
1541
  oldEmail: string;
1548
1542
  oldPassword: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.171",
3
+ "version": "5.0.173",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",