automation-lib 5.5.18 → 5.5.20
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 -8
- package/dist/index.d.ts +0 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -10629,17 +10629,14 @@ interface FindManagerImageAIDto extends IFindBaseDto, IManagerImageAI {
|
|
|
10629
10629
|
listUsername: string[];
|
|
10630
10630
|
folders: {
|
|
10631
10631
|
subject: {
|
|
10632
|
-
id: string;
|
|
10633
10632
|
listImages: string[];
|
|
10634
10633
|
totalImages: number;
|
|
10635
10634
|
};
|
|
10636
10635
|
scene: {
|
|
10637
|
-
id: string;
|
|
10638
10636
|
listImages: string[];
|
|
10639
10637
|
totalImages: number;
|
|
10640
10638
|
};
|
|
10641
10639
|
style: {
|
|
10642
|
-
id: string;
|
|
10643
10640
|
listImages: string[];
|
|
10644
10641
|
totalImages: number;
|
|
10645
10642
|
};
|
|
@@ -10650,11 +10647,6 @@ interface ViewDetailFolderDto {
|
|
|
10650
10647
|
imageUrl: string;
|
|
10651
10648
|
statusUse: EStatusUse;
|
|
10652
10649
|
}
|
|
10653
|
-
interface ViewDetailFolderDto {
|
|
10654
|
-
id: string;
|
|
10655
|
-
imageUrl: string;
|
|
10656
|
-
statusUse: EStatusUse;
|
|
10657
|
-
}
|
|
10658
10650
|
interface EditStatusImageItemDto {
|
|
10659
10651
|
statusUse: EStatusUse;
|
|
10660
10652
|
listImageIds: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -10629,17 +10629,14 @@ interface FindManagerImageAIDto extends IFindBaseDto, IManagerImageAI {
|
|
|
10629
10629
|
listUsername: string[];
|
|
10630
10630
|
folders: {
|
|
10631
10631
|
subject: {
|
|
10632
|
-
id: string;
|
|
10633
10632
|
listImages: string[];
|
|
10634
10633
|
totalImages: number;
|
|
10635
10634
|
};
|
|
10636
10635
|
scene: {
|
|
10637
|
-
id: string;
|
|
10638
10636
|
listImages: string[];
|
|
10639
10637
|
totalImages: number;
|
|
10640
10638
|
};
|
|
10641
10639
|
style: {
|
|
10642
|
-
id: string;
|
|
10643
10640
|
listImages: string[];
|
|
10644
10641
|
totalImages: number;
|
|
10645
10642
|
};
|
|
@@ -10650,11 +10647,6 @@ interface ViewDetailFolderDto {
|
|
|
10650
10647
|
imageUrl: string;
|
|
10651
10648
|
statusUse: EStatusUse;
|
|
10652
10649
|
}
|
|
10653
|
-
interface ViewDetailFolderDto {
|
|
10654
|
-
id: string;
|
|
10655
|
-
imageUrl: string;
|
|
10656
|
-
statusUse: EStatusUse;
|
|
10657
|
-
}
|
|
10658
10650
|
interface EditStatusImageItemDto {
|
|
10659
10651
|
statusUse: EStatusUse;
|
|
10660
10652
|
listImageIds: string[];
|