automation-lib 6.6.462 → 6.6.464

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