@etainabl/nodejs-sdk 1.3.69 → 1.3.70

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
@@ -701,6 +701,7 @@ interface InvoiceCaptureMetadataResult {
701
701
  dmg: number;
702
702
  promptedAt: Date;
703
703
  duration: number;
704
+ results?: any;
704
705
  }
705
706
  interface InvoiceCaptureMetadata {
706
707
  totalDmg: Number;
@@ -713,6 +714,7 @@ interface InvoiceCapture<IDType = ObjectId | string> {
713
714
  endTime?: Date | null;
714
715
  s3Key: string;
715
716
  assignedUserId?: string;
717
+ parentInvoiceCaptureId?: IDType | null;
716
718
  batchId: string;
717
719
  textractJobId?: string;
718
720
  textractJobStatus?: string;
package/dist/index.d.ts CHANGED
@@ -701,6 +701,7 @@ interface InvoiceCaptureMetadataResult {
701
701
  dmg: number;
702
702
  promptedAt: Date;
703
703
  duration: number;
704
+ results?: any;
704
705
  }
705
706
  interface InvoiceCaptureMetadata {
706
707
  totalDmg: Number;
@@ -713,6 +714,7 @@ interface InvoiceCapture<IDType = ObjectId | string> {
713
714
  endTime?: Date | null;
714
715
  s3Key: string;
715
716
  assignedUserId?: string;
717
+ parentInvoiceCaptureId?: IDType | null;
716
718
  batchId: string;
717
719
  textractJobId?: string;
718
720
  textractJobStatus?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.69",
3
+ "version": "1.3.70",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",