@etainabl/nodejs-sdk 1.3.94 → 1.3.95

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
@@ -1078,6 +1078,7 @@ interface ReportMetadata<IDType = ObjectId | string> {
1078
1078
  accountTag?: string;
1079
1079
  recipients?: string[];
1080
1080
  coverCalculationMethod: 'ignoreInactive' | 'showInactive';
1081
+ groupBy: 'asset' | 'tags' | 'entity';
1081
1082
  }
1082
1083
  interface Report<IDType = ObjectId | string> {
1083
1084
  _id: IDType;
package/dist/index.d.ts CHANGED
@@ -1078,6 +1078,7 @@ interface ReportMetadata<IDType = ObjectId | string> {
1078
1078
  accountTag?: string;
1079
1079
  recipients?: string[];
1080
1080
  coverCalculationMethod: 'ignoreInactive' | 'showInactive';
1081
+ groupBy: 'asset' | 'tags' | 'entity';
1081
1082
  }
1082
1083
  interface Report<IDType = ObjectId | string> {
1083
1084
  _id: IDType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.94",
3
+ "version": "1.3.95",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",