@etainabl/nodejs-sdk 1.3.160 → 1.3.161

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
@@ -315,6 +315,7 @@ interface Portal {
315
315
  url?: string;
316
316
  scraperId?: string;
317
317
  scraperStartDate?: Date;
318
+ useNewValidation?: boolean;
318
319
  }
319
320
 
320
321
  interface StatusHistory {
@@ -845,6 +846,7 @@ interface InvoiceValidation<IDType = ObjectId | string> {
845
846
  accountIdMatches?: object;
846
847
  companyId: IDType;
847
848
  userSub: string;
849
+ tags?: string[];
848
850
  }
849
851
 
850
852
  interface SupplierPortals<IDType = ObjectId | string> {
package/dist/index.d.ts CHANGED
@@ -315,6 +315,7 @@ interface Portal {
315
315
  url?: string;
316
316
  scraperId?: string;
317
317
  scraperStartDate?: Date;
318
+ useNewValidation?: boolean;
318
319
  }
319
320
 
320
321
  interface StatusHistory {
@@ -845,6 +846,7 @@ interface InvoiceValidation<IDType = ObjectId | string> {
845
846
  accountIdMatches?: object;
846
847
  companyId: IDType;
847
848
  userSub: string;
849
+ tags?: string[];
848
850
  }
849
851
 
850
852
  interface SupplierPortals<IDType = ObjectId | string> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.160",
3
+ "version": "1.3.161",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",