@skedulo/mex-types 1.6.18 → 1.6.19

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.
@@ -196,6 +196,7 @@ export interface BodyMapViewComponentModel extends CommonEditorViewComponentMode
196
196
  * @value signatureEditor
197
197
  * @description Capturing signatures on the field
198
198
  * @label Signature
199
+ * @fieldOrders ['title', 'placeholder' ,'mandatory', 'enableFullName']
199
200
  */
200
201
  export interface SignatureEditorViewComponentModel extends CommonEditorViewComponentModel {
201
202
  /**
@@ -213,7 +214,7 @@ export interface SignatureEditorViewComponentModel extends CommonEditorViewCompo
213
214
  /**
214
215
  * @label Enable full name
215
216
  */
216
- enableFullName: true;
217
+ enableFullName: boolean;
217
218
  }
218
219
  /**
219
220
  * @area Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.6.18",
3
+ "version": "1.6.19",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },