automation-lib 4.8.120 → 4.8.121

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
@@ -1100,10 +1100,6 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1100
1100
  columnSymbol: string;
1101
1101
  columnName: string;
1102
1102
  }>;
1103
- listColumnActionsSelected: Array<{
1104
- columnSymbol: string;
1105
- columnName: string;
1106
- }>;
1107
1103
  isActive: boolean;
1108
1104
  }
1109
1105
 
package/dist/index.d.ts CHANGED
@@ -1100,10 +1100,6 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
1100
1100
  columnSymbol: string;
1101
1101
  columnName: string;
1102
1102
  }>;
1103
- listColumnActionsSelected: Array<{
1104
- columnSymbol: string;
1105
- columnName: string;
1106
- }>;
1107
1103
  isActive: boolean;
1108
1104
  }
1109
1105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.120",
3
+ "version": "4.8.121",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",