@etainabl/nodejs-sdk 1.3.68 → 1.3.69

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
@@ -470,6 +470,7 @@ interface CompanySettings<IDType = ObjectId | string> {
470
470
  scraperCounter?: number;
471
471
  invoiceValidationSettings?: CompanyInvoiceValidationSettings<IDType>;
472
472
  autoInvoiceValidation?: boolean;
473
+ splitInvoices?: boolean;
473
474
  }
474
475
  interface Company<IDType = ObjectId | string> {
475
476
  _id: IDType;
package/dist/index.d.ts CHANGED
@@ -470,6 +470,7 @@ interface CompanySettings<IDType = ObjectId | string> {
470
470
  scraperCounter?: number;
471
471
  invoiceValidationSettings?: CompanyInvoiceValidationSettings<IDType>;
472
472
  autoInvoiceValidation?: boolean;
473
+ splitInvoices?: boolean;
473
474
  }
474
475
  interface Company<IDType = ObjectId | string> {
475
476
  _id: IDType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.68",
3
+ "version": "1.3.69",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",