automation-lib 4.8.103 → 4.8.105

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
@@ -1037,8 +1037,9 @@ interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
1037
1037
  sheetID: string;
1038
1038
  sheetUrl: string;
1039
1039
  sheetName: string;
1040
+ sheetChildrenID: string;
1040
1041
  rowID: string;
1041
- row: string;
1042
+ row: number;
1042
1043
  listGroupsActions: Array<ITaskAIItemGroup>;
1043
1044
  status: EStatusTaskAI;
1044
1045
  }
package/dist/index.d.ts CHANGED
@@ -1037,8 +1037,9 @@ interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
1037
1037
  sheetID: string;
1038
1038
  sheetUrl: string;
1039
1039
  sheetName: string;
1040
+ sheetChildrenID: string;
1040
1041
  rowID: string;
1041
- row: string;
1042
+ row: number;
1042
1043
  listGroupsActions: Array<ITaskAIItemGroup>;
1043
1044
  status: EStatusTaskAI;
1044
1045
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.103",
3
+ "version": "4.8.105",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",