automation-lib 5.1.574 → 5.1.577
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 +10 -1
- package/dist/index.d.ts +10 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8856,10 +8856,19 @@ interface FindDeviceAvailableForAddAccountVPNDto {
|
|
|
8856
8856
|
isChecked: boolean;
|
|
8857
8857
|
}
|
|
8858
8858
|
interface FilterAccountVPNDto extends IFilterBaseDto {
|
|
8859
|
+
department: string[];
|
|
8860
|
+
leader: string[];
|
|
8861
|
+
team: string[];
|
|
8862
|
+
user: string[];
|
|
8863
|
+
createdBy: string[];
|
|
8864
|
+
updatedBy: string[];
|
|
8865
|
+
createdAt: [Date, Date];
|
|
8866
|
+
updatedAt: [Date, Date];
|
|
8867
|
+
typeAccount: ETypeAccountVPN[];
|
|
8868
|
+
country: string[];
|
|
8859
8869
|
pcName: string[];
|
|
8860
8870
|
devicesName: string[];
|
|
8861
8871
|
devicesOS: string[];
|
|
8862
|
-
country: string[];
|
|
8863
8872
|
provider: ETypeProviderAccountVPN[];
|
|
8864
8873
|
status: EStatusAccountVPN[];
|
|
8865
8874
|
timeLastUsed: [Date, Date];
|
package/dist/index.d.ts
CHANGED
|
@@ -8856,10 +8856,19 @@ interface FindDeviceAvailableForAddAccountVPNDto {
|
|
|
8856
8856
|
isChecked: boolean;
|
|
8857
8857
|
}
|
|
8858
8858
|
interface FilterAccountVPNDto extends IFilterBaseDto {
|
|
8859
|
+
department: string[];
|
|
8860
|
+
leader: string[];
|
|
8861
|
+
team: string[];
|
|
8862
|
+
user: string[];
|
|
8863
|
+
createdBy: string[];
|
|
8864
|
+
updatedBy: string[];
|
|
8865
|
+
createdAt: [Date, Date];
|
|
8866
|
+
updatedAt: [Date, Date];
|
|
8867
|
+
typeAccount: ETypeAccountVPN[];
|
|
8868
|
+
country: string[];
|
|
8859
8869
|
pcName: string[];
|
|
8860
8870
|
devicesName: string[];
|
|
8861
8871
|
devicesOS: string[];
|
|
8862
|
-
country: string[];
|
|
8863
8872
|
provider: ETypeProviderAccountVPN[];
|
|
8864
8873
|
status: EStatusAccountVPN[];
|
|
8865
8874
|
timeLastUsed: [Date, Date];
|