@arsedizioni/ars-utils 21.2.321 → 21.2.322
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.
|
@@ -3143,6 +3143,12 @@ class ClipperService {
|
|
|
3143
3143
|
recoverPassword(params) {
|
|
3144
3144
|
return this.httpClient.post(this._serviceUri + '/account/password/recover', params);
|
|
3145
3145
|
}
|
|
3146
|
+
/**
|
|
3147
|
+
* Gets the current user account settings
|
|
3148
|
+
*/
|
|
3149
|
+
getSettings() {
|
|
3150
|
+
return this.httpClient.get(this._serviceUri + '/account/settings');
|
|
3151
|
+
}
|
|
3146
3152
|
/**
|
|
3147
3153
|
* Updates user account settings and applies any channel configuration changes.
|
|
3148
3154
|
* @param params - A map of settings key-value pairs to update.
|