@visa-check-r/integrations 0.0.6 → 0.0.7

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.esm.js CHANGED
@@ -779,8 +779,8 @@ var visaProfileChecklistItemSchema = {
779
779
  }
780
780
  `,
781
781
  getVisaProfileChecklistItemsByChecklist: (query) => `
782
- query getVisaProfileChecklistItemsByChecklist($search: String, $checklistItem: ChecklistItemInput, $limit: Int!, $skip: Int!) {
783
- getVisaProfileChecklistItemsByChecklist(search: $search, checklistItem: $checklistItem, limit: $limit, skip: $skip) {
782
+ query getVisaProfileChecklistItemsByChecklist($search: String, $visaProfileChecklistItem: VisaProfileChecklistItemInput, $checklistItem: ChecklistItemInput, $limit: Int!, $skip: Int!) {
783
+ getVisaProfileChecklistItemsByChecklist(search: $search, visaProfileChecklistItem: $visaProfileChecklistItem, checklistItem: $checklistItem, limit: $limit, skip: $skip) {
784
784
  ${query}
785
785
  }
786
786
  }