@arsedizioni/ars-utils 21.2.322 → 21.2.323
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/package.json
CHANGED
|
@@ -1494,7 +1494,7 @@ declare class ClipperService {
|
|
|
1494
1494
|
* Updates user account settings and applies any channel configuration changes.
|
|
1495
1495
|
* @param params - A map of settings key-value pairs to update.
|
|
1496
1496
|
*/
|
|
1497
|
-
updateSettings(params:
|
|
1497
|
+
updateSettings(params: ClipperSettingsInfo): rxjs.Observable<ApiResult<boolean>>;
|
|
1498
1498
|
/**
|
|
1499
1499
|
* Saves updated channel activation states to the server and applies the new dashboard result.
|
|
1500
1500
|
* @param params - The channel state update parameters.
|