@salesforce/lds-adapters-cdp-semantic-authoring 1.380.0 → 1.381.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/package.json +3 -3
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +25 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-semantic-authoring",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.381.0",
|
|
4
4
|
"description": "Semantic Authoring",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-semantic-authoring.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.381.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.381.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -15454,4 +15454,4 @@ withDefaultLuvio((luvio) => {
|
|
|
15454
15454
|
});
|
|
15455
15455
|
|
|
15456
15456
|
export { createSemanticGoal, createSemanticModel, createSemanticSubMetric, deleteGoalFromSubMetric, deleteSemanticGoal, deleteSemanticSubMetric, getLeafDependenciesByTypes, getLeafDependenciesByTypes_imperative, getSemanticGoal, getSemanticGoalNotifyChange, getSemanticGoal_imperative, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetric_imperative, getSemanticMetrics, getSemanticMetricsByIds, getSemanticMetricsByIds_imperative, getSemanticMetricsToSubMetrics, getSemanticMetricsToSubMetrics_imperative, getSemanticMetrics_imperative, getSemanticModel, getSemanticModelNotifyChange, getSemanticModel_imperative, getSemanticModels, getSemanticModels_imperative, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetric_imperative, getSemanticSubMetrics, getSemanticSubMetricsById, getSemanticSubMetricsById_imperative, getSemanticSubMetrics_imperative, patchSemanticMetricGoal, patchSemanticModel, updateSemanticGoal };
|
|
15457
|
-
// version: 1.
|
|
15457
|
+
// version: 1.381.0-61e618aefd
|
package/src/raml/api.raml
CHANGED
|
@@ -1857,6 +1857,23 @@ types:
|
|
|
1857
1857
|
description: Provides the naming for the identified dimension
|
|
1858
1858
|
type: SemanticFieldReferenceOutputRepresentation
|
|
1859
1859
|
required: false
|
|
1860
|
+
SemanticMetricForecastConfigurationInputRepresentation:
|
|
1861
|
+
description: Input representation for metric forecast configuration
|
|
1862
|
+
type: object
|
|
1863
|
+
properties:
|
|
1864
|
+
forecastMeasurementReference:
|
|
1865
|
+
description: Reference to the forecast measurement field
|
|
1866
|
+
type: SemanticFieldReferenceInputRepresentation
|
|
1867
|
+
required: false
|
|
1868
|
+
SemanticMetricForecastConfigurationOutputRepresentation:
|
|
1869
|
+
description: Output representation for metric forecast configuration.
|
|
1870
|
+
type: object
|
|
1871
|
+
additionalProperties: true
|
|
1872
|
+
properties:
|
|
1873
|
+
forecastMeasurementReference:
|
|
1874
|
+
description: Reference to the forecast measurement field
|
|
1875
|
+
type: SemanticFieldReferenceOutputRepresentation
|
|
1876
|
+
required: false
|
|
1860
1877
|
SemanticInsightTypeInputRepresentation:
|
|
1861
1878
|
description: Input representation for insight type
|
|
1862
1879
|
type: object
|
|
@@ -1914,6 +1931,10 @@ types:
|
|
|
1914
1931
|
description: Uses a singular noun to represent units.
|
|
1915
1932
|
type: string
|
|
1916
1933
|
required: false
|
|
1934
|
+
forecastConfiguration:
|
|
1935
|
+
description: Configuration for metric forecasting.
|
|
1936
|
+
type: SemanticMetricForecastConfigurationInputRepresentation
|
|
1937
|
+
required: false
|
|
1917
1938
|
SemanticInsightsSettingsOutputRepresentation:
|
|
1918
1939
|
description: Output representation for metrics insights settings
|
|
1919
1940
|
type: object
|
|
@@ -1947,6 +1968,10 @@ types:
|
|
|
1947
1968
|
description: Uses a singular noun to represent units.
|
|
1948
1969
|
type: string
|
|
1949
1970
|
required: false
|
|
1971
|
+
forecastConfiguration:
|
|
1972
|
+
description: Configuration for metric forecasting.
|
|
1973
|
+
type: SemanticMetricForecastConfigurationOutputRepresentation
|
|
1974
|
+
required: false
|
|
1950
1975
|
SemanticLogicalViewCollectionOutputRepresentation:
|
|
1951
1976
|
description: A representation of a collection of semantic logical views.
|
|
1952
1977
|
type: object
|