@visa-check-r/integrations 0.0.28 → 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;
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;