@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.cjs.js CHANGED
@@ -1026,7 +1026,10 @@ var listConsultantInvitesResponseFields = ["consultantInvites", "total"];
1026
1026
  var listConsultantInvitesResponseNestedFields = {
1027
1027
  consultantInvites: consultantInviteQuery
1028
1028
  };
1029
- var createConsultantInviteResponseFields = getConsultantInviteResponseFields;
1029
+ var createConsultantInviteResponseFields = [
1030
+ "consultantInvite",
1031
+ "registrationCode"
1032
+ ];
1030
1033
  var createConsultantInviteResponseNestedFields = getConsultantInviteResponseNestedFields;
1031
1034
  var updateConsultantInviteResponseFields = getConsultantInviteResponseFields;
1032
1035
  var updateConsultantInviteResponseNestedFields = getConsultantInviteResponseNestedFields;