@experteam-mx/ngx-services 18.7.4 → 18.7.6
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.
|
@@ -647,10 +647,10 @@ export declare class ApiCompaniesService {
|
|
|
647
647
|
*/
|
|
648
648
|
getParameterConfigs(params: QueryParams): Observable<ParameterConfigsOut>;
|
|
649
649
|
/**
|
|
650
|
-
*
|
|
650
|
+
* Sends a POST request to create or update a parameter configuration.
|
|
651
651
|
*
|
|
652
|
-
* @param {ParameterConfigIn} body - The input
|
|
653
|
-
* @return {Observable<ParameterConfigOut>} An observable
|
|
652
|
+
* @param {ParameterConfigIn} body - The input data object containing the parameter configuration to be sent in the request body.
|
|
653
|
+
* @return {Observable<ParameterConfigOut>} An observable that emits the server's response containing the updated or newly created parameter configuration.
|
|
654
654
|
*/
|
|
655
655
|
postParameterConfig(body: ParameterConfigIn): Observable<ParameterConfigOut>;
|
|
656
656
|
/**
|