@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.d.mts
CHANGED
|
@@ -993,6 +993,7 @@ interface GetVisaProfileResponseNestedFields {
|
|
|
993
993
|
visaProfile: VisaProfileFields;
|
|
994
994
|
visaApplication: VisaApplicationFields;
|
|
995
995
|
readinessScoreReview: ReadinessScoreReviewFields;
|
|
996
|
+
documents: DocumentReviewFields;
|
|
996
997
|
consultantAssignment: ConsultantAssignmentFields;
|
|
997
998
|
consultant: UserFields;
|
|
998
999
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -993,6 +993,7 @@ interface GetVisaProfileResponseNestedFields {
|
|
|
993
993
|
visaProfile: VisaProfileFields;
|
|
994
994
|
visaApplication: VisaApplicationFields;
|
|
995
995
|
readinessScoreReview: ReadinessScoreReviewFields;
|
|
996
|
+
documents: DocumentReviewFields;
|
|
996
997
|
consultantAssignment: ConsultantAssignmentFields;
|
|
997
998
|
consultant: UserFields;
|
|
998
999
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -1578,6 +1578,7 @@ var getVisaProfileResponse = ["visaProfile"];
|
|
|
1578
1578
|
var _getVisaProfileResponseNestedFields = {
|
|
1579
1579
|
visaApplication: visaApplicationQuery,
|
|
1580
1580
|
readinessScoreReview: readinessScoreReviewQuery,
|
|
1581
|
+
documents: documentReviewQuery,
|
|
1581
1582
|
consultantAssignment: consultantAssignmentQuery,
|
|
1582
1583
|
consultant: userQuery
|
|
1583
1584
|
};
|