automation-lib 5.1.139 → 5.1.140

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
@@ -2291,7 +2291,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
2291
2291
  statusImport: EStatusAccountSocialImport;
2292
2292
  statusSyncAccount: EStatusAccountSocialSync;
2293
2293
  timeSyncAccount: Date;
2294
- accountSocialSync: IInstagramAccountRun;
2294
+ accountSocialSync: string | IInstagramAccountRun;
2295
2295
  noteImport: string;
2296
2296
  timeLogin: Date;
2297
2297
  statusLogin: EStatusAccountSocialLogin;
package/dist/index.d.ts CHANGED
@@ -2291,7 +2291,7 @@ interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITracking
2291
2291
  statusImport: EStatusAccountSocialImport;
2292
2292
  statusSyncAccount: EStatusAccountSocialSync;
2293
2293
  timeSyncAccount: Date;
2294
- accountSocialSync: IInstagramAccountRun;
2294
+ accountSocialSync: string | IInstagramAccountRun;
2295
2295
  noteImport: string;
2296
2296
  timeLogin: Date;
2297
2297
  statusLogin: EStatusAccountSocialLogin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.139",
3
+ "version": "5.1.140",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",