@visa-check-r/integrations 0.0.47 → 0.0.49

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
@@ -1186,7 +1186,7 @@ var visaProfileChecklistItemQuery = [
1186
1186
  "visaProfileId",
1187
1187
  "checklistItemId",
1188
1188
  "value",
1189
- "isApproved",
1189
+ "status",
1190
1190
  "createdAt",
1191
1191
  "checklistItem",
1192
1192
  "fileInfo"
@@ -1696,13 +1696,17 @@ var deleteReadinessScoreReviewResponseFields = ["readinessScoreReviewId"];
1696
1696
 
1697
1697
  // src/services/profile/types/review-comment.type.ts
1698
1698
  var getVisaProfileReviewCommentResponseFields = ["visaProfileReviewComment"];
1699
+ var _getVisaProfileReviewCommentResponseNestedFields = {
1700
+ ...getUserResponseNestedFields
1701
+ };
1699
1702
  var getVisaProfileReviewCommentResponseNestedFields = {
1700
1703
  visaProfileReviewComment: visaProfileReviewCommentQuery,
1701
- ...getUserResponseNestedFields
1704
+ ..._getVisaProfileReviewCommentResponseNestedFields
1702
1705
  };
1703
1706
  var listVisaProfileReviewCommentsResponseFields = ["visaProfileReviewComments", "total"];
1704
1707
  var listVisaProfileReviewCommentsResponseNestedFields = {
1705
- visaProfileReviewComments: visaProfileReviewCommentQuery
1708
+ visaProfileReviewComments: visaProfileReviewCommentQuery,
1709
+ ..._getVisaProfileReviewCommentResponseNestedFields
1706
1710
  };
1707
1711
  var createVisaProfileReviewCommentResponseFields = getVisaProfileReviewCommentResponseFields;
1708
1712
  var createVisaProfileReviewCommentResponseNestedFields = getVisaProfileReviewCommentResponseNestedFields;
@@ -2387,6 +2391,7 @@ exports._generateSOPResponseNestedFields = _generateSOPResponseNestedFields;
2387
2391
  exports._getConsultantAssignmentResponseNestedFields = _getConsultantAssignmentResponseNestedFields;
2388
2392
  exports._getVisaProfileChecklistItemResponseNestedFields = _getVisaProfileChecklistItemResponseNestedFields;
2389
2393
  exports._getVisaProfileResponseNestedFields = _getVisaProfileResponseNestedFields;
2394
+ exports._getVisaProfileReviewCommentResponseNestedFields = _getVisaProfileReviewCommentResponseNestedFields;
2390
2395
  exports.compose = compose;
2391
2396
  exports.createActivityLogService = createActivityLogService;
2392
2397
  exports.createAuthService = createAuthService;