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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
1042
|
+
row: number;
|
|
1042
1043
|
listGroupsActions: Array<ITaskAIItemGroup>;
|
|
1043
1044
|
status: EStatusTaskAI;
|
|
1044
1045
|
}
|