ngx-techlify-core 18.67.0 → 18.68.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.
@@ -14,9 +14,10 @@ export declare class RequestHelperService {
14
14
  /**
15
15
  * Convert the object to form data for the request.
16
16
  * @param data Data Object
17
+ * @param config Optional
17
18
  * @return Object
18
19
  */
19
- convertToFormData(data: any): any;
20
+ convertToFormData(data: any, config?: any): any;
20
21
  /**
21
22
  * Update URL with the filters.
22
23
  * @param queryParams Query Params
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-techlify-core",
3
- "version": "18.67.0",
3
+ "version": "18.68.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18",
6
6
  "@angular/core": ">=18",