@etainabl/nodejs-sdk 1.3.136 → 1.3.137

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
@@ -1288,7 +1288,7 @@ interface ReportMetadata<IDType = ObjectId | string> {
1288
1288
  consumptionSource?: 'reading' | 'invoice' | 'combined' | 'hh' | 'reading-hh';
1289
1289
  showSimulated?: boolean;
1290
1290
  chartOptions?: any;
1291
- customOptions?: any;
1291
+ customData?: any;
1292
1292
  readingSource?: Reading['source'];
1293
1293
  dateField?: 'startDateEndDate' | 'startDate' | 'endDate' | 'confirmedAt';
1294
1294
  includeSubMeters?: boolean;
package/dist/index.d.ts CHANGED
@@ -1288,7 +1288,7 @@ interface ReportMetadata<IDType = ObjectId | string> {
1288
1288
  consumptionSource?: 'reading' | 'invoice' | 'combined' | 'hh' | 'reading-hh';
1289
1289
  showSimulated?: boolean;
1290
1290
  chartOptions?: any;
1291
- customOptions?: any;
1291
+ customData?: any;
1292
1292
  readingSource?: Reading['source'];
1293
1293
  dateField?: 'startDateEndDate' | 'startDate' | 'endDate' | 'confirmedAt';
1294
1294
  includeSubMeters?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.136",
3
+ "version": "1.3.137",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",