automation-lib 5.4.220 → 5.4.222
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 -5
- package/dist/index.d.ts +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7293,7 +7293,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
|
7293
7293
|
timeCopySetting: Date;
|
|
7294
7294
|
isStart: boolean;
|
|
7295
7295
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
7296
|
-
listRunTimes: Array<ISettingRunTimeSocial
|
|
7296
|
+
listRunTimes: Array<ISettingRunTimeSocial<ISettingRunTimeInstagramPost>>;
|
|
7297
7297
|
listScriptsInteract: Array<any>;
|
|
7298
7298
|
numberCommentsForPostMeFrom: number;
|
|
7299
7299
|
numberCommentsForPostMeTo: number;
|
|
@@ -14339,11 +14339,11 @@ interface IIncreaseValueTask extends IBaseModel {
|
|
|
14339
14339
|
maxIncrease: number;
|
|
14340
14340
|
}
|
|
14341
14341
|
|
|
14342
|
-
interface ISettingRunTimeSocial extends IBaseModel {
|
|
14342
|
+
interface ISettingRunTimeSocial<T = any> extends IBaseModel {
|
|
14343
14343
|
settingId: string;
|
|
14344
14344
|
timeFrom: string;
|
|
14345
14345
|
timeTo: string;
|
|
14346
|
-
featureAdvance:
|
|
14346
|
+
featureAdvance: T;
|
|
14347
14347
|
}
|
|
14348
14348
|
|
|
14349
14349
|
type index$4_EStatusImport = EStatusImport;
|
|
@@ -14404,7 +14404,7 @@ type index$4_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractRe
|
|
|
14404
14404
|
type index$4_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
14405
14405
|
type index$4_IInstagramSettingPost = IInstagramSettingPost;
|
|
14406
14406
|
type index$4_ISettingRunTimeInstagramPost = ISettingRunTimeInstagramPost;
|
|
14407
|
-
type index$4_ISettingRunTimeSocial = ISettingRunTimeSocial
|
|
14407
|
+
type index$4_ISettingRunTimeSocial<T = any> = ISettingRunTimeSocial<T>;
|
|
14408
14408
|
type index$4_ISheetImportSocial = ISheetImportSocial;
|
|
14409
14409
|
type index$4_ISocialTaskManager = ISocialTaskManager;
|
|
14410
14410
|
type index$4_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
@@ -14781,7 +14781,7 @@ type index$1_IProxy = IProxy;
|
|
|
14781
14781
|
type index$1_IRole = IRole;
|
|
14782
14782
|
type index$1_IRoleFeature = IRoleFeature;
|
|
14783
14783
|
type index$1_ISettingRunTimeInstagramPost = ISettingRunTimeInstagramPost;
|
|
14784
|
-
type index$1_ISettingRunTimeSocial = ISettingRunTimeSocial
|
|
14784
|
+
type index$1_ISettingRunTimeSocial<T = any> = ISettingRunTimeSocial<T>;
|
|
14785
14785
|
type index$1_ISheetImportSocial = ISheetImportSocial;
|
|
14786
14786
|
type index$1_ISheetWork = ISheetWork;
|
|
14787
14787
|
type index$1_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
|
package/dist/index.d.ts
CHANGED
|
@@ -7293,7 +7293,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
|
7293
7293
|
timeCopySetting: Date;
|
|
7294
7294
|
isStart: boolean;
|
|
7295
7295
|
dayOfWeeks: Array<EDayOfWeek>;
|
|
7296
|
-
listRunTimes: Array<ISettingRunTimeSocial
|
|
7296
|
+
listRunTimes: Array<ISettingRunTimeSocial<ISettingRunTimeInstagramPost>>;
|
|
7297
7297
|
listScriptsInteract: Array<any>;
|
|
7298
7298
|
numberCommentsForPostMeFrom: number;
|
|
7299
7299
|
numberCommentsForPostMeTo: number;
|
|
@@ -14339,11 +14339,11 @@ interface IIncreaseValueTask extends IBaseModel {
|
|
|
14339
14339
|
maxIncrease: number;
|
|
14340
14340
|
}
|
|
14341
14341
|
|
|
14342
|
-
interface ISettingRunTimeSocial extends IBaseModel {
|
|
14342
|
+
interface ISettingRunTimeSocial<T = any> extends IBaseModel {
|
|
14343
14343
|
settingId: string;
|
|
14344
14344
|
timeFrom: string;
|
|
14345
14345
|
timeTo: string;
|
|
14346
|
-
featureAdvance:
|
|
14346
|
+
featureAdvance: T;
|
|
14347
14347
|
}
|
|
14348
14348
|
|
|
14349
14349
|
type index$4_EStatusImport = EStatusImport;
|
|
@@ -14404,7 +14404,7 @@ type index$4_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractRe
|
|
|
14404
14404
|
type index$4_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
|
|
14405
14405
|
type index$4_IInstagramSettingPost = IInstagramSettingPost;
|
|
14406
14406
|
type index$4_ISettingRunTimeInstagramPost = ISettingRunTimeInstagramPost;
|
|
14407
|
-
type index$4_ISettingRunTimeSocial = ISettingRunTimeSocial
|
|
14407
|
+
type index$4_ISettingRunTimeSocial<T = any> = ISettingRunTimeSocial<T>;
|
|
14408
14408
|
type index$4_ISheetImportSocial = ISheetImportSocial;
|
|
14409
14409
|
type index$4_ISocialTaskManager = ISocialTaskManager;
|
|
14410
14410
|
type index$4_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
|
|
@@ -14781,7 +14781,7 @@ type index$1_IProxy = IProxy;
|
|
|
14781
14781
|
type index$1_IRole = IRole;
|
|
14782
14782
|
type index$1_IRoleFeature = IRoleFeature;
|
|
14783
14783
|
type index$1_ISettingRunTimeInstagramPost = ISettingRunTimeInstagramPost;
|
|
14784
|
-
type index$1_ISettingRunTimeSocial = ISettingRunTimeSocial
|
|
14784
|
+
type index$1_ISettingRunTimeSocial<T = any> = ISettingRunTimeSocial<T>;
|
|
14785
14785
|
type index$1_ISheetImportSocial = ISheetImportSocial;
|
|
14786
14786
|
type index$1_ISheetWork = ISheetWork;
|
|
14787
14787
|
type index$1_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
|