@etainabl/nodejs-sdk 1.3.10 → 1.3.11

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
@@ -541,7 +541,7 @@ interface InvoiceCapture<IDType = ObjectId | string> {
541
541
  batchId: string;
542
542
  textractJobId?: string;
543
543
  textractJobStatus?: string;
544
- status: 'pending' | 'uploading' | 'uploaded' | 'textracting' | 'textracted' | 'capturing' | 'captured' | 'failed';
544
+ status: 'pending' | 'uploading' | 'uploaded' | 'extracting' | 'extracted' | 'capturing' | 'captured' | 'failed';
545
545
  metrics: {
546
546
  startTime: Date;
547
547
  endTime?: Date;
package/dist/index.d.ts CHANGED
@@ -541,7 +541,7 @@ interface InvoiceCapture<IDType = ObjectId | string> {
541
541
  batchId: string;
542
542
  textractJobId?: string;
543
543
  textractJobStatus?: string;
544
- status: 'pending' | 'uploading' | 'uploaded' | 'textracting' | 'textracted' | 'capturing' | 'captured' | 'failed';
544
+ status: 'pending' | 'uploading' | 'uploaded' | 'extracting' | 'extracted' | 'capturing' | 'captured' | 'failed';
545
545
  metrics: {
546
546
  startTime: Date;
547
547
  endTime?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.10",
3
+ "version": "1.3.11",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",