@visa-check-r/integrations 0.0.29 → 0.0.30
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 +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
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 =
|
|
1027
|
+
var createConsultantInviteResponseFields = [
|
|
1028
|
+
"consultantInvite",
|
|
1029
|
+
"registrationCode"
|
|
1030
|
+
];
|
|
1028
1031
|
var createConsultantInviteResponseNestedFields = getConsultantInviteResponseNestedFields;
|
|
1029
1032
|
var updateConsultantInviteResponseFields = getConsultantInviteResponseFields;
|
|
1030
1033
|
var updateConsultantInviteResponseNestedFields = getConsultantInviteResponseNestedFields;
|