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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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
|
|