@skedulo/mex-types 1.7.2 → 1.7.4

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.
@@ -158,9 +158,10 @@ export interface SubListEditorViewComponentModel extends CommonEditorViewCompone
158
158
  }
159
159
  /**
160
160
  * @area Components
161
- * @value attachment
162
- * @description Adding attachments or take photo from mobile app
161
+ * @value attachmentsEditor
162
+ * @description Add a file or photo from a mobile device
163
163
  * @label Attachment
164
+ * @fieldOrders ['title', 'mandatory']
164
165
  */
165
166
  export interface AttachmentsEditorViewComponentModel extends CommonEditorViewComponentModel {
166
167
  /**
@@ -212,7 +213,7 @@ export interface SignatureEditorViewComponentModel extends CommonEditorViewCompo
212
213
  */
213
214
  attachmentCategoryName: string;
214
215
  /**
215
- * @label Enable full name
216
+ * @label Enable “Full name” text field
216
217
  * @tooltip Enables a text field for users to add their full name with their signature
217
218
  */
218
219
  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.4",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },