automation-lib 5.1.63 → 5.1.65

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
@@ -2255,7 +2255,6 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
2255
2255
  account: string | IInstagramAccountRaw;
2256
2256
  statusSyncAccount?: EStatusAccountSocialSync;
2257
2257
  timeSyncAccount?: Date;
2258
- accountSocialSync?: IInstagramAccountRun;
2259
2258
  timeAction: Date;
2260
2259
  note: string;
2261
2260
  }
@@ -2312,7 +2311,6 @@ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
2312
2311
  timeChangePassword?: Date;
2313
2312
  oldBio?: string[];
2314
2313
  newBio?: string[];
2315
- totalLinkBio?: string[];
2316
2314
  statusChangeBio?: string;
2317
2315
  timeChangeBio?: Date;
2318
2316
  oldAccountSetting?: ETypeAccountInstagramSetting;
package/dist/index.d.ts CHANGED
@@ -2255,7 +2255,6 @@ interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
2255
2255
  account: string | IInstagramAccountRaw;
2256
2256
  statusSyncAccount?: EStatusAccountSocialSync;
2257
2257
  timeSyncAccount?: Date;
2258
- accountSocialSync?: IInstagramAccountRun;
2259
2258
  timeAction: Date;
2260
2259
  note: string;
2261
2260
  }
@@ -2312,7 +2311,6 @@ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
2312
2311
  timeChangePassword?: Date;
2313
2312
  oldBio?: string[];
2314
2313
  newBio?: string[];
2315
- totalLinkBio?: string[];
2316
2314
  statusChangeBio?: string;
2317
2315
  timeChangeBio?: Date;
2318
2316
  oldAccountSetting?: ETypeAccountInstagramSetting;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.63",
3
+ "version": "5.1.65",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",