@etainabl/nodejs-sdk 1.2.59 → 1.3.0
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 -1
- package/dist/index.d.ts +1 -1
- 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;
|
|
@@ -590,7 +591,6 @@ interface Report<IDType = ObjectId | string> {
|
|
|
590
591
|
data?: Record<string, any>;
|
|
591
592
|
requestedAt: Date;
|
|
592
593
|
availableAt?: Date;
|
|
593
|
-
recipients?: string[];
|
|
594
594
|
s3Key: string | null;
|
|
595
595
|
batchId?: string;
|
|
596
596
|
scheduledReportId?: 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;
|
|
@@ -590,7 +591,6 @@ interface Report<IDType = ObjectId | string> {
|
|
|
590
591
|
data?: Record<string, any>;
|
|
591
592
|
requestedAt: Date;
|
|
592
593
|
availableAt?: Date;
|
|
593
|
-
recipients?: string[];
|
|
594
594
|
s3Key: string | null;
|
|
595
595
|
batchId?: string;
|
|
596
596
|
scheduledReportId?: IDType;
|