@etainabl/nodejs-sdk 1.3.58 → 1.3.59
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
|
@@ -410,6 +410,7 @@ interface InvoiceValidation<IDType = ObjectId | string> {
|
|
|
410
410
|
status: 'pending' | 'passed' | 'warning' | 'failed' | 'error';
|
|
411
411
|
results: InvoiceValidationResults<IDType>[];
|
|
412
412
|
invoiceCaptureId: IDType;
|
|
413
|
+
summary?: string;
|
|
413
414
|
invoiceIds?: IDType[];
|
|
414
415
|
batchId?: string;
|
|
415
416
|
accountIdMatches?: object;
|
package/dist/index.d.ts
CHANGED
|
@@ -410,6 +410,7 @@ interface InvoiceValidation<IDType = ObjectId | string> {
|
|
|
410
410
|
status: 'pending' | 'passed' | 'warning' | 'failed' | 'error';
|
|
411
411
|
results: InvoiceValidationResults<IDType>[];
|
|
412
412
|
invoiceCaptureId: IDType;
|
|
413
|
+
summary?: string;
|
|
413
414
|
invoiceIds?: IDType[];
|
|
414
415
|
batchId?: string;
|
|
415
416
|
accountIdMatches?: object;
|