automation-lib 5.1.27 → 5.1.30

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 CHANGED
@@ -3256,13 +3256,13 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
3256
3256
  type: ETypeManagerWorkClassify;
3257
3257
  typeSocial: ETypeSocial;
3258
3258
  group: string | IAccountSocialGroup;
3259
- folderImage: string;
3260
- linkDriveVideoOfCanva: string;
3261
- listLinkDriveImagesOfCanva: string[];
3259
+ folderImageName: string;
3260
+ pc: string | IPC;
3261
+ account: string | IAccountSocialBase;
3262
3262
  accountID: string;
3263
- accountUsername: string;
3264
- accountFullName: string;
3265
3263
  accountStatusLogin: EStatusAccountSocialLogin;
3264
+ linkDriveVideoOfCanva: string;
3265
+ listLinkDriveImagesOfCanva: string[];
3266
3266
  statusEditCanva: EStatusExecuteCommon;
3267
3267
  statusUploadDrive: EStatusExecuteCommon;
3268
3268
  deviceKey: string;
@@ -3271,10 +3271,6 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
3271
3271
  deviceTypeAppClone: string;
3272
3272
  deviceNameAppClone: string;
3273
3273
  nameAppClone: string;
3274
- pcNameName: string;
3275
- departmentName: string;
3276
- leaderName: string;
3277
- memberName: string;
3278
3274
  proxyType: ETypeProxy;
3279
3275
  vpnEmail: string;
3280
3276
  vpnPosition: ETypeProxy;
@@ -3965,10 +3961,12 @@ declare namespace index$1 {
3965
3961
 
3966
3962
  type TOmitFilterDto = 'team' | 'leader' | 'department' | 'user' | 'createdBy' | 'updatedBy' | 'createdAt' | 'updatedAt';
3967
3963
  interface IFindBaseDto {
3968
- team: ITeam;
3969
- teamName: string;
3970
3964
  department: IDepartment;
3971
3965
  departmentName: string;
3966
+ leader: IUser;
3967
+ leaderName: string;
3968
+ team: ITeam;
3969
+ teamName: string;
3972
3970
  }
3973
3971
  interface IFilterBaseDto {
3974
3972
  team: string;
@@ -4076,6 +4074,8 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, Om
4076
4074
  }
4077
4075
 
4078
4076
  interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistoryAutoPost {
4077
+ accountUsername: string;
4078
+ accountFullName: string;
4079
4079
  }
4080
4080
  interface FilterInstagramHistoryAutoPostDto extends IFilterBaseDto, Omit<IInstagramHistoryAutoPost, TOmitFilterDto> {
4081
4081
  }
@@ -5355,7 +5355,7 @@ interface FindLarkDto extends IFindBaseDto, ILark {
5355
5355
  interface FilterLarkDto extends IFilterBaseDto, Omit<ILark, TOmitFilterDto> {
5356
5356
  }
5357
5357
 
5358
- interface FindTeamDto extends Omit<IFindBaseDto, 'department'>, ITeam {
5358
+ interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam {
5359
5359
  }
5360
5360
  interface FilterTeamDto extends IFilterBaseDto, Omit<ITeam, TOmitFilterDto> {
5361
5361
  }
package/dist/index.d.ts CHANGED
@@ -3256,13 +3256,13 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
3256
3256
  type: ETypeManagerWorkClassify;
3257
3257
  typeSocial: ETypeSocial;
3258
3258
  group: string | IAccountSocialGroup;
3259
- folderImage: string;
3260
- linkDriveVideoOfCanva: string;
3261
- listLinkDriveImagesOfCanva: string[];
3259
+ folderImageName: string;
3260
+ pc: string | IPC;
3261
+ account: string | IAccountSocialBase;
3262
3262
  accountID: string;
3263
- accountUsername: string;
3264
- accountFullName: string;
3265
3263
  accountStatusLogin: EStatusAccountSocialLogin;
3264
+ linkDriveVideoOfCanva: string;
3265
+ listLinkDriveImagesOfCanva: string[];
3266
3266
  statusEditCanva: EStatusExecuteCommon;
3267
3267
  statusUploadDrive: EStatusExecuteCommon;
3268
3268
  deviceKey: string;
@@ -3271,10 +3271,6 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
3271
3271
  deviceTypeAppClone: string;
3272
3272
  deviceNameAppClone: string;
3273
3273
  nameAppClone: string;
3274
- pcNameName: string;
3275
- departmentName: string;
3276
- leaderName: string;
3277
- memberName: string;
3278
3274
  proxyType: ETypeProxy;
3279
3275
  vpnEmail: string;
3280
3276
  vpnPosition: ETypeProxy;
@@ -3965,10 +3961,12 @@ declare namespace index$1 {
3965
3961
 
3966
3962
  type TOmitFilterDto = 'team' | 'leader' | 'department' | 'user' | 'createdBy' | 'updatedBy' | 'createdAt' | 'updatedAt';
3967
3963
  interface IFindBaseDto {
3968
- team: ITeam;
3969
- teamName: string;
3970
3964
  department: IDepartment;
3971
3965
  departmentName: string;
3966
+ leader: IUser;
3967
+ leaderName: string;
3968
+ team: ITeam;
3969
+ teamName: string;
3972
3970
  }
3973
3971
  interface IFilterBaseDto {
3974
3972
  team: string;
@@ -4076,6 +4074,8 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, Om
4076
4074
  }
4077
4075
 
4078
4076
  interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistoryAutoPost {
4077
+ accountUsername: string;
4078
+ accountFullName: string;
4079
4079
  }
4080
4080
  interface FilterInstagramHistoryAutoPostDto extends IFilterBaseDto, Omit<IInstagramHistoryAutoPost, TOmitFilterDto> {
4081
4081
  }
@@ -5355,7 +5355,7 @@ interface FindLarkDto extends IFindBaseDto, ILark {
5355
5355
  interface FilterLarkDto extends IFilterBaseDto, Omit<ILark, TOmitFilterDto> {
5356
5356
  }
5357
5357
 
5358
- interface FindTeamDto extends Omit<IFindBaseDto, 'department'>, ITeam {
5358
+ interface FindTeamDto extends Omit<IFindBaseDto, 'department' | 'leader'>, ITeam {
5359
5359
  }
5360
5360
  interface FilterTeamDto extends IFilterBaseDto, Omit<ITeam, TOmitFilterDto> {
5361
5361
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.27",
3
+ "version": "5.1.30",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",