@visa-check-r/integrations 0.0.37 → 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 +5 -3
- 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 +5 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -221,6 +221,7 @@ interface ReadinessScoreReview {
|
|
|
221
221
|
visaProfileId: string;
|
|
222
222
|
score: number;
|
|
223
223
|
review: string;
|
|
224
|
+
feedback?: string;
|
|
224
225
|
createdAt: string;
|
|
225
226
|
}
|
|
226
227
|
interface ReadinessScore {
|
|
@@ -876,7 +877,6 @@ interface ListVisaProfileChecklistItemsRequest {
|
|
|
876
877
|
search?: string;
|
|
877
878
|
visaProfileChecklistItemIds?: string[];
|
|
878
879
|
visaProfileChecklistItem?: Partial<VisaProfileChecklistItem>;
|
|
879
|
-
checklistItem?: Partial<ChecklistItem>;
|
|
880
880
|
}
|
|
881
881
|
interface ListVisaProfileChecklistItemsResponse {
|
|
882
882
|
visaProfileChecklistItems: VisaProfileChecklistItem[];
|
package/dist/index.d.ts
CHANGED
|
@@ -221,6 +221,7 @@ interface ReadinessScoreReview {
|
|
|
221
221
|
visaProfileId: string;
|
|
222
222
|
score: number;
|
|
223
223
|
review: string;
|
|
224
|
+
feedback?: string;
|
|
224
225
|
createdAt: string;
|
|
225
226
|
}
|
|
226
227
|
interface ReadinessScore {
|
|
@@ -876,7 +877,6 @@ interface ListVisaProfileChecklistItemsRequest {
|
|
|
876
877
|
search?: string;
|
|
877
878
|
visaProfileChecklistItemIds?: string[];
|
|
878
879
|
visaProfileChecklistItem?: Partial<VisaProfileChecklistItem>;
|
|
879
|
-
checklistItem?: Partial<ChecklistItem>;
|
|
880
880
|
}
|
|
881
881
|
interface ListVisaProfileChecklistItemsResponse {
|
|
882
882
|
visaProfileChecklistItems: VisaProfileChecklistItem[];
|
package/dist/index.esm.js
CHANGED
|
@@ -1342,8 +1342,8 @@ var visaProfileChecklistItemSchema = {
|
|
|
1342
1342
|
}
|
|
1343
1343
|
`,
|
|
1344
1344
|
listVisaProfileChecklistItems: (query) => `
|
|
1345
|
-
query listVisaProfileChecklistItems($limit: Int!, $skip: Int!, $search: String, $visaProfileChecklistItemIds: [String], $visaProfileChecklistItem: VisaProfileChecklistItemInput
|
|
1346
|
-
listVisaProfileChecklistItems(limit: $limit, skip: $skip, search: $search, visaProfileChecklistItemIds: $visaProfileChecklistItemIds, visaProfileChecklistItem: $visaProfileChecklistItem
|
|
1345
|
+
query listVisaProfileChecklistItems($limit: Int!, $skip: Int!, $search: String, $visaProfileChecklistItemIds: [String], $visaProfileChecklistItem: VisaProfileChecklistItemInput) {
|
|
1346
|
+
listVisaProfileChecklistItems(limit: $limit, skip: $skip, search: $search, visaProfileChecklistItemIds: $visaProfileChecklistItemIds, visaProfileChecklistItem: $visaProfileChecklistItem) {
|
|
1347
1347
|
${query}
|
|
1348
1348
|
}
|
|
1349
1349
|
}
|
|
@@ -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",
|