@etainabl/nodejs-sdk 1.3.74 → 1.3.76
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -850,6 +850,7 @@ interface Supplier<IDType = ObjectId | string> {
|
|
|
850
850
|
transferSupplierId?: string;
|
|
851
851
|
portal: PortalSupplierSchema;
|
|
852
852
|
invoiceOptions?: InvoiceOptionsSchema;
|
|
853
|
+
invoiceExclusiveEndDate: boolean;
|
|
853
854
|
}
|
|
854
855
|
|
|
855
856
|
interface IUserCompany<IDType = ObjectId | string> {
|
package/dist/index.d.ts
CHANGED
|
@@ -850,6 +850,7 @@ interface Supplier<IDType = ObjectId | string> {
|
|
|
850
850
|
transferSupplierId?: string;
|
|
851
851
|
portal: PortalSupplierSchema;
|
|
852
852
|
invoiceOptions?: InvoiceOptionsSchema;
|
|
853
|
+
invoiceExclusiveEndDate: boolean;
|
|
853
854
|
}
|
|
854
855
|
|
|
855
856
|
interface IUserCompany<IDType = ObjectId | string> {
|