@visa-check-r/integrations 0.0.28 → 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.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
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 =
|
|
1029
|
+
var createConsultantInviteResponseFields = [
|
|
1030
|
+
"consultantInvite",
|
|
1031
|
+
"registrationCode"
|
|
1032
|
+
];
|
|
1030
1033
|
var createConsultantInviteResponseNestedFields = getConsultantInviteResponseNestedFields;
|
|
1031
1034
|
var updateConsultantInviteResponseFields = getConsultantInviteResponseFields;
|
|
1032
1035
|
var updateConsultantInviteResponseNestedFields = getConsultantInviteResponseNestedFields;
|