@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 CHANGED
@@ -324,7 +324,7 @@ interface DocumentExtraction {
324
324
  legibility: "clear" | "partial" | "poor";
325
325
  score: number;
326
326
  summary: string;
327
- extractedFields: Record<string, string>;
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?: DocumentExtractionResult;
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: Record<string, string>;
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?: DocumentExtractionResult;
349
+ extraction?: DocumentExtraction;
350
350
  }
351
351
  interface ReadinessScoreReview {
352
352
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa-check-r/integrations",
3
- "version": "0.0.108",
3
+ "version": "0.0.110",
4
4
  "description": "integrations for visa check r",
5
5
  "keywords": [
6
6
  "graphql",