@etainabl/nodejs-sdk 1.3.134 → 1.3.135

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