automation-lib 5.5.65 → 5.5.66
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12296,6 +12296,10 @@ interface FindManualContentSocialThreadsDto extends IFindBaseDto {
|
|
|
12296
12296
|
type: EManualContentSocialThreadsTypePost;
|
|
12297
12297
|
startStop: EStartStop;
|
|
12298
12298
|
timeStopStart: Date;
|
|
12299
|
+
postInfo: {
|
|
12300
|
+
childrenId: string;
|
|
12301
|
+
listUrls: string[];
|
|
12302
|
+
};
|
|
12299
12303
|
totalPosts: number;
|
|
12300
12304
|
totalPostsPosted: number;
|
|
12301
12305
|
totalPostsError: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -12296,6 +12296,10 @@ interface FindManualContentSocialThreadsDto extends IFindBaseDto {
|
|
|
12296
12296
|
type: EManualContentSocialThreadsTypePost;
|
|
12297
12297
|
startStop: EStartStop;
|
|
12298
12298
|
timeStopStart: Date;
|
|
12299
|
+
postInfo: {
|
|
12300
|
+
childrenId: string;
|
|
12301
|
+
listUrls: string[];
|
|
12302
|
+
};
|
|
12299
12303
|
totalPosts: number;
|
|
12300
12304
|
totalPostsPosted: number;
|
|
12301
12305
|
totalPostsError: number;
|