automation-lib 5.1.483 → 5.1.484

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
@@ -8770,14 +8770,6 @@ interface FindDeviceAvailableForAddAccountVPNDto {
8770
8770
  isChecked: boolean;
8771
8771
  }
8772
8772
  interface FilterAccountVPNDto extends IFilterBaseDto {
8773
- team: string[];
8774
- leader: string[];
8775
- department: string[];
8776
- user: string[];
8777
- createdBy: string[];
8778
- updatedBy: string[];
8779
- createdAt: [Date, Date];
8780
- updatedAt: [Date, Date];
8781
8773
  pcName: string[];
8782
8774
  devicesName: string[];
8783
8775
  devicesOS: string[];
package/dist/index.d.ts CHANGED
@@ -8770,14 +8770,6 @@ interface FindDeviceAvailableForAddAccountVPNDto {
8770
8770
  isChecked: boolean;
8771
8771
  }
8772
8772
  interface FilterAccountVPNDto extends IFilterBaseDto {
8773
- team: string[];
8774
- leader: string[];
8775
- department: string[];
8776
- user: string[];
8777
- createdBy: string[];
8778
- updatedBy: string[];
8779
- createdAt: [Date, Date];
8780
- updatedAt: [Date, Date];
8781
8773
  pcName: string[];
8782
8774
  devicesName: string[];
8783
8775
  devicesOS: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.483",
3
+ "version": "5.1.484",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",