comprodls-sdk 2.101.0-thor → 2.102.0-thor
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/comprodls-sdk.js
CHANGED
|
@@ -11882,6 +11882,7 @@ function updateUserInformation(options) {
|
|
|
11882
11882
|
};
|
|
11883
11883
|
if(options.ref_id) { bodyParams.ref_id = options.ref_id; }
|
|
11884
11884
|
if(options.ext_email) { bodyParams.ext_email = options.ext_email; }
|
|
11885
|
+
if(options.ext_username) { bodyParams.ext_username = options.ext_username; }
|
|
11885
11886
|
if(options.ext_first_name) { bodyParams.ext_first_name = options.ext_first_name; }
|
|
11886
11887
|
if(options.ext_last_name) { bodyParams.ext_last_name = options.ext_last_name; }
|
|
11887
11888
|
if(options.address) { bodyParams.address = options.address; }
|