@skedulo/mex-types 1.7.2 → 1.7.3

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.
@@ -212,7 +212,7 @@ export interface SignatureEditorViewComponentModel extends CommonEditorViewCompo
212
212
  */
213
213
  attachmentCategoryName: string;
214
214
  /**
215
- * @label Enable full name
215
+ * @label Enable “Full name” text field
216
216
  * @tooltip Enables a text field for users to add their full name with their signature
217
217
  */
218
218
  enableFullName: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },