automation-lib 6.6.156 → 6.6.157
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4089,8 +4089,9 @@ interface FindAccountAIContentChannelDto extends IFindBaseDto {
|
|
|
4089
4089
|
}
|
|
4090
4090
|
interface FilterAccountAIContentChannelDto extends IFilterBaseDto {
|
|
4091
4091
|
accountAI: string[];
|
|
4092
|
-
model:
|
|
4092
|
+
model: EAccountAIModelTypeContent[];
|
|
4093
4093
|
status: EAccountAIContentChannelStatus[];
|
|
4094
|
+
isAddedAccountAIContent: boolean[];
|
|
4094
4095
|
}
|
|
4095
4096
|
|
|
4096
4097
|
interface FindHistoryTaskAIContentDto extends IFindBaseDto, IHistoryTaskAIContent {
|
package/dist/index.d.ts
CHANGED
|
@@ -4089,8 +4089,9 @@ interface FindAccountAIContentChannelDto extends IFindBaseDto {
|
|
|
4089
4089
|
}
|
|
4090
4090
|
interface FilterAccountAIContentChannelDto extends IFilterBaseDto {
|
|
4091
4091
|
accountAI: string[];
|
|
4092
|
-
model:
|
|
4092
|
+
model: EAccountAIModelTypeContent[];
|
|
4093
4093
|
status: EAccountAIContentChannelStatus[];
|
|
4094
|
+
isAddedAccountAIContent: boolean[];
|
|
4094
4095
|
}
|
|
4095
4096
|
|
|
4096
4097
|
interface FindHistoryTaskAIContentDto extends IFindBaseDto, IHistoryTaskAIContent {
|