automation-lib 5.4.328 → 5.4.330
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2987,6 +2987,7 @@ interface FindAccountSocialGroupPopupSocialDto {
|
|
|
2987
2987
|
updatedBy: string;
|
|
2988
2988
|
}
|
|
2989
2989
|
interface FilterAccountSocialGroupDto extends IFilterBaseDto {
|
|
2990
|
+
name: string;
|
|
2990
2991
|
}
|
|
2991
2992
|
|
|
2992
2993
|
interface ISettingAccountSocialDto {
|
|
@@ -9696,6 +9697,7 @@ interface FindDeviceDto extends IFindBaseDto {
|
|
|
9696
9697
|
status: EStatusPC;
|
|
9697
9698
|
};
|
|
9698
9699
|
deviceInfo: {
|
|
9700
|
+
id: string;
|
|
9699
9701
|
os: ETypeDeviceOS;
|
|
9700
9702
|
model: string;
|
|
9701
9703
|
key: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2987,6 +2987,7 @@ interface FindAccountSocialGroupPopupSocialDto {
|
|
|
2987
2987
|
updatedBy: string;
|
|
2988
2988
|
}
|
|
2989
2989
|
interface FilterAccountSocialGroupDto extends IFilterBaseDto {
|
|
2990
|
+
name: string;
|
|
2990
2991
|
}
|
|
2991
2992
|
|
|
2992
2993
|
interface ISettingAccountSocialDto {
|
|
@@ -9696,6 +9697,7 @@ interface FindDeviceDto extends IFindBaseDto {
|
|
|
9696
9697
|
status: EStatusPC;
|
|
9697
9698
|
};
|
|
9698
9699
|
deviceInfo: {
|
|
9700
|
+
id: string;
|
|
9699
9701
|
os: ETypeDeviceOS;
|
|
9700
9702
|
model: string;
|
|
9701
9703
|
key: string;
|