automation-lib 6.6.463 → 6.6.465

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
@@ -17993,6 +17993,7 @@ interface ListManualContentSocialChildrenDto extends IFindBaseDto {
17993
17993
 
17994
17994
  interface UpsertManualContentSocialInstagramDto {
17995
17995
  startStopFolder: EStartStop;
17996
+ groupAccountId: string;
17996
17997
  accountSocialId: string;
17997
17998
  ideaId: string;
17998
17999
  nicheIds: string[];
@@ -18241,6 +18242,7 @@ interface IManualContentSocialInstagramRunTime extends IBaseModel {
18241
18242
 
18242
18243
  interface IManualContentSocialInstagram extends IBaseModel, ITrackingModel, IAssignUser {
18243
18244
  accountSocialId: string;
18245
+ groupSocialId: string;
18244
18246
  ideaId: string;
18245
18247
  folderName: string;
18246
18248
  startStop: EStartStop;
package/dist/index.d.ts CHANGED
@@ -17993,6 +17993,7 @@ interface ListManualContentSocialChildrenDto extends IFindBaseDto {
17993
17993
 
17994
17994
  interface UpsertManualContentSocialInstagramDto {
17995
17995
  startStopFolder: EStartStop;
17996
+ groupAccountId: string;
17996
17997
  accountSocialId: string;
17997
17998
  ideaId: string;
17998
17999
  nicheIds: string[];
@@ -18241,6 +18242,7 @@ interface IManualContentSocialInstagramRunTime extends IBaseModel {
18241
18242
 
18242
18243
  interface IManualContentSocialInstagram extends IBaseModel, ITrackingModel, IAssignUser {
18243
18244
  accountSocialId: string;
18245
+ groupSocialId: string;
18244
18246
  ideaId: string;
18245
18247
  folderName: string;
18246
18248
  startStop: EStartStop;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.463",
3
+ "version": "6.6.465",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",