@visa-check-r/integrations 0.0.37 → 0.0.39

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.cjs.js CHANGED
@@ -1344,8 +1344,8 @@ var visaProfileChecklistItemSchema = {
1344
1344
  }
1345
1345
  `,
1346
1346
  listVisaProfileChecklistItems: (query) => `
1347
- query listVisaProfileChecklistItems($limit: Int!, $skip: Int!, $search: String, $visaProfileChecklistItemIds: [String], $visaProfileChecklistItem: VisaProfileChecklistItemInput, $checklistItem: ChecklistItemInput) {
1348
- listVisaProfileChecklistItems(limit: $limit, skip: $skip, search: $search, visaProfileChecklistItemIds: $visaProfileChecklistItemIds, visaProfileChecklistItem: $visaProfileChecklistItem, checklistItem: $checklistItem) {
1347
+ query listVisaProfileChecklistItems($limit: Int!, $skip: Int!, $search: String, $visaProfileChecklistItemIds: [String], $visaProfileChecklistItem: VisaProfileChecklistItemInput) {
1348
+ listVisaProfileChecklistItems(limit: $limit, skip: $skip, search: $search, visaProfileChecklistItemIds: $visaProfileChecklistItemIds, visaProfileChecklistItem: $visaProfileChecklistItem) {
1349
1349
  ${query}
1350
1350
  }
1351
1351
  }
@@ -1503,6 +1503,7 @@ var readinessScoreReviewQuery = [
1503
1503
  "createdAt",
1504
1504
  "id",
1505
1505
  "review",
1506
+ "feedback",
1506
1507
  "visaProfileId",
1507
1508
  "score"
1508
1509
  ];
@@ -1526,7 +1527,8 @@ var visaProfileQuery = [
1526
1527
  "purpose",
1527
1528
  "readinessScore",
1528
1529
  "readinessScoreReview",
1529
- "consultantAssignment"
1530
+ "consultantAssignment",
1531
+ "ownerId"
1530
1532
  ];
1531
1533
  var visaApplicationQuery = [
1532
1534
  "adminComment",