automation-lib 5.1.175 → 5.1.177
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 +5 -2
- package/dist/index.d.ts +5 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -6594,8 +6594,11 @@ interface CreateDeviceDto extends Partial<IDevice> {
|
|
6594
6594
|
interface UpdateDeviceDto extends Partial<IDevice> {
|
6595
6595
|
}
|
6596
6596
|
interface FindDeviceDto extends IFindBaseDto, IDevice {
|
6597
|
-
|
6598
|
-
|
6597
|
+
listAccountVPN: string[];
|
6598
|
+
listAccountProxy: string[];
|
6599
|
+
listAccountCHPlayICloud: string[];
|
6600
|
+
listAccountInstagram: string[];
|
6601
|
+
listAccountThreads: string[];
|
6599
6602
|
}
|
6600
6603
|
interface FilterDeviceDto extends IFilterBaseDto, Omit<IDevice, TOmitFilterDto> {
|
6601
6604
|
}
|
package/dist/index.d.ts
CHANGED
@@ -6594,8 +6594,11 @@ interface CreateDeviceDto extends Partial<IDevice> {
|
|
6594
6594
|
interface UpdateDeviceDto extends Partial<IDevice> {
|
6595
6595
|
}
|
6596
6596
|
interface FindDeviceDto extends IFindBaseDto, IDevice {
|
6597
|
-
|
6598
|
-
|
6597
|
+
listAccountVPN: string[];
|
6598
|
+
listAccountProxy: string[];
|
6599
|
+
listAccountCHPlayICloud: string[];
|
6600
|
+
listAccountInstagram: string[];
|
6601
|
+
listAccountThreads: string[];
|
6599
6602
|
}
|
6600
6603
|
interface FilterDeviceDto extends IFilterBaseDto, Omit<IDevice, TOmitFilterDto> {
|
6601
6604
|
}
|