zudello-integration-sdk 1.0.29 → 1.0.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zudello-integration-sdk",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Zudello Integrations SDK",
5
5
  "main": "./src/index.js",
6
6
  "repository": {
@@ -188,6 +188,7 @@ class ZudelloSDK extends BaseSDK {
188
188
  simplified = false,
189
189
  submit = false,
190
190
  updateStatus = false,
191
+ enrich = false
191
192
  }) {
192
193
  const validateIsEmpty = this.validator.isEmpty({ model, data });
193
194
 
@@ -199,6 +200,7 @@ class ZudelloSDK extends BaseSDK {
199
200
  data: [data],
200
201
  staticFields: {
201
202
  ...this.staticFieldsForUpdate,
203
+ enrich,
202
204
  model,
203
205
  module,
204
206
  submodule,