@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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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'];
|