@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 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.82",
3
+ "version": "1.3.83",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",