automation-lib 5.3.16 → 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 CHANGED
@@ -9666,11 +9666,11 @@ interface FindOverviewDeviceLog {
9666
9666
  reddit: number;
9667
9667
  tumblr: number;
9668
9668
  quora: number;
9669
- NULL: number;
9669
+ null: number;
9670
9670
  };
9671
9671
  };
9672
9672
  }
9673
- interface FilterDeviceLogDto extends IFilterBaseDto {
9673
+ interface FilterDeviceLogDto {
9674
9674
  type: ETypeAutoManualSync[];
9675
9675
  taskID: ETypeTaskID[];
9676
9676
  statusFromStart: EStatusDeviceLog[];
package/dist/index.d.ts CHANGED
@@ -9666,11 +9666,11 @@ interface FindOverviewDeviceLog {
9666
9666
  reddit: number;
9667
9667
  tumblr: number;
9668
9668
  quora: number;
9669
- NULL: number;
9669
+ null: number;
9670
9670
  };
9671
9671
  };
9672
9672
  }
9673
- interface FilterDeviceLogDto extends IFilterBaseDto {
9673
+ interface FilterDeviceLogDto {
9674
9674
  type: ETypeAutoManualSync[];
9675
9675
  taskID: ETypeTaskID[];
9676
9676
  statusFromStart: EStatusDeviceLog[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.16",
3
+ "version": "5.3.18",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",