@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
|
|
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: {
|