@skedulo/mex-types 1.28.1 → 1.28.2

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.
@@ -14,8 +14,9 @@ export type UIDefinition = {
14
14
  */
15
15
  firstPage: string;
16
16
  /**
17
- * @label Readonly
18
- * @tooltip If true, the entire form will be shown in read-only mode within the mobile app
17
+ * @label Prevent form submission on job statuses
18
+ * @placeholder Select job statuses
19
+ * @tooltip Users will not be able to submit this form when the job is in any of the chosen job statuses
19
20
  */
20
21
  readonly?: boolean;
21
22
  pages: AllPageComponentModel[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.28.1",
3
+ "version": "1.28.2",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },