automation-lib 5.4.222 → 5.4.223
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 -3
- package/dist/index.d.ts +2 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7205,11 +7205,9 @@ interface CreateInstagramSettingPostDto {
|
|
|
7205
7205
|
timezone: ETimeZone;
|
|
7206
7206
|
dayOfWeeks: EDayOfWeek[];
|
|
7207
7207
|
listRunTimes: Array<{
|
|
7208
|
-
typePost: EPostType;
|
|
7209
7208
|
timeFrom: string;
|
|
7210
7209
|
timeTo: string;
|
|
7211
|
-
|
|
7212
|
-
isSchedule: boolean;
|
|
7210
|
+
featureAdvance: ISettingRunTimeInstagramPost;
|
|
7213
7211
|
}>;
|
|
7214
7212
|
delayTimeCommentFrom: number;
|
|
7215
7213
|
delayTimeCommentTo: number;
|
|
@@ -11259,6 +11257,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11259
11257
|
delayTimeCommentTo: number;
|
|
11260
11258
|
}
|
|
11261
11259
|
interface ISettingRunTimeInstagramPost {
|
|
11260
|
+
typePost: EPostType;
|
|
11262
11261
|
isAddAILabel: boolean;
|
|
11263
11262
|
isSchedule: boolean;
|
|
11264
11263
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -7205,11 +7205,9 @@ interface CreateInstagramSettingPostDto {
|
|
|
7205
7205
|
timezone: ETimeZone;
|
|
7206
7206
|
dayOfWeeks: EDayOfWeek[];
|
|
7207
7207
|
listRunTimes: Array<{
|
|
7208
|
-
typePost: EPostType;
|
|
7209
7208
|
timeFrom: string;
|
|
7210
7209
|
timeTo: string;
|
|
7211
|
-
|
|
7212
|
-
isSchedule: boolean;
|
|
7210
|
+
featureAdvance: ISettingRunTimeInstagramPost;
|
|
7213
7211
|
}>;
|
|
7214
7212
|
delayTimeCommentFrom: number;
|
|
7215
7213
|
delayTimeCommentTo: number;
|
|
@@ -11259,6 +11257,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11259
11257
|
delayTimeCommentTo: number;
|
|
11260
11258
|
}
|
|
11261
11259
|
interface ISettingRunTimeInstagramPost {
|
|
11260
|
+
typePost: EPostType;
|
|
11262
11261
|
isAddAILabel: boolean;
|
|
11263
11262
|
isSchedule: boolean;
|
|
11264
11263
|
}
|