@etainabl/nodejs-sdk 1.3.81 → 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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -473,7 +473,7 @@ interface CompanySettings<IDType = ObjectId | string> {
|
|
|
473
473
|
splitInvoices?: boolean;
|
|
474
474
|
invoiceFilename?: {
|
|
475
475
|
legalNameMaxLength?: number;
|
|
476
|
-
|
|
476
|
+
siteNameMaxLength?: number;
|
|
477
477
|
};
|
|
478
478
|
}
|
|
479
479
|
interface Company<IDType = ObjectId | string> {
|
|
@@ -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
|
@@ -473,7 +473,7 @@ interface CompanySettings<IDType = ObjectId | string> {
|
|
|
473
473
|
splitInvoices?: boolean;
|
|
474
474
|
invoiceFilename?: {
|
|
475
475
|
legalNameMaxLength?: number;
|
|
476
|
-
|
|
476
|
+
siteNameMaxLength?: number;
|
|
477
477
|
};
|
|
478
478
|
}
|
|
479
479
|
interface Company<IDType = ObjectId | string> {
|
|
@@ -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
|
}
|