scheduler-node-models 1.0.130 → 1.0.132

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.130",
3
+ "version": "1.0.132",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "files": [
@@ -597,12 +597,6 @@ class ChargeStatusReport extends general_1.Report {
597
597
  fill: { type: 'pattern', pattern: 'solid', bgColor: { argb: `ffffb5b5` } },
598
598
  font: { bold: true, size: 12, color: { argb: `ff000000` } },
599
599
  alignment: { horizontal: 'center', vertical: 'middle', wrapText: true },
600
- border: {
601
- top: { style: 'thin', color: { argb: 'ff000000' } },
602
- left: { style: 'thin', color: { argb: 'ff000000' } },
603
- bottom: { style: 'thin', color: { argb: 'ff000000' } },
604
- right: { style: 'thin', color: { argb: 'ff000000' } }
605
- },
606
600
  numFmt: "##0.0;[Red]##0.0;-;@"
607
601
  }
608
602
  }