automation-lib 4.8.139 → 4.8.140

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
@@ -1131,6 +1131,7 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1131
1131
 
1132
1132
  interface ITaskAIItemAction {
1133
1133
  order: number;
1134
+ keywords: string;
1134
1135
  columnName: string;
1135
1136
  columnSymbol: string;
1136
1137
  promptInput: string;
package/dist/index.d.ts CHANGED
@@ -1131,6 +1131,7 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1131
1131
 
1132
1132
  interface ITaskAIItemAction {
1133
1133
  order: number;
1134
+ keywords: string;
1134
1135
  columnName: string;
1135
1136
  columnSymbol: string;
1136
1137
  promptInput: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.139",
3
+ "version": "4.8.140",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",