@visa-check-r/integrations 0.0.46 → 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.d.mts CHANGED
@@ -1215,7 +1215,7 @@ interface GetVisaProfileReviewCommentResponse {
1215
1215
  visaProfileReviewComment: VisaProfileReviewComment;
1216
1216
  }
1217
1217
  declare const getVisaProfileReviewCommentResponseFields: (keyof GetVisaProfileReviewCommentResponse)[];
1218
- interface GetVisaProfileReviewCommentResponseNestedFields {
1218
+ interface GetVisaProfileReviewCommentResponseNestedFields extends GetUserResponseNestedFields {
1219
1219
  visaProfileReviewComment: VisaProfileReviewCommentFields;
1220
1220
  }
1221
1221
  declare const getVisaProfileReviewCommentResponseNestedFields: GetVisaProfileReviewCommentResponseNestedFields;
package/dist/index.d.ts CHANGED
@@ -1215,7 +1215,7 @@ interface GetVisaProfileReviewCommentResponse {
1215
1215
  visaProfileReviewComment: VisaProfileReviewComment;
1216
1216
  }
1217
1217
  declare const getVisaProfileReviewCommentResponseFields: (keyof GetVisaProfileReviewCommentResponse)[];
1218
- interface GetVisaProfileReviewCommentResponseNestedFields {
1218
+ interface GetVisaProfileReviewCommentResponseNestedFields extends GetUserResponseNestedFields {
1219
1219
  visaProfileReviewComment: VisaProfileReviewCommentFields;
1220
1220
  }
1221
1221
  declare const getVisaProfileReviewCommentResponseNestedFields: GetVisaProfileReviewCommentResponseNestedFields;
package/dist/index.esm.js CHANGED
@@ -1695,7 +1695,8 @@ var deleteReadinessScoreReviewResponseFields = ["readinessScoreReviewId"];
1695
1695
  // src/services/profile/types/review-comment.type.ts
1696
1696
  var getVisaProfileReviewCommentResponseFields = ["visaProfileReviewComment"];
1697
1697
  var getVisaProfileReviewCommentResponseNestedFields = {
1698
- visaProfileReviewComment: visaProfileReviewCommentQuery
1698
+ visaProfileReviewComment: visaProfileReviewCommentQuery,
1699
+ ...getUserResponseNestedFields
1699
1700
  };
1700
1701
  var listVisaProfileReviewCommentsResponseFields = ["visaProfileReviewComments", "total"];
1701
1702
  var listVisaProfileReviewCommentsResponseNestedFields = {