automation-lib 6.6.636 → 6.6.639

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
@@ -10103,6 +10103,17 @@ interface FindOverViewTaskInstagramChangeInfoDto {
10103
10103
  [ETypeSocialChangeInfoInstagram.ChangeUsername]: number;
10104
10104
  total: number;
10105
10105
  };
10106
+ typePostStatus: {
10107
+ [ETaskInstagramPostType.News]: number;
10108
+ [ETaskInstagramPostType.Reel]: number;
10109
+ [ETaskInstagramPostType.Story]: number;
10110
+ [ETaskInstagramPostType.ProductSquare]: number;
10111
+ total: number;
10112
+ };
10113
+ isScheduleStatus: {
10114
+ yes: number;
10115
+ no: number;
10116
+ };
10106
10117
  }
10107
10118
  interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
10108
10119
  typeChange: ETypeSocialChangeInfoInstagram[];
@@ -10328,6 +10339,17 @@ interface FindOverViewTaskInstagramPostDto {
10328
10339
  [EStatusAccountSocialLogin.NA]: number;
10329
10340
  total: number;
10330
10341
  };
10342
+ typePostStatus: {
10343
+ [ETaskInstagramPostType.News]: number;
10344
+ [ETaskInstagramPostType.Reel]: number;
10345
+ [ETaskInstagramPostType.Story]: number;
10346
+ [ETaskInstagramPostType.ProductSquare]: number;
10347
+ total: number;
10348
+ };
10349
+ isScheduleStatus: {
10350
+ yes: number;
10351
+ no: number;
10352
+ };
10331
10353
  }
10332
10354
  interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
10333
10355
  typePost: ETaskInstagramPostType[];
@@ -19199,6 +19221,11 @@ interface CanvaCoverDetailThreadsDto {
19199
19221
  linkOutput: string;
19200
19222
  status: EStatusAccountDrive;
19201
19223
  }>;
19224
+ infoCanvaAsset: {
19225
+ statusGenerateImage: ETaskStatus;
19226
+ statusEditUserName: ETaskStatus;
19227
+ statusChangeFontText: ETaskStatus;
19228
+ };
19202
19229
  infoBrowserInfo: {
19203
19230
  browserName: string;
19204
19231
  browserType: "GPM";
@@ -24192,6 +24219,17 @@ interface FindOverViewTaskThreadsChangeInfoDto {
24192
24219
  [ETypeSocialChangeInfoThreads.ChangeUsername]: number;
24193
24220
  total: number;
24194
24221
  };
24222
+ typePostStatus: {
24223
+ [ETaskInstagramPostType.News]: number;
24224
+ [ETaskInstagramPostType.Reel]: number;
24225
+ [ETaskInstagramPostType.Story]: number;
24226
+ [ETaskInstagramPostType.ProductSquare]: number;
24227
+ total: number;
24228
+ };
24229
+ isScheduleStatus: {
24230
+ yes: number;
24231
+ no: number;
24232
+ };
24195
24233
  }
24196
24234
  interface FilterTaskThreadsChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
24197
24235
  typeChange: ETypeSocialChangeInfoThreads[];
@@ -24416,6 +24454,17 @@ interface FindOverViewTaskThreadsPostDto {
24416
24454
  [EStatusAccountSocialLogin.NA]: number;
24417
24455
  total: number;
24418
24456
  };
24457
+ typePostStatus: {
24458
+ [ETaskInstagramPostType.News]: number;
24459
+ [ETaskInstagramPostType.Reel]: number;
24460
+ [ETaskInstagramPostType.Story]: number;
24461
+ [ETaskInstagramPostType.ProductSquare]: number;
24462
+ total: number;
24463
+ };
24464
+ isScheduleStatus: {
24465
+ yes: number;
24466
+ no: number;
24467
+ };
24419
24468
  }
24420
24469
  interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
24421
24470
  typePost: ETaskThreadsPostType[];
