@visa-check-r/integrations 0.0.24 → 0.0.26

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
@@ -101,6 +101,7 @@ interface User {
101
101
  defaultVisaProfileId: string;
102
102
  referralCode: string;
103
103
  userSubscriptionId?: string;
104
+ referenceCode: string;
104
105
  }
105
106
  type UserActivityLog = VisaProfileActivityLog;
106
107
  interface Notification {
@@ -206,6 +207,8 @@ interface VisaProfile extends /* EducationalBackground, VisaProfileProgram, */
206
207
  readinessScore?: number;
207
208
  readinessScoreReview?: ReadinessScoreReview;
208
209
  createdAt: string;
210
+ ownerId?: string;
211
+ referenceCode?: string;
209
212
  }
210
213
  interface ReadinessScoreReview {
211
214
  id: string;
@@ -983,6 +986,7 @@ interface ListVisaProfilesRequest {
983
986
  limit: number;
984
987
  skip: number;
985
988
  visaApplicationStatus?: VisaApplicationStatus[];
989
+ VisaApplication?: Partial<VisaApplication>;
986
990
  }
987
991
  interface ListVisaProfilesResponse {
988
992
  visaProfiles: VisaProfile[];
package/dist/index.d.ts CHANGED
@@ -101,6 +101,7 @@ interface User {
101
101
  defaultVisaProfileId: string;
102
102
  referralCode: string;
103
103
  userSubscriptionId?: string;
104
+ referenceCode: string;
104
105
  }
105
106
  type UserActivityLog = VisaProfileActivityLog;
106
107
  interface Notification {
@@ -206,6 +207,8 @@ interface VisaProfile extends /* EducationalBackground, VisaProfileProgram, */
206
207
  readinessScore?: number;
207
208
  readinessScoreReview?: ReadinessScoreReview;
208
209
  createdAt: string;
210
+ ownerId?: string;
211
+ referenceCode?: string;
209
212
  }
210
213
  interface ReadinessScoreReview {
211
214
  id: string;
@@ -983,6 +986,7 @@ interface ListVisaProfilesRequest {
983
986
  limit: number;
984
987
  skip: number;
985
988
  visaApplicationStatus?: VisaApplicationStatus[];
989
+ VisaApplication?: Partial<VisaApplication>;
986
990
  }
987
991
  interface ListVisaProfilesResponse {
988
992
  visaProfiles: VisaProfile[];