@visa-check-r/integrations 0.0.29 → 0.0.31

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
@@ -158,6 +158,8 @@ interface VisaProfileReviewComment {
158
158
  createdAt: string;
159
159
  visaProfileChecklistItemId?: string;
160
160
  visaProfileChecklistItem?: VisaProfileChecklistItem;
161
+ userId: string;
162
+ user?: User;
161
163
  }
162
164
  interface VisaApplication {
163
165
  id: string;
package/dist/index.d.ts CHANGED
@@ -158,6 +158,8 @@ interface VisaProfileReviewComment {
158
158
  createdAt: string;
159
159
  visaProfileChecklistItemId?: string;
160
160
  visaProfileChecklistItem?: VisaProfileChecklistItem;
161
+ userId: string;
162
+ user?: User;
161
163
  }
162
164
  interface VisaApplication {
163
165
  id: string;
package/dist/index.esm.js CHANGED
@@ -1024,7 +1024,10 @@ var listConsultantInvitesResponseFields = ["consultantInvites", "total"];
1024
1024
  var listConsultantInvitesResponseNestedFields = {
1025
1025
  consultantInvites: consultantInviteQuery
1026
1026
  };
1027
- var createConsultantInviteResponseFields = getConsultantInviteResponseFields;
1027
+ var createConsultantInviteResponseFields = [
1028
+ "consultantInvite",
1029
+ "registrationCode"
1030
+ ];
1028
1031
  var createConsultantInviteResponseNestedFields = getConsultantInviteResponseNestedFields;
1029
1032
  var updateConsultantInviteResponseFields = getConsultantInviteResponseFields;
1030
1033
  var updateConsultantInviteResponseNestedFields = getConsultantInviteResponseNestedFields;