automation-lib 4.8.81 → 4.8.82

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
@@ -1090,8 +1090,8 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1090
1090
  managerSheet: string | IManagerSheet;
1091
1091
  name: string;
1092
1092
  listColumnActions: Array<{
1093
- key: number;
1094
- name: number;
1093
+ columnSymbol: string;
1094
+ columnName: string;
1095
1095
  }>;
1096
1096
  isActive: boolean;
1097
1097
  }
package/dist/index.d.ts CHANGED
@@ -1090,8 +1090,8 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1090
1090
  managerSheet: string | IManagerSheet;
1091
1091
  name: string;
1092
1092
  listColumnActions: Array<{
1093
- key: number;
1094
- name: number;
1093
+ columnSymbol: string;
1094
+ columnName: string;
1095
1095
  }>;
1096
1096
  isActive: boolean;
1097
1097
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.81",
3
+ "version": "4.8.82",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",