automation-lib 5.0.168 → 5.0.169

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
@@ -1593,7 +1593,6 @@ interface IAccount extends IBaseModel, ITrackingModel<IUser> {
1593
1593
  sheetImport: string | ISheetImport;
1594
1594
  sheetUrl: string;
1595
1595
  sheetName: string;
1596
- rowId: string;
1597
1596
  accountID: string;
1598
1597
  accountDeviceType: string;
1599
1598
  accountDeviceName: string;
@@ -1678,7 +1677,6 @@ interface IAccountRaw extends IBaseModel, ITrackingModel<IUser> {
1678
1677
  sheetImport: string | ISheetImport;
1679
1678
  sheetUrl: string;
1680
1679
  sheetName: string;
1681
- rowId: string;
1682
1680
  accountID: string;
1683
1681
  statusSyncAccount: EStatusSyncAccountSocial;
1684
1682
  timeSyncAccount: Date;
package/dist/index.d.ts CHANGED
@@ -1593,7 +1593,6 @@ interface IAccount extends IBaseModel, ITrackingModel<IUser> {
1593
1593
  sheetImport: string | ISheetImport;
1594
1594
  sheetUrl: string;
1595
1595
  sheetName: string;
1596
- rowId: string;
1597
1596
  accountID: string;
1598
1597
  accountDeviceType: string;
1599
1598
  accountDeviceName: string;
@@ -1678,7 +1677,6 @@ interface IAccountRaw extends IBaseModel, ITrackingModel<IUser> {
1678
1677
  sheetImport: string | ISheetImport;
1679
1678
  sheetUrl: string;
1680
1679
  sheetName: string;
1681
- rowId: string;
1682
1680
  accountID: string;
1683
1681
  statusSyncAccount: EStatusSyncAccountSocial;
1684
1682
  timeSyncAccount: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.168",
3
+ "version": "5.0.169",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",