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 CHANGED
@@ -4089,8 +4089,9 @@ interface FindAccountAIContentChannelDto extends IFindBaseDto {
4089
4089
  }
4090
4090
  interface FilterAccountAIContentChannelDto extends IFilterBaseDto {
4091
4091
  accountAI: string[];
4092
- model: string[];
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: string[];
4092
+ model: EAccountAIModelTypeContent[];
4093
4093
  status: EAccountAIContentChannelStatus[];
4094
+ isAddedAccountAIContent: boolean[];
4094
4095
  }
4095
4096
 
4096
4097
  interface FindHistoryTaskAIContentDto extends IFindBaseDto, IHistoryTaskAIContent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.156",
3
+ "version": "6.6.157",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",