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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.65",
3
+ "version": "5.5.66",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",