@visa-check-r/integrations 0.0.48 → 0.0.50

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
@@ -287,7 +287,7 @@ interface VisaProfileChecklistItem {
287
287
  visaProfileId: string;
288
288
  checklistItemId: string;
289
289
  value: string;
290
- isApproved: BooleanLiteral;
290
+ status: "pending" | "approved" | "rejected";
291
291
  createdAt: string;
292
292
  checklistItem?: ChecklistItem;
293
293
  fileInfo: FileInfo;
package/dist/index.d.ts CHANGED
@@ -287,7 +287,7 @@ interface VisaProfileChecklistItem {
287
287
  visaProfileId: string;
288
288
  checklistItemId: string;
289
289
  value: string;
290
- isApproved: BooleanLiteral;
290
+ status: "pending" | "approved" | "rejected";
291
291
  createdAt: string;
292
292
  checklistItem?: ChecklistItem;
293
293
  fileInfo: FileInfo;
package/dist/index.esm.js CHANGED
@@ -1184,7 +1184,7 @@ var visaProfileChecklistItemQuery = [
1184
1184
  "visaProfileId",
1185
1185
  "checklistItemId",
1186
1186
  "value",
1187
- "isApproved",
1187
+ "status",
1188
1188
  "createdAt",
1189
1189
  "checklistItem",
1190
1190
  "fileInfo"