@skedulo/mex-types 1.7.3 → 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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },