@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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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[];
|