@visa-check-r/integrations 0.0.37 → 0.0.38
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -876,7 +876,6 @@ interface ListVisaProfileChecklistItemsRequest {
|
|
|
876
876
|
search?: string;
|
|
877
877
|
visaProfileChecklistItemIds?: string[];
|
|
878
878
|
visaProfileChecklistItem?: Partial<VisaProfileChecklistItem>;
|
|
879
|
-
checklistItem?: Partial<ChecklistItem>;
|
|
880
879
|
}
|
|
881
880
|
interface ListVisaProfileChecklistItemsResponse {
|
|
882
881
|
visaProfileChecklistItems: VisaProfileChecklistItem[];
|
package/dist/index.d.ts
CHANGED
|
@@ -876,7 +876,6 @@ interface ListVisaProfileChecklistItemsRequest {
|
|
|
876
876
|
search?: string;
|
|
877
877
|
visaProfileChecklistItemIds?: string[];
|
|
878
878
|
visaProfileChecklistItem?: Partial<VisaProfileChecklistItem>;
|
|
879
|
-
checklistItem?: Partial<ChecklistItem>;
|
|
880
879
|
}
|
|
881
880
|
interface ListVisaProfileChecklistItemsResponse {
|
|
882
881
|
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
|
}
|