automation-lib 4.8.100 → 4.8.102
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 +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1021,7 +1021,7 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
|
|
|
1021
1021
|
interface ITaskAIItemAction {
|
|
1022
1022
|
order: number;
|
|
1023
1023
|
columnName: string;
|
|
1024
|
-
|
|
1024
|
+
columnSymbol: string;
|
|
1025
1025
|
promptInput: string;
|
|
1026
1026
|
promptOutput: string;
|
|
1027
1027
|
status: EStatusTaskAI;
|
|
@@ -1127,6 +1127,10 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
|
|
|
1127
1127
|
columnSymbol: string;
|
|
1128
1128
|
columnName: string;
|
|
1129
1129
|
}>;
|
|
1130
|
+
listColumnActionsSelected: Array<{
|
|
1131
|
+
columnSymbol: string;
|
|
1132
|
+
columnName: string;
|
|
1133
|
+
}>;
|
|
1130
1134
|
isActive: boolean;
|
|
1131
1135
|
}
|
|
1132
1136
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1021,7 +1021,7 @@ interface ITaskTool extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModel
|
|
|
1021
1021
|
interface ITaskAIItemAction {
|
|
1022
1022
|
order: number;
|
|
1023
1023
|
columnName: string;
|
|
1024
|
-
|
|
1024
|
+
columnSymbol: string;
|
|
1025
1025
|
promptInput: string;
|
|
1026
1026
|
promptOutput: string;
|
|
1027
1027
|
status: EStatusTaskAI;
|
|
@@ -1127,6 +1127,10 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
|
|
|
1127
1127
|
columnSymbol: string;
|
|
1128
1128
|
columnName: string;
|
|
1129
1129
|
}>;
|
|
1130
|
+
listColumnActionsSelected: Array<{
|
|
1131
|
+
columnSymbol: string;
|
|
1132
|
+
columnName: string;
|
|
1133
|
+
}>;
|
|
1130
1134
|
isActive: boolean;
|
|
1131
1135
|
}
|
|
1132
1136
|
|