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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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;
|