@etainabl/nodejs-sdk 1.3.188 → 1.3.190

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
@@ -416,6 +416,8 @@ interface Account<IDType = ObjectId | string> {
416
416
  meterOperatorExpiryDate?: Date;
417
417
  dataCollector?: string;
418
418
  parentAccountId?: IDType;
419
+ isVirtual?: boolean;
420
+ aggregatedMpans?: string[];
419
421
  processingInvoices?: object[];
420
422
  contracts?: ContractSchema[];
421
423
  creditNotes?: CreditNoteSchema[];
package/dist/index.d.ts CHANGED
@@ -416,6 +416,8 @@ interface Account<IDType = ObjectId | string> {
416
416
  meterOperatorExpiryDate?: Date;
417
417
  dataCollector?: string;
418
418
  parentAccountId?: IDType;
419
+ isVirtual?: boolean;
420
+ aggregatedMpans?: string[];
419
421
  processingInvoices?: object[];
420
422
  contracts?: ContractSchema[];
421
423
  creditNotes?: CreditNoteSchema[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.188",
3
+ "version": "1.3.190",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",