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 +0 -5
- package/dist/index.d.ts +0 -5
- package/package.json +1 -1
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[];
|