automation-lib 5.5.18 → 5.5.19

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
@@ -10650,11 +10650,6 @@ interface ViewDetailFolderDto {
10650
10650
  imageUrl: string;
10651
10651
  statusUse: EStatusUse;
10652
10652
  }
10653
- interface ViewDetailFolderDto {
10654
- id: string;
10655
- imageUrl: string;
10656
- statusUse: EStatusUse;
10657
- }
10658
10653
  interface EditStatusImageItemDto {
10659
10654
  statusUse: EStatusUse;
10660
10655
  listImageIds: string[];
package/dist/index.d.ts CHANGED
@@ -10650,11 +10650,6 @@ interface ViewDetailFolderDto {
10650
10650
  imageUrl: string;
10651
10651
  statusUse: EStatusUse;
10652
10652
  }
10653
- interface ViewDetailFolderDto {
10654
- id: string;
10655
- imageUrl: string;
10656
- statusUse: EStatusUse;
10657
- }
10658
10653
  interface EditStatusImageItemDto {
10659
10654
  statusUse: EStatusUse;
10660
10655
  listImageIds: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.18",
3
+ "version": "5.5.19",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",