@skedulo/mex-types 1.23.3 → 1.24.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.
@@ -79,6 +79,7 @@ type DataObserverObjectRequestType = OnlineDataObserverObjectHandler | LocalData
79
79
  export interface BaseDataObserverObjectRequest {
80
80
  handler: FunctionExpressionType;
81
81
  type: 'online' | 'local';
82
+ condition?: ValueExpressionType;
82
83
  }
83
84
  /**
84
85
  * @version: 1.10.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.23.3",
3
+ "version": "1.24.0",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },