@experteam-mx/ngx-services 18.7.4 → 18.7.5

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
- * Submits a configuration for parameters to the server.
650
+ * Sends a POST request to create or update a parameter configuration.
651
651
  *
652
- * @param {ParameterConfigIn} body - The input configuration object containing the parameters to be submitted.
653
- * @return {Observable<ParameterConfigOut>} An observable emitting the server's response containing the updated parameter configuration.
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experteam-mx/ngx-services",
3
- "version": "18.7.4",
3
+ "version": "18.7.5",
4
4
  "description": "Angular common services for Experteam apps",
5
5
  "author": "Experteam Cía. Ltda.",
6
6
  "keywords": [