@etainabl/nodejs-sdk 1.3.127 → 1.3.128

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
@@ -1124,6 +1124,15 @@ interface InvoiceCaptureMetadata {
1124
1124
  totalDuration: Number;
1125
1125
  pdfPageCount: number;
1126
1126
  extractPageCount: number;
1127
+ split: boolean;
1128
+ splitQuantity: number;
1129
+ invoices: {
1130
+ startPage: number;
1131
+ endPage: number;
1132
+ index: number;
1133
+ invoiceNumber: string;
1134
+ type: string;
1135
+ }[];
1127
1136
  results: InvoiceCaptureMetadataResult[];
1128
1137
  }
1129
1138
  interface InvoiceCapture<IDType = ObjectId | string> {
package/dist/index.d.ts CHANGED
@@ -1124,6 +1124,15 @@ interface InvoiceCaptureMetadata {
1124
1124
  totalDuration: Number;
1125
1125
  pdfPageCount: number;
1126
1126
  extractPageCount: number;
1127
+ split: boolean;
1128
+ splitQuantity: number;
1129
+ invoices: {
1130
+ startPage: number;
1131
+ endPage: number;
1132
+ index: number;
1133
+ invoiceNumber: string;
1134
+ type: string;
1135
+ }[];
1127
1136
  results: InvoiceCaptureMetadataResult[];
1128
1137
  }
1129
1138
  interface InvoiceCapture<IDType = ObjectId | string> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.127",
3
+ "version": "1.3.128",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",