automation-lib 5.4.13 → 5.4.14

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
@@ -3391,7 +3391,7 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
3391
3391
  accountGroup: string[];
3392
3392
  account: string[];
3393
3393
  sheetName: string[];
3394
- status: EStatusTaskScript;
3394
+ status: EStatusTaskScript[];
3395
3395
  }
3396
3396
 
3397
3397
  interface FindOverViewThreadsReportInteractReplyCommentDto {
package/dist/index.d.ts CHANGED
@@ -3391,7 +3391,7 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
3391
3391
  accountGroup: string[];
3392
3392
  account: string[];
3393
3393
  sheetName: string[];
3394
- status: EStatusTaskScript;
3394
+ status: EStatusTaskScript[];
3395
3395
  }
3396
3396
 
3397
3397
  interface FindOverViewThreadsReportInteractReplyCommentDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.13",
3
+ "version": "5.4.14",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",