@etainabl/nodejs-sdk 1.2.58 → 1.2.59

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
@@ -590,6 +590,7 @@ interface Report<IDType = ObjectId | string> {
590
590
  data?: Record<string, any>;
591
591
  requestedAt: Date;
592
592
  availableAt?: Date;
593
+ recipients?: string[];
593
594
  s3Key: string | null;
594
595
  batchId?: string;
595
596
  scheduledReportId?: IDType;
package/dist/index.d.ts CHANGED
@@ -590,6 +590,7 @@ interface Report<IDType = ObjectId | string> {
590
590
  data?: Record<string, any>;
591
591
  requestedAt: Date;
592
592
  availableAt?: Date;
593
+ recipients?: string[];
593
594
  s3Key: string | null;
594
595
  batchId?: string;
595
596
  scheduledReportId?: 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.59",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",