@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.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
@@ -282,7 +282,10 @@ var userQuery = [
282
282
  "totalRC",
283
283
  "usedRC",
284
284
  "userStatus",
285
- "userType"
285
+ "userType",
286
+ "referenceCode",
287
+ "userSubscriptionId",
288
+ "referralCode"
286
289
  ];
287
290
 
288
291
  // src/services/user/types/user.type.ts