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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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;
|