impaktapps-ui-builder 0.0.87 → 0.0.88

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.
@@ -9621,6 +9621,7 @@ var service = (funcParams) => {
9621
9621
  (pre) => {
9622
9622
  return {
9623
9623
  ...schema2,
9624
+ ...pre,
9624
9625
  properties: { ...schema2.properties, ...pre.properties }
9625
9626
  };
9626
9627
  }