@sap-ux/odata-vocabularies 0.3.1 → 0.3.3
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.
- package/dist/resources/com.sap.cds.vocabularies.AnalyticsDetails.d.ts +8 -72
- package/dist/resources/com.sap.cds.vocabularies.AnalyticsDetails.d.ts.map +1 -1
- package/dist/resources/com.sap.cds.vocabularies.AnalyticsDetails.js +61 -125
- package/dist/resources/com.sap.cds.vocabularies.AnalyticsDetails.js.map +1 -1
- package/dist/resources/com.sap.cds.vocabularies.ObjectModel.d.ts +1 -14
- package/dist/resources/com.sap.cds.vocabularies.ObjectModel.d.ts.map +1 -1
- package/dist/resources/com.sap.cds.vocabularies.ObjectModel.js +13 -26
- package/dist/resources/com.sap.cds.vocabularies.ObjectModel.js.map +1 -1
- package/package.json +1 -1
|
@@ -27,7 +27,6 @@ declare const _default: {
|
|
|
27
27
|
ExceptionAggregationStepType: {
|
|
28
28
|
$Kind: string;
|
|
29
29
|
'@Org.OData.Core.V1.Description': string;
|
|
30
|
-
'@Org.OData.Core.V1.LongDescription': string;
|
|
31
30
|
exceptionAggregationBehavior: {
|
|
32
31
|
$Type: string;
|
|
33
32
|
'@Org.OData.Core.V1.Description': string;
|
|
@@ -48,18 +47,22 @@ declare const _default: {
|
|
|
48
47
|
'MAX@Org.OData.Core.V1.Description': string;
|
|
49
48
|
COUNT: number;
|
|
50
49
|
'COUNT@Org.OData.Core.V1.Description': string;
|
|
51
|
-
|
|
52
|
-
'
|
|
50
|
+
COUNTNULL: number;
|
|
51
|
+
'COUNTNULL@Org.OData.Core.V1.Description': string;
|
|
52
|
+
COUNTNULLZERO: number;
|
|
53
|
+
'COUNTNULLZERO@Org.OData.Core.V1.Description': string;
|
|
53
54
|
AVG: number;
|
|
54
55
|
'AVG@Org.OData.Core.V1.Description': string;
|
|
56
|
+
AVERAGENULL: number;
|
|
57
|
+
'AVERAGENULL@Org.OData.Core.V1.Description': string;
|
|
58
|
+
AVERAGENULLZERO: number;
|
|
59
|
+
'AVERAGENULLZERO@Org.OData.Core.V1.Description': string;
|
|
55
60
|
STD: number;
|
|
56
61
|
'STD@Org.OData.Core.V1.Description': string;
|
|
57
62
|
FIRST: number;
|
|
58
63
|
'FIRST@Org.OData.Core.V1.Description': string;
|
|
59
64
|
LAST: number;
|
|
60
65
|
'LAST@Org.OData.Core.V1.Description': string;
|
|
61
|
-
NHA: number;
|
|
62
|
-
'NHA@Org.OData.Core.V1.Description': string;
|
|
63
66
|
};
|
|
64
67
|
variable: {
|
|
65
68
|
$Kind: string;
|
|
@@ -70,7 +73,6 @@ declare const _default: {
|
|
|
70
73
|
VariableType: {
|
|
71
74
|
$Kind: string;
|
|
72
75
|
'@Org.OData.Core.V1.Description': string;
|
|
73
|
-
'@Org.OData.Core.V1.LongDescription': string;
|
|
74
76
|
usageType: {
|
|
75
77
|
$Type: string;
|
|
76
78
|
'@Org.OData.Core.V1.Description': string;
|
|
@@ -94,11 +96,6 @@ declare const _default: {
|
|
|
94
96
|
$Nullable: boolean;
|
|
95
97
|
'@Org.OData.Core.V1.Description': string;
|
|
96
98
|
};
|
|
97
|
-
defaultHierarchyNode: {
|
|
98
|
-
$Nullable: boolean;
|
|
99
|
-
$Type: string;
|
|
100
|
-
'@Org.OData.Core.V1.Description': string;
|
|
101
|
-
};
|
|
102
99
|
defaultRanges: {
|
|
103
100
|
$Nullable: boolean;
|
|
104
101
|
$Collection: boolean;
|
|
@@ -116,17 +113,6 @@ declare const _default: {
|
|
|
116
113
|
$DefaultValue: boolean;
|
|
117
114
|
'@Org.OData.Core.V1.Description': string;
|
|
118
115
|
};
|
|
119
|
-
hierarchyBinding: {
|
|
120
|
-
$Nullable: boolean;
|
|
121
|
-
$Collection: boolean;
|
|
122
|
-
$Type: string;
|
|
123
|
-
'@Org.OData.Core.V1.Description': string;
|
|
124
|
-
};
|
|
125
|
-
hierarchyAssociation: {
|
|
126
|
-
$Nullable: boolean;
|
|
127
|
-
$Type: string;
|
|
128
|
-
'@Org.OData.Core.V1.Description': string;
|
|
129
|
-
};
|
|
130
116
|
};
|
|
131
117
|
VariableUsageTypeEnumeration: {
|
|
132
118
|
$Kind: string;
|
|
@@ -145,31 +131,6 @@ declare const _default: {
|
|
|
145
131
|
'INTERVAL@Org.OData.Core.V1.Description': string;
|
|
146
132
|
RANGE: number;
|
|
147
133
|
'RANGE@Org.OData.Core.V1.Description': string;
|
|
148
|
-
HIERARCHY_NODE: number;
|
|
149
|
-
'HIERARCHY_NODE@Org.OData.Core.V1.Description': string;
|
|
150
|
-
};
|
|
151
|
-
HierarchyNodeType: {
|
|
152
|
-
$Kind: string;
|
|
153
|
-
'@Org.OData.Core.V1.Description': string;
|
|
154
|
-
'@Org.OData.Core.V1.LongDescription': string;
|
|
155
|
-
nodeType: {
|
|
156
|
-
'@Org.OData.Core.V1.Description': string;
|
|
157
|
-
};
|
|
158
|
-
node: {
|
|
159
|
-
$Collection: boolean;
|
|
160
|
-
$Type: string;
|
|
161
|
-
'@Org.OData.Core.V1.Description': string;
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
NodeEntryType: {
|
|
165
|
-
$Kind: string;
|
|
166
|
-
'@Org.OData.Core.V1.Description': string;
|
|
167
|
-
element: {
|
|
168
|
-
'@Org.OData.Core.V1.Description': string;
|
|
169
|
-
};
|
|
170
|
-
value: {
|
|
171
|
-
'@Org.OData.Core.V1.Description': string;
|
|
172
|
-
};
|
|
173
134
|
};
|
|
174
135
|
RangeType: {
|
|
175
136
|
$Kind: string;
|
|
@@ -219,31 +180,6 @@ declare const _default: {
|
|
|
219
180
|
LT: number;
|
|
220
181
|
'LT@Org.OData.Core.V1.Description': string;
|
|
221
182
|
};
|
|
222
|
-
HierarchyBindingType: {
|
|
223
|
-
$Kind: string;
|
|
224
|
-
'@Org.OData.Core.V1.Description': string;
|
|
225
|
-
type: {
|
|
226
|
-
$Type: string;
|
|
227
|
-
'@Org.OData.Core.V1.Description': string;
|
|
228
|
-
};
|
|
229
|
-
value: {
|
|
230
|
-
'@Org.OData.Core.V1.Description': string;
|
|
231
|
-
};
|
|
232
|
-
variableSequence: {
|
|
233
|
-
$Type: string;
|
|
234
|
-
$Nullable: boolean;
|
|
235
|
-
'@Org.OData.Core.V1.Description': string;
|
|
236
|
-
};
|
|
237
|
-
};
|
|
238
|
-
HierarchyBindingTypeEnumeration: {
|
|
239
|
-
$Kind: string;
|
|
240
|
-
PARAMETER: number;
|
|
241
|
-
'PARAMETER@Org.OData.Core.V1.Description': string;
|
|
242
|
-
CONSTANT: number;
|
|
243
|
-
'CONSTANT@Org.OData.Core.V1.Description': string;
|
|
244
|
-
SYSTEM_FIELD: number;
|
|
245
|
-
'SYSTEM_FIELD@Org.OData.Core.V1.Description': string;
|
|
246
|
-
};
|
|
247
183
|
};
|
|
248
184
|
};
|
|
249
185
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"com.sap.cds.vocabularies.AnalyticsDetails.d.ts","sourceRoot":"","sources":["../../src/resources/com.sap.cds.vocabularies.AnalyticsDetails.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"com.sap.cds.vocabularies.AnalyticsDetails.d.ts","sourceRoot":"","sources":["../../src/resources/com.sap.cds.vocabularies.AnalyticsDetails.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuME"}
|
|
@@ -8,243 +8,179 @@ exports.default = {
|
|
|
8
8
|
'$Kind': 'Term',
|
|
9
9
|
'$AppliesTo': ['Property'],
|
|
10
10
|
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.MeasureTypeEnumeration',
|
|
11
|
-
'@Org.OData.Core.V1.Description': '(CDS annotation)
|
|
11
|
+
'@Org.OData.Core.V1.Description': '(CDS annotation) Specifies in which way a measure should treated.'
|
|
12
12
|
},
|
|
13
13
|
'MeasureTypeEnumeration': {
|
|
14
14
|
'$Kind': 'EnumType',
|
|
15
15
|
'BASE': 0,
|
|
16
|
-
'BASE@Org.OData.Core.V1.Description': '
|
|
16
|
+
'BASE@Org.OData.Core.V1.Description': 'Measure from the provider',
|
|
17
17
|
'RESTRICTION': 1,
|
|
18
|
-
'RESTRICTION@Org.OData.Core.V1.Description': '
|
|
18
|
+
'RESTRICTION@Org.OData.Core.V1.Description': 'Restricted measure',
|
|
19
19
|
'CALCULATION': 2,
|
|
20
|
-
'CALCULATION@Org.OData.Core.V1.Description': '
|
|
20
|
+
'CALCULATION@Org.OData.Core.V1.Description': 'Calculated measure (formula)'
|
|
21
21
|
},
|
|
22
22
|
'exceptionAggregationSteps': {
|
|
23
23
|
'$Kind': 'Term',
|
|
24
24
|
'$AppliesTo': ['Property'],
|
|
25
25
|
'$Collection': true,
|
|
26
26
|
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.ExceptionAggregationStepType',
|
|
27
|
-
'@Org.OData.Core.V1.Description': '
|
|
27
|
+
'@Org.OData.Core.V1.Description': 'Used to define different (to the default aggregation) aggregation behavior for specified elements. In general there can be multiple elements in which a measure has to be aggregated differently. Therefore a list of ExceptionAggregationSteps can be assigned.'
|
|
28
28
|
},
|
|
29
29
|
'ExceptionAggregationStepType': {
|
|
30
30
|
'$Kind': 'ComplexType',
|
|
31
|
-
'@Org.OData.Core.V1.Description': '
|
|
32
|
-
'@Org.OData.Core.V1.LongDescription': '(Long Description) Type of exception aggregation step (TODO)',
|
|
31
|
+
'@Org.OData.Core.V1.Description': 'Used to define different (to the default aggregation) aggregation behavior for specified elements.',
|
|
33
32
|
'exceptionAggregationBehavior': {
|
|
34
33
|
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.ExceptionAggregationBehaviorType',
|
|
35
|
-
'@Org.OData.Core.V1.Description': '
|
|
34
|
+
'@Org.OData.Core.V1.Description': 'Defines the aggregation behavior.'
|
|
36
35
|
},
|
|
37
36
|
'exceptionAggregationElements': {
|
|
38
37
|
'$Collection': true,
|
|
39
38
|
'$Type': 'Edm.PropertyPath',
|
|
40
|
-
'@Org.OData.Core.V1.Description': '
|
|
39
|
+
'@Org.OData.Core.V1.Description': 'Specifies the elements which should be aggregated in this step.'
|
|
41
40
|
}
|
|
42
41
|
},
|
|
43
42
|
'ExceptionAggregationBehaviorType': {
|
|
44
43
|
'$Kind': 'EnumType',
|
|
45
44
|
'SUM': 0,
|
|
46
|
-
'SUM@Org.OData.Core.V1.Description': '
|
|
45
|
+
'SUM@Org.OData.Core.V1.Description': 'Sum',
|
|
47
46
|
'MIN': 1,
|
|
48
|
-
'MIN@Org.OData.Core.V1.Description': '
|
|
47
|
+
'MIN@Org.OData.Core.V1.Description': 'Minimum',
|
|
49
48
|
'MAX': 2,
|
|
50
|
-
'MAX@Org.OData.Core.V1.Description': '
|
|
49
|
+
'MAX@Org.OData.Core.V1.Description': 'Maximum',
|
|
51
50
|
'COUNT': 3,
|
|
52
|
-
'COUNT@Org.OData.Core.V1.Description': '
|
|
53
|
-
'
|
|
54
|
-
'
|
|
55
|
-
'
|
|
56
|
-
'
|
|
57
|
-
'
|
|
58
|
-
'
|
|
59
|
-
'
|
|
60
|
-
'
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
51
|
+
'COUNT@Org.OData.Core.V1.Description': 'Count data',
|
|
52
|
+
'COUNTNULL': 4,
|
|
53
|
+
'COUNTNULL@Org.OData.Core.V1.Description': 'Count data, where the value is not NULL.',
|
|
54
|
+
'COUNTNULLZERO': 5,
|
|
55
|
+
'COUNTNULLZERO@Org.OData.Core.V1.Description': 'Count data, where the value is not NULL or exactly 0.',
|
|
56
|
+
'AVG': 6,
|
|
57
|
+
'AVG@Org.OData.Core.V1.Description': 'Average',
|
|
58
|
+
'AVERAGENULL': 7,
|
|
59
|
+
'AVERAGENULL@Org.OData.Core.V1.Description': 'Average, but data with a NULL value in the aggregated column is not counted.',
|
|
60
|
+
'AVERAGENULLZERO': 8,
|
|
61
|
+
'AVERAGENULLZERO@Org.OData.Core.V1.Description': 'Like AVERAGENULL, but data with value exactly 0 are also not counted.',
|
|
62
|
+
'STD': 9,
|
|
63
|
+
'STD@Org.OData.Core.V1.Description': 'Standard deviation',
|
|
64
|
+
'FIRST': 10,
|
|
65
|
+
'FIRST@Org.OData.Core.V1.Description': 'First',
|
|
66
|
+
'LAST': 11,
|
|
67
|
+
'LAST@Org.OData.Core.V1.Description': 'Last'
|
|
65
68
|
},
|
|
66
69
|
'variable': {
|
|
67
70
|
'$Kind': 'Term',
|
|
68
71
|
'$AppliesTo': ['Parameter'],
|
|
69
72
|
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.VariableType',
|
|
70
|
-
'@Org.OData.Core.V1.Description': '
|
|
73
|
+
'@Org.OData.Core.V1.Description': 'Annotation for a parameter, only supported in analytics. With this annotation a parameter can become a variable which represents an interval or a range. It can also become optional or can represent multiple values.'
|
|
71
74
|
},
|
|
72
75
|
'VariableType': {
|
|
73
76
|
'$Kind': 'ComplexType',
|
|
74
|
-
'@Org.OData.Core.V1.Description': '
|
|
75
|
-
'@Org.OData.Core.V1.LongDescription': '(Long Description) Type of variable (TODO)',
|
|
77
|
+
'@Org.OData.Core.V1.Description': 'Defines the specifics of the variable.',
|
|
76
78
|
'usageType': {
|
|
77
79
|
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.VariableUsageTypeEnumeration',
|
|
78
|
-
'@Org.OData.Core.V1.Description': '
|
|
80
|
+
'@Org.OData.Core.V1.Description': 'Describes how the variable is used.'
|
|
79
81
|
},
|
|
80
82
|
'referenceElement': {
|
|
81
83
|
'$Type': 'Edm.PropertyPath',
|
|
82
84
|
'$Nullable': true,
|
|
83
|
-
'@Org.OData.Core.V1.Description': '
|
|
85
|
+
'@Org.OData.Core.V1.Description': 'An element in the entity to which the variable refers. In case of a filter variable this annotation is mandatory and must contain the element which represents the dimension. In general it restricts the usage in expressions, serves a reference for default values and it may result in a default value help.'
|
|
84
86
|
},
|
|
85
87
|
'mandatory': {
|
|
86
88
|
'$Type': 'Edm.Boolean',
|
|
87
89
|
'$Nullable': true,
|
|
88
90
|
'$DefaultValue': false,
|
|
89
|
-
'@Org.OData.Core.V1.Description': '
|
|
91
|
+
'@Org.OData.Core.V1.Description': 'If mandatory is set to true or if the annotation is not set, the system enforces that the variable contains a value at runtime. If set to false, the variable is optional.'
|
|
90
92
|
},
|
|
91
93
|
'defaultValue': {
|
|
92
94
|
'$Nullable': true,
|
|
93
|
-
'@Org.OData.Core.V1.Description': '
|
|
95
|
+
'@Org.OData.Core.V1.Description': 'Specifies a default value. If the variable is input enabled, the variable is prefilled with the default value. If the variable is hidden, the variable is processed with the default value.'
|
|
94
96
|
},
|
|
95
97
|
'defaultValueHigh': {
|
|
96
98
|
'$Nullable': true,
|
|
97
|
-
'@Org.OData.Core.V1.Description': '
|
|
98
|
-
},
|
|
99
|
-
'defaultHierarchyNode': {
|
|
100
|
-
'$Nullable': true,
|
|
101
|
-
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.HierarchyNodeType',
|
|
102
|
-
'@Org.OData.Core.V1.Description': 'TODO description for default hierarchy node'
|
|
99
|
+
'@Org.OData.Core.V1.Description': 'Only for variables with selectionType #INTERVAL or #RANGE. Is used in combination with defaultValue: defaultValue contains the lower, defaultValueHigh the upper boundary of the interval.'
|
|
103
100
|
},
|
|
104
101
|
'defaultRanges': {
|
|
105
102
|
'$Nullable': true,
|
|
106
103
|
'$Collection': true,
|
|
107
104
|
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.RangeType',
|
|
108
|
-
'@Org.OData.Core.V1.Description': '
|
|
105
|
+
'@Org.OData.Core.V1.Description': 'Specifies the default for a variable with selection type #RANGE. The logic follows the ABAP-range logic with sub fields "sign", "option", "low", and "high".'
|
|
109
106
|
},
|
|
110
107
|
'selectionType': {
|
|
111
108
|
'$Nullable': true,
|
|
112
109
|
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.VariableSelectionTypeEnumeration',
|
|
113
|
-
'@Org.OData.Core.V1.Description': '
|
|
110
|
+
'@Org.OData.Core.V1.Description': 'Determines how values can be entered.'
|
|
114
111
|
},
|
|
115
112
|
'multipleSelections': {
|
|
116
113
|
'$Type': 'Edm.Boolean',
|
|
117
114
|
'$Nullable': true,
|
|
118
115
|
'$DefaultValue': true,
|
|
119
|
-
'@Org.OData.Core.V1.Description': '
|
|
120
|
-
},
|
|
121
|
-
'hierarchyBinding': {
|
|
122
|
-
'$Nullable': true,
|
|
123
|
-
'$Collection': true,
|
|
124
|
-
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.HierarchyBindingType',
|
|
125
|
-
'@Org.OData.Core.V1.Description': 'TODO description for hierarchy binding'
|
|
126
|
-
},
|
|
127
|
-
'hierarchyAssociation': {
|
|
128
|
-
'$Nullable': true,
|
|
129
|
-
'$Type': 'Edm.NavigationPropertyPath',
|
|
130
|
-
'@Org.OData.Core.V1.Description': 'TODO description for hierarchy association'
|
|
116
|
+
'@Org.OData.Core.V1.Description': 'Is used to indicate that several lines (aka “rows”) can be entered on the filter input (selection) UIs.'
|
|
131
117
|
}
|
|
132
118
|
},
|
|
133
119
|
'VariableUsageTypeEnumeration': {
|
|
134
120
|
'$Kind': 'EnumType',
|
|
135
121
|
'PARAMETER': 0,
|
|
136
|
-
'PARAMETER@Org.OData.Core.V1.Description': '
|
|
122
|
+
'PARAMETER@Org.OData.Core.V1.Description': 'The variable is used for a parameter of the underlying data source.',
|
|
137
123
|
'FILTER': 1,
|
|
138
|
-
'FILTER@Org.OData.Core.V1.Description': '
|
|
124
|
+
'FILTER@Org.OData.Core.V1.Description': 'The variable is used in filters for the dimension represented by the element annotated as referenceElement.',
|
|
139
125
|
'FORMULA': 2,
|
|
140
|
-
'FORMULA@Org.OData.Core.V1.Description': '
|
|
126
|
+
'FORMULA@Org.OData.Core.V1.Description': 'The variable is used as a placeholder in expressions defining calculated measures.'
|
|
141
127
|
},
|
|
142
128
|
'VariableSelectionTypeEnumeration': {
|
|
143
129
|
'$Kind': 'EnumType',
|
|
144
130
|
'SINGLE': 0,
|
|
145
|
-
'SINGLE@Org.OData.Core.V1.Description': '
|
|
131
|
+
'SINGLE@Org.OData.Core.V1.Description': 'Single value.',
|
|
146
132
|
'INTERVAL': 1,
|
|
147
|
-
'INTERVAL@Org.OData.Core.V1.Description': '
|
|
133
|
+
'INTERVAL@Org.OData.Core.V1.Description': 'Interval is a special case of a Range with "sign = including" and "option = BT".',
|
|
148
134
|
'RANGE': 2,
|
|
149
|
-
'RANGE@Org.OData.Core.V1.Description': '
|
|
150
|
-
'HIERARCHY_NODE': 3,
|
|
151
|
-
'HIERARCHY_NODE@Org.OData.Core.V1.Description': 'RANGE for HIERARCHY_NODE (TODO)'
|
|
152
|
-
},
|
|
153
|
-
'HierarchyNodeType': {
|
|
154
|
-
'$Kind': 'ComplexType',
|
|
155
|
-
'@Org.OData.Core.V1.Description': 'Type of hierarchy node (TODO)',
|
|
156
|
-
'@Org.OData.Core.V1.LongDescription': '(Long Description) Type of hierarchy node (TODO)',
|
|
157
|
-
'nodeType': {
|
|
158
|
-
'@Org.OData.Core.V1.Description': 'TODO description for hierarchy node type code'
|
|
159
|
-
},
|
|
160
|
-
'node': {
|
|
161
|
-
'$Collection': true,
|
|
162
|
-
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.NodeEntryType',
|
|
163
|
-
'@Org.OData.Core.V1.Description': 'TODO description for hierarchy node node'
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
'NodeEntryType': {
|
|
167
|
-
'$Kind': 'ComplexType',
|
|
168
|
-
'@Org.OData.Core.V1.Description': 'Type of hierarchy node entry (TODO)',
|
|
169
|
-
'element': {
|
|
170
|
-
'@Org.OData.Core.V1.Description': 'TODO description for hierarchy node entry element'
|
|
171
|
-
},
|
|
172
|
-
'value': {
|
|
173
|
-
'@Org.OData.Core.V1.Description': 'TODO description for hierarchy node entry value'
|
|
174
|
-
}
|
|
135
|
+
'RANGE@Org.OData.Core.V1.Description': 'A Range is a complete (ABAP like) SELECT-option including sign (including/excluding) and operator (EQ, CP, BT...).'
|
|
175
136
|
},
|
|
176
137
|
'RangeType': {
|
|
177
138
|
'$Kind': 'ComplexType',
|
|
178
|
-
'@Org.OData.Core.V1.Description': '
|
|
139
|
+
'@Org.OData.Core.V1.Description': 'Specifies a #RANGE via sub fields "sign", "option", "low", and "high".',
|
|
179
140
|
'sign': {
|
|
180
141
|
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.RangeSignType',
|
|
181
|
-
'@Org.OData.Core.V1.Description': '
|
|
142
|
+
'@Org.OData.Core.V1.Description': 'Include or exclude matching values.'
|
|
182
143
|
},
|
|
183
144
|
'option': {
|
|
184
145
|
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.RangeOptionType',
|
|
185
|
-
'@Org.OData.Core.V1.Description': '
|
|
146
|
+
'@Org.OData.Core.V1.Description': 'Specifies the comparison operator.'
|
|
186
147
|
},
|
|
187
148
|
'low': {
|
|
188
|
-
'@Org.OData.Core.V1.Description': '
|
|
149
|
+
'@Org.OData.Core.V1.Description': 'Specifies the comparison value.'
|
|
189
150
|
},
|
|
190
151
|
'high': {
|
|
191
|
-
'@Org.OData.Core.V1.Description': '
|
|
152
|
+
'@Org.OData.Core.V1.Description': 'Specifies the upper value for comparison operators BT and NB.'
|
|
192
153
|
}
|
|
193
154
|
},
|
|
194
155
|
'RangeSignType': {
|
|
195
156
|
'$Kind': 'EnumType',
|
|
196
157
|
'I': 0,
|
|
197
|
-
'I@Org.OData.Core.V1.Description': '
|
|
158
|
+
'I@Org.OData.Core.V1.Description': 'Include',
|
|
198
159
|
'E': 1,
|
|
199
|
-
'E@Org.OData.Core.V1.Description': '
|
|
160
|
+
'E@Org.OData.Core.V1.Description': 'Exclude'
|
|
200
161
|
},
|
|
201
162
|
'RangeOptionType': {
|
|
202
163
|
'$Kind': 'EnumType',
|
|
203
164
|
'EQ': 0,
|
|
204
|
-
'EQ@Org.OData.Core.V1.Description': '
|
|
165
|
+
'EQ@Org.OData.Core.V1.Description': 'Equals',
|
|
205
166
|
'BT': 1,
|
|
206
|
-
'BT@Org.OData.Core.V1.Description': '
|
|
167
|
+
'BT@Org.OData.Core.V1.Description': 'Between',
|
|
207
168
|
'CP': 2,
|
|
208
|
-
'CP@Org.OData.Core.V1.Description': '
|
|
169
|
+
'CP@Org.OData.Core.V1.Description': 'Covers pattern',
|
|
209
170
|
'LE': 3,
|
|
210
|
-
'LE@Org.OData.Core.V1.Description': '
|
|
171
|
+
'LE@Org.OData.Core.V1.Description': 'Less or equal',
|
|
211
172
|
'GE': 4,
|
|
212
|
-
'GE@Org.OData.Core.V1.Description': '
|
|
173
|
+
'GE@Org.OData.Core.V1.Description': 'Greater or equal',
|
|
213
174
|
'NE': 5,
|
|
214
|
-
'NE@Org.OData.Core.V1.Description': '
|
|
175
|
+
'NE@Org.OData.Core.V1.Description': 'Not equals',
|
|
215
176
|
'NB': 6,
|
|
216
|
-
'NB@Org.OData.Core.V1.Description': '
|
|
177
|
+
'NB@Org.OData.Core.V1.Description': 'Not between',
|
|
217
178
|
'NP': 7,
|
|
218
|
-
'NP@Org.OData.Core.V1.Description': '
|
|
179
|
+
'NP@Org.OData.Core.V1.Description': 'Not covers pattern',
|
|
219
180
|
'GT': 8,
|
|
220
|
-
'GT@Org.OData.Core.V1.Description': '
|
|
181
|
+
'GT@Org.OData.Core.V1.Description': 'Greater than',
|
|
221
182
|
'LT': 9,
|
|
222
|
-
'LT@Org.OData.Core.V1.Description': '
|
|
223
|
-
},
|
|
224
|
-
'HierarchyBindingType': {
|
|
225
|
-
'$Kind': 'ComplexType',
|
|
226
|
-
'@Org.OData.Core.V1.Description': 'Type of hierarchy binding (TODO)',
|
|
227
|
-
'type': {
|
|
228
|
-
'$Type': 'com.sap.cds.vocabularies.AnalyticsDetails.HierarchyBindingTypeEnumeration',
|
|
229
|
-
'@Org.OData.Core.V1.Description': 'Description hierarchy binding type type (TODO)'
|
|
230
|
-
},
|
|
231
|
-
'value': {
|
|
232
|
-
'@Org.OData.Core.V1.Description': 'TODO description for hierarchy binding type value'
|
|
233
|
-
},
|
|
234
|
-
'variableSequence': {
|
|
235
|
-
'$Type': 'Edm.Int16',
|
|
236
|
-
'$Nullable': true,
|
|
237
|
-
'@Org.OData.Core.V1.Description': 'TODO description for hierarchy binding type variable sequence'
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
'HierarchyBindingTypeEnumeration': {
|
|
241
|
-
'$Kind': 'EnumType',
|
|
242
|
-
'PARAMETER': 0,
|
|
243
|
-
'PARAMETER@Org.OData.Core.V1.Description': 'Description for PARAMETER (TODO)',
|
|
244
|
-
'CONSTANT': 1,
|
|
245
|
-
'CONSTANT@Org.OData.Core.V1.Description': 'Description for CONSTANT (TODO)',
|
|
246
|
-
'SYSTEM_FIELD': 2,
|
|
247
|
-
'SYSTEM_FIELD@Org.OData.Core.V1.Description': 'Description for SYSTEM_FIELD (TODO)'
|
|
183
|
+
'LT@Org.OData.Core.V1.Description': 'Less than'
|
|
248
184
|
}
|
|
249
185
|
}
|
|
250
186
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"com.sap.cds.vocabularies.AnalyticsDetails.js","sourceRoot":"","sources":["../../src/resources/com.sap.cds.vocabularies.AnalyticsDetails.ts"],"names":[],"mappings":";;AAAA,kBAAe;IACX,2CAA2C,EAAE;QACzC,QAAQ,EAAE,kBAAkB;QAC5B,gCAAgC,EAAE,8CAA8C;QAChF,aAAa,EAAE;YACX,OAAO,EAAE,MAAM;YACf,YAAY,EAAE,CAAC,UAAU,CAAC;YAC1B,OAAO,EAAE,kEAAkE;YAC3E,gCAAgC,EAAE,
|
|
1
|
+
{"version":3,"file":"com.sap.cds.vocabularies.AnalyticsDetails.js","sourceRoot":"","sources":["../../src/resources/com.sap.cds.vocabularies.AnalyticsDetails.ts"],"names":[],"mappings":"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"}
|
|
@@ -23,11 +23,11 @@ declare const _default: {
|
|
|
23
23
|
$Kind: string;
|
|
24
24
|
$AppliesTo: string[];
|
|
25
25
|
$Type: string;
|
|
26
|
-
$Collection: boolean;
|
|
27
26
|
'@Org.OData.Core.V1.Description': string;
|
|
28
27
|
};
|
|
29
28
|
SupportedCapabilitiesType: {
|
|
30
29
|
$Kind: string;
|
|
30
|
+
$IsFlags: boolean;
|
|
31
31
|
ANALYTICAL_DIMENSION: number;
|
|
32
32
|
'ANALYTICAL_DIMENSION@Org.OData.Core.V1.Description': string;
|
|
33
33
|
ANALYTICAL_PROVIDER: number;
|
|
@@ -56,19 +56,6 @@ declare const _default: {
|
|
|
56
56
|
$Type: string;
|
|
57
57
|
'@Org.OData.Core.V1.Description': string;
|
|
58
58
|
};
|
|
59
|
-
objectIdentifier: {
|
|
60
|
-
$Kind: string;
|
|
61
|
-
$Type: string;
|
|
62
|
-
$AppliesTo: string[];
|
|
63
|
-
'@Org.OData.Core.V1.Description': string;
|
|
64
|
-
};
|
|
65
|
-
ObjectIdentifierType: {
|
|
66
|
-
$Kind: string;
|
|
67
|
-
oidElement: {
|
|
68
|
-
$Type: string;
|
|
69
|
-
'@Org.OData.Core.V1.Description': string;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
59
|
};
|
|
73
60
|
};
|
|
74
61
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"com.sap.cds.vocabularies.ObjectModel.d.ts","sourceRoot":"","sources":["../../src/resources/com.sap.cds.vocabularies.ObjectModel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"com.sap.cds.vocabularies.ObjectModel.d.ts","sourceRoot":"","sources":["../../src/resources/com.sap.cds.vocabularies.ObjectModel.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsEE"}
|
|
@@ -8,68 +8,55 @@ exports.default = {
|
|
|
8
8
|
'$Kind': 'Term',
|
|
9
9
|
'$AppliesTo': ['EntityType'],
|
|
10
10
|
'$Type': 'com.sap.cds.vocabularies.ObjectModel.ModelingPatternType',
|
|
11
|
-
'@Org.OData.Core.V1.Description': '(CDS annotation)
|
|
11
|
+
'@Org.OData.Core.V1.Description': '(CDS annotation) Describes the intention of an entity; used for tools/editors.'
|
|
12
12
|
},
|
|
13
13
|
'ModelingPatternType': {
|
|
14
14
|
'$Kind': 'EnumType',
|
|
15
15
|
'ANALYTICAL_DIMENSION': 0,
|
|
16
|
-
'ANALYTICAL_DIMENSION@Org.OData.Core.V1.Description': '
|
|
16
|
+
'ANALYTICAL_DIMENSION@Org.OData.Core.V1.Description': 'Can be used as a dimension in an analytical cube. Usually accompanied by supportedCapabilities "ANALYTICAL_DIMENSION".',
|
|
17
17
|
'ANALYTICAL_FACT': 1,
|
|
18
|
-
'ANALYTICAL_FACT@Org.OData.Core.V1.Description': '
|
|
18
|
+
'ANALYTICAL_FACT@Org.OData.Core.V1.Description': 'Data source for defining analytical cubes. Usually accompanied by supportedCapabilities "DATA_STRUCTURE".',
|
|
19
19
|
'ANALYTICAL_CUBE': 2,
|
|
20
|
-
'ANALYTICAL_CUBE@Org.OData.Core.V1.Description': '
|
|
20
|
+
'ANALYTICAL_CUBE@Org.OData.Core.V1.Description': 'Can be used as an analytical cube. Usually accompanied by supportedCapabilities "ANALYTICAL_PROVIDER".',
|
|
21
21
|
'LANGUAGE_DEPENDENT_TEXT': 3,
|
|
22
|
-
'LANGUAGE_DEPENDENT_TEXT@Org.OData.Core.V1.Description': '
|
|
22
|
+
'LANGUAGE_DEPENDENT_TEXT@Org.OData.Core.V1.Description': 'Functions as a text view that contains language-dependent text for another entity. Usually accompanied by supportedCapabilities "LANGUAGE_DEPENDENT_TEXT".'
|
|
23
23
|
},
|
|
24
24
|
'supportedCapabilities': {
|
|
25
25
|
'$Kind': 'Term',
|
|
26
26
|
'$AppliesTo': ['EntityType'],
|
|
27
27
|
'$Type': 'com.sap.cds.vocabularies.ObjectModel.SupportedCapabilitiesType',
|
|
28
|
-
'$Collection': true,
|
|
29
28
|
'@Org.OData.Core.V1.Description': '(CDS annotation) Defines the supported capabilities (TODO)'
|
|
30
29
|
},
|
|
31
30
|
'SupportedCapabilitiesType': {
|
|
32
31
|
'$Kind': 'EnumType',
|
|
32
|
+
'$IsFlags': true,
|
|
33
33
|
'ANALYTICAL_DIMENSION': 0,
|
|
34
|
-
'ANALYTICAL_DIMENSION@Org.OData.Core.V1.Description': '
|
|
34
|
+
'ANALYTICAL_DIMENSION@Org.OData.Core.V1.Description': 'Can be used as a dimension in an analytical cube. Usually accompanied by modelingPattern "ANALYTICAL_DIMENSION".',
|
|
35
35
|
'ANALYTICAL_PROVIDER': 1,
|
|
36
|
-
'ANALYTICAL_PROVIDER@Org.OData.Core.V1.Description': '
|
|
36
|
+
'ANALYTICAL_PROVIDER@Org.OData.Core.V1.Description': 'Can be used as primary data source for an analytical query. Usually accompanied by modelingPattern "ANALYTICAL_CUBE".',
|
|
37
37
|
'DATA_STRUCTURE': 2,
|
|
38
|
-
'DATA_STRUCTURE@Org.OData.Core.V1.Description': '
|
|
38
|
+
'DATA_STRUCTURE@Org.OData.Core.V1.Description': 'Defines a data structure. Usually accompanied by modelingPattern "ANALYTICAL_FACT".',
|
|
39
39
|
'LANGUAGE_DEPENDENT_TEXT': 3,
|
|
40
|
-
'LANGUAGE_DEPENDENT_TEXT@Org.OData.Core.V1.Description': '
|
|
40
|
+
'LANGUAGE_DEPENDENT_TEXT@Org.OData.Core.V1.Description': 'Functions as a text view that contains language-dependent text for another entity. Usually accompanied by modelingPattern "LANGUAGE_DEPENDENT_TEXT".'
|
|
41
41
|
},
|
|
42
42
|
'foreignKey': {
|
|
43
43
|
'$Kind': 'Term',
|
|
44
44
|
'$Type': 'com.sap.cds.vocabularies.ObjectModel.ForeignKeyType',
|
|
45
45
|
'$AppliesTo': ['Property'],
|
|
46
|
-
'@Org.OData.Core.V1.Description': '
|
|
46
|
+
'@Org.OData.Core.V1.Description': 'Points to a value list entity for the annotated element.'
|
|
47
47
|
},
|
|
48
48
|
'ForeignKeyType': {
|
|
49
49
|
'$Kind': 'ComplexType',
|
|
50
50
|
'association': {
|
|
51
51
|
'$Type': 'Edm.NavigationPropertyPath',
|
|
52
|
-
'@Org.OData.Core.V1.Description': '
|
|
52
|
+
'@Org.OData.Core.V1.Description': 'Association to an entity that is a value list for the annotated element.'
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
'representativeKey': {
|
|
56
56
|
'$Kind': 'Term',
|
|
57
57
|
'$AppliesTo': ['EntityType'],
|
|
58
58
|
'$Type': 'Edm.PropertyPath',
|
|
59
|
-
'@Org.OData.Core.V1.Description': '(CDS annotation)
|
|
60
|
-
},
|
|
61
|
-
'objectIdentifier': {
|
|
62
|
-
'$Kind': 'Term',
|
|
63
|
-
'$Type': 'com.sap.cds.vocabularies.ObjectModel.ObjectIdentifierType',
|
|
64
|
-
'$AppliesTo': ['EntityType'],
|
|
65
|
-
'@Org.OData.Core.V1.Description': 'TODO description for objectIdentifier'
|
|
66
|
-
},
|
|
67
|
-
'ObjectIdentifierType': {
|
|
68
|
-
'$Kind': 'ComplexType',
|
|
69
|
-
'oidElement': {
|
|
70
|
-
'$Type': 'Edm.PropertyPath',
|
|
71
|
-
'@Org.OData.Core.V1.Description': 'TODO description for ObjectIdentifierType.oidElement'
|
|
72
|
-
}
|
|
59
|
+
'@Org.OData.Core.V1.Description': '(CDS annotation) Most specific element of the primary key. It is the key element for which the entity serves as a value list.'
|
|
73
60
|
}
|
|
74
61
|
}
|
|
75
62
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"com.sap.cds.vocabularies.ObjectModel.js","sourceRoot":"","sources":["../../src/resources/com.sap.cds.vocabularies.ObjectModel.ts"],"names":[],"mappings":";;AAAA,kBAAe;IACX,sCAAsC,EAAE;QACpC,QAAQ,EAAE,aAAa;QACvB,gCAAgC,EAAE,yCAAyC;QAC3E,iBAAiB,EAAE;YACf,OAAO,EAAE,MAAM;YACf,YAAY,EAAE,CAAC,YAAY,CAAC;YAC5B,OAAO,EAAE,0DAA0D;YACnE,gCAAgC,
|
|
1
|
+
{"version":3,"file":"com.sap.cds.vocabularies.ObjectModel.js","sourceRoot":"","sources":["../../src/resources/com.sap.cds.vocabularies.ObjectModel.ts"],"names":[],"mappings":";;AAAA,kBAAe;IACX,sCAAsC,EAAE;QACpC,QAAQ,EAAE,aAAa;QACvB,gCAAgC,EAAE,yCAAyC;QAC3E,iBAAiB,EAAE;YACf,OAAO,EAAE,MAAM;YACf,YAAY,EAAE,CAAC,YAAY,CAAC;YAC5B,OAAO,EAAE,0DAA0D;YACnE,gCAAgC,EAC5B,gFAAgF;SACvF;QACD,qBAAqB,EAAE;YACnB,OAAO,EAAE,UAAU;YACnB,sBAAsB,EAAE,CAAC;YACzB,oDAAoD,EAChD,wHAAwH;YAC5H,iBAAiB,EAAE,CAAC;YACpB,+CAA+C,EAC3C,2GAA2G;YAC/G,iBAAiB,EAAE,CAAC;YACpB,+CAA+C,EAC3C,wGAAwG;YAC5G,yBAAyB,EAAE,CAAC;YAC5B,uDAAuD,EACnD,4JAA4J;SACnK;QACD,uBAAuB,EAAE;YACrB,OAAO,EAAE,MAAM;YACf,YAAY,EAAE,CAAC,YAAY,CAAC;YAC5B,OAAO,EAAE,gEAAgE;YACzE,gCAAgC,EAAE,4DAA4D;SACjG;QACD,2BAA2B,EAAE;YACzB,OAAO,EAAE,UAAU;YACnB,UAAU,EAAE,IAAI;YAChB,sBAAsB,EAAE,CAAC;YACzB,oDAAoD,EAChD,kHAAkH;YACtH,qBAAqB,EAAE,CAAC;YACxB,mDAAmD,EAC/C,uHAAuH;YAC3H,gBAAgB,EAAE,CAAC;YACnB,8CAA8C,EAC1C,qFAAqF;YACzF,yBAAyB,EAAE,CAAC;YAC5B,uDAAuD,EACnD,sJAAsJ;SAC7J;QACD,YAAY,EAAE;YACV,OAAO,EAAE,MAAM;YACf,OAAO,EAAE,qDAAqD;YAC9D,YAAY,EAAE,CAAC,UAAU,CAAC;YAC1B,gCAAgC,EAAE,0DAA0D;SAC/F;QACD,gBAAgB,EAAE;YACd,OAAO,EAAE,aAAa;YACtB,aAAa,EAAE;gBACX,OAAO,EAAE,4BAA4B;gBACrC,gCAAgC,EAC5B,0EAA0E;aACjF;SACJ;QACD,mBAAmB,EAAE;YACjB,OAAO,EAAE,MAAM;YACf,YAAY,EAAE,CAAC,YAAY,CAAC;YAC5B,OAAO,EAAE,kBAAkB;YAC3B,gCAAgC,EAC5B,+HAA+H;SACtI;KACJ;CACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aodata-vocabularies"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.3.
|
|
12
|
+
"version": "0.3.3",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|