@visa-check-r/integrations 0.0.4 → 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
@@ -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
@@ -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",