arky-sdk 0.7.10 → 0.7.13
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +60 -33
- package/dist/types.d.ts +60 -33
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1667,7 +1667,7 @@ var createFormApi = (apiConfig) => {
|
|
|
1667
1667
|
const targetBusinessId = params.businessId || apiConfig.businessId;
|
|
1668
1668
|
return apiConfig.httpClient.post(
|
|
1669
1669
|
`/v1/businesses/${targetBusinessId}/forms/${params.formId}/submissions`,
|
|
1670
|
-
{ formId: params.formId, businessId: targetBusinessId,
|
|
1670
|
+
{ formId: params.formId, businessId: targetBusinessId, fields: params.fields },
|
|
1671
1671
|
options
|
|
1672
1672
|
);
|
|
1673
1673
|
},
|