automation-lib 5.5.29 → 5.5.30

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
@@ -11481,7 +11481,7 @@ interface UpsertManualContentSocialDto {
11481
11481
  groupAccountId: string;
11482
11482
  accountSocialId: string;
11483
11483
  ideaId: string;
11484
- nicheId: string;
11484
+ nicheIds: string[];
11485
11485
  folderName: string;
11486
11486
  listManualContentSocialChildren: Array<UpsertManualContentSocialChildrenDto>;
11487
11487
  }
@@ -11575,7 +11575,7 @@ interface FindManualContentSocialDto extends IFindBaseDto {
11575
11575
  folderName: string;
11576
11576
  startStopFolder: EStartStop;
11577
11577
  idea: string;
11578
- niche: string;
11578
+ niches: string[];
11579
11579
  type: ETypeManagerWorkClassify;
11580
11580
  socialGroup: string;
11581
11581
  username: string;
@@ -11696,7 +11696,7 @@ interface IManualContentSocial extends IBaseModel, ITrackingModel, IAssignUser {
11696
11696
  timeStopStart: Date;
11697
11697
  }
11698
11698
 
11699
- interface IManualContentSocialNiche {
11699
+ interface IManualContentSocialNiche extends IBaseModel {
11700
11700
  manualContentSocialId: string;
11701
11701
  nicheId: string;
11702
11702
  }
package/dist/index.d.ts CHANGED
@@ -11481,7 +11481,7 @@ interface UpsertManualContentSocialDto {
11481
11481
  groupAccountId: string;
11482
11482
  accountSocialId: string;
11483
11483
  ideaId: string;
11484
- nicheId: string;
11484
+ nicheIds: string[];
11485
11485
  folderName: string;
11486
11486
  listManualContentSocialChildren: Array<UpsertManualContentSocialChildrenDto>;
11487
11487
  }
@@ -11575,7 +11575,7 @@ interface FindManualContentSocialDto extends IFindBaseDto {
11575
11575
  folderName: string;
11576
11576
  startStopFolder: EStartStop;
11577
11577
  idea: string;
11578
- niche: string;
11578
+ niches: string[];
11579
11579
  type: ETypeManagerWorkClassify;
11580
11580
  socialGroup: string;
11581
11581
  username: string;
@@ -11696,7 +11696,7 @@ interface IManualContentSocial extends IBaseModel, ITrackingModel, IAssignUser {
11696
11696
  timeStopStart: Date;
11697
11697
  }
11698
11698
 
11699
- interface IManualContentSocialNiche {
11699
+ interface IManualContentSocialNiche extends IBaseModel {
11700
11700
  manualContentSocialId: string;
11701
11701
  nicheId: string;
11702
11702
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.29",
3
+ "version": "5.5.30",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",