@visa-check-r/integrations 0.0.25 → 0.0.27

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;
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;
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