@visa-check-r/integrations 0.0.35 → 0.0.37
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 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1344,8 +1344,8 @@ var visaProfileChecklistItemSchema = {
|
|
|
1344
1344
|
}
|
|
1345
1345
|
`,
|
|
1346
1346
|
listVisaProfileChecklistItems: (query) => `
|
|
1347
|
-
query listVisaProfileChecklistItems($limit: Int!, $skip: Int!, $search: String, $visaProfileChecklistItemIds: [String], $visaProfileChecklistItem: VisaProfileChecklistItemInput) {
|
|
1348
|
-
listVisaProfileChecklistItems(limit: $limit, skip: $skip, search: $search, visaProfileChecklistItemIds: $visaProfileChecklistItemIds, visaProfileChecklistItem: $visaProfileChecklistItem) {
|
|
1347
|
+
query listVisaProfileChecklistItems($limit: Int!, $skip: Int!, $search: String, $visaProfileChecklistItemIds: [String], $visaProfileChecklistItem: VisaProfileChecklistItemInput, $checklistItem: ChecklistItemInput) {
|
|
1348
|
+
listVisaProfileChecklistItems(limit: $limit, skip: $skip, search: $search, visaProfileChecklistItemIds: $visaProfileChecklistItemIds, visaProfileChecklistItem: $visaProfileChecklistItem, checklistItem: $checklistItem) {
|
|
1349
1349
|
${query}
|
|
1350
1350
|
}
|
|
1351
1351
|
}
|
|
@@ -1545,6 +1545,7 @@ var consultantAssignmentQuery = [
|
|
|
1545
1545
|
"consultant",
|
|
1546
1546
|
"consultantId",
|
|
1547
1547
|
"consultantAcceptance",
|
|
1548
|
+
"consultantRejection",
|
|
1548
1549
|
"createdAt",
|
|
1549
1550
|
"finalReview",
|
|
1550
1551
|
"finalReview",
|