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