automation-lib 4.8.100 → 4.8.102

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
@@ -1021,7 +1021,7 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
1021
1021
  interface ITaskAIItemAction {
1022
1022
  order: number;
1023
1023
  columnName: string;
1024
- columnKey: string;
1024
+ columnSymbol: string;
1025
1025
  promptInput: string;
1026
1026
  promptOutput: string;
1027
1027
  status: EStatusTaskAI;
@@ -1127,6 +1127,10 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1127
1127
  columnSymbol: string;
1128
1128
  columnName: string;
1129
1129
  }>;
1130
+ listColumnActionsSelected: Array<{
1131
+ columnSymbol: string;
1132
+ columnName: string;
1133
+ }>;
1130
1134
  isActive: boolean;
1131
1135
  }
1132
1136
 
package/dist/index.d.ts CHANGED
@@ -1021,7 +1021,7 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
1021
1021
  interface ITaskAIItemAction {
1022
1022
  order: number;
1023
1023
  columnName: string;
1024
- columnKey: string;
1024
+ columnSymbol: string;
1025
1025
  promptInput: string;
1026
1026
  promptOutput: string;
1027
1027
  status: EStatusTaskAI;
@@ -1127,6 +1127,10 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1127
1127
  columnSymbol: string;
1128
1128
  columnName: string;
1129
1129
  }>;
1130
+ listColumnActionsSelected: Array<{
1131
+ columnSymbol: string;
1132
+ columnName: string;
1133
+ }>;
1130
1134
  isActive: boolean;
1131
1135
  }
1132
1136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.100",
3
+ "version": "4.8.102",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",