@visa-check-r/integrations 0.0.106 → 0.0.107

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
@@ -326,6 +326,7 @@ interface DocumentExtraction {
326
326
  summary: string;
327
327
  extractedFields: Record<string, string>;
328
328
  issues: string[];
329
+ version: string;
329
330
  }
330
331
  type CrossReferenceSeverity = "info" | "warning" | "critical";
331
332
  interface CrossReferenceFinding {
@@ -401,6 +402,7 @@ interface VisaProfileChecklistItem {
401
402
  createdAt: string;
402
403
  checklistItem?: ChecklistItem;
403
404
  fileInfo: FileInfo;
405
+ version: string;
404
406
  }
405
407
 
406
408
  /**
package/dist/index.d.ts CHANGED
@@ -326,6 +326,7 @@ interface DocumentExtraction {
326
326
  summary: string;
327
327
  extractedFields: Record<string, string>;
328
328
  issues: string[];
329
+ version: string;
329
330
  }
330
331
  type CrossReferenceSeverity = "info" | "warning" | "critical";
331
332
  interface CrossReferenceFinding {
@@ -401,6 +402,7 @@ interface VisaProfileChecklistItem {
401
402
  createdAt: string;
402
403
  checklistItem?: ChecklistItem;
403
404
  fileInfo: FileInfo;
405
+ version: string;
404
406
  }
405
407
 
406
408
  /**
package/dist/index.esm.js CHANGED
@@ -1679,7 +1679,8 @@ var visaProfileChecklistItemQuery = [
1679
1679
  "visaProfileChecklistItemStatus",
1680
1680
  "createdAt",
1681
1681
  "checklistItem",
1682
- "fileInfo"
1682
+ "fileInfo",
1683
+ "version"
1683
1684
  ];
1684
1685
 
1685
1686
  // src/services/checklist/types/checklist-item.type.ts