automation-lib 5.3.27 → 5.3.29
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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1927,7 +1927,7 @@ interface IBaseModel {
|
|
|
1927
1927
|
}
|
|
1928
1928
|
interface ITrackingModel<T> {
|
|
1929
1929
|
createdBy: T | string;
|
|
1930
|
-
updatedBy
|
|
1930
|
+
updatedBy: T | string;
|
|
1931
1931
|
}
|
|
1932
1932
|
interface ITrackingTimeScript {
|
|
1933
1933
|
timeStart: Date;
|
|
@@ -9697,7 +9697,6 @@ interface FindDeviceLogDto extends IFindBaseDto {
|
|
|
9697
9697
|
descriptionBug: string;
|
|
9698
9698
|
deviceName: string;
|
|
9699
9699
|
deviceOS: ETypeDeviceOS;
|
|
9700
|
-
deviceType: string;
|
|
9701
9700
|
deviceKey: string;
|
|
9702
9701
|
pcName: string;
|
|
9703
9702
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1927,7 +1927,7 @@ interface IBaseModel {
|
|
|
1927
1927
|
}
|
|
1928
1928
|
interface ITrackingModel<T> {
|
|
1929
1929
|
createdBy: T | string;
|
|
1930
|
-
updatedBy
|
|
1930
|
+
updatedBy: T | string;
|
|
1931
1931
|
}
|
|
1932
1932
|
interface ITrackingTimeScript {
|
|
1933
1933
|
timeStart: Date;
|
|
@@ -9697,7 +9697,6 @@ interface FindDeviceLogDto extends IFindBaseDto {
|
|
|
9697
9697
|
descriptionBug: string;
|
|
9698
9698
|
deviceName: string;
|
|
9699
9699
|
deviceOS: ETypeDeviceOS;
|
|
9700
|
-
deviceType: string;
|
|
9701
9700
|
deviceKey: string;
|
|
9702
9701
|
pcName: string;
|
|
9703
9702
|
}
|