@salesforce/lds-adapters-cdp-semantic-authoring 1.335.0 → 1.337.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/src/raml/api.raml CHANGED
@@ -4126,6 +4126,34 @@ types:
4126
4126
  modelApiNameOrId:
4127
4127
  type: string
4128
4128
  required: true
4129
+ /dependencies:
4130
+ get:
4131
+ displayName: getSemanticDependencyCollection
4132
+ description: Obtains the dependencies of specific Semantic Definition types
4133
+ responses:
4134
+ '200':
4135
+ description: Success
4136
+ body:
4137
+ application/json:
4138
+ type: SemanticDependencyCollectionOutputRepresentation
4139
+ queryParameters:
4140
+ types:
4141
+ description: Types of semantic objects to get dependencies for
4142
+ type: array
4143
+ required: false
4144
+ items:
4145
+ type: string
4146
+ enum:
4147
+ - CalculatedDimension
4148
+ - CalculatedMeasurement
4149
+ - DataObject
4150
+ - Grouping
4151
+ - LogicalView
4152
+ - MappedField
4153
+ - Metric
4154
+ - Parameter
4155
+ - Relationship
4156
+ (oas-collectionFormat): csv
4129
4157
  /groupings:
4130
4158
  get:
4131
4159
  displayName: getSemanticGroupingCollection
@@ -4749,6 +4777,15 @@ types:
4749
4777
  body:
4750
4778
  application/json:
4751
4779
  type: SemanticSubMetricCollectionOutputRepresentation
4780
+ queryParameters:
4781
+ sortBy:
4782
+ description: Represents the field to sort by.
4783
+ type: string
4784
+ required: false
4785
+ sortOrder:
4786
+ description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None.
4787
+ type: SemanticSortOrderEnum
4788
+ required: false
4752
4789
  uriParameters:
4753
4790
  subMetricIds:
4754
4791
  type: string
@@ -122,3 +122,7 @@ types:
122
122
  name: urlParams.subMetricNameOrId
123
123
  (luvio.adapter):
124
124
  name: deleteGoalFromSubMetric
125
+ /dependencies:
126
+ get:
127
+ (luvio.adapter):
128
+ name: getLeafDependenciesByTypes