@salesforce/lds-adapters-cdp-semantic-authoring 1.332.0-dev2 → 1.332.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/dist/es/es2018/cdp-semantic-authoring.js +2 -4
- package/dist/es/es2018/types/src/generated/adapters/getSemanticMetricsByIds.d.ts +0 -2
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticMetricsByMetricIds.d.ts +0 -4
- package/package.json +3 -3
- package/sfdc/index.js +3 -5
- package/src/raml/api.raml +0 -9
|
@@ -1367,7 +1367,7 @@ function select$x(luvio, params) {
|
|
|
1367
1367
|
return select$y();
|
|
1368
1368
|
}
|
|
1369
1369
|
function keyBuilder$t(luvio, params) {
|
|
1370
|
-
return keyPrefix + '::SemanticMetricCollectionOutputRepresentation:(' + '
|
|
1370
|
+
return keyPrefix + '::SemanticMetricCollectionOutputRepresentation:(' + 'metricIds:' + params.urlParams.metricIds + ')';
|
|
1371
1371
|
}
|
|
1372
1372
|
function getResponseCacheKeys$c(storeKeyMap, luvio, resourceParams, response) {
|
|
1373
1373
|
getTypeCacheKeys$f(storeKeyMap, luvio, response, () => keyBuilder$t(luvio, resourceParams));
|
|
@@ -1403,7 +1403,7 @@ function createResourceRequest$c(config) {
|
|
|
1403
1403
|
method: 'get',
|
|
1404
1404
|
body: null,
|
|
1405
1405
|
urlParams: config.urlParams,
|
|
1406
|
-
queryParams:
|
|
1406
|
+
queryParams: {},
|
|
1407
1407
|
headers,
|
|
1408
1408
|
priority: 'normal',
|
|
1409
1409
|
};
|
|
@@ -1412,8 +1412,6 @@ function createResourceRequest$c(config) {
|
|
|
1412
1412
|
const adapterName$c = 'getSemanticMetricsByIds';
|
|
1413
1413
|
const getSemanticMetricsByIds_ConfigPropertyMetadata = [
|
|
1414
1414
|
generateParamConfigMetadata('metricIds', true, 0 /* UrlParameter */, 0 /* String */),
|
|
1415
|
-
generateParamConfigMetadata('sortBy', false, 1 /* QueryParameter */, 0 /* String */),
|
|
1416
|
-
generateParamConfigMetadata('sortOrder', false, 1 /* QueryParameter */, 0 /* String */),
|
|
1417
1415
|
];
|
|
1418
1416
|
const getSemanticMetricsByIds_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$c, getSemanticMetricsByIds_ConfigPropertyMetadata);
|
|
1419
1417
|
const createResourceParams$c = /*#__PURE__*/ createResourceParams$d(getSemanticMetricsByIds_ConfigPropertyMetadata);
|
|
@@ -7,8 +7,6 @@ export declare const getSemanticMetricsByIds_ConfigPropertyMetadata: $64$luvio_e
|
|
|
7
7
|
export declare const getSemanticMetricsByIds_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetSemanticMetricsByIdsConfig {
|
|
9
9
|
metricIds: string;
|
|
10
|
-
sortBy?: string;
|
|
11
|
-
sortOrder?: string;
|
|
12
10
|
}
|
|
13
11
|
export declare const createResourceParams: (config: GetSemanticMetricsByIdsConfig) => resources_getSsotSemanticMetricsByMetricIds_ResourceRequestConfig;
|
|
14
12
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSemanticMetricsByIdsConfig): string;
|
|
@@ -4,10 +4,6 @@ export interface ResourceRequestConfig {
|
|
|
4
4
|
urlParams: {
|
|
5
5
|
metricIds: string;
|
|
6
6
|
};
|
|
7
|
-
queryParams: {
|
|
8
|
-
sortBy?: string;
|
|
9
|
-
sortOrder?: string;
|
|
10
|
-
};
|
|
11
7
|
}
|
|
12
8
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
9
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-semantic-authoring",
|
|
3
|
-
"version": "1.332.0
|
|
3
|
+
"version": "1.332.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.332.0
|
|
43
|
+
"@salesforce/lds-bindings": "^1.332.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.332.0
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.332.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -9790,7 +9790,7 @@ function select$c(luvio, params) {
|
|
|
9790
9790
|
return select$e();
|
|
9791
9791
|
}
|
|
9792
9792
|
function keyBuilder$d(luvio, params) {
|
|
9793
|
-
return keyPrefix + '::SemanticMetricCollectionOutputRepresentation:(' + '
|
|
9793
|
+
return keyPrefix + '::SemanticMetricCollectionOutputRepresentation:(' + 'metricIds:' + params.urlParams.metricIds + ')';
|
|
9794
9794
|
}
|
|
9795
9795
|
function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
9796
9796
|
getTypeCacheKeys$4(storeKeyMap, luvio, response, () => keyBuilder$d(luvio, resourceParams));
|
|
@@ -9826,7 +9826,7 @@ function createResourceRequest$7(config) {
|
|
|
9826
9826
|
method: 'get',
|
|
9827
9827
|
body: null,
|
|
9828
9828
|
urlParams: config.urlParams,
|
|
9829
|
-
queryParams:
|
|
9829
|
+
queryParams: {},
|
|
9830
9830
|
headers,
|
|
9831
9831
|
priority: 'normal',
|
|
9832
9832
|
};
|
|
@@ -9835,8 +9835,6 @@ function createResourceRequest$7(config) {
|
|
|
9835
9835
|
const adapterName$7 = 'getSemanticMetricsByIds';
|
|
9836
9836
|
const getSemanticMetricsByIds_ConfigPropertyMetadata = [
|
|
9837
9837
|
generateParamConfigMetadata('metricIds', true, 0 /* UrlParameter */, 0 /* String */),
|
|
9838
|
-
generateParamConfigMetadata('sortBy', false, 1 /* QueryParameter */, 0 /* String */),
|
|
9839
|
-
generateParamConfigMetadata('sortOrder', false, 1 /* QueryParameter */, 0 /* String */),
|
|
9840
9838
|
];
|
|
9841
9839
|
const getSemanticMetricsByIds_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$7, getSemanticMetricsByIds_ConfigPropertyMetadata);
|
|
9842
9840
|
const createResourceParams$7 = /*#__PURE__*/ createResourceParams$d(getSemanticMetricsByIds_ConfigPropertyMetadata);
|
|
@@ -12375,4 +12373,4 @@ withDefaultLuvio((luvio) => {
|
|
|
12375
12373
|
});
|
|
12376
12374
|
|
|
12377
12375
|
export { createSemanticModel, createSemanticSubMetric, deleteSemanticSubMetric, 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, patchSemanticModel };
|
|
12378
|
-
// version: 1.332.0-
|
|
12376
|
+
// version: 1.332.0-626b187dc6
|
package/src/raml/api.raml
CHANGED
|
@@ -3442,15 +3442,6 @@ types:
|
|
|
3442
3442
|
body:
|
|
3443
3443
|
application/json:
|
|
3444
3444
|
type: SemanticMetricCollectionOutputRepresentation
|
|
3445
|
-
queryParameters:
|
|
3446
|
-
sortBy:
|
|
3447
|
-
description: Represents the field to sort by.
|
|
3448
|
-
type: string
|
|
3449
|
-
required: false
|
|
3450
|
-
sortOrder:
|
|
3451
|
-
description: Sort order of the Semantic Calculated Dimension. Valid values are Ascending, Descending and None.
|
|
3452
|
-
type: SemanticSortOrderEnum
|
|
3453
|
-
required: false
|
|
3454
3445
|
uriParameters:
|
|
3455
3446
|
metricIds:
|
|
3456
3447
|
type: string
|