@salesforce/lds-adapters-sfap-analytics-insights 1.309.0-dev18 → 1.309.0-dev20
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
|
@@ -575,6 +575,9 @@ types:
|
|
|
575
575
|
viz:
|
|
576
576
|
type: any
|
|
577
577
|
required: false
|
|
578
|
+
status:
|
|
579
|
+
type: Status
|
|
580
|
+
required: false
|
|
578
581
|
RelativeDateFilterOptions:
|
|
579
582
|
type: object
|
|
580
583
|
GetFilterValuesResponse:
|
|
@@ -777,6 +780,38 @@ types:
|
|
|
777
780
|
timestamp:
|
|
778
781
|
description: Timestamp of the summary generation in UTC
|
|
779
782
|
type: string
|
|
783
|
+
Status:
|
|
784
|
+
type: object
|
|
785
|
+
properties:
|
|
786
|
+
qualifier:
|
|
787
|
+
description: Defines how the metric is tracking
|
|
788
|
+
enum:
|
|
789
|
+
- QUALIFIER_UNSPECIFIED
|
|
790
|
+
- QUALIFIER_HIGH
|
|
791
|
+
- QUALIFIER_LOW
|
|
792
|
+
- QUALIFIER_EXPECTED
|
|
793
|
+
- QUALIFIER_IN_PROGRESS
|
|
794
|
+
- QUALIFIER_ON_TRACK
|
|
795
|
+
- QUALIFIER_OFF_TRACK
|
|
796
|
+
- QUALIFIER_ON_TRACK_TO_GOAL
|
|
797
|
+
- QUALIFIER_OFF_TRACK_TO_GOAL
|
|
798
|
+
- QUALIFIER_GOAL_CONDITION
|
|
799
|
+
type: string
|
|
800
|
+
(amf-format): enum
|
|
801
|
+
required: false
|
|
802
|
+
sentiment:
|
|
803
|
+
description: |-
|
|
804
|
+
Represents a sentiment towards metric status.
|
|
805
|
+
Sentiment is determined based on the metric directionality and status qualifier
|
|
806
|
+
enum:
|
|
807
|
+
- SENTIMENT_UNSPECIFIED
|
|
808
|
+
- SENTIMENT_POSITIVE
|
|
809
|
+
- SENTIMENT_NEGATIVE
|
|
810
|
+
- SENTIMENT_NEUTRAL
|
|
811
|
+
- SENTIMENT_CUSTOM
|
|
812
|
+
type: string
|
|
813
|
+
(amf-format): enum
|
|
814
|
+
required: false
|
|
780
815
|
Measure:
|
|
781
816
|
type: object
|
|
782
817
|
properties:
|