@skedulo/mex-types 1.3.13 → 1.3.14

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.
@@ -44,7 +44,7 @@ export type AddNewButtonData = {
44
44
  /**
45
45
  * @area Pages
46
46
  * @label List
47
- * @value List
47
+ * @value list
48
48
  */
49
49
  export interface ListPageComponentModel extends BasePageComponentModel {
50
50
  headerTitle?: LocalizedKey;
@@ -88,7 +88,7 @@ export type OrderByExpressionType = string[];
88
88
  /**
89
89
  * @area Pages
90
90
  * @label Standard
91
- * @value
91
+ * @value flat
92
92
  */
93
93
  export interface FlatPageComponentModel extends BasePageComponentModel {
94
94
  delete: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/mex-types",
3
- "version": "1.3.13",
3
+ "version": "1.3.14",
4
4
  "engines": {
5
5
  "node": "18"
6
6
  },