@etainabl/nodejs-sdk 1.3.164 → 1.3.165

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.cts CHANGED
@@ -1307,6 +1307,7 @@ interface ReportMetadata<IDType = ObjectId | string> {
1307
1307
  dayNightSplit?: boolean;
1308
1308
  consumptionSource?: 'reading' | 'invoice' | 'combined' | 'hh' | 'reading-hh';
1309
1309
  showSimulated?: boolean;
1310
+ showCosts?: boolean;
1310
1311
  chartOptions?: any;
1311
1312
  customData?: any;
1312
1313
  readingSource?: Reading['source'];
package/dist/index.d.ts CHANGED
@@ -1307,6 +1307,7 @@ interface ReportMetadata<IDType = ObjectId | string> {
1307
1307
  dayNightSplit?: boolean;
1308
1308
  consumptionSource?: 'reading' | 'invoice' | 'combined' | 'hh' | 'reading-hh';
1309
1309
  showSimulated?: boolean;
1310
+ showCosts?: boolean;
1310
1311
  chartOptions?: any;
1311
1312
  customData?: any;
1312
1313
  readingSource?: Reading['source'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.164",
3
+ "version": "1.3.165",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",