@visa-check-r/integrations 0.0.40 → 0.0.41
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 +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1580,6 +1580,7 @@ var getVisaProfileResponse = ["visaProfile"];
|
|
|
1580
1580
|
var _getVisaProfileResponseNestedFields = {
|
|
1581
1581
|
visaApplication: visaApplicationQuery,
|
|
1582
1582
|
readinessScoreReview: readinessScoreReviewQuery,
|
|
1583
|
+
documents: documentReviewQuery,
|
|
1583
1584
|
consultantAssignment: consultantAssignmentQuery,
|
|
1584
1585
|
consultant: userQuery
|
|
1585
1586
|
};
|