@skedulo/mex-types 1.16.0 → 1.16.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.
@@ -17,7 +17,13 @@ export interface BaseFlatPageViewComponentModel extends BaseComponentModel {
17
17
  * @fieldOrders ['title', 'text', 'showIfExpression']
18
18
  */
19
19
  export interface TextViewComponentModel extends BaseFlatPageViewComponentModel {
20
+ /**
21
+ * @label Title
22
+ */
20
23
  title?: LocalizedKey;
24
+ /**
25
+ * @label Text
26
+ */
21
27
  text: LocalizedKey;
22
28
  }
23
29
  export type KeyboardType = 'default' | 'email-address' | 'numeric' | 'phone-pad' | 'number-pad' | 'decimal-pad';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },