@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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.58",
3
+ "version": "1.3.59",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",