@skedulo/mex-types 1.15.0 → 1.15.1

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.
@@ -219,9 +219,10 @@ export interface SignatureEditorViewComponentModel extends CommonEditorViewCompo
219
219
  */
220
220
  attachmentCategoryName: string;
221
221
  /**
222
- * @label Enable Full name text field
222
+ * @label Display "Full name" input
223
223
  * @placeholder Select true or false
224
- * @tooltip Enables a text field for users to add their full name with their signature
224
+ * @tooltip Display a text field for users to add their full name with their signature
225
+ * @required false
225
226
  */
226
227
  enableFullName: boolean;
227
228
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },