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 +7 -0
- package/dist/index.d.ts +7 -0
- package/package.json +1 -1
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 {
|