@visa-check-r/integrations 0.0.109 → 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
  }
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa-check-r/integrations",
3
- "version": "0.0.109",
3
+ "version": "0.0.110",
4
4
  "description": "integrations for visa check r",
5
5
  "keywords": [
6
6
  "graphql",