@visa-check-r/integrations 0.0.38 → 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.d.mts CHANGED
@@ -221,6 +221,7 @@ interface ReadinessScoreReview {
221
221
  visaProfileId: string;
222
222
  score: number;
223
223
  review: string;
224
+ feedback?: string;
224
225
  createdAt: string;
225
226
  }
226
227
  interface ReadinessScore {
package/dist/index.d.ts CHANGED
@@ -221,6 +221,7 @@ interface ReadinessScoreReview {
221
221
  visaProfileId: string;
222
222
  score: number;
223
223
  review: string;
224
+ feedback?: string;
224
225
  createdAt: string;
225
226
  }
226
227
  interface ReadinessScore {
package/dist/index.esm.js CHANGED
@@ -1501,6 +1501,7 @@ var readinessScoreReviewQuery = [
1501
1501
  "createdAt",
1502
1502
  "id",
1503
1503
  "review",
1504
+ "feedback",
1504
1505
  "visaProfileId",
1505
1506
  "score"
1506
1507
  ];
@@ -1524,7 +1525,8 @@ var visaProfileQuery = [
1524
1525
  "purpose",
1525
1526
  "readinessScore",
1526
1527
  "readinessScoreReview",
1527
- "consultantAssignment"
1528
+ "consultantAssignment",
1529
+ "ownerId"
1528
1530
  ];
1529
1531
  var visaApplicationQuery = [
1530
1532
  "adminComment",