scheduler-node-models 1.0.110 → 1.0.112

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.110",
3
+ "version": "1.0.112",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -538,7 +538,7 @@ class ChargeStatusReport extends general_1.Report {
538
538
  type: 'cellIs',
539
539
  priority: 1,
540
540
  operator: 'equal',
541
- formulae: [0],
541
+ formulae: [0, '-'],
542
542
  style: {
543
543
  fill: { type: 'pattern', pattern: 'solid', fgColor: { argb: `ffffb5b5` } },
544
544
  font: { bold: true, size: 12, color: { argb: `ff000000` } },