automation-lib 5.1.209 → 5.1.210

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
@@ -6701,6 +6701,13 @@ interface FindForReviewDto {
6701
6701
  sheetWorks: ISheetWork[];
6702
6702
  }
6703
6703
  interface FilterManagerImageAIDto extends IFilterBaseDto, Omit<IManagerImageAI, TOmitFilterDto> {
6704
+ ideas: string[];
6705
+ niches: string[];
6706
+ type: ETypeManagerWorkClassify[];
6707
+ typeFolderImage: EFolderImageAI[];
6708
+ models: EFolderImageAI[];
6709
+ users: string[];
6710
+ sheetWork: string[];
6704
6711
  }
6705
6712
 
6706
6713
  interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
package/dist/index.d.ts CHANGED
@@ -6701,6 +6701,13 @@ interface FindForReviewDto {
6701
6701
  sheetWorks: ISheetWork[];
6702
6702
  }
6703
6703
  interface FilterManagerImageAIDto extends IFilterBaseDto, Omit<IManagerImageAI, TOmitFilterDto> {
6704
+ ideas: string[];
6705
+ niches: string[];
6706
+ type: ETypeManagerWorkClassify[];
6707
+ typeFolderImage: EFolderImageAI[];
6708
+ models: EFolderImageAI[];
6709
+ users: string[];
6710
+ sheetWork: string[];
6704
6711
  }
6705
6712
 
6706
6713
  interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.209",
3
+ "version": "5.1.210",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",