@visa-check-r/integrations 0.0.26 → 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.cjs.js +4 -1
- 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 +4 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
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[];
|
package/dist/index.esm.js
CHANGED