automation-lib 4.8.103 → 4.8.104

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