automation-lib 4.8.147 → 4.8.148

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
@@ -1141,7 +1141,8 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1141
1141
 
1142
1142
  interface ITaskAIItemAction {
1143
1143
  order: number;
1144
- keywords: string;
1144
+ keyWords: string;
1145
+ keyWordsBlank: string;
1145
1146
  columnName: string;
1146
1147
  columnSymbol: string;
1147
1148
  columnType: ETypeColumnManagerWork;
@@ -1249,6 +1250,7 @@ interface IManagerSheetChildrenGroupItem extends BoInterfaceModelsCommon$1.IBase
1249
1250
  columnName: string;
1250
1251
  columnType: ETypeColumnManagerWork;
1251
1252
  keyWords: string;
1253
+ keyWordsBlank: string;
1252
1254
  }
1253
1255
 
1254
1256
  type index$4_IAccount = IAccount;
package/dist/index.d.ts CHANGED
@@ -1141,7 +1141,8 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1141
1141
 
1142
1142
  interface ITaskAIItemAction {
1143
1143
  order: number;
1144
- keywords: string;
1144
+ keyWords: string;
1145
+ keyWordsBlank: string;
1145
1146
  columnName: string;
1146
1147
  columnSymbol: string;
1147
1148
  columnType: ETypeColumnManagerWork;
@@ -1249,6 +1250,7 @@ interface IManagerSheetChildrenGroupItem extends BoInterfaceModelsCommon$1.IBase
1249
1250
  columnName: string;
1250
1251
  columnType: ETypeColumnManagerWork;
1251
1252
  keyWords: string;
1253
+ keyWordsBlank: string;
1252
1254
  }
1253
1255
 
1254
1256
  type index$4_IAccount = IAccount;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.147",
3
+ "version": "4.8.148",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",