comprodls-sdk 2.102.1-qa → 2.107.0

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.
@@ -11872,7 +11872,6 @@ function updateUserInformation(options) {
11872
11872
  };
11873
11873
  if(options.ref_id) { bodyParams.ref_id = options.ref_id; }
11874
11874
  if(options.ext_email) { bodyParams.ext_email = options.ext_email; }
11875
- if(options.ext_username) { bodyParams.ext_username = options.ext_username; }
11876
11875
  if(options.ext_first_name) { bodyParams.ext_first_name = options.ext_first_name; }
11877
11876
  if(options.ext_last_name) { bodyParams.ext_last_name = options.ext_last_name; }
11878
11877
  if(options.address) { bodyParams.address = options.address; }