automation-lib 5.1.27 → 5.1.32
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 +21 -18
- package/dist/index.d.ts +21 -18
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3256,25 +3256,16 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3256
3256
|
type: ETypeManagerWorkClassify;
|
|
3257
3257
|
typeSocial: ETypeSocial;
|
|
3258
3258
|
group: string | IAccountSocialGroup;
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3259
|
+
folderImageName: string;
|
|
3260
|
+
pc: string | IPC;
|
|
3261
|
+
device: IDevice | string;
|
|
3262
|
+
account: string | IAccountSocialBase;
|
|
3262
3263
|
accountID: string;
|
|
3263
|
-
accountUsername: string;
|
|
3264
|
-
accountFullName: string;
|
|
3265
3264
|
accountStatusLogin: EStatusAccountSocialLogin;
|
|
3265
|
+
linkDriveVideoOfCanva: string;
|
|
3266
|
+
listLinkDriveImagesOfCanva: string[];
|
|
3266
3267
|
statusEditCanva: EStatusExecuteCommon;
|
|
3267
3268
|
statusUploadDrive: EStatusExecuteCommon;
|
|
3268
|
-
deviceKey: string;
|
|
3269
|
-
deviceName: string;
|
|
3270
|
-
deviceType: string;
|
|
3271
|
-
deviceTypeAppClone: string;
|
|
3272
|
-
deviceNameAppClone: string;
|
|
3273
|
-
nameAppClone: string;
|
|
3274
|
-
pcNameName: string;
|
|
3275
|
-
departmentName: string;
|
|
3276
|
-
leaderName: string;
|
|
3277
|
-
memberName: string;
|
|
3278
3269
|
proxyType: ETypeProxy;
|
|
3279
3270
|
vpnEmail: string;
|
|
3280
3271
|
vpnPosition: ETypeProxy;
|
|
@@ -3965,10 +3956,12 @@ declare namespace index$1 {
|
|
|
3965
3956
|
|
|
3966
3957
|
type TOmitFilterDto = 'team' | 'leader' | 'department' | 'user' | 'createdBy' | 'updatedBy' | 'createdAt' | 'updatedAt';
|
|
3967
3958
|
interface IFindBaseDto {
|
|
3968
|
-
team: ITeam;
|
|
3969
|
-
teamName: string;
|
|
3970
3959
|
department: IDepartment;
|
|
3971
3960
|
departmentName: string;
|
|
3961
|
+
leader: IUser;
|
|
3962
|
+
leaderName: string;
|
|
3963
|
+
team: ITeam;
|
|
3964
|
+
teamName: string;
|
|
3972
3965
|
}
|
|
3973
3966
|
interface IFilterBaseDto {
|
|
3974
3967
|
team: string;
|
|
@@ -4076,6 +4069,16 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, Om
|
|
|
4076
4069
|
}
|
|
4077
4070
|
|
|
4078
4071
|
interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistoryAutoPost {
|
|
4072
|
+
deviceInfo: {
|
|
4073
|
+
deviceKey: string;
|
|
4074
|
+
deviceName: string;
|
|
4075
|
+
deviceType: string;
|
|
4076
|
+
deviceTypeAppClone: string;
|
|
4077
|
+
deviceNameAppClone: string;
|
|
4078
|
+
nameAppClone: string;
|
|
4079
|
+
};
|
|
4080
|
+
accountUsername: string;
|
|
4081
|
+
accountFullName: string;
|
|
4079
4082
|
}
|
|
4080
4083
|
interface FilterInstagramHistoryAutoPostDto extends IFilterBaseDto, Omit<IInstagramHistoryAutoPost, TOmitFilterDto> {
|
|
4081
4084
|
}
|
|
@@ -5355,7 +5358,7 @@ interface FindLarkDto extends IFindBaseDto, ILark {
|
|
|
5355
5358
|
interface FilterLarkDto extends IFilterBaseDto, Omit<ILark, TOmitFilterDto> {
|
|
5356
5359
|
}
|
|
5357
5360
|
|
|
5358
|
-
interface FindTeamDto extends Omit<IFindBaseDto, 'department'>, ITeam {
|
|
5361
|
+
interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam {
|
|
5359
5362
|
}
|
|
5360
5363
|
interface FilterTeamDto extends IFilterBaseDto, Omit<ITeam, TOmitFilterDto> {
|
|
5361
5364
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -3256,25 +3256,16 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
3256
3256
|
type: ETypeManagerWorkClassify;
|
|
3257
3257
|
typeSocial: ETypeSocial;
|
|
3258
3258
|
group: string | IAccountSocialGroup;
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3259
|
+
folderImageName: string;
|
|
3260
|
+
pc: string | IPC;
|
|
3261
|
+
device: IDevice | string;
|
|
3262
|
+
account: string | IAccountSocialBase;
|
|
3262
3263
|
accountID: string;
|
|
3263
|
-
accountUsername: string;
|
|
3264
|
-
accountFullName: string;
|
|
3265
3264
|
accountStatusLogin: EStatusAccountSocialLogin;
|
|
3265
|
+
linkDriveVideoOfCanva: string;
|
|
3266
|
+
listLinkDriveImagesOfCanva: string[];
|
|
3266
3267
|
statusEditCanva: EStatusExecuteCommon;
|
|
3267
3268
|
statusUploadDrive: EStatusExecuteCommon;
|
|
3268
|
-
deviceKey: string;
|
|
3269
|
-
deviceName: string;
|
|
3270
|
-
deviceType: string;
|
|
3271
|
-
deviceTypeAppClone: string;
|
|
3272
|
-
deviceNameAppClone: string;
|
|
3273
|
-
nameAppClone: string;
|
|
3274
|
-
pcNameName: string;
|
|
3275
|
-
departmentName: string;
|
|
3276
|
-
leaderName: string;
|
|
3277
|
-
memberName: string;
|
|
3278
3269
|
proxyType: ETypeProxy;
|
|
3279
3270
|
vpnEmail: string;
|
|
3280
3271
|
vpnPosition: ETypeProxy;
|
|
@@ -3965,10 +3956,12 @@ declare namespace index$1 {
|
|
|
3965
3956
|
|
|
3966
3957
|
type TOmitFilterDto = 'team' | 'leader' | 'department' | 'user' | 'createdBy' | 'updatedBy' | 'createdAt' | 'updatedAt';
|
|
3967
3958
|
interface IFindBaseDto {
|
|
3968
|
-
team: ITeam;
|
|
3969
|
-
teamName: string;
|
|
3970
3959
|
department: IDepartment;
|
|
3971
3960
|
departmentName: string;
|
|
3961
|
+
leader: IUser;
|
|
3962
|
+
leaderName: string;
|
|
3963
|
+
team: ITeam;
|
|
3964
|
+
teamName: string;
|
|
3972
3965
|
}
|
|
3973
3966
|
interface IFilterBaseDto {
|
|
3974
3967
|
team: string;
|
|
@@ -4076,6 +4069,16 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, Om
|
|
|
4076
4069
|
}
|
|
4077
4070
|
|
|
4078
4071
|
interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistoryAutoPost {
|
|
4072
|
+
deviceInfo: {
|
|
4073
|
+
deviceKey: string;
|
|
4074
|
+
deviceName: string;
|
|
4075
|
+
deviceType: string;
|
|
4076
|
+
deviceTypeAppClone: string;
|
|
4077
|
+
deviceNameAppClone: string;
|
|
4078
|
+
nameAppClone: string;
|
|
4079
|
+
};
|
|
4080
|
+
accountUsername: string;
|
|
4081
|
+
accountFullName: string;
|
|
4079
4082
|
}
|
|
4080
4083
|
interface FilterInstagramHistoryAutoPostDto extends IFilterBaseDto, Omit<IInstagramHistoryAutoPost, TOmitFilterDto> {
|
|
4081
4084
|
}
|
|
@@ -5355,7 +5358,7 @@ interface FindLarkDto extends IFindBaseDto, ILark {
|
|
|
5355
5358
|
interface FilterLarkDto extends IFilterBaseDto, Omit<ILark, TOmitFilterDto> {
|
|
5356
5359
|
}
|
|
5357
5360
|
|
|
5358
|
-
interface FindTeamDto extends Omit<IFindBaseDto, 'department'>, ITeam {
|
|
5361
|
+
interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam {
|
|
5359
5362
|
}
|
|
5360
5363
|
interface FilterTeamDto extends IFilterBaseDto, Omit<ITeam, TOmitFilterDto> {
|
|
5361
5364
|
}
|