automation-lib 5.5.19 → 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 -3
- package/dist/index.d.ts +0 -3
- 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
|
};
|
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
|
};
|