iq-line-form-builder-renderer 1.2.5 → 1.2.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.
package/dist/form-renderer.es.js
CHANGED
|
@@ -25048,6 +25048,10 @@ function Pk({
|
|
|
25048
25048
|
const E = JSON.stringify({
|
|
25049
25049
|
path: A.api.path,
|
|
25050
25050
|
method: A.api.method,
|
|
25051
|
+
queryParams: A.api.queryParams,
|
|
25052
|
+
headers: A.api.headers,
|
|
25053
|
+
bodyFields: A.api.bodyFields,
|
|
25054
|
+
auth: A.api.auth,
|
|
25051
25055
|
mapping: A.contextMapping,
|
|
25052
25056
|
bindings: e.dataBindings,
|
|
25053
25057
|
context: h
|