@salesforce/lds-adapters-cdp-semantic-authoring 1.320.0 → 1.322.0
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/es/es2018/cdp-semantic-authoring.js +816 -183
- package/dist/es/es2018/types/src/generated/adapters/createSemanticSubMetric.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticMetricsByMetricIds.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsBaseModelsByModelApiNameOrIdAndBaseModelNameOrId.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricStoreItems.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsCalculatedMeasurementsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsCloneByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedDimensionsConvertToMeasurementByCalculatedDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsCalculatedMeasurementsByCalculatedMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsDimensionsConvertToMeasurementByDataObjectNameOrIdAndDimensionNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsMeasurementsByDataObjectNameOrIdAndMeasurementNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsMetricsAdditionalDimensionByModelApiNameOrId.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsOverrideByModelApiNameOrId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsSubMetricsByModelApiNameOrIdAndSubMetricNameOrId.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectCollectionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +13 -1
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalValueInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +16 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricAdditionalDimensionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalInputRepresentation.d.ts +7 -5
- package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/SemanticMetricStoreItemOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticModelPatchInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideCollectionOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SemanticOverrideOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricInputRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricOutputRepresentation.d.ts +8 -1
- package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeInputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticTimeRangeOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticUnionOutputRepresentation.d.ts +4 -1
- package/package.json +3 -3
- package/sfdc/index.js +803 -170
- package/src/raml/api.raml +517 -53
package/src/raml/api.raml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
securedBy:
|
|
3
3
|
- OAuth2
|
|
4
4
|
title: Salesforce Connect API
|
|
5
|
-
version: '
|
|
5
|
+
version: '63.0'
|
|
6
6
|
mediaType: application/json
|
|
7
7
|
protocols:
|
|
8
8
|
- https
|
|
@@ -54,16 +54,17 @@ types:
|
|
|
54
54
|
description: The type of the time range.
|
|
55
55
|
type: string
|
|
56
56
|
enum:
|
|
57
|
-
-
|
|
58
|
-
-
|
|
57
|
+
- Custom
|
|
58
|
+
- LastMonth
|
|
59
|
+
- LastQuarter
|
|
59
60
|
- LastWeek
|
|
60
61
|
- LastYear
|
|
61
|
-
- ThisYear
|
|
62
|
-
- ThisWeek
|
|
63
|
-
- ThisQuarter
|
|
64
|
-
- LastQuarter
|
|
65
62
|
- ThisMonth
|
|
66
|
-
-
|
|
63
|
+
- ThisQuarter
|
|
64
|
+
- ThisWeek
|
|
65
|
+
- ThisYear
|
|
66
|
+
- Today
|
|
67
|
+
- Yesterday
|
|
67
68
|
SemanticMetricTimeGrainTypeEnum:
|
|
68
69
|
description: The time grain values allowed to be used.
|
|
69
70
|
type: string
|
|
@@ -95,12 +96,19 @@ types:
|
|
|
95
96
|
- Descending
|
|
96
97
|
- None
|
|
97
98
|
SentimentTypeEnum:
|
|
98
|
-
description: the
|
|
99
|
+
description: Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (SentimentTypeUpIsGood) or negative (SentimentTypeUpIsBad).
|
|
99
100
|
type: string
|
|
100
101
|
enum:
|
|
101
102
|
- SentimentTypeNone
|
|
102
103
|
- SentimentTypeUpIsBad
|
|
103
104
|
- SentimentTypeUpIsGood
|
|
105
|
+
SemanticViewTypeEnum:
|
|
106
|
+
description: The semantic view types enum, relevant only for logicalView created by sql
|
|
107
|
+
type: string
|
|
108
|
+
enum:
|
|
109
|
+
- CustomSql
|
|
110
|
+
- HardJoin
|
|
111
|
+
- Union
|
|
104
112
|
SemanticDataTypeEnum:
|
|
105
113
|
description: The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None".
|
|
106
114
|
type: string
|
|
@@ -109,6 +117,7 @@ types:
|
|
|
109
117
|
- Latitude
|
|
110
118
|
- Longitude
|
|
111
119
|
- None
|
|
120
|
+
- RecordCurrency
|
|
112
121
|
- WebUrl
|
|
113
122
|
SemanticQueryUnrelatedDataObjectsTypeEnum:
|
|
114
123
|
description: The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
@@ -116,6 +125,20 @@ types:
|
|
|
116
125
|
enum:
|
|
117
126
|
- Exception
|
|
118
127
|
- Union
|
|
128
|
+
SemanticOverridePropertyNameEnum:
|
|
129
|
+
description: The property name of the overridden entity
|
|
130
|
+
type: string
|
|
131
|
+
enum:
|
|
132
|
+
- AggregationType
|
|
133
|
+
- DataRole
|
|
134
|
+
- DataType
|
|
135
|
+
- DecimalPlace
|
|
136
|
+
- Description
|
|
137
|
+
- Directionality
|
|
138
|
+
- DisplayCategory
|
|
139
|
+
- DisplayName
|
|
140
|
+
- SortOrder
|
|
141
|
+
- Visibility
|
|
119
142
|
SemanticFilterOperatorTypeEnum:
|
|
120
143
|
description: The operator for the filter.
|
|
121
144
|
type: string
|
|
@@ -180,6 +203,7 @@ types:
|
|
|
180
203
|
description: The left field type.
|
|
181
204
|
type: string
|
|
182
205
|
enum:
|
|
206
|
+
- Formula
|
|
183
207
|
- SemanticField
|
|
184
208
|
- TableField
|
|
185
209
|
SemanticRelationshipJoinType:
|
|
@@ -197,6 +221,12 @@ types:
|
|
|
197
221
|
enum:
|
|
198
222
|
- Equals
|
|
199
223
|
- EqualsIgnoreCase
|
|
224
|
+
- GreaterThan
|
|
225
|
+
- GreaterThanOrEqual
|
|
226
|
+
- LessThan
|
|
227
|
+
- LessThanOrEqual
|
|
228
|
+
- NotEquals
|
|
229
|
+
- NotEqualsIgnoreCase
|
|
200
230
|
SemanticGoalTypeEnum:
|
|
201
231
|
description: The Type property of the semantic metric goal.
|
|
202
232
|
type: string
|
|
@@ -217,8 +247,11 @@ types:
|
|
|
217
247
|
- CalculatedDimension
|
|
218
248
|
- CalculatedMeasurement
|
|
219
249
|
- DataObject
|
|
250
|
+
- Grouping
|
|
220
251
|
- LogicalView
|
|
252
|
+
- MappedField
|
|
221
253
|
- Metric
|
|
254
|
+
- Parameter
|
|
222
255
|
- Relationship
|
|
223
256
|
SemanticParameterDataTypeEnum:
|
|
224
257
|
description: The data type of the semantic parameter.
|
|
@@ -238,6 +271,7 @@ types:
|
|
|
238
271
|
type: string
|
|
239
272
|
enum:
|
|
240
273
|
- Boolean
|
|
274
|
+
- Currency
|
|
241
275
|
- Date
|
|
242
276
|
- DateTime
|
|
243
277
|
- Email
|
|
@@ -251,10 +285,12 @@ types:
|
|
|
251
285
|
type: string
|
|
252
286
|
enum:
|
|
253
287
|
- Boolean
|
|
288
|
+
- Currency
|
|
254
289
|
- Date
|
|
255
290
|
- DateTime
|
|
256
291
|
- Email
|
|
257
292
|
- Number
|
|
293
|
+
- Percentage
|
|
258
294
|
- PhoneNumber
|
|
259
295
|
- Text
|
|
260
296
|
- Url
|
|
@@ -263,6 +299,8 @@ types:
|
|
|
263
299
|
type: string
|
|
264
300
|
enum:
|
|
265
301
|
- Cio
|
|
302
|
+
- CustomSql
|
|
303
|
+
- Dlo
|
|
266
304
|
- Dmo
|
|
267
305
|
SemanticDisplayCategoryEnum:
|
|
268
306
|
description: Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other.
|
|
@@ -497,6 +535,10 @@ types:
|
|
|
497
535
|
description: The origin model of the semantic entity.
|
|
498
536
|
type: string
|
|
499
537
|
required: false
|
|
538
|
+
cacheKey:
|
|
539
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
540
|
+
type: string
|
|
541
|
+
required: false
|
|
500
542
|
createdBy:
|
|
501
543
|
description: The user who created the semantic entity.
|
|
502
544
|
type: string
|
|
@@ -623,6 +665,10 @@ types:
|
|
|
623
665
|
description: The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None".
|
|
624
666
|
type: SemanticDataTypeEnum
|
|
625
667
|
required: false
|
|
668
|
+
sentiment:
|
|
669
|
+
description: Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (SentimentTypeUpIsGood) or negative (SentimentTypeUpIsBad).
|
|
670
|
+
type: SentimentTypeEnum
|
|
671
|
+
required: false
|
|
626
672
|
shouldTreatNullsAsZeros:
|
|
627
673
|
description: Should we treat null values as zeros?
|
|
628
674
|
type: boolean
|
|
@@ -661,6 +707,10 @@ types:
|
|
|
661
707
|
description: The origin model of the semantic entity.
|
|
662
708
|
type: string
|
|
663
709
|
required: false
|
|
710
|
+
cacheKey:
|
|
711
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
712
|
+
type: string
|
|
713
|
+
required: false
|
|
664
714
|
createdBy:
|
|
665
715
|
description: The user who created the semantic entity.
|
|
666
716
|
type: string
|
|
@@ -722,6 +772,10 @@ types:
|
|
|
722
772
|
description: The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None".
|
|
723
773
|
type: SemanticDataTypeEnum
|
|
724
774
|
required: false
|
|
775
|
+
sentiment:
|
|
776
|
+
description: Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down).
|
|
777
|
+
type: SentimentTypeEnum
|
|
778
|
+
required: false
|
|
725
779
|
shouldTreatNullsAsZeros:
|
|
726
780
|
description: Should we treat nulls as zeros?
|
|
727
781
|
type: boolean
|
|
@@ -763,6 +817,10 @@ types:
|
|
|
763
817
|
type: object
|
|
764
818
|
additionalProperties: true
|
|
765
819
|
properties:
|
|
820
|
+
cacheKey:
|
|
821
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
822
|
+
type: string
|
|
823
|
+
required: false
|
|
766
824
|
items:
|
|
767
825
|
description: A list of semantic items.
|
|
768
826
|
type: array
|
|
@@ -835,6 +893,10 @@ types:
|
|
|
835
893
|
description: The origin model of the semantic entity.
|
|
836
894
|
type: string
|
|
837
895
|
required: false
|
|
896
|
+
cacheKey:
|
|
897
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
898
|
+
type: string
|
|
899
|
+
required: false
|
|
838
900
|
createdBy:
|
|
839
901
|
description: The user who created the semantic entity.
|
|
840
902
|
type: string
|
|
@@ -1045,6 +1107,10 @@ types:
|
|
|
1045
1107
|
description: The origin model of the semantic entity.
|
|
1046
1108
|
type: string
|
|
1047
1109
|
required: false
|
|
1110
|
+
cacheKey:
|
|
1111
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
1112
|
+
type: string
|
|
1113
|
+
required: false
|
|
1048
1114
|
createdBy:
|
|
1049
1115
|
description: The user who created the semantic entity.
|
|
1050
1116
|
type: string
|
|
@@ -1098,6 +1164,18 @@ types:
|
|
|
1098
1164
|
description: The API name of the referenced data object dimension.
|
|
1099
1165
|
type: string
|
|
1100
1166
|
required: false
|
|
1167
|
+
isKeyQualifier:
|
|
1168
|
+
description: Indicates whether the field is a key qualifier.
|
|
1169
|
+
type: boolean
|
|
1170
|
+
required: false
|
|
1171
|
+
isPrimaryKey:
|
|
1172
|
+
description: Indicates whether the field is a primary key.
|
|
1173
|
+
type: boolean
|
|
1174
|
+
required: false
|
|
1175
|
+
keyQualifierName:
|
|
1176
|
+
description: The key qualifier name of this field in data object in data cloud, if exists.
|
|
1177
|
+
type: string
|
|
1178
|
+
required: false
|
|
1101
1179
|
SemanticFieldReferenceInputRepresentation:
|
|
1102
1180
|
description: Input representation field reference
|
|
1103
1181
|
type: object
|
|
@@ -1156,6 +1234,18 @@ types:
|
|
|
1156
1234
|
description: The string representation of the value to filter against.
|
|
1157
1235
|
type: string
|
|
1158
1236
|
required: false
|
|
1237
|
+
SemanticGoalDateRangeInputRepresentation:
|
|
1238
|
+
description: Input representation for specifying a semantic metric goal date range
|
|
1239
|
+
type: object
|
|
1240
|
+
properties:
|
|
1241
|
+
endDate:
|
|
1242
|
+
description: The Value property of the semantic metric goal start date
|
|
1243
|
+
type: string
|
|
1244
|
+
required: false
|
|
1245
|
+
startDate:
|
|
1246
|
+
description: The Value property of the semantic metric goal start date
|
|
1247
|
+
type: string
|
|
1248
|
+
required: false
|
|
1159
1249
|
SemanticGoalDateRangeOutputRepresentation:
|
|
1160
1250
|
description: A semantic Metric Goal Date Range.
|
|
1161
1251
|
type: object
|
|
@@ -1169,6 +1259,15 @@ types:
|
|
|
1169
1259
|
description: The start date of the semantic metric goal.
|
|
1170
1260
|
type: string
|
|
1171
1261
|
required: false
|
|
1262
|
+
SemanticGoalValueInputRepresentation:
|
|
1263
|
+
description: Input representation for specifying a semantic metric goal value
|
|
1264
|
+
type: object
|
|
1265
|
+
properties:
|
|
1266
|
+
staticValue:
|
|
1267
|
+
description: The Static Value property of the semantic metric goal value
|
|
1268
|
+
type: number
|
|
1269
|
+
format: double
|
|
1270
|
+
required: false
|
|
1172
1271
|
SemanticGoalValueOutputRepresentation:
|
|
1173
1272
|
description: A semantic goal value.
|
|
1174
1273
|
type: object
|
|
@@ -1176,7 +1275,8 @@ types:
|
|
|
1176
1275
|
properties:
|
|
1177
1276
|
staticValue:
|
|
1178
1277
|
description: The static value of the semantic metric goal value.
|
|
1179
|
-
type:
|
|
1278
|
+
type: number
|
|
1279
|
+
format: double
|
|
1180
1280
|
required: false
|
|
1181
1281
|
SemanticGroupingCollectionOutputRepresentation:
|
|
1182
1282
|
description: Semantic groupings collection representation.
|
|
@@ -1254,6 +1354,10 @@ types:
|
|
|
1254
1354
|
description: The origin model of the semantic entity.
|
|
1255
1355
|
type: string
|
|
1256
1356
|
required: false
|
|
1357
|
+
cacheKey:
|
|
1358
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
1359
|
+
type: string
|
|
1360
|
+
required: false
|
|
1257
1361
|
createdBy:
|
|
1258
1362
|
description: The user who created the semantic entity.
|
|
1259
1363
|
type: string
|
|
@@ -1440,6 +1544,10 @@ types:
|
|
|
1440
1544
|
items:
|
|
1441
1545
|
type: SemanticFilterInputRepresentation
|
|
1442
1546
|
required: false
|
|
1547
|
+
customSql:
|
|
1548
|
+
description: Represents the custom sql query.
|
|
1549
|
+
type: string
|
|
1550
|
+
required: false
|
|
1443
1551
|
semanticDataObjects:
|
|
1444
1552
|
description: The semantic data objects within the logical view.
|
|
1445
1553
|
type: array
|
|
@@ -1470,6 +1578,10 @@ types:
|
|
|
1470
1578
|
description: The origin model of the semantic entity.
|
|
1471
1579
|
type: string
|
|
1472
1580
|
required: false
|
|
1581
|
+
cacheKey:
|
|
1582
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
1583
|
+
type: string
|
|
1584
|
+
required: false
|
|
1473
1585
|
createdBy:
|
|
1474
1586
|
description: The user who created the semantic entity.
|
|
1475
1587
|
type: string
|
|
@@ -1495,6 +1607,10 @@ types:
|
|
|
1495
1607
|
description: The date in which the semantic entity was last modified.
|
|
1496
1608
|
type: string
|
|
1497
1609
|
required: false
|
|
1610
|
+
customSql:
|
|
1611
|
+
description: The custom sql query, relevant only for logicalView created by sql
|
|
1612
|
+
type: string
|
|
1613
|
+
required: false
|
|
1498
1614
|
filterLogic:
|
|
1499
1615
|
description: The logic expression for generating a filter based on the list of filters.
|
|
1500
1616
|
type: string
|
|
@@ -1523,6 +1639,10 @@ types:
|
|
|
1523
1639
|
required: false
|
|
1524
1640
|
items:
|
|
1525
1641
|
type: SemanticUnionOutputRepresentation
|
|
1642
|
+
semanticViewTypeEnum:
|
|
1643
|
+
description: The semantic view types enum, relevant only for logicalView created by sql
|
|
1644
|
+
type: SemanticViewTypeEnum
|
|
1645
|
+
required: false
|
|
1526
1646
|
SemanticLogicalViewPartialInputRepresentation:
|
|
1527
1647
|
description: Limited input representation for patching a semantic logical view
|
|
1528
1648
|
type: object
|
|
@@ -1606,6 +1726,10 @@ types:
|
|
|
1606
1726
|
description: The origin model of the semantic entity.
|
|
1607
1727
|
type: string
|
|
1608
1728
|
required: false
|
|
1729
|
+
cacheKey:
|
|
1730
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
1731
|
+
type: string
|
|
1732
|
+
required: false
|
|
1609
1733
|
createdBy:
|
|
1610
1734
|
description: The user who created the semantic entity.
|
|
1611
1735
|
type: string
|
|
@@ -1708,6 +1832,10 @@ types:
|
|
|
1708
1832
|
description: The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None".
|
|
1709
1833
|
type: SemanticDataTypeEnum
|
|
1710
1834
|
required: false
|
|
1835
|
+
sentiment:
|
|
1836
|
+
description: Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (SentimentTypeUpIsGood) or negative (SentimentTypeUpIsBad).
|
|
1837
|
+
type: SentimentTypeEnum
|
|
1838
|
+
required: false
|
|
1711
1839
|
shouldTreatNullsAsZeros:
|
|
1712
1840
|
description: Should we treat null values as zeros?
|
|
1713
1841
|
type: boolean
|
|
@@ -1728,6 +1856,10 @@ types:
|
|
|
1728
1856
|
description: The origin model of the semantic entity.
|
|
1729
1857
|
type: string
|
|
1730
1858
|
required: false
|
|
1859
|
+
cacheKey:
|
|
1860
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
1861
|
+
type: string
|
|
1862
|
+
required: false
|
|
1731
1863
|
createdBy:
|
|
1732
1864
|
description: The user who created the semantic entity.
|
|
1733
1865
|
type: string
|
|
@@ -1789,6 +1921,10 @@ types:
|
|
|
1789
1921
|
description: The Semantic Data Type determines the type of data being displayed in specific Semantic Data Fields in association with native Salesforce Data Types. Valid Semantic Data Types include Image URL, Web URL, Latitude, Longitude, and None. The default is "None".
|
|
1790
1922
|
type: SemanticDataTypeEnum
|
|
1791
1923
|
required: false
|
|
1924
|
+
sentiment:
|
|
1925
|
+
description: Indicates the Sentiment of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down).
|
|
1926
|
+
type: SentimentTypeEnum
|
|
1927
|
+
required: false
|
|
1792
1928
|
shouldTreatNullsAsZeros:
|
|
1793
1929
|
description: Should we treat nulls as zeros?
|
|
1794
1930
|
type: boolean
|
|
@@ -1797,6 +1933,34 @@ types:
|
|
|
1797
1933
|
description: The API name of the referenced data object measurement.
|
|
1798
1934
|
type: string
|
|
1799
1935
|
required: false
|
|
1936
|
+
isKeyQualifier:
|
|
1937
|
+
description: Indicates whether the field is a key qualifier.
|
|
1938
|
+
type: boolean
|
|
1939
|
+
required: false
|
|
1940
|
+
isPrimaryKey:
|
|
1941
|
+
description: Indicates whether the field is a primary key.
|
|
1942
|
+
type: boolean
|
|
1943
|
+
required: false
|
|
1944
|
+
keyQualifierName:
|
|
1945
|
+
description: The key qualifier name of this field in data object in data cloud, if exists.
|
|
1946
|
+
type: string
|
|
1947
|
+
required: false
|
|
1948
|
+
SemanticMetricAdditionalDimensionInputRepresentation:
|
|
1949
|
+
description: Input representation for updating semantic metric with additional dimensions
|
|
1950
|
+
type: object
|
|
1951
|
+
properties:
|
|
1952
|
+
additionalDimensions:
|
|
1953
|
+
description: Additional Dimensions to be added to metrics
|
|
1954
|
+
type: array
|
|
1955
|
+
items:
|
|
1956
|
+
type: SemanticFieldReferenceInputRepresentation
|
|
1957
|
+
required: false
|
|
1958
|
+
metricIds:
|
|
1959
|
+
description: List of metric ids to be adjust (Add to all if this is empty).
|
|
1960
|
+
type: array
|
|
1961
|
+
items:
|
|
1962
|
+
type: string
|
|
1963
|
+
required: false
|
|
1800
1964
|
SemanticMetricCollectionOutputRepresentation:
|
|
1801
1965
|
description: Semantic metrics collection representation.
|
|
1802
1966
|
type: object
|
|
@@ -1825,7 +1989,7 @@ types:
|
|
|
1825
1989
|
properties:
|
|
1826
1990
|
date:
|
|
1827
1991
|
description: The Date property of the semantic metric goal.
|
|
1828
|
-
type:
|
|
1992
|
+
type: SemanticGoalDateRangeInputRepresentation
|
|
1829
1993
|
required: false
|
|
1830
1994
|
goalType:
|
|
1831
1995
|
description: The Type property of the semantic metric goal.
|
|
@@ -1833,7 +1997,7 @@ types:
|
|
|
1833
1997
|
required: false
|
|
1834
1998
|
value:
|
|
1835
1999
|
description: The Value property of the semantic metric goal.
|
|
1836
|
-
type:
|
|
2000
|
+
type: SemanticGoalValueInputRepresentation
|
|
1837
2001
|
required: false
|
|
1838
2002
|
SemanticMetricGoalOutputRepresentation:
|
|
1839
2003
|
description: A semantic Metric Goal.
|
|
@@ -1919,6 +2083,10 @@ types:
|
|
|
1919
2083
|
description: The origin model of the semantic entity.
|
|
1920
2084
|
type: string
|
|
1921
2085
|
required: false
|
|
2086
|
+
cacheKey:
|
|
2087
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
2088
|
+
type: string
|
|
2089
|
+
required: false
|
|
1922
2090
|
createdBy:
|
|
1923
2091
|
description: The user who created the semantic entity.
|
|
1924
2092
|
type: string
|
|
@@ -1986,6 +2154,33 @@ types:
|
|
|
1986
2154
|
required: false
|
|
1987
2155
|
items:
|
|
1988
2156
|
type: SemanticMetricTimeGrainTypeEnum
|
|
2157
|
+
SemanticMetricStoreItemCollectionOutputRepresentation:
|
|
2158
|
+
description: collection of semantic metric store items.
|
|
2159
|
+
type: object
|
|
2160
|
+
additionalProperties: true
|
|
2161
|
+
properties:
|
|
2162
|
+
items:
|
|
2163
|
+
description: list of semantic metric store items.
|
|
2164
|
+
type: array
|
|
2165
|
+
required: false
|
|
2166
|
+
items:
|
|
2167
|
+
type: SemanticMetricStoreItemOutputRepresentation
|
|
2168
|
+
SemanticMetricStoreItemOutputRepresentation:
|
|
2169
|
+
description: metric store item
|
|
2170
|
+
type: object
|
|
2171
|
+
additionalProperties: true
|
|
2172
|
+
properties:
|
|
2173
|
+
hasSubMetrics:
|
|
2174
|
+
description: indicate if metric has sub metrics
|
|
2175
|
+
type: boolean
|
|
2176
|
+
required: false
|
|
2177
|
+
metric:
|
|
2178
|
+
description: the semantic metric
|
|
2179
|
+
type: SemanticMetricOutputRepresentation
|
|
2180
|
+
modelApiName:
|
|
2181
|
+
description: The api name of the model
|
|
2182
|
+
type: string
|
|
2183
|
+
required: false
|
|
1989
2184
|
SemanticModelCollectionOutputRepresentation:
|
|
1990
2185
|
description: Semantic model collection representation.
|
|
1991
2186
|
type: object
|
|
@@ -2171,6 +2366,10 @@ types:
|
|
|
2171
2366
|
description: The origin model of the semantic entity.
|
|
2172
2367
|
type: string
|
|
2173
2368
|
required: false
|
|
2369
|
+
cacheKey:
|
|
2370
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
2371
|
+
type: string
|
|
2372
|
+
required: false
|
|
2174
2373
|
createdBy:
|
|
2175
2374
|
description: The user who created the semantic entity.
|
|
2176
2375
|
type: string
|
|
@@ -2218,6 +2417,7 @@ types:
|
|
|
2218
2417
|
isLocked:
|
|
2219
2418
|
description: Is the model locked for edit/ delete.
|
|
2220
2419
|
type: boolean
|
|
2420
|
+
required: false
|
|
2221
2421
|
queryUnrelatedDataObjects:
|
|
2222
2422
|
description: The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
2223
2423
|
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
@@ -2356,6 +2556,10 @@ types:
|
|
|
2356
2556
|
description: The origin model of the semantic entity.
|
|
2357
2557
|
type: string
|
|
2358
2558
|
required: false
|
|
2559
|
+
cacheKey:
|
|
2560
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
2561
|
+
type: string
|
|
2562
|
+
required: false
|
|
2359
2563
|
createdBy:
|
|
2360
2564
|
description: The user who created the semantic entity.
|
|
2361
2565
|
type: string
|
|
@@ -2403,6 +2607,7 @@ types:
|
|
|
2403
2607
|
isLocked:
|
|
2404
2608
|
description: Is the model locked for edit/ delete.
|
|
2405
2609
|
type: boolean
|
|
2610
|
+
required: false
|
|
2406
2611
|
queryUnrelatedDataObjects:
|
|
2407
2612
|
description: The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
2408
2613
|
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
@@ -2439,6 +2644,48 @@ types:
|
|
|
2439
2644
|
description: The source identifier name
|
|
2440
2645
|
type: string
|
|
2441
2646
|
required: false
|
|
2647
|
+
SemanticModelPatchInputRepresentation:
|
|
2648
|
+
description: Limited input representation for patching semantic model
|
|
2649
|
+
type: object
|
|
2650
|
+
properties:
|
|
2651
|
+
apiName:
|
|
2652
|
+
description: The API name of the semantic entity.
|
|
2653
|
+
type: string
|
|
2654
|
+
required: false
|
|
2655
|
+
description:
|
|
2656
|
+
description: An optional description of the semantic entity.
|
|
2657
|
+
type: string
|
|
2658
|
+
required: false
|
|
2659
|
+
label:
|
|
2660
|
+
description: The display name of the semantic entity. Optional, if not specified will use the same as the api name but instead of “_” will use spaces.
|
|
2661
|
+
type: string
|
|
2662
|
+
required: false
|
|
2663
|
+
app:
|
|
2664
|
+
description: App to which the Semantic Model belongs.
|
|
2665
|
+
type: string
|
|
2666
|
+
required: false
|
|
2667
|
+
categories:
|
|
2668
|
+
description: Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other.
|
|
2669
|
+
type: array
|
|
2670
|
+
items:
|
|
2671
|
+
type: SemanticDisplayCategoryEnum
|
|
2672
|
+
required: false
|
|
2673
|
+
dataspace:
|
|
2674
|
+
description: Required. Dataspace in which the Semantic Model is located.
|
|
2675
|
+
type: string
|
|
2676
|
+
required: false
|
|
2677
|
+
queryUnrelatedDataObjects:
|
|
2678
|
+
description: Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
2679
|
+
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
2680
|
+
required: false
|
|
2681
|
+
sourceCreation:
|
|
2682
|
+
description: The source of which the model was created from.
|
|
2683
|
+
type: SemanticModelSourceCreationTypeEnum
|
|
2684
|
+
required: false
|
|
2685
|
+
sourceCreationName:
|
|
2686
|
+
description: The source identifier name.
|
|
2687
|
+
type: string
|
|
2688
|
+
required: false
|
|
2442
2689
|
SemanticModelValidationOutputRepresentation:
|
|
2443
2690
|
description: The output representation of a semantic model validation response.
|
|
2444
2691
|
type: object
|
|
@@ -2453,6 +2700,67 @@ types:
|
|
|
2453
2700
|
validation:
|
|
2454
2701
|
description: The validated semantic model.
|
|
2455
2702
|
type: SemanticResourceValidationOutputRepresentation
|
|
2703
|
+
SemanticOverrideCollectionInputRepresentation:
|
|
2704
|
+
description: A representation of a collection of semantic overrides.
|
|
2705
|
+
type: object
|
|
2706
|
+
properties:
|
|
2707
|
+
overrides:
|
|
2708
|
+
description: Represents a list of Semantic Overrides withing the SemanticOverrideCollectionInput
|
|
2709
|
+
type: array
|
|
2710
|
+
items:
|
|
2711
|
+
type: SemanticOverrideInputRepresentation
|
|
2712
|
+
required: false
|
|
2713
|
+
SemanticOverrideCollectionOutputRepresentation:
|
|
2714
|
+
description: A representation of a collection of semantic overrides.
|
|
2715
|
+
type: object
|
|
2716
|
+
additionalProperties: true
|
|
2717
|
+
properties:
|
|
2718
|
+
overrides:
|
|
2719
|
+
description: A list of semantic overrides.
|
|
2720
|
+
type: array
|
|
2721
|
+
required: false
|
|
2722
|
+
items:
|
|
2723
|
+
type: SemanticOverrideOutputRepresentation
|
|
2724
|
+
SemanticOverrideInputRepresentation:
|
|
2725
|
+
description: The input representation for creating a semantic override.
|
|
2726
|
+
type: object
|
|
2727
|
+
properties:
|
|
2728
|
+
entityFqn:
|
|
2729
|
+
description: The Fully Qualified Name of the overridden entity
|
|
2730
|
+
type: string
|
|
2731
|
+
required: false
|
|
2732
|
+
propertyName:
|
|
2733
|
+
description: The property name of the overridden entity
|
|
2734
|
+
type: SemanticOverridePropertyNameEnum
|
|
2735
|
+
required: false
|
|
2736
|
+
propertyOverrideValue:
|
|
2737
|
+
description: The property new value of the overridden entity
|
|
2738
|
+
type: string
|
|
2739
|
+
required: false
|
|
2740
|
+
SemanticOverrideOutputRepresentation:
|
|
2741
|
+
description: A semantic override representation
|
|
2742
|
+
type: object
|
|
2743
|
+
additionalProperties: true
|
|
2744
|
+
properties:
|
|
2745
|
+
entityFqn:
|
|
2746
|
+
description: The Fully Qualified Name of the overridden entity
|
|
2747
|
+
type: string
|
|
2748
|
+
entityId:
|
|
2749
|
+
description: The id of the overridden entity
|
|
2750
|
+
type: string
|
|
2751
|
+
id:
|
|
2752
|
+
description: The id of the override entity
|
|
2753
|
+
type: string
|
|
2754
|
+
propertyBaseModelValue:
|
|
2755
|
+
description: The original value of the overridden property
|
|
2756
|
+
type: string
|
|
2757
|
+
required: false
|
|
2758
|
+
propertyName:
|
|
2759
|
+
description: The name of the overridden property
|
|
2760
|
+
type: SemanticOverridePropertyNameEnum
|
|
2761
|
+
propertyOverrideValue:
|
|
2762
|
+
description: The new value of the overridden property
|
|
2763
|
+
type: string
|
|
2456
2764
|
SemanticParameterCollectionOutputRepresentation:
|
|
2457
2765
|
description: Semantic parameter collection representation.
|
|
2458
2766
|
type: object
|
|
@@ -2522,6 +2830,10 @@ types:
|
|
|
2522
2830
|
description: The origin model of the semantic entity.
|
|
2523
2831
|
type: string
|
|
2524
2832
|
required: false
|
|
2833
|
+
cacheKey:
|
|
2834
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
2835
|
+
type: string
|
|
2836
|
+
required: false
|
|
2525
2837
|
createdBy:
|
|
2526
2838
|
description: The user who created the semantic entity.
|
|
2527
2839
|
type: string
|
|
@@ -2695,6 +3007,10 @@ types:
|
|
|
2695
3007
|
description: The origin model of the semantic entity.
|
|
2696
3008
|
type: string
|
|
2697
3009
|
required: false
|
|
3010
|
+
cacheKey:
|
|
3011
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
3012
|
+
type: string
|
|
3013
|
+
required: false
|
|
2698
3014
|
createdBy:
|
|
2699
3015
|
description: The user who created the semantic entity.
|
|
2700
3016
|
type: string
|
|
@@ -2804,6 +3120,10 @@ types:
|
|
|
2804
3120
|
items:
|
|
2805
3121
|
type: SemanticFilterInputRepresentation
|
|
2806
3122
|
required: false
|
|
3123
|
+
goal:
|
|
3124
|
+
description: The Goal of the sub-metric.
|
|
3125
|
+
type: SemanticMetricGoalInputRepresentation
|
|
3126
|
+
required: false
|
|
2807
3127
|
semanticMetricDefinitionApiName:
|
|
2808
3128
|
description: The API name of the semantic metric definition.
|
|
2809
3129
|
type: string
|
|
@@ -2824,6 +3144,10 @@ types:
|
|
|
2824
3144
|
description: The origin model of the semantic entity.
|
|
2825
3145
|
type: string
|
|
2826
3146
|
required: false
|
|
3147
|
+
cacheKey:
|
|
3148
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
3149
|
+
type: string
|
|
3150
|
+
required: false
|
|
2827
3151
|
createdBy:
|
|
2828
3152
|
description: The user who created the semantic entity.
|
|
2829
3153
|
type: string
|
|
@@ -2859,6 +3183,10 @@ types:
|
|
|
2859
3183
|
required: false
|
|
2860
3184
|
items:
|
|
2861
3185
|
type: SemanticFilterOutputRepresentation
|
|
3186
|
+
goal:
|
|
3187
|
+
description: goal of the Sub Metric.
|
|
3188
|
+
type: SemanticMetricGoalOutputRepresentation
|
|
3189
|
+
required: false
|
|
2862
3190
|
modelId:
|
|
2863
3191
|
description: model id of the Sub Metric.
|
|
2864
3192
|
type: string
|
|
@@ -2926,6 +3254,14 @@ types:
|
|
|
2926
3254
|
description: Input representation for specifying a semantic time range
|
|
2927
3255
|
type: object
|
|
2928
3256
|
properties:
|
|
3257
|
+
customEndDate:
|
|
3258
|
+
description: The end date of the custom-defined time range.
|
|
3259
|
+
type: string
|
|
3260
|
+
required: false
|
|
3261
|
+
customStartDate:
|
|
3262
|
+
description: The start date of the custom-defined time range.
|
|
3263
|
+
type: string
|
|
3264
|
+
required: false
|
|
2929
3265
|
timeRangeType:
|
|
2930
3266
|
description: The type of the time range.
|
|
2931
3267
|
type: TimeRangeTypeEnum
|
|
@@ -2935,6 +3271,14 @@ types:
|
|
|
2935
3271
|
type: object
|
|
2936
3272
|
additionalProperties: true
|
|
2937
3273
|
properties:
|
|
3274
|
+
customEndDate:
|
|
3275
|
+
description: The end date of the custom-defined time range.
|
|
3276
|
+
type: string
|
|
3277
|
+
required: false
|
|
3278
|
+
customStartDate:
|
|
3279
|
+
description: The start date of the custom-defined time range.
|
|
3280
|
+
type: string
|
|
3281
|
+
required: false
|
|
2938
3282
|
timeRangeType:
|
|
2939
3283
|
description: The type of the time range.
|
|
2940
3284
|
type: TimeRangeTypeEnum
|
|
@@ -2979,6 +3323,10 @@ types:
|
|
|
2979
3323
|
description: The origin model of the semantic entity.
|
|
2980
3324
|
type: string
|
|
2981
3325
|
required: false
|
|
3326
|
+
cacheKey:
|
|
3327
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
3328
|
+
type: string
|
|
3329
|
+
required: false
|
|
2982
3330
|
createdBy:
|
|
2983
3331
|
description: The user who created the semantic entity.
|
|
2984
3332
|
type: string
|
|
@@ -3066,7 +3414,23 @@ types:
|
|
|
3066
3414
|
description: Indicates whether the API name is valid
|
|
3067
3415
|
type: boolean
|
|
3068
3416
|
/ssot/semantic:
|
|
3417
|
+
/metric-store-items:
|
|
3418
|
+
get:
|
|
3419
|
+
displayName: getSemanticMetricStore
|
|
3420
|
+
description: get semantic metric store items
|
|
3421
|
+
responses:
|
|
3422
|
+
'200':
|
|
3423
|
+
description: Success
|
|
3424
|
+
body:
|
|
3425
|
+
application/json:
|
|
3426
|
+
type: SemanticMetricStoreItemCollectionOutputRepresentation
|
|
3069
3427
|
/metrics/{metricIds}:
|
|
3428
|
+
delete:
|
|
3429
|
+
displayName: deleteSemanticMetricsWithoutModel
|
|
3430
|
+
description: Deletes multiple metrics by their ids
|
|
3431
|
+
responses:
|
|
3432
|
+
'200':
|
|
3433
|
+
description: Success
|
|
3070
3434
|
get:
|
|
3071
3435
|
displayName: getSemanticMetricsWithoutModel
|
|
3072
3436
|
description: get metrics by ids
|
|
@@ -3182,6 +3546,10 @@ types:
|
|
|
3182
3546
|
description: Enrich model with its content in response.
|
|
3183
3547
|
type: boolean
|
|
3184
3548
|
required: false
|
|
3549
|
+
includeTableKeys:
|
|
3550
|
+
description: Enrich model with key qualifier and primary key indicator in response.
|
|
3551
|
+
type: boolean
|
|
3552
|
+
required: false
|
|
3185
3553
|
patch:
|
|
3186
3554
|
displayName: patchSemanticModel
|
|
3187
3555
|
description: Updates specific entity fields in the Semantic Model object without affecting child dependencies or relationships.
|
|
@@ -3212,6 +3580,13 @@ types:
|
|
|
3212
3580
|
modelApiNameOrId:
|
|
3213
3581
|
type: string
|
|
3214
3582
|
required: true
|
|
3583
|
+
/base-models/{baseModelNameOrId}:
|
|
3584
|
+
delete:
|
|
3585
|
+
displayName: deleteSemanticBaseModel
|
|
3586
|
+
description: Detach a base Semantic Model.
|
|
3587
|
+
responses:
|
|
3588
|
+
'200':
|
|
3589
|
+
description: Success
|
|
3215
3590
|
/calculated-dimensions:
|
|
3216
3591
|
get:
|
|
3217
3592
|
displayName: getSemanticCalculatedDimensionCollection
|
|
@@ -3870,6 +4245,23 @@ types:
|
|
|
3870
4245
|
modelApiNameOrId:
|
|
3871
4246
|
type: string
|
|
3872
4247
|
required: true
|
|
4248
|
+
/logical-views/{logicalViewApiNameOrId}/clone:
|
|
4249
|
+
post:
|
|
4250
|
+
displayName: postSemanticLogicalViewClone
|
|
4251
|
+
description: Clones an exiting Semantic Logical View in a specific Semantic Model.
|
|
4252
|
+
responses:
|
|
4253
|
+
'200':
|
|
4254
|
+
description: Success
|
|
4255
|
+
body:
|
|
4256
|
+
application/json:
|
|
4257
|
+
type: SemanticLogicalViewOutputRepresentation
|
|
4258
|
+
uriParameters:
|
|
4259
|
+
logicalViewApiNameOrId:
|
|
4260
|
+
type: string
|
|
4261
|
+
required: true
|
|
4262
|
+
modelApiNameOrId:
|
|
4263
|
+
type: string
|
|
4264
|
+
required: true
|
|
3873
4265
|
/mapped-fields:
|
|
3874
4266
|
get:
|
|
3875
4267
|
displayName: getSemanticMappedFieldCollection
|
|
@@ -3977,56 +4369,92 @@ types:
|
|
|
3977
4369
|
modelApiNameOrId:
|
|
3978
4370
|
type: string
|
|
3979
4371
|
required: true
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
4372
|
+
/additional-dimension:
|
|
4373
|
+
put:
|
|
4374
|
+
displayName: putSemanticMetricAdditionalDimension
|
|
4375
|
+
description: Updates Semantic Metric with additional dimensions.
|
|
4376
|
+
responses:
|
|
4377
|
+
'200':
|
|
4378
|
+
description: Success
|
|
4379
|
+
body:
|
|
4380
|
+
application/json:
|
|
4381
|
+
type: SemanticMetricCollectionOutputRepresentation
|
|
4382
|
+
body:
|
|
4383
|
+
application/json:
|
|
4384
|
+
type: SemanticMetricAdditionalDimensionInputRepresentation
|
|
4385
|
+
(oas-body-name): inputName
|
|
4386
|
+
uriParameters:
|
|
4387
|
+
modelApiNameOrId:
|
|
4388
|
+
type: string
|
|
4389
|
+
required: true
|
|
4390
|
+
/{metricNameOrId}:
|
|
4391
|
+
delete:
|
|
4392
|
+
displayName: deleteSemanticMetric
|
|
4393
|
+
description: Deletes a specific Semantic Metric.
|
|
4394
|
+
responses:
|
|
4395
|
+
'200':
|
|
4396
|
+
description: Success
|
|
4397
|
+
get:
|
|
4398
|
+
displayName: getSemanticMetric
|
|
4399
|
+
description: Retrieves a specific Semantic Metric.
|
|
4400
|
+
responses:
|
|
4401
|
+
'200':
|
|
4402
|
+
description: Success
|
|
4403
|
+
body:
|
|
4404
|
+
application/json:
|
|
4405
|
+
type: SemanticMetricOutputRepresentation
|
|
4406
|
+
put:
|
|
4407
|
+
displayName: putSemanticMetric
|
|
4408
|
+
description: Updates a specific Semantic Metric.
|
|
4409
|
+
responses:
|
|
4410
|
+
'200':
|
|
4411
|
+
description: Success
|
|
4412
|
+
body:
|
|
4413
|
+
application/json:
|
|
4414
|
+
type: SemanticMetricOutputRepresentation
|
|
4415
|
+
body:
|
|
4416
|
+
application/json:
|
|
4417
|
+
type: SemanticMetricInputRepresentation
|
|
4418
|
+
(oas-body-name): inputName
|
|
4419
|
+
uriParameters:
|
|
4420
|
+
metricNameOrId:
|
|
4421
|
+
type: string
|
|
4422
|
+
required: true
|
|
4423
|
+
modelApiNameOrId:
|
|
4424
|
+
type: string
|
|
4425
|
+
required: true
|
|
4426
|
+
/{metricNameOrId}/clone:
|
|
4427
|
+
post:
|
|
4428
|
+
displayName: postSemanticMetricClone
|
|
4429
|
+
description: Clones an exiting Semantic Metric in a specific Semantic Model.
|
|
4430
|
+
responses:
|
|
4431
|
+
'200':
|
|
4432
|
+
description: Success
|
|
4433
|
+
body:
|
|
4434
|
+
application/json:
|
|
4435
|
+
type: SemanticMetricOutputRepresentation
|
|
4436
|
+
uriParameters:
|
|
4437
|
+
metricNameOrId:
|
|
4438
|
+
type: string
|
|
4439
|
+
required: true
|
|
4440
|
+
modelApiNameOrId:
|
|
4441
|
+
type: string
|
|
4442
|
+
required: true
|
|
4443
|
+
/override:
|
|
3996
4444
|
put:
|
|
3997
|
-
displayName:
|
|
3998
|
-
description:
|
|
4445
|
+
displayName: putSemanticModelOverride
|
|
4446
|
+
description: Creates and updates semantic overrides.
|
|
3999
4447
|
responses:
|
|
4000
4448
|
'200':
|
|
4001
4449
|
description: Success
|
|
4002
4450
|
body:
|
|
4003
4451
|
application/json:
|
|
4004
|
-
type:
|
|
4452
|
+
type: SemanticOverrideCollectionOutputRepresentation
|
|
4005
4453
|
body:
|
|
4006
4454
|
application/json:
|
|
4007
|
-
type:
|
|
4008
|
-
(oas-body-name):
|
|
4009
|
-
uriParameters:
|
|
4010
|
-
metricNameOrId:
|
|
4011
|
-
type: string
|
|
4012
|
-
required: true
|
|
4013
|
-
modelApiNameOrId:
|
|
4014
|
-
type: string
|
|
4015
|
-
required: true
|
|
4016
|
-
/metrics/{metricNameOrId}/clone:
|
|
4017
|
-
post:
|
|
4018
|
-
displayName: postSemanticMetricClone
|
|
4019
|
-
description: Clones an exiting Semantic Metric in a specific Semantic Model.
|
|
4020
|
-
responses:
|
|
4021
|
-
'200':
|
|
4022
|
-
description: Success
|
|
4023
|
-
body:
|
|
4024
|
-
application/json:
|
|
4025
|
-
type: SemanticMetricOutputRepresentation
|
|
4455
|
+
type: SemanticOverrideCollectionInputRepresentation
|
|
4456
|
+
(oas-body-name): input
|
|
4026
4457
|
uriParameters:
|
|
4027
|
-
metricNameOrId:
|
|
4028
|
-
type: string
|
|
4029
|
-
required: true
|
|
4030
4458
|
modelApiNameOrId:
|
|
4031
4459
|
type: string
|
|
4032
4460
|
required: true
|
|
@@ -4259,6 +4687,42 @@ types:
|
|
|
4259
4687
|
subMetricNameOrId:
|
|
4260
4688
|
type: string
|
|
4261
4689
|
required: true
|
|
4690
|
+
/sub-metrics/{subMetricNameOrId}/goal:
|
|
4691
|
+
delete:
|
|
4692
|
+
displayName: deleteSemanticMetricGoal
|
|
4693
|
+
description: Deletes a specific Semantic Sub Metric's Goal.
|
|
4694
|
+
responses:
|
|
4695
|
+
'200':
|
|
4696
|
+
description: Success
|
|
4697
|
+
get:
|
|
4698
|
+
displayName: getSemanticMetricGoal
|
|
4699
|
+
description: Retrieves all Semantic Sub Metrics having a Goal.
|
|
4700
|
+
responses:
|
|
4701
|
+
'200':
|
|
4702
|
+
description: Success
|
|
4703
|
+
body:
|
|
4704
|
+
application/json:
|
|
4705
|
+
type: SemanticSubMetricCollectionOutputRepresentation
|
|
4706
|
+
patch:
|
|
4707
|
+
displayName: patchSemanticMetricGoal
|
|
4708
|
+
description: Creates a goal in Semantic Sub Metrics.
|
|
4709
|
+
responses:
|
|
4710
|
+
'200':
|
|
4711
|
+
description: Success
|
|
4712
|
+
body:
|
|
4713
|
+
application/json:
|
|
4714
|
+
type: SemanticSubMetricOutputRepresentation
|
|
4715
|
+
body:
|
|
4716
|
+
application/json:
|
|
4717
|
+
type: SemanticMetricGoalInputRepresentation
|
|
4718
|
+
(oas-body-name): inputName
|
|
4719
|
+
uriParameters:
|
|
4720
|
+
modelApiNameOrId:
|
|
4721
|
+
type: string
|
|
4722
|
+
required: true
|
|
4723
|
+
subMetricNameOrId:
|
|
4724
|
+
type: string
|
|
4725
|
+
required: true
|
|
4262
4726
|
/sub-metrics/{subMetricIds}:
|
|
4263
4727
|
get:
|
|
4264
4728
|
displayName: getSemanticSubMetricsWithoutModel
|