automation-lib 5.1.138 → 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 -13
- package/dist/index.d.ts +1 -13
- 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;
|
@@ -5323,18 +5323,6 @@ interface FindOverviewInstagramHistoryBlockUserDto {
|
|
5323
5323
|
android: number;
|
5324
5324
|
ios: number;
|
5325
5325
|
};
|
5326
|
-
totalTypePost: {
|
5327
|
-
square: number;
|
5328
|
-
news: number;
|
5329
|
-
reel: number;
|
5330
|
-
story_highlight: number;
|
5331
|
-
};
|
5332
|
-
totalStylePost: {
|
5333
|
-
video: number;
|
5334
|
-
video_image: number;
|
5335
|
-
link_video_image: number;
|
5336
|
-
product_video_image: number;
|
5337
|
-
};
|
5338
5326
|
}
|
5339
5327
|
interface FindInstagramHistoryBlockUserDto extends IFindBaseDto, IInstagramHistoryBlockUser {
|
5340
5328
|
deviceInfo: {
|
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;
|
@@ -5323,18 +5323,6 @@ interface FindOverviewInstagramHistoryBlockUserDto {
|
|
5323
5323
|
android: number;
|
5324
5324
|
ios: number;
|
5325
5325
|
};
|
5326
|
-
totalTypePost: {
|
5327
|
-
square: number;
|
5328
|
-
news: number;
|
5329
|
-
reel: number;
|
5330
|
-
story_highlight: number;
|
5331
|
-
};
|
5332
|
-
totalStylePost: {
|
5333
|
-
video: number;
|
5334
|
-
video_image: number;
|
5335
|
-
link_video_image: number;
|
5336
|
-
product_video_image: number;
|
5337
|
-
};
|
5338
5326
|
}
|
5339
5327
|
interface FindInstagramHistoryBlockUserDto extends IFindBaseDto, IInstagramHistoryBlockUser {
|
5340
5328
|
deviceInfo: {
|