@visa-check-r/integrations 0.0.7 → 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.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -656,6 +656,7 @@ interface ListVisaProfileChecklistItemsResponseNestedFields extends Omit<GetVisa
|
|
|
656
656
|
declare const listVisaProfileChecklistItemResponseNestedFields: ListVisaProfileChecklistItemsResponseNestedFields;
|
|
657
657
|
interface GetVisaProfileChecklistItemsByChecklistRequest {
|
|
658
658
|
checklistItem?: Partial<ChecklistItem>;
|
|
659
|
+
visaProfileChecklistItem?: Partial<VisaProfileChecklistItem>;
|
|
659
660
|
search?: string;
|
|
660
661
|
skip: number;
|
|
661
662
|
limit: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -656,6 +656,7 @@ interface ListVisaProfileChecklistItemsResponseNestedFields extends Omit<GetVisa
|
|
|
656
656
|
declare const listVisaProfileChecklistItemResponseNestedFields: ListVisaProfileChecklistItemsResponseNestedFields;
|
|
657
657
|
interface GetVisaProfileChecklistItemsByChecklistRequest {
|
|
658
658
|
checklistItem?: Partial<ChecklistItem>;
|
|
659
|
+
visaProfileChecklistItem?: Partial<VisaProfileChecklistItem>;
|
|
659
660
|
search?: string;
|
|
660
661
|
skip: number;
|
|
661
662
|
limit: number;
|