@skedulo/mex-types 1.49.0 → 1.50.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.
@@ -322,6 +322,7 @@ export type ListPageAdvancedFilterUI = {
322
322
  items: (FlatPageViewComponentTypes | DynamicContent)[];
323
323
  description?: LocalizedKey;
324
324
  submitText?: LocalizedKey;
325
+ dataObserver?: DataObserverObject[];
325
326
  };
326
327
  interface ButtonGroupViewComponentModel {
327
328
  items: ButtonGroupItemComponentModel[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.49.0",
3
+ "version": "1.50.0",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },