automation-lib 5.1.331 → 5.1.333

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
@@ -8772,6 +8772,24 @@ interface FindTaskAIContentDto extends IFindBaseDto, ITaskAIContent {
8772
8772
  outputContent: string;
8773
8773
  status: EStatusTaskAIContent;
8774
8774
  }
8775
+ interface FindTaskAIContentDto extends IFindBaseDto, ITaskAIContent {
8776
+ sheetID: string;
8777
+ sheetUrl: string;
8778
+ sheetName: string;
8779
+ groupNameRun: string;
8780
+ keyWords: string;
8781
+ keyWordsBlank: string;
8782
+ columnType: ETypeColumnManagerWork;
8783
+ rowID: string;
8784
+ row: number;
8785
+ colSymbolForRunTask: string;
8786
+ model: EAIModelContent;
8787
+ channelName: string;
8788
+ channelUrl: string;
8789
+ inputForRunTask: string;
8790
+ outputTask: string;
8791
+ status: EStatusTaskAIContent;
8792
+ }
8775
8793
  interface FilterTaskAIContentDto extends IFilterBaseDto {
8776
8794
  accountAI: string[];
8777
8795
  sheetChildren: string[];
package/dist/index.d.ts CHANGED
@@ -8772,6 +8772,24 @@ interface FindTaskAIContentDto extends IFindBaseDto, ITaskAIContent {
8772
8772
  outputContent: string;
8773
8773
  status: EStatusTaskAIContent;
8774
8774
  }
8775
+ interface FindTaskAIContentDto extends IFindBaseDto, ITaskAIContent {
8776
+ sheetID: string;
8777
+ sheetUrl: string;
8778
+ sheetName: string;
8779
+ groupNameRun: string;
8780
+ keyWords: string;
8781
+ keyWordsBlank: string;
8782
+ columnType: ETypeColumnManagerWork;
8783
+ rowID: string;
8784
+ row: number;
8785
+ colSymbolForRunTask: string;
8786
+ model: EAIModelContent;
8787
+ channelName: string;
8788
+ channelUrl: string;
8789
+ inputForRunTask: string;
8790
+ outputTask: string;
8791
+ status: EStatusTaskAIContent;
8792
+ }
8775
8793
  interface FilterTaskAIContentDto extends IFilterBaseDto {
8776
8794
  accountAI: string[];
8777
8795
  sheetChildren: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.331",
3
+ "version": "5.1.333",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",