@visa-check-r/integrations 0.0.45 → 0.0.47

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
@@ -1591,14 +1591,19 @@ var consultantAssignmentQuery = [
1591
1591
  "visaProfileId"
1592
1592
  ];
1593
1593
  var visaProfileReviewCommentQuery = [
1594
- "visaProfileChecklistItem",
1595
- "visaProfileChecklistItemId",
1594
+ "adminComment",
1595
+ "adminCommentDate",
1596
1596
  "comment",
1597
1597
  "consultantAssignmentId",
1598
1598
  "createdAt",
1599
1599
  "id",
1600
1600
  "isRoot",
1601
- "replyTo"
1601
+ "replyTo",
1602
+ "user",
1603
+ "userId",
1604
+ "visaProfileChecklistItem",
1605
+ "visaProfileChecklistItemId",
1606
+ "visaProfileId"
1602
1607
  ];
1603
1608
 
1604
1609
  // src/services/profile/types/visa-profile.type.ts
@@ -1692,7 +1697,8 @@ var deleteReadinessScoreReviewResponseFields = ["readinessScoreReviewId"];
1692
1697
  // src/services/profile/types/review-comment.type.ts
1693
1698
  var getVisaProfileReviewCommentResponseFields = ["visaProfileReviewComment"];
1694
1699
  var getVisaProfileReviewCommentResponseNestedFields = {
1695
- visaProfileReviewComment: visaProfileReviewCommentQuery
1700
+ visaProfileReviewComment: visaProfileReviewCommentQuery,
1701
+ ...getUserResponseNestedFields
1696
1702
  };
1697
1703
  var listVisaProfileReviewCommentsResponseFields = ["visaProfileReviewComments", "total"];
1698
1704
  var listVisaProfileReviewCommentsResponseNestedFields = {