@visa-check-r/integrations 0.0.3 → 0.0.5

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
@@ -111,7 +111,7 @@ interface RegisterForm {
111
111
  referralCode: string;
112
112
  }
113
113
 
114
- type VisaType = "study" | "visit" | "extendVisa" | "relocate";
114
+ type VisaType = "study" | "visit" | "work" | "extendVisa" | "relocate";
115
115
  type VisaApplicationMetricKey = "total" | VisaApplicationStatus;
116
116
  type VisaApplicationStatus = "approved" | "rejected" | "incomplete" | "inProgress" | "submitted";
117
117
  interface UserApplicationMetric {
@@ -193,6 +193,7 @@ interface VisaProfile extends /* EducationalBackground, VisaProfileProgram, */
193
193
  visaApplication?: VisaApplication;
194
194
  phone: string;
195
195
  consultantAssignmentId?: string;
196
+ consultantAssignment?: ConsultantAssignment;
196
197
  readinessScore?: number;
197
198
  readinessScoreReview?: ReadinessScoreReview;
198
199
  createdAt: string;
package/dist/index.d.ts CHANGED
@@ -111,7 +111,7 @@ interface RegisterForm {
111
111
  referralCode: string;
112
112
  }
113
113
 
114
- type VisaType = "study" | "visit" | "extendVisa" | "relocate";
114
+ type VisaType = "study" | "visit" | "work" | "extendVisa" | "relocate";
115
115
  type VisaApplicationMetricKey = "total" | VisaApplicationStatus;
116
116
  type VisaApplicationStatus = "approved" | "rejected" | "incomplete" | "inProgress" | "submitted";
117
117
  interface UserApplicationMetric {
@@ -193,6 +193,7 @@ interface VisaProfile extends /* EducationalBackground, VisaProfileProgram, */
193
193
  visaApplication?: VisaApplication;
194
194
  phone: string;
195
195
  consultantAssignmentId?: string;
196
+ consultantAssignment?: ConsultantAssignment;
196
197
  readinessScore?: number;
197
198
  readinessScoreReview?: ReadinessScoreReview;
198
199
  createdAt: string;
package/dist/index.esm.js CHANGED
@@ -926,7 +926,8 @@ var visaProfileQuery = [
926
926
  "phone",
927
927
  "purpose",
928
928
  "readinessScore",
929
- "readinessScoreReview"
929
+ "readinessScoreReview",
930
+ "consultantAssignment"
930
931
  ];
931
932
  var visaApplicationQuery = [
932
933
  "adminComment",