@salesforce/lds-adapters-cdp-semantic-authoring 1.307.0 → 1.308.0-dev1
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/package.json +3 -3
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +81 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-semantic-authoring",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.308.0-dev1",
|
|
4
4
|
"description": "Semantic Authoring",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-semantic-authoring.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.308.0-dev1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.308.0-dev1"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -8795,4 +8795,4 @@ withDefaultLuvio((luvio) => {
|
|
|
8795
8795
|
});
|
|
8796
8796
|
|
|
8797
8797
|
export { createSemanticSubMetric, deleteSemanticSubMetric, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetric_imperative, getSemanticMetrics, getSemanticMetricsToSubMetrics, getSemanticMetricsToSubMetrics_imperative, getSemanticMetrics_imperative, getSemanticModel, getSemanticModelNotifyChange, getSemanticModel_imperative, getSemanticModels, getSemanticModels_imperative, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetric_imperative, getSemanticSubMetrics, getSemanticSubMetrics_imperative };
|
|
8798
|
-
// version: 1.
|
|
8798
|
+
// version: 1.308.0-dev1-36d38ba652
|
package/src/raml/api.raml
CHANGED
|
@@ -321,17 +321,18 @@ types:
|
|
|
321
321
|
properties:
|
|
322
322
|
constantBinSize:
|
|
323
323
|
description: The range or width of the bins.
|
|
324
|
-
format: double
|
|
325
324
|
type: number
|
|
325
|
+
format: double
|
|
326
326
|
required: false
|
|
327
327
|
BinDimensionConfigurationOutputRepresentation:
|
|
328
328
|
description: Output representation for bin dimension configuration
|
|
329
329
|
type: object
|
|
330
|
+
additionalProperties: true
|
|
330
331
|
properties:
|
|
331
332
|
constantBinSize:
|
|
332
333
|
description: the constant bin size
|
|
333
|
-
format: double
|
|
334
334
|
type: number
|
|
335
|
+
format: double
|
|
335
336
|
GroupDimensionConfigurationInputRepresentation:
|
|
336
337
|
description: Input representation for creating a semantic grouping group configuration
|
|
337
338
|
type: object
|
|
@@ -349,6 +350,7 @@ types:
|
|
|
349
350
|
GroupDimensionConfigurationOutputRepresentation:
|
|
350
351
|
description: Output representation for group dimension configuration
|
|
351
352
|
type: object
|
|
353
|
+
additionalProperties: true
|
|
352
354
|
properties:
|
|
353
355
|
groups:
|
|
354
356
|
description: list of groups
|
|
@@ -377,6 +379,7 @@ types:
|
|
|
377
379
|
GroupDimensionGroupOutputRepresentation:
|
|
378
380
|
description: Output representation for group dimension group
|
|
379
381
|
type: object
|
|
382
|
+
additionalProperties: true
|
|
380
383
|
properties:
|
|
381
384
|
name:
|
|
382
385
|
description: the group name
|
|
@@ -390,6 +393,7 @@ types:
|
|
|
390
393
|
SemanticAuthoringErrorOutputRepresentation:
|
|
391
394
|
description: Semantic Connect Exception
|
|
392
395
|
type: object
|
|
396
|
+
additionalProperties: true
|
|
393
397
|
properties:
|
|
394
398
|
detailMessage:
|
|
395
399
|
description: The detail message
|
|
@@ -417,6 +421,7 @@ types:
|
|
|
417
421
|
SemanticBaseModelOutputRepresentation:
|
|
418
422
|
description: Output representation for base models
|
|
419
423
|
type: object
|
|
424
|
+
additionalProperties: true
|
|
420
425
|
properties:
|
|
421
426
|
apiName:
|
|
422
427
|
description: Api name of base model.
|
|
@@ -428,6 +433,7 @@ types:
|
|
|
428
433
|
SemanticCalculatedDimensionCollectionOutputRepresentation:
|
|
429
434
|
description: A collection of Semantic Calculated Dimensions.
|
|
430
435
|
type: object
|
|
436
|
+
additionalProperties: true
|
|
431
437
|
properties:
|
|
432
438
|
items:
|
|
433
439
|
description: A list of semantic items.
|
|
@@ -500,6 +506,7 @@ types:
|
|
|
500
506
|
SemanticCalculatedDimensionOutputRepresentation:
|
|
501
507
|
description: A semantic Calculated Dimension.
|
|
502
508
|
type: object
|
|
509
|
+
additionalProperties: true
|
|
503
510
|
properties:
|
|
504
511
|
apiName:
|
|
505
512
|
description: The API name of the semantic entity.
|
|
@@ -538,8 +545,8 @@ types:
|
|
|
538
545
|
type: integer
|
|
539
546
|
required: false
|
|
540
547
|
displayCategory:
|
|
541
|
-
type: SemanticDisplayCategoryEnum
|
|
542
548
|
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
549
|
+
type: SemanticDisplayCategoryEnum
|
|
543
550
|
required: false
|
|
544
551
|
isVisible:
|
|
545
552
|
description: Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default.
|
|
@@ -582,6 +589,7 @@ types:
|
|
|
582
589
|
SemanticCalculatedMeasurementCollectionOutputRepresentation:
|
|
583
590
|
description: A collection of Semantic Calculated Measurements.
|
|
584
591
|
type: object
|
|
592
|
+
additionalProperties: true
|
|
585
593
|
properties:
|
|
586
594
|
items:
|
|
587
595
|
description: A list of semantic items.
|
|
@@ -626,8 +634,8 @@ types:
|
|
|
626
634
|
type: SemanticAggregationTypeEnum
|
|
627
635
|
required: false
|
|
628
636
|
dataType:
|
|
629
|
-
type: SemanticMeasurementDataTypeEnum
|
|
630
637
|
description: Required. The type of data stored in specific fields in a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage.
|
|
638
|
+
type: SemanticMeasurementDataTypeEnum
|
|
631
639
|
required: false
|
|
632
640
|
directionality:
|
|
633
641
|
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).
|
|
@@ -666,6 +674,7 @@ types:
|
|
|
666
674
|
SemanticCalculatedMeasurementOutputRepresentation:
|
|
667
675
|
description: A semantic Calculated Measurement.
|
|
668
676
|
type: object
|
|
677
|
+
additionalProperties: true
|
|
669
678
|
properties:
|
|
670
679
|
apiName:
|
|
671
680
|
description: The API name of the semantic entity.
|
|
@@ -704,8 +713,8 @@ types:
|
|
|
704
713
|
type: integer
|
|
705
714
|
required: false
|
|
706
715
|
displayCategory:
|
|
707
|
-
type: SemanticDisplayCategoryEnum
|
|
708
716
|
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
717
|
+
type: SemanticDisplayCategoryEnum
|
|
709
718
|
required: false
|
|
710
719
|
isVisible:
|
|
711
720
|
description: Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default.
|
|
@@ -724,8 +733,8 @@ types:
|
|
|
724
733
|
type: SemanticMeasurementDataTypeEnum
|
|
725
734
|
required: false
|
|
726
735
|
directionality:
|
|
727
|
-
type: SemanticDirectionalityTypeEnum
|
|
728
736
|
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).
|
|
737
|
+
type: SemanticDirectionalityTypeEnum
|
|
729
738
|
required: false
|
|
730
739
|
isAggregatable:
|
|
731
740
|
description: Indicates if the measurement can be aggregated or not
|
|
@@ -774,6 +783,7 @@ types:
|
|
|
774
783
|
SemanticDataObjectCollectionOutputRepresentation:
|
|
775
784
|
description: Semantic data object collection representation.
|
|
776
785
|
type: object
|
|
786
|
+
additionalProperties: true
|
|
777
787
|
properties:
|
|
778
788
|
items:
|
|
779
789
|
description: A list of semantic items.
|
|
@@ -838,6 +848,7 @@ types:
|
|
|
838
848
|
SemanticDataObjectOutputRepresentation:
|
|
839
849
|
description: Represents the output of a semantic data object.
|
|
840
850
|
type: object
|
|
851
|
+
additionalProperties: true
|
|
841
852
|
properties:
|
|
842
853
|
apiName:
|
|
843
854
|
description: The API name of the semantic entity.
|
|
@@ -876,8 +887,8 @@ types:
|
|
|
876
887
|
type: string
|
|
877
888
|
required: false
|
|
878
889
|
dataObjectType:
|
|
879
|
-
type: SemanticDataObjectTypeEnum
|
|
880
890
|
description: Data role type of a Semantic Data Object Field. Valid values are Dimension and Measurement.
|
|
891
|
+
type: SemanticDataObjectTypeEnum
|
|
881
892
|
required: false
|
|
882
893
|
filterLogic:
|
|
883
894
|
description: The logic expression for generating a filter based on the list of filters.
|
|
@@ -930,6 +941,7 @@ types:
|
|
|
930
941
|
SemanticDependencyCollectionOutputRepresentation:
|
|
931
942
|
description: Represents an output of a list of dependencies.
|
|
932
943
|
type: object
|
|
944
|
+
additionalProperties: true
|
|
933
945
|
properties:
|
|
934
946
|
item:
|
|
935
947
|
description: List of dependencies
|
|
@@ -940,6 +952,7 @@ types:
|
|
|
940
952
|
SemanticDependencyInnerCollectionOutputRepresentation:
|
|
941
953
|
description: Represents a single dependency.
|
|
942
954
|
type: object
|
|
955
|
+
additionalProperties: true
|
|
943
956
|
properties:
|
|
944
957
|
definitionApiName:
|
|
945
958
|
description: The semantic definition API name.
|
|
@@ -970,6 +983,7 @@ types:
|
|
|
970
983
|
SemanticDependencyOutputRepresentation:
|
|
971
984
|
description: Represents a single dependency.
|
|
972
985
|
type: object
|
|
986
|
+
additionalProperties: true
|
|
973
987
|
properties:
|
|
974
988
|
apiName:
|
|
975
989
|
description: The dependency API name.
|
|
@@ -989,6 +1003,7 @@ types:
|
|
|
989
1003
|
SemanticDimensionCollectionOutputRepresentation:
|
|
990
1004
|
description: Represents the output of a semantic dimension collection.
|
|
991
1005
|
type: object
|
|
1006
|
+
additionalProperties: true
|
|
992
1007
|
properties:
|
|
993
1008
|
items:
|
|
994
1009
|
description: A list of semantic items.
|
|
@@ -1047,6 +1062,7 @@ types:
|
|
|
1047
1062
|
SemanticDimensionOutputRepresentation:
|
|
1048
1063
|
description: A semantic dimension.
|
|
1049
1064
|
type: object
|
|
1065
|
+
additionalProperties: true
|
|
1050
1066
|
properties:
|
|
1051
1067
|
apiName:
|
|
1052
1068
|
description: The API name of the semantic entity.
|
|
@@ -1085,8 +1101,8 @@ types:
|
|
|
1085
1101
|
type: integer
|
|
1086
1102
|
required: false
|
|
1087
1103
|
displayCategory:
|
|
1088
|
-
type: SemanticDisplayCategoryEnum
|
|
1089
1104
|
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
1105
|
+
type: SemanticDisplayCategoryEnum
|
|
1090
1106
|
required: false
|
|
1091
1107
|
isVisible:
|
|
1092
1108
|
description: Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default.
|
|
@@ -1127,6 +1143,7 @@ types:
|
|
|
1127
1143
|
SemanticFieldReferenceOutputRepresentation:
|
|
1128
1144
|
description: Output representation of a semantic field reference
|
|
1129
1145
|
type: object
|
|
1146
|
+
additionalProperties: true
|
|
1130
1147
|
properties:
|
|
1131
1148
|
calculatedFieldApiName:
|
|
1132
1149
|
description: calculated field api name.
|
|
@@ -1155,6 +1172,7 @@ types:
|
|
|
1155
1172
|
SemanticFilterOutputRepresentation:
|
|
1156
1173
|
description: A semantic filter.
|
|
1157
1174
|
type: object
|
|
1175
|
+
additionalProperties: true
|
|
1158
1176
|
properties:
|
|
1159
1177
|
fieldName:
|
|
1160
1178
|
description: The API name on the field being filtered.
|
|
@@ -1171,6 +1189,7 @@ types:
|
|
|
1171
1189
|
SemanticGoalDateRangeOutputRepresentation:
|
|
1172
1190
|
description: A semantic Metric Goal Date Range.
|
|
1173
1191
|
type: object
|
|
1192
|
+
additionalProperties: true
|
|
1174
1193
|
properties:
|
|
1175
1194
|
endDate:
|
|
1176
1195
|
description: The end date of the semantic metric goal.
|
|
@@ -1183,6 +1202,7 @@ types:
|
|
|
1183
1202
|
SemanticGoalValueOutputRepresentation:
|
|
1184
1203
|
description: A semantic goal value.
|
|
1185
1204
|
type: object
|
|
1205
|
+
additionalProperties: true
|
|
1186
1206
|
properties:
|
|
1187
1207
|
staticValue:
|
|
1188
1208
|
description: The static value of the semantic metric goal value.
|
|
@@ -1191,6 +1211,7 @@ types:
|
|
|
1191
1211
|
SemanticGroupingCollectionOutputRepresentation:
|
|
1192
1212
|
description: Semantic groupings collection representation.
|
|
1193
1213
|
type: object
|
|
1214
|
+
additionalProperties: true
|
|
1194
1215
|
properties:
|
|
1195
1216
|
groupings:
|
|
1196
1217
|
description: The list of semantic groupings.
|
|
@@ -1213,6 +1234,7 @@ types:
|
|
|
1213
1234
|
SemanticGroupingConfigurationOutputRepresentation:
|
|
1214
1235
|
description: Output representation for semantic grouping configuration
|
|
1215
1236
|
type: object
|
|
1237
|
+
additionalProperties: true
|
|
1216
1238
|
properties:
|
|
1217
1239
|
binDimension:
|
|
1218
1240
|
description: Bin dimension configuration
|
|
@@ -1253,6 +1275,7 @@ types:
|
|
|
1253
1275
|
SemanticGroupingOutputRepresentation:
|
|
1254
1276
|
description: Output representation for semantic grouping
|
|
1255
1277
|
type: object
|
|
1278
|
+
additionalProperties: true
|
|
1256
1279
|
properties:
|
|
1257
1280
|
apiName:
|
|
1258
1281
|
description: The API name of the semantic entity.
|
|
@@ -1293,8 +1316,8 @@ types:
|
|
|
1293
1316
|
description: References to a specific field.
|
|
1294
1317
|
type: SemanticFieldReferenceOutputRepresentation
|
|
1295
1318
|
type:
|
|
1296
|
-
type: SemanticGroupingTypeEnum
|
|
1297
1319
|
description: the semantic grouping type
|
|
1320
|
+
type: SemanticGroupingTypeEnum
|
|
1298
1321
|
SemanticIdentifyingDimensionInputRepresentation:
|
|
1299
1322
|
description: Input representation for creating relationship between identifier and name dimensions
|
|
1300
1323
|
type: object
|
|
@@ -1310,6 +1333,7 @@ types:
|
|
|
1310
1333
|
SemanticIdentifyingDimensionOutputRepresentation:
|
|
1311
1334
|
description: The output representation for a relationship between an identifier and a name for a specific dimension.
|
|
1312
1335
|
type: object
|
|
1336
|
+
additionalProperties: true
|
|
1313
1337
|
properties:
|
|
1314
1338
|
identifierDimensionReference:
|
|
1315
1339
|
description: Provides the identifier of the dimension
|
|
@@ -1334,6 +1358,7 @@ types:
|
|
|
1334
1358
|
SemanticInsightTypeOutputRepresentation:
|
|
1335
1359
|
description: Output representation for insight type
|
|
1336
1360
|
type: object
|
|
1361
|
+
additionalProperties: true
|
|
1337
1362
|
properties:
|
|
1338
1363
|
enabled:
|
|
1339
1364
|
description: Indicates whether insight type is enabled.
|
|
@@ -1368,8 +1393,8 @@ types:
|
|
|
1368
1393
|
type: string
|
|
1369
1394
|
required: false
|
|
1370
1395
|
sentiment:
|
|
1371
|
-
type: SentimentTypeEnum
|
|
1372
1396
|
description: the sentiment for the metric
|
|
1397
|
+
type: SentimentTypeEnum
|
|
1373
1398
|
required: false
|
|
1374
1399
|
singularNoun:
|
|
1375
1400
|
description: Uses a singular noun to represent units.
|
|
@@ -1378,6 +1403,7 @@ types:
|
|
|
1378
1403
|
SemanticInsightsSettingsOutputRepresentation:
|
|
1379
1404
|
description: Output representation for metrics insights settings
|
|
1380
1405
|
type: object
|
|
1406
|
+
additionalProperties: true
|
|
1381
1407
|
properties:
|
|
1382
1408
|
identifyingDimension:
|
|
1383
1409
|
description: Dimensions that uniquely identify a row in the dataset
|
|
@@ -1410,6 +1436,7 @@ types:
|
|
|
1410
1436
|
SemanticLogicalViewCollectionOutputRepresentation:
|
|
1411
1437
|
description: A representation of a collection of semantic logical views.
|
|
1412
1438
|
type: object
|
|
1439
|
+
additionalProperties: true
|
|
1413
1440
|
properties:
|
|
1414
1441
|
items:
|
|
1415
1442
|
description: A list of semantic items.
|
|
@@ -1464,6 +1491,7 @@ types:
|
|
|
1464
1491
|
SemanticLogicalViewOutputRepresentation:
|
|
1465
1492
|
description: A semantic logical view.
|
|
1466
1493
|
type: object
|
|
1494
|
+
additionalProperties: true
|
|
1467
1495
|
properties:
|
|
1468
1496
|
apiName:
|
|
1469
1497
|
description: The API name of the semantic entity.
|
|
@@ -1588,6 +1616,7 @@ types:
|
|
|
1588
1616
|
SemanticMappedFieldOutputRepresentation:
|
|
1589
1617
|
description: Semantic Mapped Fields.
|
|
1590
1618
|
type: object
|
|
1619
|
+
additionalProperties: true
|
|
1591
1620
|
properties:
|
|
1592
1621
|
apiName:
|
|
1593
1622
|
description: The API name of the semantic entity.
|
|
@@ -1642,6 +1671,7 @@ types:
|
|
|
1642
1671
|
SemanticMeasurementCollectionOutputRepresentation:
|
|
1643
1672
|
description: Semantic measurement collection representation.
|
|
1644
1673
|
type: object
|
|
1674
|
+
additionalProperties: true
|
|
1645
1675
|
properties:
|
|
1646
1676
|
items:
|
|
1647
1677
|
description: A list of semantic items.
|
|
@@ -1686,8 +1716,8 @@ types:
|
|
|
1686
1716
|
type: SemanticAggregationTypeEnum
|
|
1687
1717
|
required: false
|
|
1688
1718
|
dataType:
|
|
1689
|
-
type: SemanticMeasurementDataTypeEnum
|
|
1690
1719
|
description: Required. The type of data stored in specific fields in a Semantic Calculated Measurement. Valid values are Currency, Number, Duration and Percentage.
|
|
1720
|
+
type: SemanticMeasurementDataTypeEnum
|
|
1691
1721
|
required: false
|
|
1692
1722
|
directionality:
|
|
1693
1723
|
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).
|
|
@@ -1708,6 +1738,7 @@ types:
|
|
|
1708
1738
|
SemanticMeasurementOutputRepresentation:
|
|
1709
1739
|
description: A semantic measurement.
|
|
1710
1740
|
type: object
|
|
1741
|
+
additionalProperties: true
|
|
1711
1742
|
properties:
|
|
1712
1743
|
apiName:
|
|
1713
1744
|
description: The API name of the semantic entity.
|
|
@@ -1746,8 +1777,8 @@ types:
|
|
|
1746
1777
|
type: integer
|
|
1747
1778
|
required: false
|
|
1748
1779
|
displayCategory:
|
|
1749
|
-
type: SemanticDisplayCategoryEnum
|
|
1750
1780
|
description: Controls how data is represented in visualizations of the relationships between Semantic Calculated Dimensions and other Data Cloud Objects. Valid values are Discrete and Continuous.
|
|
1781
|
+
type: SemanticDisplayCategoryEnum
|
|
1751
1782
|
required: false
|
|
1752
1783
|
isVisible:
|
|
1753
1784
|
description: Indicates whether the Semantic Data Object Field is visible in the consumption layer (true) or not (false). True is the default.
|
|
@@ -1766,8 +1797,8 @@ types:
|
|
|
1766
1797
|
type: SemanticMeasurementDataTypeEnum
|
|
1767
1798
|
required: false
|
|
1768
1799
|
directionality:
|
|
1769
|
-
type: SemanticDirectionalityTypeEnum
|
|
1770
1800
|
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).
|
|
1801
|
+
type: SemanticDirectionalityTypeEnum
|
|
1771
1802
|
required: false
|
|
1772
1803
|
isAggregatable:
|
|
1773
1804
|
description: Indicates if the measurement can be aggregated or not
|
|
@@ -1788,6 +1819,7 @@ types:
|
|
|
1788
1819
|
SemanticMetricCollectionOutputRepresentation:
|
|
1789
1820
|
description: Semantic metrics collection representation.
|
|
1790
1821
|
type: object
|
|
1822
|
+
additionalProperties: true
|
|
1791
1823
|
properties:
|
|
1792
1824
|
metrics:
|
|
1793
1825
|
description: The list of semantic metrics.
|
|
@@ -1798,6 +1830,7 @@ types:
|
|
|
1798
1830
|
SemanticMetricGoalCollectionOutputRepresentation:
|
|
1799
1831
|
description: Semantic Goal Metrics collection representation.
|
|
1800
1832
|
type: object
|
|
1833
|
+
additionalProperties: true
|
|
1801
1834
|
properties:
|
|
1802
1835
|
items:
|
|
1803
1836
|
description: The list of semantic Metric Goals.
|
|
@@ -1814,8 +1847,8 @@ types:
|
|
|
1814
1847
|
type: object
|
|
1815
1848
|
required: false
|
|
1816
1849
|
goalType:
|
|
1817
|
-
type: SemanticGoalTypeEnum
|
|
1818
1850
|
description: The Type property of the semantic metric goal.
|
|
1851
|
+
type: SemanticGoalTypeEnum
|
|
1819
1852
|
required: false
|
|
1820
1853
|
value:
|
|
1821
1854
|
description: The Value property of the semantic metric goal.
|
|
@@ -1824,6 +1857,7 @@ types:
|
|
|
1824
1857
|
SemanticMetricGoalOutputRepresentation:
|
|
1825
1858
|
description: A semantic Metric Goal.
|
|
1826
1859
|
type: object
|
|
1860
|
+
additionalProperties: true
|
|
1827
1861
|
properties:
|
|
1828
1862
|
date:
|
|
1829
1863
|
description: The Date range of the semantic metric goal.
|
|
@@ -1895,6 +1929,7 @@ types:
|
|
|
1895
1929
|
SemanticMetricOutputRepresentation:
|
|
1896
1930
|
description: Output representation for creating a semantic metric
|
|
1897
1931
|
type: object
|
|
1932
|
+
additionalProperties: true
|
|
1898
1933
|
properties:
|
|
1899
1934
|
apiName:
|
|
1900
1935
|
description: The API name of the semantic entity.
|
|
@@ -1973,6 +2008,7 @@ types:
|
|
|
1973
2008
|
SemanticModelCollectionOutputRepresentation:
|
|
1974
2009
|
description: Semantic model collection representation.
|
|
1975
2010
|
type: object
|
|
2011
|
+
additionalProperties: true
|
|
1976
2012
|
properties:
|
|
1977
2013
|
count:
|
|
1978
2014
|
description: The number of results returned in this page.
|
|
@@ -2029,8 +2065,8 @@ types:
|
|
|
2029
2065
|
type: string
|
|
2030
2066
|
required: false
|
|
2031
2067
|
queryUnrelatedDataObjects:
|
|
2032
|
-
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
2033
2068
|
description: Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
2069
|
+
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
2034
2070
|
required: false
|
|
2035
2071
|
sourceCreation:
|
|
2036
2072
|
description: The source of which the model was created from.
|
|
@@ -2102,6 +2138,7 @@ types:
|
|
|
2102
2138
|
SemanticModelObjectCoordinateCollectionOutputRepresentation:
|
|
2103
2139
|
description: Represents an output of a Semantic Model Objects Coordinates
|
|
2104
2140
|
type: object
|
|
2141
|
+
additionalProperties: true
|
|
2105
2142
|
properties:
|
|
2106
2143
|
coordinates:
|
|
2107
2144
|
description: The coordinates map for all semantic definition. Every key is a definition Id, and the value Is an object with X and Y
|
|
@@ -2124,6 +2161,7 @@ types:
|
|
|
2124
2161
|
SemanticModelObjectCoordinateOutputRepresentation:
|
|
2125
2162
|
description: Represents an output of a Semantic Model Object Coordinate
|
|
2126
2163
|
type: object
|
|
2164
|
+
additionalProperties: true
|
|
2127
2165
|
properties:
|
|
2128
2166
|
x:
|
|
2129
2167
|
description: The X axe value of the semantic definition.
|
|
@@ -2134,6 +2172,7 @@ types:
|
|
|
2134
2172
|
SemanticModelOutputRepresentation:
|
|
2135
2173
|
description: The output representation of a specific semantic model.
|
|
2136
2174
|
type: object
|
|
2175
|
+
additionalProperties: true
|
|
2137
2176
|
properties:
|
|
2138
2177
|
apiName:
|
|
2139
2178
|
description: The API name of the semantic entity.
|
|
@@ -2187,8 +2226,8 @@ types:
|
|
|
2187
2226
|
description: Required. Dataspace in which the Semantic Model is located.
|
|
2188
2227
|
type: string
|
|
2189
2228
|
queryUnrelatedDataObjects:
|
|
2190
|
-
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
2191
2229
|
description: The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
2230
|
+
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
2192
2231
|
required: false
|
|
2193
2232
|
semanticCalculatedDimensionsUrl:
|
|
2194
2233
|
description: The URL that references the Semantic Calculated Dimensions.
|
|
@@ -2291,8 +2330,8 @@ types:
|
|
|
2291
2330
|
type: string
|
|
2292
2331
|
required: false
|
|
2293
2332
|
queryUnrelatedDataObjects:
|
|
2294
|
-
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
2295
2333
|
description: Required. The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
2334
|
+
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
2296
2335
|
required: false
|
|
2297
2336
|
sourceCreation:
|
|
2298
2337
|
description: The source of which the model was created from.
|
|
@@ -2305,6 +2344,7 @@ types:
|
|
|
2305
2344
|
SemanticModelPartialOutputRepresentation:
|
|
2306
2345
|
description: The output representation of a partial semantic model.
|
|
2307
2346
|
type: object
|
|
2347
|
+
additionalProperties: true
|
|
2308
2348
|
properties:
|
|
2309
2349
|
apiName:
|
|
2310
2350
|
description: The API name of the semantic entity.
|
|
@@ -2358,8 +2398,8 @@ types:
|
|
|
2358
2398
|
description: Required. Dataspace in which the Semantic Model is located.
|
|
2359
2399
|
type: string
|
|
2360
2400
|
queryUnrelatedDataObjects:
|
|
2361
|
-
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
2362
2401
|
description: The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
|
|
2402
|
+
type: SemanticQueryUnrelatedDataObjectsTypeEnum
|
|
2363
2403
|
required: false
|
|
2364
2404
|
semanticCalculatedDimensionsUrl:
|
|
2365
2405
|
description: The URL that references the Semantic Calculated Dimensions.
|
|
@@ -2392,6 +2432,7 @@ types:
|
|
|
2392
2432
|
SemanticModelValidationOutputRepresentation:
|
|
2393
2433
|
description: The output representation of a semantic model validation response.
|
|
2394
2434
|
type: object
|
|
2435
|
+
additionalProperties: true
|
|
2395
2436
|
properties:
|
|
2396
2437
|
isValid:
|
|
2397
2438
|
description: The validated semantic model.
|
|
@@ -2405,6 +2446,7 @@ types:
|
|
|
2405
2446
|
SemanticParameterCollectionOutputRepresentation:
|
|
2406
2447
|
description: Semantic parameter collection representation.
|
|
2407
2448
|
type: object
|
|
2449
|
+
additionalProperties: true
|
|
2408
2450
|
properties:
|
|
2409
2451
|
items:
|
|
2410
2452
|
description: A list of semantic items.
|
|
@@ -2429,8 +2471,8 @@ types:
|
|
|
2429
2471
|
type: string
|
|
2430
2472
|
required: false
|
|
2431
2473
|
dataType:
|
|
2432
|
-
type: SemanticParameterDataTypeEnum
|
|
2433
2474
|
description: The data type of the semantic parameter.
|
|
2475
|
+
type: SemanticParameterDataTypeEnum
|
|
2434
2476
|
required: false
|
|
2435
2477
|
defaultValue:
|
|
2436
2478
|
description: The default value of the semantic parameter.
|
|
@@ -2461,6 +2503,7 @@ types:
|
|
|
2461
2503
|
SemanticParameterOutputRepresentation:
|
|
2462
2504
|
description: A semantic parameter.
|
|
2463
2505
|
type: object
|
|
2506
|
+
additionalProperties: true
|
|
2464
2507
|
properties:
|
|
2465
2508
|
apiName:
|
|
2466
2509
|
description: The API name of the semantic entity.
|
|
@@ -2515,8 +2558,8 @@ types:
|
|
|
2515
2558
|
type: string
|
|
2516
2559
|
required: false
|
|
2517
2560
|
type:
|
|
2518
|
-
type: SemanticParameterTypeEnum
|
|
2519
2561
|
description: The semantic parameter type.
|
|
2562
|
+
type: SemanticParameterTypeEnum
|
|
2520
2563
|
required: false
|
|
2521
2564
|
values:
|
|
2522
2565
|
description: The list values of the semantic parameter.
|
|
@@ -2527,6 +2570,7 @@ types:
|
|
|
2527
2570
|
SemanticRelationshipCollectionOutputRepresentation:
|
|
2528
2571
|
description: Semantic relationship collection representation.
|
|
2529
2572
|
type: object
|
|
2573
|
+
additionalProperties: true
|
|
2530
2574
|
properties:
|
|
2531
2575
|
items:
|
|
2532
2576
|
description: A list of semantic items.
|
|
@@ -2539,12 +2583,12 @@ types:
|
|
|
2539
2583
|
type: object
|
|
2540
2584
|
properties:
|
|
2541
2585
|
joinOperator:
|
|
2542
|
-
type: SemanticJoinOperatorTypeEnum
|
|
2543
2586
|
description: The join operator.
|
|
2587
|
+
type: SemanticJoinOperatorTypeEnum
|
|
2544
2588
|
required: false
|
|
2545
2589
|
leftFieldType:
|
|
2546
|
-
type: SemanticJoinFieldReferenceTypeEnum
|
|
2547
2590
|
description: The left field type.
|
|
2591
|
+
type: SemanticJoinFieldReferenceTypeEnum
|
|
2548
2592
|
required: false
|
|
2549
2593
|
leftSemanticFieldApiName:
|
|
2550
2594
|
description: The api name of the field from the left semantic data object.
|
|
@@ -2561,6 +2605,7 @@ types:
|
|
|
2561
2605
|
SemanticRelationshipCriteriaOutputRepresentation:
|
|
2562
2606
|
description: A semantic relationship criteria.
|
|
2563
2607
|
type: object
|
|
2608
|
+
additionalProperties: true
|
|
2564
2609
|
properties:
|
|
2565
2610
|
joinOperator:
|
|
2566
2611
|
description: The join operator
|
|
@@ -2575,8 +2620,8 @@ types:
|
|
|
2575
2620
|
type: string
|
|
2576
2621
|
required: false
|
|
2577
2622
|
rightFieldType:
|
|
2578
|
-
type: SemanticJoinFieldReferenceTypeEnum
|
|
2579
2623
|
description: The right field reference type
|
|
2624
|
+
type: SemanticJoinFieldReferenceTypeEnum
|
|
2580
2625
|
required: false
|
|
2581
2626
|
rightSemanticFieldApiName:
|
|
2582
2627
|
description: The api name of the field from the right semantic data object
|
|
@@ -2631,6 +2676,7 @@ types:
|
|
|
2631
2676
|
SemanticRelationshipOutputRepresentation:
|
|
2632
2677
|
description: The output representation of a semantic relationship.
|
|
2633
2678
|
type: object
|
|
2679
|
+
additionalProperties: true
|
|
2634
2680
|
properties:
|
|
2635
2681
|
apiName:
|
|
2636
2682
|
description: The API name of the semantic entity.
|
|
@@ -2697,14 +2743,15 @@ types:
|
|
|
2697
2743
|
SemanticResourceValidationOutputRepresentation:
|
|
2698
2744
|
description: The output representation of a semantic resource validation response.
|
|
2699
2745
|
type: object
|
|
2746
|
+
additionalProperties: true
|
|
2700
2747
|
properties:
|
|
2701
2748
|
subResources:
|
|
2702
2749
|
description: Nested resources validations responses.
|
|
2703
2750
|
type: object
|
|
2704
|
-
required: false
|
|
2705
2751
|
properties:
|
|
2706
2752
|
//:
|
|
2707
2753
|
type: SemanticResourceValidationOutputRepresentation
|
|
2754
|
+
required: false
|
|
2708
2755
|
validationErrors:
|
|
2709
2756
|
description: The validation errors.
|
|
2710
2757
|
type: array
|
|
@@ -2713,6 +2760,7 @@ types:
|
|
|
2713
2760
|
SemanticSubMetricCollectionOutputRepresentation:
|
|
2714
2761
|
description: Semantic Sub Metrics collection representation.
|
|
2715
2762
|
type: object
|
|
2763
|
+
additionalProperties: true
|
|
2716
2764
|
properties:
|
|
2717
2765
|
items:
|
|
2718
2766
|
description: The list of semantic SubMetrics.
|
|
@@ -2757,6 +2805,7 @@ types:
|
|
|
2757
2805
|
SemanticSubMetricOutputRepresentation:
|
|
2758
2806
|
description: A semantic Sub Metric.
|
|
2759
2807
|
type: object
|
|
2808
|
+
additionalProperties: true
|
|
2760
2809
|
properties:
|
|
2761
2810
|
apiName:
|
|
2762
2811
|
description: The API name of the semantic entity.
|
|
@@ -2815,6 +2864,7 @@ types:
|
|
|
2815
2864
|
SemanticSubMetricsByMetricCollectionOutputRepresentation:
|
|
2816
2865
|
description: Collection of metric to sub metrics.
|
|
2817
2866
|
type: object
|
|
2867
|
+
additionalProperties: true
|
|
2818
2868
|
properties:
|
|
2819
2869
|
items:
|
|
2820
2870
|
description: The list of semantic metric to sub metrics.
|
|
@@ -2825,6 +2875,7 @@ types:
|
|
|
2825
2875
|
SemanticSubMetricsByMetricOutputRepresentation:
|
|
2826
2876
|
description: contain metric data with it's sub metrics.
|
|
2827
2877
|
type: object
|
|
2878
|
+
additionalProperties: true
|
|
2828
2879
|
properties:
|
|
2829
2880
|
metricApiName:
|
|
2830
2881
|
description: The api name of the metric
|
|
@@ -2851,6 +2902,7 @@ types:
|
|
|
2851
2902
|
SemanticTableFieldReferenceOutputRepresentation:
|
|
2852
2903
|
description: Output representation of a data object field reference.
|
|
2853
2904
|
type: object
|
|
2905
|
+
additionalProperties: true
|
|
2854
2906
|
properties:
|
|
2855
2907
|
fieldApiName:
|
|
2856
2908
|
description: The api name of the data object.
|
|
@@ -2879,6 +2931,7 @@ types:
|
|
|
2879
2931
|
SemanticTimeRangeOutputRepresentation:
|
|
2880
2932
|
description: A semantic time range.
|
|
2881
2933
|
type: object
|
|
2934
|
+
additionalProperties: true
|
|
2882
2935
|
properties:
|
|
2883
2936
|
customerEndDate:
|
|
2884
2937
|
description: The end date of the customer-defined time range.
|
|
@@ -2889,8 +2942,8 @@ types:
|
|
|
2889
2942
|
type: string
|
|
2890
2943
|
required: false
|
|
2891
2944
|
timeRangeType:
|
|
2892
|
-
type: TimeRangeTypeEnum
|
|
2893
2945
|
description: The type of the time range.
|
|
2946
|
+
type: TimeRangeTypeEnum
|
|
2894
2947
|
required: false
|
|
2895
2948
|
SemanticUnionInputRepresentation:
|
|
2896
2949
|
description: Input representation for creating a semantic union
|
|
@@ -2923,6 +2976,7 @@ types:
|
|
|
2923
2976
|
SemanticUnionOutputRepresentation:
|
|
2924
2977
|
description: A semantic Union.
|
|
2925
2978
|
type: object
|
|
2979
|
+
additionalProperties: true
|
|
2926
2980
|
properties:
|
|
2927
2981
|
apiName:
|
|
2928
2982
|
description: The API name of the semantic entity.
|
|
@@ -2971,6 +3025,7 @@ types:
|
|
|
2971
3025
|
SemanticValidationOutputRepresentation:
|
|
2972
3026
|
description: Semantic Validation output representation
|
|
2973
3027
|
type: object
|
|
3028
|
+
additionalProperties: true
|
|
2974
3029
|
properties:
|
|
2975
3030
|
isValid:
|
|
2976
3031
|
description: The result of the validation.
|
|
@@ -2985,10 +3040,10 @@ types:
|
|
|
2985
3040
|
validationResponses:
|
|
2986
3041
|
description: A map of Field Name and Validation Response.
|
|
2987
3042
|
type: object
|
|
2988
|
-
required: false
|
|
2989
3043
|
properties:
|
|
2990
3044
|
//:
|
|
2991
3045
|
type: string
|
|
3046
|
+
required: false
|
|
2992
3047
|
/ssot/semantic/models:
|
|
2993
3048
|
delete:
|
|
2994
3049
|
displayName: deleteSemanticModelCollection
|