@etainabl/nodejs-sdk 1.3.66 → 1.3.67

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
@@ -792,6 +792,7 @@ interface ReportMetadata<IDType = ObjectId | string> {
792
792
  includeSubMeters?: boolean;
793
793
  accountTag?: string;
794
794
  recipients?: string[];
795
+ coverCalculationMethod: 'ignoreInactive' | 'showInactive';
795
796
  }
796
797
  interface Report<IDType = ObjectId | string> {
797
798
  _id: IDType;
package/dist/index.d.ts CHANGED
@@ -792,6 +792,7 @@ interface ReportMetadata<IDType = ObjectId | string> {
792
792
  includeSubMeters?: boolean;
793
793
  accountTag?: string;
794
794
  recipients?: string[];
795
+ coverCalculationMethod: 'ignoreInactive' | 'showInactive';
795
796
  }
796
797
  interface Report<IDType = ObjectId | string> {
797
798
  _id: IDType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.66",
3
+ "version": "1.3.67",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",