@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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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> {
|