@salesforce/lds-adapters-cdp-semantic-authoring 1.332.0-dev5 → 1.332.0-dev7

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
@@ -4195,6 +4195,34 @@ types:
4195
4195
  modelApiNameOrId:
4196
4196
  type: string
4197
4197
  required: true
4198
+ /dependencies:
4199
+ get:
4200
+ displayName: getSemanticDependencyCollection
4201
+ description: Obtains the dependencies of specific Semantic Definition types
4202
+ responses:
4203
+ '200':
4204
+ description: Success
4205
+ body:
4206
+ application/json:
4207
+ type: SemanticDependencyCollectionOutputRepresentation
4208
+ queryParameters:
4209
+ types:
4210
+ description: Types of semantic objects to get dependencies for
4211
+ type: array
4212
+ required: false
4213
+ items:
4214
+ type: string
4215
+ enum:
4216
+ - CalculatedDimension
4217
+ - CalculatedMeasurement
4218
+ - DataObject
4219
+ - Grouping
4220
+ - LogicalView
4221
+ - MappedField
4222
+ - Metric
4223
+ - Parameter
4224
+ - Relationship
4225
+ (oas-collectionFormat): csv
4198
4226
  /groupings:
4199
4227
  get:
4200
4228
  displayName: getSemanticGroupingCollection
@@ -4823,6 +4851,15 @@ types:
4823
4851
  body:
4824
4852
  application/json:
4825
4853
  type: SemanticSubMetricCollectionOutputRepresentation
4854
+ queryParameters:
4855
+ sortBy:
4856
+ description: Represents the field to sort by.
4857
+ type: string
4858
+ required: false
4859
+ sortOrder:
4860
+ description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None.
4861
+ type: SemanticSortOrderEnum
4862
+ required: false
4826
4863
  uriParameters:
4827
4864
  subMetricIds:
4828
4865
  type: string
@@ -113,6 +113,10 @@ types:
113
113
  name: urlParams.subMetricNameOrId
114
114
  (luvio.adapter):
115
115
  name: deleteSemanticSubMetric
116
+ /dependencies:
117
+ get:
118
+ (luvio.adapter):
119
+ name: getLeafDependenciesByTypes
116
120
  /sub-metrics/{subMetricNameOrId}/goal:
117
121
  patch:
118
122
  (luvio.adapter):