automation-lib 6.6.496 → 6.6.497

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
@@ -20913,7 +20913,7 @@ interface ListDraftContentSocialChildrenDto extends IFindBaseDto {
20913
20913
  originalName: string;
20914
20914
  }>;
20915
20915
  type: EDraftContentSocialInstagramTypePost;
20916
- manualContentSocialId: string;
20916
+ draftContentSocialId: string;
20917
20917
  startStop: EStartStop;
20918
20918
  timeStopStart: Date;
20919
20919
  }
@@ -20926,7 +20926,7 @@ interface IDraftContentSocialInstagram extends IBaseModel, ITrackingModel, IAssi
20926
20926
 
20927
20927
  interface IDraftContentSocialInstagramChildren extends IBaseModel, ITrackingModel {
20928
20928
  typePost: EDraftContentSocialInstagramTypePost;
20929
- manualContentSocialId: string;
20929
+ draftContentSocialId: string | IDraftContentSocialInstagram;
20930
20930
  startStop: EStartStop;
20931
20931
  timeStopStart: Date;
20932
20932
  }
package/dist/index.d.ts CHANGED
@@ -20913,7 +20913,7 @@ interface ListDraftContentSocialChildrenDto extends IFindBaseDto {
20913
20913
  originalName: string;
20914
20914
  }>;
20915
20915
  type: EDraftContentSocialInstagramTypePost;
20916
- manualContentSocialId: string;
20916
+ draftContentSocialId: string;
20917
20917
  startStop: EStartStop;
20918
20918
  timeStopStart: Date;
20919
20919
  }
@@ -20926,7 +20926,7 @@ interface IDraftContentSocialInstagram extends IBaseModel, ITrackingModel, IAssi
20926
20926
 
20927
20927
  interface IDraftContentSocialInstagramChildren extends IBaseModel, ITrackingModel {
20928
20928
  typePost: EDraftContentSocialInstagramTypePost;
20929
- manualContentSocialId: string;
20929
+ draftContentSocialId: string | IDraftContentSocialInstagram;
20930
20930
  startStop: EStartStop;
20931
20931
  timeStopStart: Date;
20932
20932
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.496",
3
+ "version": "6.6.497",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",