automation-lib 4.8.101 → 4.8.103

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
@@ -1034,10 +1034,11 @@ interface ITaskAIItemGroup {
1034
1034
  }
1035
1035
  interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1036
1036
  accountAI: string | IAccountAI;
1037
+ sheetID: string;
1037
1038
  sheetUrl: string;
1038
1039
  sheetName: string;
1039
- row: string;
1040
1040
  rowID: string;
1041
+ row: string;
1041
1042
  listGroupsActions: Array<ITaskAIItemGroup>;
1042
1043
  status: EStatusTaskAI;
1043
1044
  }
@@ -1127,6 +1128,10 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1127
1128
  columnSymbol: string;
1128
1129
  columnName: string;
1129
1130
  }>;
1131
+ listColumnActionsSelected: Array<{
1132
+ columnSymbol: string;
1133
+ columnName: string;
1134
+ }>;
1130
1135
  isActive: boolean;
1131
1136
  }
1132
1137
 
package/dist/index.d.ts CHANGED
@@ -1034,10 +1034,11 @@ interface ITaskAIItemGroup {
1034
1034
  }
1035
1035
  interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1036
1036
  accountAI: string | IAccountAI;
1037
+ sheetID: string;
1037
1038
  sheetUrl: string;
1038
1039
  sheetName: string;
1039
- row: string;
1040
1040
  rowID: string;
1041
+ row: string;
1041
1042
  listGroupsActions: Array<ITaskAIItemGroup>;
1042
1043
  status: EStatusTaskAI;
1043
1044
  }
@@ -1127,6 +1128,10 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1127
1128
  columnSymbol: string;
1128
1129
  columnName: string;
1129
1130
  }>;
1131
+ listColumnActionsSelected: Array<{
1132
+ columnSymbol: string;
1133
+ columnName: string;
1134
+ }>;
1130
1135
  isActive: boolean;
1131
1136
  }
1132
1137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.101",
3
+ "version": "4.8.103",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",