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 +0 -8
- package/dist/index.d.ts +0 -8
- package/package.json +1 -1
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[];
|