@etainabl/nodejs-sdk 1.3.82 → 1.3.83
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
|
@@ -644,11 +644,13 @@ interface InvoiceRate {
|
|
|
644
644
|
endRead?: string | null;
|
|
645
645
|
endReadType?: string | null;
|
|
646
646
|
endReadRegister?: string | null;
|
|
647
|
+
endReadUnit?: string | null;
|
|
647
648
|
rateName?: string | null;
|
|
648
649
|
startDate?: Date | null;
|
|
649
650
|
startRead?: string | null;
|
|
650
651
|
startReadType?: string | null;
|
|
651
652
|
startReadRegister?: string | null;
|
|
653
|
+
startReadUnit?: string | null;
|
|
652
654
|
type: InvoiceRateType;
|
|
653
655
|
unitRate?: string | null;
|
|
654
656
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -644,11 +644,13 @@ interface InvoiceRate {
|
|
|
644
644
|
endRead?: string | null;
|
|
645
645
|
endReadType?: string | null;
|
|
646
646
|
endReadRegister?: string | null;
|
|
647
|
+
endReadUnit?: string | null;
|
|
647
648
|
rateName?: string | null;
|
|
648
649
|
startDate?: Date | null;
|
|
649
650
|
startRead?: string | null;
|
|
650
651
|
startReadType?: string | null;
|
|
651
652
|
startReadRegister?: string | null;
|
|
653
|
+
startReadUnit?: string | null;
|
|
652
654
|
type: InvoiceRateType;
|
|
653
655
|
unitRate?: string | null;
|
|
654
656
|
}
|