@visa-check-r/integrations 0.0.6 → 0.0.8
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 +2 -2
- 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 +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -781,8 +781,8 @@ var visaProfileChecklistItemSchema = {
|
|
|
781
781
|
}
|
|
782
782
|
`,
|
|
783
783
|
getVisaProfileChecklistItemsByChecklist: (query) => `
|
|
784
|
-
query getVisaProfileChecklistItemsByChecklist($search: String, $checklistItem: ChecklistItemInput, $limit: Int!, $skip: Int!) {
|
|
785
|
-
getVisaProfileChecklistItemsByChecklist(search: $search, checklistItem: $checklistItem, limit: $limit, skip: $skip) {
|
|
784
|
+
query getVisaProfileChecklistItemsByChecklist($search: String, $visaProfileChecklistItem: VisaProfileChecklistItemInput, $checklistItem: ChecklistItemInput, $limit: Int!, $skip: Int!) {
|
|
785
|
+
getVisaProfileChecklistItemsByChecklist(search: $search, visaProfileChecklistItem: $visaProfileChecklistItem, checklistItem: $checklistItem, limit: $limit, skip: $skip) {
|
|
786
786
|
${query}
|
|
787
787
|
}
|
|
788
788
|
}
|