@visa-check-r/integrations 0.0.108 → 0.0.110
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.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -324,7 +324,7 @@ interface DocumentExtraction {
|
|
|
324
324
|
legibility: "clear" | "partial" | "poor";
|
|
325
325
|
score: number;
|
|
326
326
|
summary: string;
|
|
327
|
-
extractedFields:
|
|
327
|
+
extractedFields: string;
|
|
328
328
|
issues: string[];
|
|
329
329
|
version: string;
|
|
330
330
|
}
|
|
@@ -346,7 +346,7 @@ interface DocumentReview {
|
|
|
346
346
|
review: string;
|
|
347
347
|
feedback?: string;
|
|
348
348
|
examples?: string[];
|
|
349
|
-
extraction?:
|
|
349
|
+
extraction?: DocumentExtraction;
|
|
350
350
|
}
|
|
351
351
|
interface ReadinessScoreReview {
|
|
352
352
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -324,7 +324,7 @@ interface DocumentExtraction {
|
|
|
324
324
|
legibility: "clear" | "partial" | "poor";
|
|
325
325
|
score: number;
|
|
326
326
|
summary: string;
|
|
327
|
-
extractedFields:
|
|
327
|
+
extractedFields: string;
|
|
328
328
|
issues: string[];
|
|
329
329
|
version: string;
|
|
330
330
|
}
|
|
@@ -346,7 +346,7 @@ interface DocumentReview {
|
|
|
346
346
|
review: string;
|
|
347
347
|
feedback?: string;
|
|
348
348
|
examples?: string[];
|
|
349
|
-
extraction?:
|
|
349
|
+
extraction?: DocumentExtraction;
|
|
350
350
|
}
|
|
351
351
|
interface ReadinessScoreReview {
|
|
352
352
|
id: string;
|