@visa-check-r/integrations 0.0.38 → 0.0.39
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 +3 -1
- 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 +3 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -1501,6 +1501,7 @@ var readinessScoreReviewQuery = [
|
|
|
1501
1501
|
"createdAt",
|
|
1502
1502
|
"id",
|
|
1503
1503
|
"review",
|
|
1504
|
+
"feedback",
|
|
1504
1505
|
"visaProfileId",
|
|
1505
1506
|
"score"
|
|
1506
1507
|
];
|
|
@@ -1524,7 +1525,8 @@ var visaProfileQuery = [
|
|
|
1524
1525
|
"purpose",
|
|
1525
1526
|
"readinessScore",
|
|
1526
1527
|
"readinessScoreReview",
|
|
1527
|
-
"consultantAssignment"
|
|
1528
|
+
"consultantAssignment",
|
|
1529
|
+
"ownerId"
|
|
1528
1530
|
];
|
|
1529
1531
|
var visaApplicationQuery = [
|
|
1530
1532
|
"adminComment",
|