automation-lib 5.1.73 → 5.1.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 CHANGED
@@ -2123,7 +2123,6 @@ interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
2123
2123
  interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
2124
2124
  account: string | IAccountSocialBase;
2125
2125
  statusSyncAccount?: EStatusAccountSocialSync;
2126
- timeSyncAccount?: Date;
2127
2126
  timeAction: Date;
2128
2127
  note: string;
2129
2128
  }
package/dist/index.d.ts CHANGED
@@ -2123,7 +2123,6 @@ interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
2123
2123
  interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
2124
2124
  account: string | IAccountSocialBase;
2125
2125
  statusSyncAccount?: EStatusAccountSocialSync;
2126
- timeSyncAccount?: Date;
2127
2126
  timeAction: Date;
2128
2127
  note: string;
2129
2128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.73",
3
+ "version": "5.1.74",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",