scheduler-node-models 1.0.117 → 1.0.119

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler-node-models",
3
- "version": "1.0.117",
3
+ "version": "1.0.119",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -543,7 +543,7 @@ class ChargeStatusReport extends general_1.Report {
543
543
  operator: 'equal',
544
544
  formulae: [0],
545
545
  style: {
546
- fill: { type: 'pattern', pattern: 'solid', fgColor: { argb: `ffffb5b5` } },
546
+ fill: { type: 'pattern', pattern: 'solid', bgColor: { argb: `ffffb5b5` } },
547
547
  font: { bold: true, size: 12, color: { argb: `ff000000` } },
548
548
  alignment: { horizontal: 'center', vertical: 'middle', wrapText: true },
549
549
  border: {