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