@salesforce/lds-adapters-cdp-semantic-authoring 1.338.0 → 1.339.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
@@ -2787,6 +2787,12 @@ types:
2787
2787
  description: The API name of the semantic entity.
2788
2788
  type: string
2789
2789
  required: false
2790
+ allowedValues:
2791
+ description: The list allowedValues of the semantic parameter.
2792
+ type: array
2793
+ required: false
2794
+ items:
2795
+ type: object
2790
2796
  description:
2791
2797
  description: An optional description of the semantic entity.
2792
2798
  type: string
@@ -2833,6 +2839,12 @@ types:
2833
2839
  apiName:
2834
2840
  description: The API name of the semantic entity.
2835
2841
  type: string
2842
+ allowedValues:
2843
+ description: The allowed list values of the semantic parameter.
2844
+ type: array
2845
+ required: false
2846
+ items:
2847
+ type: SemanticParameterListValueOutputRepresentation
2836
2848
  baseModelApiName:
2837
2849
  description: The origin model of the semantic entity.
2838
2850
  type: string
@@ -2896,6 +2908,28 @@ types:
2896
2908
  required: false
2897
2909
  items:
2898
2910
  type: string
2911
+ SemanticParameterListValueInputRepresentation:
2912
+ description: Input representation of an allowed list value for a semantic parameter .
2913
+ type: object
2914
+ properties:
2915
+ displayName:
2916
+ description: The display name (Display As) of the allowed parameter value.
2917
+ type: string
2918
+ value:
2919
+ description: The allowed value in the list of parameter allowed values.
2920
+ type: string
2921
+ SemanticParameterListValueOutputRepresentation:
2922
+ description: Output representation of an allowed list value for a semantic parameter.
2923
+ type: object
2924
+ properties:
2925
+ displayName:
2926
+ description: The display name (Display As) of the allowed parameter value.
2927
+ type: string
2928
+ required: false
2929
+ value:
2930
+ description: The allowed value in the list of parameter allowed values.
2931
+ type: string
2932
+ required: false
2899
2933
  SemanticRelationshipCollectionOutputRepresentation:
2900
2934
  description: Semantic relationship collection representation.
2901
2935
  type: object