@visa-check-r/integrations 0.0.24 → 0.0.25

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
@@ -983,6 +983,7 @@ interface ListVisaProfilesRequest {
983
983
  limit: number;
984
984
  skip: number;
985
985
  visaApplicationStatus?: VisaApplicationStatus[];
986
+ VisaApplication?: Partial<VisaApplication>;
986
987
  }
987
988
  interface ListVisaProfilesResponse {
988
989
  visaProfiles: VisaProfile[];
package/dist/index.d.ts CHANGED
@@ -983,6 +983,7 @@ interface ListVisaProfilesRequest {
983
983
  limit: number;
984
984
  skip: number;
985
985
  visaApplicationStatus?: VisaApplicationStatus[];
986
+ VisaApplication?: Partial<VisaApplication>;
986
987
  }
987
988
  interface ListVisaProfilesResponse {
988
989
  visaProfiles: VisaProfile[];