@skedulo/mex-types 1.19.1 → 1.19.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.
@@ -218,7 +218,7 @@ export interface BodyMapViewComponentModel extends CommonEditorViewComponentMode
218
218
  * @value signatureEditor
219
219
  * @description Capture a signature on a mobile device
220
220
  * @label Signature
221
- * @fieldOrders ['title', 'enableFullName', 'showIfExpression']
221
+ * @fieldOrders ['title', 'mandatory', 'enableFullName', 'showIfExpression']
222
222
  */
223
223
  export interface SignatureEditorViewComponentModel extends CommonEditorViewComponentModel {
224
224
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },