automation-lib 5.5.23 → 5.5.24

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
@@ -11412,7 +11412,7 @@ interface ITaskAIImageVideoVoiceCanvaThreads extends IBaseModel, ITrackingModel
11412
11412
  declare enum EManualContentStatusPost {
11413
11413
  Draft = "Draft",
11414
11414
  Use = "Use",
11415
- Posted = "Posted",
11415
+ Posted = "Posted",// Có thể chuyển thành Use để chạy cho lần sau
11416
11416
  Error = "Error"
11417
11417
  }
11418
11418
  declare enum EManualContentTypePost {
@@ -11684,9 +11684,9 @@ interface IManualContentSocial extends IBaseModel, ITrackingModel {
11684
11684
  interface IManualContentSocialChildren extends IBaseModel, ITrackingModel {
11685
11685
  typePost: EManualContentTypePost;
11686
11686
  manualContentSocialId: string;
11687
+ startStop: EStartStop;
11687
11688
  dayOfWeek: EDayOfWeek[];
11688
11689
  timezone: ETimeZone;
11689
- startStop: EStartStop;
11690
11690
  timeStopStart: Date;
11691
11691
  }
11692
11692
 
package/dist/index.d.ts CHANGED
@@ -11412,7 +11412,7 @@ interface ITaskAIImageVideoVoiceCanvaThreads extends IBaseModel, ITrackingModel
11412
11412
  declare enum EManualContentStatusPost {
11413
11413
  Draft = "Draft",
11414
11414
  Use = "Use",
11415
- Posted = "Posted",
11415
+ Posted = "Posted",// Có thể chuyển thành Use để chạy cho lần sau
11416
11416
  Error = "Error"
11417
11417
  }
11418
11418
  declare enum EManualContentTypePost {
@@ -11684,9 +11684,9 @@ interface IManualContentSocial extends IBaseModel, ITrackingModel {
11684
11684
  interface IManualContentSocialChildren extends IBaseModel, ITrackingModel {
11685
11685
  typePost: EManualContentTypePost;
11686
11686
  manualContentSocialId: string;
11687
+ startStop: EStartStop;
11687
11688
  dayOfWeek: EDayOfWeek[];
11688
11689
  timezone: ETimeZone;
11689
- startStop: EStartStop;
11690
11690
  timeStopStart: Date;
11691
11691
  }
11692
11692
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.23",
3
+ "version": "5.5.24",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",