@visa-check-r/integrations 0.0.27 → 0.0.28

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.d.mts CHANGED
@@ -1172,6 +1172,7 @@ interface ListVisaApplicationsRequest {
1172
1172
  skip: number;
1173
1173
  search?: string;
1174
1174
  visaApplicationIds?: string[];
1175
+ visaApplication?: Partial<VisaApplication>;
1175
1176
  }
1176
1177
  interface ListVisaApplicationsResponse {
1177
1178
  visaApplications: VisaApplication[];
package/dist/index.d.ts CHANGED
@@ -1172,6 +1172,7 @@ interface ListVisaApplicationsRequest {
1172
1172
  skip: number;
1173
1173
  search?: string;
1174
1174
  visaApplicationIds?: string[];
1175
+ visaApplication?: Partial<VisaApplication>;
1175
1176
  }
1176
1177
  interface ListVisaApplicationsResponse {
1177
1178
  visaApplications: VisaApplication[];