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