package/dist/index.d.ts CHANGED
@@ -10103,6 +10103,17 @@ interface FindOverViewTaskInstagramChangeInfoDto {
10103
10103
  [ETypeSocialChangeInfoInstagram.ChangeUsername]: number;
10104
10104
  total: number;
10105
10105
  };
10106
+ typePostStatus: {
10107
+ [ETaskInstagramPostType.News]: number;
10108
+ [ETaskInstagramPostType.Reel]: number;
10109
+ [ETaskInstagramPostType.Story]: number;
10110
+ [ETaskInstagramPostType.ProductSquare]: number;
10111
+ total: number;
10112
+ };
10113
+ isScheduleStatus: {
10114
+ yes: number;
10115
+ no: number;
10116
+ };
10106
10117
  }
10107
10118
  interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
10108
10119
  typeChange: ETypeSocialChangeInfoInstagram[];
@@ -10328,6 +10339,17 @@ interface FindOverViewTaskInstagramPostDto {
10328
10339
  [EStatusAccountSocialLogin.NA]: number;
10329
10340
  total: number;
10330
10341
  };
10342
+ typePostStatus: {
10343
+ [ETaskInstagramPostType.News]: number;
10344
+ [ETaskInstagramPostType.Reel]: number;
10345
+ [ETaskInstagramPostType.Story]: number;
10346
+ [ETaskInstagramPostType.ProductSquare]: number;
10347
+ total: number;
10348
+ };
10349
+ isScheduleStatus: {
10350
+ yes: number;
10351
+ no: number;
10352
+ };
10331
10353
  }
10332
10354
  interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
10333
10355
  typePost: ETaskInstagramPostType[];
@@ -19199,6 +19221,11 @@ interface CanvaCoverDetailThreadsDto {
19199
19221
  linkOutput: string;
19200
19222
  status: EStatusAccountDrive;
19201
19223
  }>;
19224
+ infoCanvaAsset: {
19225
+ statusGenerateImage: ETaskStatus;
19226
+ statusEditUserName: ETaskStatus;
19227
+ statusChangeFontText: ETaskStatus;
19228
+ };
19202
19229
  infoBrowserInfo: {
19203
19230
  browserName: string;
19204
19231
  browserType: "GPM";
@@ -24192,6 +24219,17 @@ interface FindOverViewTaskThreadsChangeInfoDto {
24192
24219
  [ETypeSocialChangeInfoThreads.ChangeUsername]: number;
24193
24220
  total: number;
24194
24221
  };
24222
+ typePostStatus: {
24223
+ [ETaskInstagramPostType.News]: number;
24224
+ [ETaskInstagramPostType.Reel]: number;
24225
+ [ETaskInstagramPostType.Story]: number;
24226
+ [ETaskInstagramPostType.ProductSquare]: number;
24227
+ total: number;
24228
+ };
24229
+ isScheduleStatus: {
24230
+ yes: number;
24231
+ no: number;
24232
+ };
24195
24233
  }
24196
24234
  interface FilterTaskThreadsChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
24197
24235
  typeChange: ETypeSocialChangeInfoThreads[];
@@ -24416,6 +24454,17 @@ interface FindOverViewTaskThreadsPostDto {
24416
24454
  [EStatusAccountSocialLogin.NA]: number;
24417
24455
  total: number;
24418
24456
  };
24457
+ typePostStatus: {
24458
+ [ETaskInstagramPostType.News]: number;
24459
+ [ETaskInstagramPostType.Reel]: number;
24460
+ [ETaskInstagramPostType.Story]: number;
24461
+ [ETaskInstagramPostType.ProductSquare]: number;
24462
+ total: number;
24463
+ };
24464
+ isScheduleStatus: {
24465
+ yes: number;
24466
+ no: number;
24467
+ };
24419
24468
  }
24420
24469
  interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
24421
24470
  typePost: ETaskThreadsPostType[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.636",
3
+ "version": "6.6.639",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",