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 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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.19",
3
+ "version": "5.5.20",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",