@evoke-platform/context 1.4.0-dev.7 → 1.4.0-dev.9
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.
|
@@ -55,6 +55,7 @@ export type Sort = {
|
|
|
55
55
|
export type Obj = {
|
|
56
56
|
id: string;
|
|
57
57
|
name: string;
|
|
58
|
+
description?: string;
|
|
58
59
|
typeDiscriminatorProperty?: string;
|
|
59
60
|
viewLayout?: ViewLayout;
|
|
60
61
|
baseObject?: BaseObjReference;
|
|
@@ -97,6 +98,7 @@ export type ParameterValidation = InputStringValidation | NumericValidation | Da
|
|
|
97
98
|
export type Property = {
|
|
98
99
|
id: string;
|
|
99
100
|
name: string;
|
|
101
|
+
description?: string;
|
|
100
102
|
type: PropertyType;
|
|
101
103
|
enum?: string[];
|
|
102
104
|
strictlyTrue?: boolean;
|