@visa-check-r/integrations 0.0.46 → 0.0.48
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 +8 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.esm.js +8 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1696,12 +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
|
-
visaProfileReviewComment: visaProfileReviewCommentQuery
|
|
1703
|
+
visaProfileReviewComment: visaProfileReviewCommentQuery,
|
|
1704
|
+
..._getVisaProfileReviewCommentResponseNestedFields
|
|
1701
1705
|
};
|
|
1702
1706
|
var listVisaProfileReviewCommentsResponseFields = ["visaProfileReviewComments", "total"];
|
|
1703
1707
|
var listVisaProfileReviewCommentsResponseNestedFields = {
|
|
1704
|
-
visaProfileReviewComments: visaProfileReviewCommentQuery
|
|
1708
|
+
visaProfileReviewComments: visaProfileReviewCommentQuery,
|
|
1709
|
+
..._getVisaProfileReviewCommentResponseNestedFields
|
|
1705
1710
|
};
|
|
1706
1711
|
var createVisaProfileReviewCommentResponseFields = getVisaProfileReviewCommentResponseFields;
|
|
1707
1712
|
var createVisaProfileReviewCommentResponseNestedFields = getVisaProfileReviewCommentResponseNestedFields;
|
|
@@ -2386,6 +2391,7 @@ exports._generateSOPResponseNestedFields = _generateSOPResponseNestedFields;
|
|
|
2386
2391
|
exports._getConsultantAssignmentResponseNestedFields = _getConsultantAssignmentResponseNestedFields;
|
|
2387
2392
|
exports._getVisaProfileChecklistItemResponseNestedFields = _getVisaProfileChecklistItemResponseNestedFields;
|
|
2388
2393
|
exports._getVisaProfileResponseNestedFields = _getVisaProfileResponseNestedFields;
|
|
2394
|
+
exports._getVisaProfileReviewCommentResponseNestedFields = _getVisaProfileReviewCommentResponseNestedFields;
|
|
2389
2395
|
exports.compose = compose;
|
|
2390
2396
|
exports.createActivityLogService = createActivityLogService;
|
|
2391
2397
|
exports.createAuthService = createAuthService;
|