@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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.2.58",
3
+ "version": "1.2.60",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",