automation-lib 5.3.17 → 5.3.18
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 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9670,7 +9670,7 @@ interface FindOverviewDeviceLog {
|
|
|
9670
9670
|
};
|
|
9671
9671
|
};
|
|
9672
9672
|
}
|
|
9673
|
-
interface FilterDeviceLogDto
|
|
9673
|
+
interface FilterDeviceLogDto {
|
|
9674
9674
|
type: ETypeAutoManualSync[];
|
|
9675
9675
|
taskID: ETypeTaskID[];
|
|
9676
9676
|
statusFromStart: EStatusDeviceLog[];
|
package/dist/index.d.ts
CHANGED
|
@@ -9670,7 +9670,7 @@ interface FindOverviewDeviceLog {
|
|
|
9670
9670
|
};
|
|
9671
9671
|
};
|
|
9672
9672
|
}
|
|
9673
|
-
interface FilterDeviceLogDto
|
|
9673
|
+
interface FilterDeviceLogDto {
|
|
9674
9674
|
type: ETypeAutoManualSync[];
|
|
9675
9675
|
taskID: ETypeTaskID[];
|
|
9676
9676
|
statusFromStart: EStatusDeviceLog[];
|