automation-lib 5.1.174 → 5.1.176

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
@@ -6594,6 +6594,9 @@ interface CreateDeviceDto extends Partial<IDevice> {
6594
6594
  interface UpdateDeviceDto extends Partial<IDevice> {
6595
6595
  }
6596
6596
  interface FindDeviceDto extends IFindBaseDto, IDevice {
6597
+ listAccountVPN: IInstagramAccountRaw[];
6598
+ listAccountProxy: IThreadsAccountRaw[];
6599
+ listAccountCHPlayICloud: IThreadsAccountRaw[];
6597
6600
  listAccountInstagram: IInstagramAccountRaw[];
6598
6601
  listAccountThreads: IThreadsAccountRaw[];
6599
6602
  }
@@ -7312,6 +7315,9 @@ interface UpdateBlogDto extends Partial<IBlog> {
7312
7315
  blog_usersPermission?: string[];
7313
7316
  }
7314
7317
  interface FindBlogDto extends IFindBaseDto, IBlog {
7318
+ blog_departmentsPermission?: IDepartment[];
7319
+ blog_teamsPermission?: ITeam[];
7320
+ blog_usersPermission?: IUser[];
7315
7321
  }
7316
7322
  interface FilterBlogDto extends IFilterBaseDto, Omit<IBlog, TOmitFilterDto> {
7317
7323
  }
package/dist/index.d.ts CHANGED
@@ -6594,6 +6594,9 @@ interface CreateDeviceDto extends Partial<IDevice> {
6594
6594
  interface UpdateDeviceDto extends Partial<IDevice> {
6595
6595
  }
6596
6596
  interface FindDeviceDto extends IFindBaseDto, IDevice {
6597
+ listAccountVPN: IInstagramAccountRaw[];
6598
+ listAccountProxy: IThreadsAccountRaw[];
6599
+ listAccountCHPlayICloud: IThreadsAccountRaw[];
6597
6600
  listAccountInstagram: IInstagramAccountRaw[];
6598
6601
  listAccountThreads: IThreadsAccountRaw[];
6599
6602
  }
@@ -7312,6 +7315,9 @@ interface UpdateBlogDto extends Partial<IBlog> {
7312
7315
  blog_usersPermission?: string[];
7313
7316
  }
7314
7317
  interface FindBlogDto extends IFindBaseDto, IBlog {
7318
+ blog_departmentsPermission?: IDepartment[];
7319
+ blog_teamsPermission?: ITeam[];
7320
+ blog_usersPermission?: IUser[];
7315
7321
  }
7316
7322
  interface FilterBlogDto extends IFilterBaseDto, Omit<IBlog, TOmitFilterDto> {
7317
7323
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.174",
3
+ "version": "5.1.176",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",