@salesforce/lds-adapters-cdp-semantic-authoring 1.332.0-dev2 → 1.332.0-dev21
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 +2613 -1058
- package/dist/es/es2018/types/src/generated/adapters/createSemanticGoal.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteGoalFromSubMetric.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteSemanticGoal.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getLeafDependenciesByTypes.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticGoal.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetrics.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getSemanticSubMetricsById.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/adapters/patchSemanticMetricGoal.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateSemanticGoal.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +7 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +11 -1
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/deleteSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsDependenciesByModelApiNameOrId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsByModelApiNameOrId.d.ts +3 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +4 -4
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticSubMetricsBySubMetricIds.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsSubMetricsGoalByModelApiNameOrIdAndSubMetricNameOrId.d.ts +3 -5
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsParametersByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsGoalsByModelApiNameOrId.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsParametersByModelApiNameOrIdAndParameterApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.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 +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeInputRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/SemanticGoalDateRangeOutputRepresentation.d.ts +9 -9
- package/dist/es/es2018/types/src/generated/types/SemanticGoalInputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalOutputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalStatusConditionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +6 -3
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewPartialInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementInputRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalInputRepresentation.d.ts +8 -12
- package/dist/es/es2018/types/src/generated/types/SemanticMetricGoalOutputRepresentation.d.ts +8 -12
- package/dist/es/es2018/types/src/generated/types/SemanticParameterInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterListValueOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +5 -1
- package/package.json +3 -3
- package/sfdc/index.js +2749 -1118
- package/src/raml/api.raml +467 -50
- package/src/raml/luvio.raml +40 -0
- package/dist/es/es2018/types/src/generated/types/SemanticGoalValueInputRepresentation.d.ts +0 -28
- package/dist/es/es2018/types/src/generated/types/SemanticGoalValueOutputRepresentation.d.ts +0 -28
package/src/raml/api.raml
CHANGED
|
@@ -76,11 +76,51 @@ types:
|
|
|
76
76
|
- Quarter
|
|
77
77
|
- Week
|
|
78
78
|
- Year
|
|
79
|
+
SemanticLogicalViewTableTypeEnum:
|
|
80
|
+
description: Table Types for SDM query interpretation.
|
|
81
|
+
type: string
|
|
82
|
+
enum:
|
|
83
|
+
- Shared
|
|
84
|
+
- Standard
|
|
85
|
+
SemanticDataObjectTableTypeEnum:
|
|
86
|
+
description: 'Table Types for SDM query interpretation, Valid values are: SHARED or STANDARD'
|
|
87
|
+
type: string
|
|
88
|
+
enum:
|
|
89
|
+
- Shared
|
|
90
|
+
- Standard
|
|
79
91
|
SemanticExpressionSyntaxTypeEnum:
|
|
80
92
|
description: The syntax of the semantic expression.
|
|
81
93
|
type: string
|
|
82
94
|
enum:
|
|
83
95
|
- Tua
|
|
96
|
+
SemanticMeasurementStorageDataTypeEnum:
|
|
97
|
+
description: The type of data stored in DC.
|
|
98
|
+
type: string
|
|
99
|
+
enum:
|
|
100
|
+
- Boolean
|
|
101
|
+
- Currency
|
|
102
|
+
- Date
|
|
103
|
+
- DateTime
|
|
104
|
+
- Email
|
|
105
|
+
- Number
|
|
106
|
+
- Percentage
|
|
107
|
+
- PhoneNumber
|
|
108
|
+
- Text
|
|
109
|
+
- Url
|
|
110
|
+
SemanticDimensionStorageDataTypeEnum:
|
|
111
|
+
description: The storage type of data stored in the Data Cloud.
|
|
112
|
+
type: string
|
|
113
|
+
enum:
|
|
114
|
+
- Boolean
|
|
115
|
+
- Currency
|
|
116
|
+
- Date
|
|
117
|
+
- DateTime
|
|
118
|
+
- Email
|
|
119
|
+
- Number
|
|
120
|
+
- Percentage
|
|
121
|
+
- PhoneNumber
|
|
122
|
+
- Text
|
|
123
|
+
- Url
|
|
84
124
|
SemanticModelSourceCreationTypeEnum:
|
|
85
125
|
description: The source type of which the model was created from.
|
|
86
126
|
type: string
|
|
@@ -108,7 +148,7 @@ types:
|
|
|
108
148
|
description: The semantic view types enum, relevant only for logicalView created by sql
|
|
109
149
|
type: string
|
|
110
150
|
enum:
|
|
111
|
-
-
|
|
151
|
+
- CustomSQL
|
|
112
152
|
- HardJoin
|
|
113
153
|
- Union
|
|
114
154
|
SemanticDataTypeEnum:
|
|
@@ -229,13 +269,50 @@ types:
|
|
|
229
269
|
- LessThanOrEqual
|
|
230
270
|
- NotEquals
|
|
231
271
|
- NotEqualsIgnoreCase
|
|
232
|
-
|
|
233
|
-
description: The
|
|
272
|
+
SemanticGeoRoleEnum:
|
|
273
|
+
description: The geoRole type of the referenced dimension field.
|
|
274
|
+
type: string
|
|
275
|
+
enum:
|
|
276
|
+
- Airport
|
|
277
|
+
- AreaCode
|
|
278
|
+
- CbsaMsa
|
|
279
|
+
- City
|
|
280
|
+
- Congressional
|
|
281
|
+
- Country
|
|
282
|
+
- District
|
|
283
|
+
- Latitude
|
|
284
|
+
- Longitude
|
|
285
|
+
- Nuts
|
|
286
|
+
- Province
|
|
287
|
+
- Region
|
|
288
|
+
- State
|
|
289
|
+
- ZipCode
|
|
290
|
+
SemanticCalculatedFieldDefaultAggregationTypeEnum:
|
|
291
|
+
description: The semantic calculated field default aggregation type
|
|
292
|
+
type: string
|
|
293
|
+
enum:
|
|
294
|
+
- Auto
|
|
295
|
+
- Average
|
|
296
|
+
- Count
|
|
297
|
+
- CountDistinct
|
|
298
|
+
- First
|
|
299
|
+
- Last
|
|
300
|
+
- Max
|
|
301
|
+
- Median
|
|
302
|
+
- Min
|
|
303
|
+
- None
|
|
304
|
+
- StdDev
|
|
305
|
+
- StdDevP
|
|
306
|
+
- Sum
|
|
307
|
+
- UserAgg
|
|
308
|
+
- Var
|
|
309
|
+
- VarP
|
|
310
|
+
SemanticCalculatedFieldDataRoleEnum:
|
|
311
|
+
description: The semantic calculated field data role
|
|
234
312
|
type: string
|
|
235
313
|
enum:
|
|
236
|
-
-
|
|
237
|
-
-
|
|
238
|
-
- Exact
|
|
314
|
+
- Dimension
|
|
315
|
+
- Measurement
|
|
239
316
|
SemanticDirectionalityTypeEnum:
|
|
240
317
|
description: Indicates the directionality of the Semantic Calculated Measurement by establishing whether an upward or a downward trend is seen as positive (Up) or negative (Down).
|
|
241
318
|
type: string
|
|
@@ -301,9 +378,21 @@ types:
|
|
|
301
378
|
type: string
|
|
302
379
|
enum:
|
|
303
380
|
- Cio
|
|
304
|
-
-
|
|
381
|
+
- CustomSQL
|
|
305
382
|
- Dlo
|
|
306
383
|
- Dmo
|
|
384
|
+
SemanticGoalStatusConditionColorEnum:
|
|
385
|
+
description: The Color of the Goal Status Condition
|
|
386
|
+
type: string
|
|
387
|
+
enum:
|
|
388
|
+
- CloudBlue
|
|
389
|
+
- Green
|
|
390
|
+
- Indigo
|
|
391
|
+
- Pink
|
|
392
|
+
- Red
|
|
393
|
+
- Teal
|
|
394
|
+
- Violet
|
|
395
|
+
- Yellow
|
|
307
396
|
SemanticDisplayCategoryEnum:
|
|
308
397
|
description: Product category of the Semantic Model. Valid values are Marketing, Commerce, Sales, Service, and Other.
|
|
309
398
|
type: string
|
|
@@ -604,6 +693,16 @@ types:
|
|
|
604
693
|
required: false
|
|
605
694
|
items:
|
|
606
695
|
type: SemanticFilterOutputRepresentation
|
|
696
|
+
level:
|
|
697
|
+
description: The calculated measurement level
|
|
698
|
+
type: string
|
|
699
|
+
required: false
|
|
700
|
+
enum:
|
|
701
|
+
- AggregateFunction
|
|
702
|
+
- ContextDependent
|
|
703
|
+
- Lod
|
|
704
|
+
- Row
|
|
705
|
+
- TableCalc
|
|
607
706
|
syntax:
|
|
608
707
|
description: The syntax of the semantic expression.
|
|
609
708
|
type: SemanticExpressionSyntaxTypeEnum
|
|
@@ -796,6 +895,16 @@ types:
|
|
|
796
895
|
required: false
|
|
797
896
|
items:
|
|
798
897
|
type: SemanticFilterOutputRepresentation
|
|
898
|
+
level:
|
|
899
|
+
description: The calculated measurement level
|
|
900
|
+
type: string
|
|
901
|
+
required: false
|
|
902
|
+
enum:
|
|
903
|
+
- AggregateFunction
|
|
904
|
+
- ContextDependent
|
|
905
|
+
- Lod
|
|
906
|
+
- Row
|
|
907
|
+
- TableCalc
|
|
799
908
|
syntax:
|
|
800
909
|
description: The syntax of the semantic expression.
|
|
801
910
|
type: SemanticExpressionSyntaxTypeEnum
|
|
@@ -883,6 +992,10 @@ types:
|
|
|
883
992
|
description: Indicates whether all fields or only specific fields of the referenced data object should be included.
|
|
884
993
|
type: boolean
|
|
885
994
|
required: false
|
|
995
|
+
tableType:
|
|
996
|
+
description: 'Table Types for SDM query interpretation, Valid values are: SHARED or STANDARD'
|
|
997
|
+
type: SemanticDataObjectTableTypeEnum
|
|
998
|
+
required: false
|
|
886
999
|
SemanticDataObjectOutputRepresentation:
|
|
887
1000
|
description: Represents the output of a semantic data object.
|
|
888
1001
|
type: object
|
|
@@ -970,6 +1083,10 @@ types:
|
|
|
970
1083
|
description: Indicates whether all fields or only specific fields of the referenced data object should be included.
|
|
971
1084
|
type: boolean
|
|
972
1085
|
required: false
|
|
1086
|
+
tableType:
|
|
1087
|
+
description: Table Types for SDM query interpretation.
|
|
1088
|
+
type: SemanticDataObjectTableTypeEnum
|
|
1089
|
+
required: false
|
|
973
1090
|
SemanticDependencyCollectionInputRepresentation:
|
|
974
1091
|
description: An input representation to retrieve a list of dependencies.
|
|
975
1092
|
type: object
|
|
@@ -1178,6 +1295,10 @@ types:
|
|
|
1178
1295
|
description: The key qualifier name of this field in data object in data cloud, if exists.
|
|
1179
1296
|
type: string
|
|
1180
1297
|
required: false
|
|
1298
|
+
storageDataType:
|
|
1299
|
+
description: The storage type of data stored in the Data Cloud.
|
|
1300
|
+
type: SemanticDimensionStorageDataTypeEnum
|
|
1301
|
+
required: false
|
|
1181
1302
|
SemanticFieldReferenceInputRepresentation:
|
|
1182
1303
|
description: Input representation field reference
|
|
1183
1304
|
type: object
|
|
@@ -1237,49 +1358,171 @@ types:
|
|
|
1237
1358
|
type: string
|
|
1238
1359
|
required: false
|
|
1239
1360
|
SemanticGoalDateRangeInputRepresentation:
|
|
1240
|
-
description: Input representation for specifying a semantic
|
|
1361
|
+
description: Input representation for specifying a semantic goal date range
|
|
1241
1362
|
type: object
|
|
1242
1363
|
properties:
|
|
1243
1364
|
endDate:
|
|
1244
|
-
description: The
|
|
1365
|
+
description: The end date of the goal date range.
|
|
1245
1366
|
type: string
|
|
1246
1367
|
required: false
|
|
1247
1368
|
startDate:
|
|
1248
|
-
description: The
|
|
1369
|
+
description: The start date of the goal date range.
|
|
1249
1370
|
type: string
|
|
1250
1371
|
required: false
|
|
1251
1372
|
SemanticGoalDateRangeOutputRepresentation:
|
|
1252
|
-
description: A semantic
|
|
1373
|
+
description: A semantic goal date range.
|
|
1253
1374
|
type: object
|
|
1254
1375
|
additionalProperties: true
|
|
1255
1376
|
properties:
|
|
1256
1377
|
endDate:
|
|
1257
|
-
description: The end date of the
|
|
1378
|
+
description: The end date of the goal date range.
|
|
1258
1379
|
type: string
|
|
1259
|
-
required:
|
|
1380
|
+
required: true
|
|
1260
1381
|
startDate:
|
|
1261
|
-
description: The start date of the
|
|
1382
|
+
description: The start date of the goal date range.
|
|
1383
|
+
type: string
|
|
1384
|
+
required: true
|
|
1385
|
+
SemanticGoalInputRepresentation:
|
|
1386
|
+
description: Input representation for specifying a semantic goal
|
|
1387
|
+
type: object
|
|
1388
|
+
properties:
|
|
1389
|
+
apiName:
|
|
1390
|
+
description: The API name of the semantic entity.
|
|
1391
|
+
type: string
|
|
1392
|
+
required: false
|
|
1393
|
+
description:
|
|
1394
|
+
description: An optional description of the semantic entity.
|
|
1395
|
+
type: string
|
|
1396
|
+
required: false
|
|
1397
|
+
label:
|
|
1398
|
+
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.
|
|
1262
1399
|
type: string
|
|
1263
1400
|
required: false
|
|
1264
|
-
|
|
1265
|
-
|
|
1401
|
+
dateRange:
|
|
1402
|
+
description: The date range of the semantic goal.
|
|
1403
|
+
type: SemanticGoalDateRangeInputRepresentation
|
|
1404
|
+
required: true
|
|
1405
|
+
forecasting:
|
|
1406
|
+
description: The forecasting flag of the semantic goal.
|
|
1407
|
+
type: boolean
|
|
1408
|
+
required: false
|
|
1409
|
+
statusConditions:
|
|
1410
|
+
description: The Status Condition list of the semantic goal.
|
|
1411
|
+
type: array
|
|
1412
|
+
items:
|
|
1413
|
+
type: SemanticGoalStatusConditionInputRepresentation
|
|
1414
|
+
required: true
|
|
1415
|
+
subMetricDefinitionApiName:
|
|
1416
|
+
description: The API name of the semantic sub metric definition.
|
|
1417
|
+
type: string
|
|
1418
|
+
required: true
|
|
1419
|
+
SemanticGoalOutputRepresentation:
|
|
1420
|
+
description: A semantic Goal.
|
|
1266
1421
|
type: object
|
|
1422
|
+
additionalProperties: true
|
|
1267
1423
|
properties:
|
|
1268
|
-
|
|
1269
|
-
description: The
|
|
1270
|
-
type:
|
|
1271
|
-
|
|
1424
|
+
apiName:
|
|
1425
|
+
description: The API name of the semantic entity.
|
|
1426
|
+
type: string
|
|
1427
|
+
baseModelApiName:
|
|
1428
|
+
description: The origin model of the semantic entity.
|
|
1429
|
+
type: string
|
|
1430
|
+
required: false
|
|
1431
|
+
cacheKey:
|
|
1432
|
+
description: The Canonical URL of the collection for caching purposes only.
|
|
1433
|
+
type: string
|
|
1272
1434
|
required: false
|
|
1273
|
-
|
|
1274
|
-
|
|
1435
|
+
createdBy:
|
|
1436
|
+
description: The user who created the semantic entity.
|
|
1437
|
+
type: string
|
|
1438
|
+
createdDate:
|
|
1439
|
+
description: The date in which the semantic entity was created.
|
|
1440
|
+
type: string
|
|
1441
|
+
description:
|
|
1442
|
+
description: The Description of the semantic entity.
|
|
1443
|
+
type: string
|
|
1444
|
+
required: false
|
|
1445
|
+
id:
|
|
1446
|
+
description: The object ID of the semantic entity.
|
|
1447
|
+
type: string
|
|
1448
|
+
label:
|
|
1449
|
+
description: The display name of the semantic entity to be used in the ui.
|
|
1450
|
+
type: string
|
|
1451
|
+
required: false
|
|
1452
|
+
lastModifiedBy:
|
|
1453
|
+
description: The user who last modified the semantic entity.
|
|
1454
|
+
type: string
|
|
1455
|
+
required: false
|
|
1456
|
+
lastModifiedDate:
|
|
1457
|
+
description: The date in which the semantic entity was last modified.
|
|
1458
|
+
type: string
|
|
1459
|
+
required: false
|
|
1460
|
+
dateRange:
|
|
1461
|
+
description: The date range of the semantic goal.
|
|
1462
|
+
type: SemanticGoalDateRangeOutputRepresentation
|
|
1463
|
+
forecasting:
|
|
1464
|
+
description: The forecasting state of the semantic goal.
|
|
1465
|
+
type: boolean
|
|
1466
|
+
statusConditions:
|
|
1467
|
+
description: The status condition list of the semantic goal.
|
|
1468
|
+
type: array
|
|
1469
|
+
items:
|
|
1470
|
+
type: SemanticGoalStatusConditionOutputRepresentation
|
|
1471
|
+
subMetricDefinitionApiName:
|
|
1472
|
+
description: The API name of the semantic sub metric definition.
|
|
1473
|
+
type: string
|
|
1474
|
+
SemanticGoalStatusConditionInputRepresentation:
|
|
1475
|
+
description: Input representation for specifying a semantic metric goal status condition
|
|
1476
|
+
type: object
|
|
1477
|
+
properties:
|
|
1478
|
+
color:
|
|
1479
|
+
description: The Color of the Goal Status Condition
|
|
1480
|
+
type: SemanticGoalStatusConditionColorEnum
|
|
1481
|
+
required: false
|
|
1482
|
+
currencyIsoCode:
|
|
1483
|
+
description: The Currency ISO code of the Goal Status Condition
|
|
1484
|
+
type: string
|
|
1485
|
+
required: false
|
|
1486
|
+
operator:
|
|
1487
|
+
description: The Operator of the Goal Status Condition
|
|
1488
|
+
type: SemanticFilterOperatorTypeEnum
|
|
1489
|
+
required: false
|
|
1490
|
+
primary:
|
|
1491
|
+
description: The Primary state of the Goal Status Condition
|
|
1492
|
+
type: boolean
|
|
1493
|
+
required: false
|
|
1494
|
+
statusName:
|
|
1495
|
+
description: The Status Name of the Goal Status Condition
|
|
1496
|
+
type: string
|
|
1497
|
+
required: false
|
|
1498
|
+
value:
|
|
1499
|
+
description: The Value of the Goal Status Condition
|
|
1500
|
+
type: string
|
|
1501
|
+
required: false
|
|
1502
|
+
SemanticGoalStatusConditionOutputRepresentation:
|
|
1503
|
+
description: Output representation for specifying a semantic metric goal status condition
|
|
1275
1504
|
type: object
|
|
1276
1505
|
additionalProperties: true
|
|
1277
1506
|
properties:
|
|
1278
|
-
|
|
1279
|
-
description: The
|
|
1280
|
-
type:
|
|
1281
|
-
|
|
1507
|
+
color:
|
|
1508
|
+
description: The Color of the Goal Status Condition
|
|
1509
|
+
type: SemanticGoalStatusConditionColorEnum
|
|
1510
|
+
currencyIsoCode:
|
|
1511
|
+
description: The Currency ISO code of the Goal Status Condition
|
|
1512
|
+
type: string
|
|
1282
1513
|
required: false
|
|
1514
|
+
operator:
|
|
1515
|
+
description: The Operator of the Goal Status Condition
|
|
1516
|
+
type: SemanticFilterOperatorTypeEnum
|
|
1517
|
+
primary:
|
|
1518
|
+
description: The Primary state of the Goal Status Condition
|
|
1519
|
+
type: boolean
|
|
1520
|
+
statusName:
|
|
1521
|
+
description: The Status Name of the Goal Status Condition
|
|
1522
|
+
type: string
|
|
1523
|
+
value:
|
|
1524
|
+
description: The Value of the Goal Status Condition
|
|
1525
|
+
type: string
|
|
1283
1526
|
SemanticGroupingCollectionOutputRepresentation:
|
|
1284
1527
|
description: Semantic groupings collection representation.
|
|
1285
1528
|
type: object
|
|
@@ -1546,7 +1789,11 @@ types:
|
|
|
1546
1789
|
items:
|
|
1547
1790
|
type: SemanticFilterInputRepresentation
|
|
1548
1791
|
required: false
|
|
1549
|
-
|
|
1792
|
+
tableType:
|
|
1793
|
+
description: 'Table Types for SDM query interpretation, Valid values are: SHARED or STANDARD'
|
|
1794
|
+
type: SemanticLogicalViewTableTypeEnum
|
|
1795
|
+
required: false
|
|
1796
|
+
customSQL:
|
|
1550
1797
|
description: Represents the custom sql query.
|
|
1551
1798
|
type: string
|
|
1552
1799
|
required: false
|
|
@@ -1609,7 +1856,7 @@ types:
|
|
|
1609
1856
|
description: The date in which the semantic entity was last modified.
|
|
1610
1857
|
type: string
|
|
1611
1858
|
required: false
|
|
1612
|
-
|
|
1859
|
+
customSQL:
|
|
1613
1860
|
description: The custom sql query, relevant only for logicalView created by sql
|
|
1614
1861
|
type: string
|
|
1615
1862
|
required: false
|
|
@@ -1645,6 +1892,10 @@ types:
|
|
|
1645
1892
|
description: The semantic view types enum, relevant only for logicalView created by sql
|
|
1646
1893
|
type: SemanticViewTypeEnum
|
|
1647
1894
|
required: false
|
|
1895
|
+
tableType:
|
|
1896
|
+
description: Table Types for SDM query interpretation.
|
|
1897
|
+
type: SemanticLogicalViewTableTypeEnum
|
|
1898
|
+
required: false
|
|
1648
1899
|
SemanticLogicalViewPartialInputRepresentation:
|
|
1649
1900
|
description: Limited input representation for patching a semantic logical view
|
|
1650
1901
|
type: object
|
|
@@ -1671,6 +1922,10 @@ types:
|
|
|
1671
1922
|
items:
|
|
1672
1923
|
type: SemanticFilterInputRepresentation
|
|
1673
1924
|
required: false
|
|
1925
|
+
tableType:
|
|
1926
|
+
description: 'Table Types for SDM query interpretation, Valid values are: SHARED or STANDARD'
|
|
1927
|
+
type: SemanticLogicalViewTableTypeEnum
|
|
1928
|
+
required: false
|
|
1674
1929
|
SemanticMappedFieldCollectionOutputRepresentation:
|
|
1675
1930
|
description: Semantic mapped field collection representation.
|
|
1676
1931
|
type: object
|
|
@@ -1803,7 +2058,7 @@ types:
|
|
|
1803
2058
|
type: string
|
|
1804
2059
|
required: false
|
|
1805
2060
|
decimalPlace:
|
|
1806
|
-
description: The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio field.
|
|
2061
|
+
description: The number of decimals places. Optional, if not specified, will use the original decimal places from the dmo/cio/dlo field.
|
|
1807
2062
|
type: integer
|
|
1808
2063
|
required: false
|
|
1809
2064
|
displayCategory:
|
|
@@ -1947,6 +2202,10 @@ types:
|
|
|
1947
2202
|
description: The key qualifier name of this field in data object in data cloud, if exists.
|
|
1948
2203
|
type: string
|
|
1949
2204
|
required: false
|
|
2205
|
+
storageDataType:
|
|
2206
|
+
description: The type of data stored in DC.
|
|
2207
|
+
type: SemanticMeasurementStorageDataTypeEnum
|
|
2208
|
+
required: false
|
|
1950
2209
|
SemanticMetricAdditionalDimensionInputRepresentation:
|
|
1951
2210
|
description: Input representation for updating semantic metric with additional dimensions
|
|
1952
2211
|
type: object
|
|
@@ -1989,32 +2248,29 @@ types:
|
|
|
1989
2248
|
description: Input representation for specifying a semantic metric goal
|
|
1990
2249
|
type: object
|
|
1991
2250
|
properties:
|
|
1992
|
-
|
|
1993
|
-
description: The
|
|
1994
|
-
type:
|
|
1995
|
-
required: false
|
|
1996
|
-
goalType:
|
|
1997
|
-
description: The Type property of the semantic metric goal.
|
|
1998
|
-
type: SemanticGoalTypeEnum
|
|
2251
|
+
forecasting:
|
|
2252
|
+
description: The forecasting state of the semantic metric goal.
|
|
2253
|
+
type: boolean
|
|
1999
2254
|
required: false
|
|
2000
|
-
|
|
2001
|
-
description: The
|
|
2002
|
-
type:
|
|
2255
|
+
statusConditions:
|
|
2256
|
+
description: The Status Condition list of the semantic metric goal.
|
|
2257
|
+
type: array
|
|
2258
|
+
items:
|
|
2259
|
+
type: SemanticGoalStatusConditionInputRepresentation
|
|
2003
2260
|
required: false
|
|
2004
2261
|
SemanticMetricGoalOutputRepresentation:
|
|
2005
2262
|
description: A semantic Metric Goal.
|
|
2006
2263
|
type: object
|
|
2007
2264
|
additionalProperties: true
|
|
2008
2265
|
properties:
|
|
2009
|
-
|
|
2010
|
-
description: The
|
|
2011
|
-
type:
|
|
2012
|
-
|
|
2013
|
-
description: The
|
|
2014
|
-
type:
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
type: SemanticGoalValueOutputRepresentation
|
|
2266
|
+
forecasting:
|
|
2267
|
+
description: The forecasting state of the semantic metric goal.
|
|
2268
|
+
type: boolean
|
|
2269
|
+
statusConditions:
|
|
2270
|
+
description: The status condition list of the semantic metric goal.
|
|
2271
|
+
type: array
|
|
2272
|
+
items:
|
|
2273
|
+
type: SemanticGoalStatusConditionOutputRepresentation
|
|
2018
2274
|
SemanticMetricInputRepresentation:
|
|
2019
2275
|
description: Input representation for creating a semantic metric
|
|
2020
2276
|
type: object
|
|
@@ -2782,6 +3038,12 @@ types:
|
|
|
2782
3038
|
description: The API name of the semantic entity.
|
|
2783
3039
|
type: string
|
|
2784
3040
|
required: false
|
|
3041
|
+
allowedValues:
|
|
3042
|
+
description: The list allowedValues of the semantic parameter.
|
|
3043
|
+
type: array
|
|
3044
|
+
required: false
|
|
3045
|
+
items:
|
|
3046
|
+
type: object
|
|
2785
3047
|
description:
|
|
2786
3048
|
description: An optional description of the semantic entity.
|
|
2787
3049
|
type: string
|
|
@@ -2828,6 +3090,12 @@ types:
|
|
|
2828
3090
|
apiName:
|
|
2829
3091
|
description: The API name of the semantic entity.
|
|
2830
3092
|
type: string
|
|
3093
|
+
allowedValues:
|
|
3094
|
+
description: The allowed list values of the semantic parameter.
|
|
3095
|
+
type: array
|
|
3096
|
+
required: false
|
|
3097
|
+
items:
|
|
3098
|
+
type: SemanticParameterListValueOutputRepresentation
|
|
2831
3099
|
baseModelApiName:
|
|
2832
3100
|
description: The origin model of the semantic entity.
|
|
2833
3101
|
type: string
|
|
@@ -2891,6 +3159,28 @@ types:
|
|
|
2891
3159
|
required: false
|
|
2892
3160
|
items:
|
|
2893
3161
|
type: string
|
|
3162
|
+
SemanticParameterListValueInputRepresentation:
|
|
3163
|
+
description: Input representation of an allowed list value for a semantic parameter .
|
|
3164
|
+
type: object
|
|
3165
|
+
properties:
|
|
3166
|
+
displayName:
|
|
3167
|
+
description: The display name (Display As) of the allowed parameter value.
|
|
3168
|
+
type: string
|
|
3169
|
+
value:
|
|
3170
|
+
description: The allowed value in the list of parameter allowed values.
|
|
3171
|
+
type: string
|
|
3172
|
+
SemanticParameterListValueOutputRepresentation:
|
|
3173
|
+
description: Output representation of an allowed list value for a semantic parameter.
|
|
3174
|
+
type: object
|
|
3175
|
+
properties:
|
|
3176
|
+
displayName:
|
|
3177
|
+
description: The display name (Display As) of the allowed parameter value.
|
|
3178
|
+
type: string
|
|
3179
|
+
required: false
|
|
3180
|
+
value:
|
|
3181
|
+
description: The allowed value in the list of parameter allowed values.
|
|
3182
|
+
type: string
|
|
3183
|
+
required: false
|
|
2894
3184
|
SemanticRelationshipCollectionOutputRepresentation:
|
|
2895
3185
|
description: Semantic relationship collection representation.
|
|
2896
3186
|
type: object
|
|
@@ -4121,6 +4411,119 @@ types:
|
|
|
4121
4411
|
modelApiNameOrId:
|
|
4122
4412
|
type: string
|
|
4123
4413
|
required: true
|
|
4414
|
+
/dependencies:
|
|
4415
|
+
get:
|
|
4416
|
+
displayName: getSemanticDependencyCollection
|
|
4417
|
+
description: Obtains the dependencies of specific Semantic Definition types
|
|
4418
|
+
responses:
|
|
4419
|
+
'200':
|
|
4420
|
+
description: Success
|
|
4421
|
+
body:
|
|
4422
|
+
application/json:
|
|
4423
|
+
type: SemanticDependencyCollectionOutputRepresentation
|
|
4424
|
+
queryParameters:
|
|
4425
|
+
types:
|
|
4426
|
+
description: Types of semantic objects to get dependencies for
|
|
4427
|
+
type: array
|
|
4428
|
+
required: false
|
|
4429
|
+
items:
|
|
4430
|
+
type: string
|
|
4431
|
+
enum:
|
|
4432
|
+
- CalculatedDimension
|
|
4433
|
+
- CalculatedMeasurement
|
|
4434
|
+
- DataObject
|
|
4435
|
+
- Grouping
|
|
4436
|
+
- LogicalView
|
|
4437
|
+
- MappedField
|
|
4438
|
+
- Metric
|
|
4439
|
+
- Parameter
|
|
4440
|
+
- Relationship
|
|
4441
|
+
(oas-collectionFormat): csv
|
|
4442
|
+
/goals:
|
|
4443
|
+
delete:
|
|
4444
|
+
displayName: deleteSemanticGoal
|
|
4445
|
+
description: Deletes a specific Semantic Goal.
|
|
4446
|
+
responses:
|
|
4447
|
+
'200':
|
|
4448
|
+
description: Success
|
|
4449
|
+
queryParameters:
|
|
4450
|
+
endDate:
|
|
4451
|
+
description: The end date of the desired goal.
|
|
4452
|
+
type: string
|
|
4453
|
+
required: true
|
|
4454
|
+
startDate:
|
|
4455
|
+
description: The start date of the desired goal.
|
|
4456
|
+
type: string
|
|
4457
|
+
required: true
|
|
4458
|
+
subMetricApiNameOrId:
|
|
4459
|
+
description: The Semantic Sub Metric Id related to the desired goal.
|
|
4460
|
+
type: string
|
|
4461
|
+
required: true
|
|
4462
|
+
get:
|
|
4463
|
+
displayName: getSemanticGoal
|
|
4464
|
+
description: Retrieves a specific Semantic Goal.
|
|
4465
|
+
responses:
|
|
4466
|
+
'200':
|
|
4467
|
+
description: Success
|
|
4468
|
+
body:
|
|
4469
|
+
application/json:
|
|
4470
|
+
type: SemanticGoalOutputRepresentation
|
|
4471
|
+
queryParameters:
|
|
4472
|
+
endDate:
|
|
4473
|
+
description: The end date of the desired goal.
|
|
4474
|
+
type: string
|
|
4475
|
+
required: true
|
|
4476
|
+
startDate:
|
|
4477
|
+
description: The start date of the desired goal.
|
|
4478
|
+
type: string
|
|
4479
|
+
required: true
|
|
4480
|
+
subMetricApiNameOrId:
|
|
4481
|
+
description: The Semantic Sub Metric Id related to the desired goal.
|
|
4482
|
+
type: string
|
|
4483
|
+
required: true
|
|
4484
|
+
post:
|
|
4485
|
+
displayName: postSemanticGoal
|
|
4486
|
+
description: Creates a new semantic goal
|
|
4487
|
+
responses:
|
|
4488
|
+
'200':
|
|
4489
|
+
description: Success
|
|
4490
|
+
body:
|
|
4491
|
+
application/json:
|
|
4492
|
+
type: SemanticGoalOutputRepresentation
|
|
4493
|
+
body:
|
|
4494
|
+
application/json:
|
|
4495
|
+
type: SemanticGoalInputRepresentation
|
|
4496
|
+
(oas-body-name): inputName
|
|
4497
|
+
put:
|
|
4498
|
+
displayName: putSemanticGoal
|
|
4499
|
+
description: Updates a Semantic Goal.
|
|
4500
|
+
responses:
|
|
4501
|
+
'200':
|
|
4502
|
+
description: Success
|
|
4503
|
+
body:
|
|
4504
|
+
application/json:
|
|
4505
|
+
type: SemanticGoalOutputRepresentation
|
|
4506
|
+
queryParameters:
|
|
4507
|
+
endDate:
|
|
4508
|
+
description: The end date of the desired goal.
|
|
4509
|
+
type: string
|
|
4510
|
+
required: true
|
|
4511
|
+
startDate:
|
|
4512
|
+
description: The start date of the desired goal.
|
|
4513
|
+
type: string
|
|
4514
|
+
required: true
|
|
4515
|
+
subMetricApiNameOrId:
|
|
4516
|
+
description: The Semantic Sub Metric Id related to the desired goal.
|
|
4517
|
+
type: string
|
|
4518
|
+
required: true
|
|
4519
|
+
body:
|
|
4520
|
+
application/json:
|
|
4521
|
+
type: SemanticGoalInputRepresentation
|
|
4522
|
+
(oas-body-name): inputName
|
|
4523
|
+
uriParameters:
|
|
4524
|
+
modelApiNameOrId:
|
|
4525
|
+
type: string
|
|
4526
|
+
required: true
|
|
4124
4527
|
/groupings:
|
|
4125
4528
|
get:
|
|
4126
4529
|
displayName: getSemanticGroupingCollection
|
|
@@ -4645,6 +5048,11 @@ types:
|
|
|
4645
5048
|
body:
|
|
4646
5049
|
application/json:
|
|
4647
5050
|
type: SemanticSubMetricCollectionOutputRepresentation
|
|
5051
|
+
queryParameters:
|
|
5052
|
+
hasGoal:
|
|
5053
|
+
description: Filters the list of Sub Metrics by having a goal in the sub metric.
|
|
5054
|
+
type: boolean
|
|
5055
|
+
required: false
|
|
4648
5056
|
post:
|
|
4649
5057
|
displayName: postSemanticSubMetricCollection
|
|
4650
5058
|
description: Creates a new semantic sub metric
|
|
@@ -4707,13 +5115,13 @@ types:
|
|
|
4707
5115
|
description: Success
|
|
4708
5116
|
get:
|
|
4709
5117
|
displayName: getSemanticMetricGoal
|
|
4710
|
-
description:
|
|
5118
|
+
description: Retrieve Semantic Sub.
|
|
4711
5119
|
responses:
|
|
4712
5120
|
'200':
|
|
4713
5121
|
description: Success
|
|
4714
5122
|
body:
|
|
4715
5123
|
application/json:
|
|
4716
|
-
type:
|
|
5124
|
+
type: SemanticSubMetricOutputRepresentation
|
|
4717
5125
|
patch:
|
|
4718
5126
|
displayName: patchSemanticMetricGoal
|
|
4719
5127
|
description: Creates a goal in Semantic Sub Metrics.
|
|
@@ -4744,6 +5152,15 @@ types:
|
|
|
4744
5152
|
body:
|
|
4745
5153
|
application/json:
|
|
4746
5154
|
type: SemanticSubMetricCollectionOutputRepresentation
|
|
5155
|
+
queryParameters:
|
|
5156
|
+
sortBy:
|
|
5157
|
+
description: Represents the field to sort by.
|
|
5158
|
+
type: string
|
|
5159
|
+
required: false
|
|
5160
|
+
sortOrder:
|
|
5161
|
+
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None.
|
|
5162
|
+
type: SemanticSortOrderEnum
|
|
5163
|
+
required: false
|
|
4747
5164
|
uriParameters:
|
|
4748
5165
|
subMetricIds:
|
|
4749
5166
|
type: string
|