automation-lib 5.4.222 → 5.4.224
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 +5 -3
- package/dist/index.d.ts +5 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5774,6 +5774,9 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
|
5774
5774
|
colSymbol: string;
|
|
5775
5775
|
listValsOnCol: string[];
|
|
5776
5776
|
};
|
|
5777
|
+
note?: {
|
|
5778
|
+
listAccountUnavailableOnSystem?: string[];
|
|
5779
|
+
};
|
|
5777
5780
|
}
|
|
5778
5781
|
interface AutoFillInstagramAccountRawDto {
|
|
5779
5782
|
sheet: {
|
|
@@ -7205,11 +7208,9 @@ interface CreateInstagramSettingPostDto {
|
|
|
7205
7208
|
timezone: ETimeZone;
|
|
7206
7209
|
dayOfWeeks: EDayOfWeek[];
|
|
7207
7210
|
listRunTimes: Array<{
|
|
7208
|
-
typePost: EPostType;
|
|
7209
7211
|
timeFrom: string;
|
|
7210
7212
|
timeTo: string;
|
|
7211
|
-
|
|
7212
|
-
isSchedule: boolean;
|
|
7213
|
+
featureAdvance: ISettingRunTimeInstagramPost;
|
|
7213
7214
|
}>;
|
|
7214
7215
|
delayTimeCommentFrom: number;
|
|
7215
7216
|
delayTimeCommentTo: number;
|
|
@@ -11259,6 +11260,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11259
11260
|
delayTimeCommentTo: number;
|
|
11260
11261
|
}
|
|
11261
11262
|
interface ISettingRunTimeInstagramPost {
|
|
11263
|
+
typePost: EPostType;
|
|
11262
11264
|
isAddAILabel: boolean;
|
|
11263
11265
|
isSchedule: boolean;
|
|
11264
11266
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -5774,6 +5774,9 @@ interface AutoFillOverviewInstagramAccountRawDto {
|
|
|
5774
5774
|
colSymbol: string;
|
|
5775
5775
|
listValsOnCol: string[];
|
|
5776
5776
|
};
|
|
5777
|
+
note?: {
|
|
5778
|
+
listAccountUnavailableOnSystem?: string[];
|
|
5779
|
+
};
|
|
5777
5780
|
}
|
|
5778
5781
|
interface AutoFillInstagramAccountRawDto {
|
|
5779
5782
|
sheet: {
|
|
@@ -7205,11 +7208,9 @@ interface CreateInstagramSettingPostDto {
|
|
|
7205
7208
|
timezone: ETimeZone;
|
|
7206
7209
|
dayOfWeeks: EDayOfWeek[];
|
|
7207
7210
|
listRunTimes: Array<{
|
|
7208
|
-
typePost: EPostType;
|
|
7209
7211
|
timeFrom: string;
|
|
7210
7212
|
timeTo: string;
|
|
7211
|
-
|
|
7212
|
-
isSchedule: boolean;
|
|
7213
|
+
featureAdvance: ISettingRunTimeInstagramPost;
|
|
7213
7214
|
}>;
|
|
7214
7215
|
delayTimeCommentFrom: number;
|
|
7215
7216
|
delayTimeCommentTo: number;
|
|
@@ -11259,6 +11260,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11259
11260
|
delayTimeCommentTo: number;
|
|
11260
11261
|
}
|
|
11261
11262
|
interface ISettingRunTimeInstagramPost {
|
|
11263
|
+
typePost: EPostType;
|
|
11262
11264
|
isAddAILabel: boolean;
|
|
11263
11265
|
isSchedule: boolean;
|
|
11264
11266
|
}
|