@etainabl/nodejs-sdk 1.2.58 → 1.2.60
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
|
@@ -576,6 +576,7 @@ interface ReportMetadata<IDType = ObjectId | string> {
|
|
|
576
576
|
dateField?: 'startDateEndDate' | 'startDate' | 'endDate' | 'confirmedAt';
|
|
577
577
|
includeSubMeters?: boolean;
|
|
578
578
|
accountTag?: string;
|
|
579
|
+
recipients?: string[];
|
|
579
580
|
}
|
|
580
581
|
interface Report<IDType = ObjectId | string> {
|
|
581
582
|
_id: IDType;
|
package/dist/index.d.ts
CHANGED
|
@@ -576,6 +576,7 @@ interface ReportMetadata<IDType = ObjectId | string> {
|
|
|
576
576
|
dateField?: 'startDateEndDate' | 'startDate' | 'endDate' | 'confirmedAt';
|
|
577
577
|
includeSubMeters?: boolean;
|
|
578
578
|
accountTag?: string;
|
|
579
|
+
recipients?: string[];
|
|
579
580
|
}
|
|
580
581
|
interface Report<IDType = ObjectId | string> {
|
|
581
582
|
_id: IDType;
|