@salesforce/lds-adapters-sfap-analytics-insights 1.332.0-dev3 → 1.333.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.
@@ -17,7 +17,7 @@ export interface StatusNormalized {
17
17
  /** Defines how the metric is tracking */
18
18
  qualifier?: string;
19
19
  /** Represents a sentiment towards metric status.
20
- Sentiment is determined based on the metric directionality and status qualifier */
20
+ Status sentiment is determined based on metric sentiment (e.g. up is good) and status qualifier */
21
21
  sentiment?: string;
22
22
  }
23
23
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sfap-analytics-insights",
3
- "version": "1.332.0-dev3",
3
+ "version": "1.333.0",
4
4
  "description": "APIs for generating insights about metrics",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sfap-analytics-insights.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.332.0-dev3"
43
+ "@salesforce/lds-bindings": "^1.333.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.332.0-dev3"
46
+ "@salesforce/lds-compiler-plugins": "^1.333.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -3565,4 +3565,4 @@ withDefaultLuvio((luvio) => {
3565
3565
  });
3566
3566
 
3567
3567
  export { createInsightsBatch, generateInsights, generateInsightsBasic, getInsightsBatch, getInsightsBatchNotifyChange, getInsightsBatch_imperative, getMetricFilterValues };
3568
- // version: 1.332.0-dev3-9fb043ed2d
3568
+ // version: 1.333.0-257d60dcfb
package/src/raml/api.raml CHANGED
@@ -792,25 +792,26 @@ types:
792
792
  - QUALIFIER_HIGH
793
793
  - QUALIFIER_LOW
794
794
  - QUALIFIER_EXPECTED
795
- - QUALIFIER_IN_PROGRESS
796
795
  - QUALIFIER_ON_TRACK
797
796
  - QUALIFIER_OFF_TRACK
798
797
  - QUALIFIER_ON_TRACK_TO_GOAL
799
798
  - QUALIFIER_OFF_TRACK_TO_GOAL
800
799
  - QUALIFIER_GOAL_CONDITION
800
+ - QUALIFIER_NO_STATUS
801
801
  type: string
802
802
  (amf-format): enum
803
803
  required: false
804
804
  sentiment:
805
805
  description: |-
806
806
  Represents a sentiment towards metric status.
807
- Sentiment is determined based on the metric directionality and status qualifier
807
+ Status sentiment is determined based on metric sentiment (e.g. up is good) and status qualifier
808
808
  enum:
809
809
  - SENTIMENT_UNSPECIFIED
810
810
  - SENTIMENT_POSITIVE
811
811
  - SENTIMENT_NEGATIVE
812
812
  - SENTIMENT_NEUTRAL
813
813
  - SENTIMENT_CUSTOM
814
+ - SENTIMENT_NO_SENTIMENT
814
815
  type: string
815
816
  (amf-format): enum
816
817
  required: false