@visa-check-r/integrations 0.0.27 → 0.0.29

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
@@ -736,7 +736,9 @@ interface ListConsultantInvitesResponseNestedFields {
736
736
  consultantInvites: ConsultantInviteFields;
737
737
  }
738
738
  type CreateConsultantInviteRequest = GetConsultantInviteRequest;
739
- type CreateConsultantInviteResponse = GetConsultantInviteResponse;
739
+ type CreateConsultantInviteResponse = GetConsultantInviteResponse & {
740
+ registrationCode: string;
741
+ };
740
742
  type CreateConsultantInviteResponseNestedFields = GetConsultantInviteResponseNestedFields;
741
743
  interface UpdateConsultantInviteRequest {
742
744
  consultantInviteId: string;
@@ -1172,6 +1174,7 @@ interface ListVisaApplicationsRequest {
1172
1174
  skip: number;
1173
1175
  search?: string;
1174
1176
  visaApplicationIds?: string[];
1177
+ visaApplication?: Partial<VisaApplication>;
1175
1178
  }
1176
1179
  interface ListVisaApplicationsResponse {
1177
1180
  visaApplications: VisaApplication[];
package/dist/index.d.ts CHANGED
@@ -736,7 +736,9 @@ interface ListConsultantInvitesResponseNestedFields {
736
736
  consultantInvites: ConsultantInviteFields;
737
737
  }
738
738
  type CreateConsultantInviteRequest = GetConsultantInviteRequest;
739
- type CreateConsultantInviteResponse = GetConsultantInviteResponse;
739
+ type CreateConsultantInviteResponse = GetConsultantInviteResponse & {
740
+ registrationCode: string;
741
+ };
740
742
  type CreateConsultantInviteResponseNestedFields = GetConsultantInviteResponseNestedFields;
741
743
  interface UpdateConsultantInviteRequest {
742
744
  consultantInviteId: string;
@@ -1172,6 +1174,7 @@ interface ListVisaApplicationsRequest {
1172
1174
  skip: number;
1173
1175
  search?: string;
1174
1176
  visaApplicationIds?: string[];
1177
+ visaApplication?: Partial<VisaApplication>;
1175
1178
  }
1176
1179
  interface ListVisaApplicationsResponse {
1177
1180
  visaApplications: VisaApplication[];