automation-lib 5.1.176 → 5.1.178

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,11 +6594,20 @@ 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[];
6600
- listAccountInstagram: IInstagramAccountRaw[];
6601
- listAccountThreads: IThreadsAccountRaw[];
6597
+ listAccountVPN: string[];
6598
+ listAccountProxy: string[];
6599
+ listAccountCHPlayICloud: string[];
6600
+ listAccountThreads: string[];
6601
+ listAccountInstagram: string[];
6602
+ listAccountYoutube: string[];
6603
+ listAccountFacebook: string[];
6604
+ listAccountTiktok: string[];
6605
+ listAccountX: string[];
6606
+ listAccountPinterest: string[];
6607
+ listAccountMedium: string[];
6608
+ listAccountReddit: string[];
6609
+ listAccountTumblr: string[];
6610
+ listAccountQuota: string[];
6602
6611
  }
6603
6612
  interface FilterDeviceDto extends IFilterBaseDto, Omit<IDevice, TOmitFilterDto> {
6604
6613
  }
package/dist/index.d.ts CHANGED
@@ -6594,11 +6594,20 @@ 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[];
6600
- listAccountInstagram: IInstagramAccountRaw[];
6601
- listAccountThreads: IThreadsAccountRaw[];
6597
+ listAccountVPN: string[];
6598
+ listAccountProxy: string[];
6599
+ listAccountCHPlayICloud: string[];
6600
+ listAccountThreads: string[];
6601
+ listAccountInstagram: string[];
6602
+ listAccountYoutube: string[];
6603
+ listAccountFacebook: string[];
6604
+ listAccountTiktok: string[];
6605
+ listAccountX: string[];
6606
+ listAccountPinterest: string[];
6607
+ listAccountMedium: string[];
6608
+ listAccountReddit: string[];
6609
+ listAccountTumblr: string[];
6610
+ listAccountQuota: string[];
6602
6611
  }
6603
6612
  interface FilterDeviceDto extends IFilterBaseDto, Omit<IDevice, TOmitFilterDto> {
6604
6613
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.176",
3
+ "version": "5.1.178",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",