@skedulo/mex-types 1.3.16 → 1.3.17

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.
@@ -78,7 +78,7 @@ interface MexMetadataForJob extends MexBaseMetadata {
78
78
  */
79
79
  contextObject: 'Jobs';
80
80
  /**
81
- * @label ShowIf expression
81
+ * @label Show for Job Types
82
82
  * @tooltip The form will be visible on all jobs of the selected types
83
83
  */
84
84
  showIf?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.3.16",
3
+ "version": "1.3.17",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },