automation-lib 5.1.177 → 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
@@ -6597,8 +6597,17 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
6597
6597
  listAccountVPN: string[];
6598
6598
  listAccountProxy: string[];
6599
6599
  listAccountCHPlayICloud: string[];
6600
- listAccountInstagram: string[];
6601
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
@@ -6597,8 +6597,17 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
6597
6597
  listAccountVPN: string[];
6598
6598
  listAccountProxy: string[];
6599
6599
  listAccountCHPlayICloud: string[];
6600
- listAccountInstagram: string[];
6601
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.177",
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",