@visa-check-r/integrations 0.0.45 → 0.0.46
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 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
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
|