@salesforce/lds-adapters-industries-context 1.252.0 → 1.256.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/industries-context.js +2 -1
- package/dist/es/es2018/types/src/generated/adapters/getContextDefinitions.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitions.d.ts +1 -0
- package/package.json +4 -4
- package/sfdc/index.js +3 -2
- package/src/raml/api.raml +4 -0
- package/src/raml/luvio.raml +3 -0
|
@@ -1721,7 +1721,7 @@ function select$X(luvio, params) {
|
|
|
1721
1721
|
return select$Y();
|
|
1722
1722
|
}
|
|
1723
1723
|
function keyBuilder$X(luvio, params) {
|
|
1724
|
-
return keyPrefix + '::ContextDefinitionListRepresentation:(' + 'includeInactive:' + params.queryParams.includeInactive + ')';
|
|
1724
|
+
return keyPrefix + '::ContextDefinitionListRepresentation:(' + 'includeInactive:' + params.queryParams.includeInactive + ',' + 'includeUpgrade:' + params.queryParams.includeUpgrade + ')';
|
|
1725
1725
|
}
|
|
1726
1726
|
function getResponseCacheKeys$M(storeKeyMap, luvio, resourceParams, response) {
|
|
1727
1727
|
getTypeCacheKeys$j(storeKeyMap, luvio, response, () => keyBuilder$X(luvio, resourceParams));
|
|
@@ -1772,6 +1772,7 @@ function createResourceRequest$M(config) {
|
|
|
1772
1772
|
const adapterName$M = 'getContextDefinitions';
|
|
1773
1773
|
const getContextDefinitions_ConfigPropertyMetadata = [
|
|
1774
1774
|
generateParamConfigMetadata('includeInactive', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
1775
|
+
generateParamConfigMetadata('includeUpgrade', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
1775
1776
|
];
|
|
1776
1777
|
const getContextDefinitions_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$M, getContextDefinitions_ConfigPropertyMetadata);
|
|
1777
1778
|
const createResourceParams$M = /*#__PURE__*/ createResourceParams$P(getContextDefinitions_ConfigPropertyMetadata);
|
|
@@ -7,6 +7,7 @@ export declare const getContextDefinitions_ConfigPropertyMetadata: $64$luvio_eng
|
|
|
7
7
|
export declare const getContextDefinitions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
8
|
export interface GetContextDefinitionsConfig {
|
|
9
9
|
includeInactive?: boolean;
|
|
10
|
+
includeUpgrade?: boolean;
|
|
10
11
|
}
|
|
11
12
|
export declare const createResourceParams: (config: GetContextDefinitionsConfig) => resources_getConnectContextDefinitions_ResourceRequestConfig;
|
|
12
13
|
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetContextDefinitionsConfig): string;
|
|
@@ -3,6 +3,7 @@ import { ContextDefinitionListRepresentation as types_ContextDefinitionListRepre
|
|
|
3
3
|
export interface ResourceRequestConfig {
|
|
4
4
|
queryParams: {
|
|
5
5
|
includeInactive?: boolean;
|
|
6
|
+
includeUpgrade?: boolean;
|
|
6
7
|
};
|
|
7
8
|
}
|
|
8
9
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-context",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.256.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Normandy Context Service",
|
|
6
6
|
"main": "dist/es/es2018/industries-context.js",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"test:unit": "jest --config=./jest.config.js"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@salesforce/lds-bindings": "
|
|
48
|
+
"@salesforce/lds-bindings": "^1.256.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@salesforce/lds-compiler-plugins": "
|
|
52
|
-
"@salesforce/lds-karma": "
|
|
51
|
+
"@salesforce/lds-compiler-plugins": "^1.256.0",
|
|
52
|
+
"@salesforce/lds-karma": "^1.256.0"
|
|
53
53
|
},
|
|
54
54
|
"nx": {
|
|
55
55
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -6913,7 +6913,7 @@ function select$y(luvio, params) {
|
|
|
6913
6913
|
return select$z();
|
|
6914
6914
|
}
|
|
6915
6915
|
function keyBuilder$w(luvio, params) {
|
|
6916
|
-
return keyPrefix + '::ContextDefinitionListRepresentation:(' + 'includeInactive:' + params.queryParams.includeInactive + ')';
|
|
6916
|
+
return keyPrefix + '::ContextDefinitionListRepresentation:(' + 'includeInactive:' + params.queryParams.includeInactive + ',' + 'includeUpgrade:' + params.queryParams.includeUpgrade + ')';
|
|
6917
6917
|
}
|
|
6918
6918
|
function getResponseCacheKeys$r(storeKeyMap, luvio, resourceParams, response) {
|
|
6919
6919
|
getTypeCacheKeys$4(storeKeyMap, luvio, response, () => keyBuilder$w(luvio, resourceParams));
|
|
@@ -6964,6 +6964,7 @@ function createResourceRequest$r(config) {
|
|
|
6964
6964
|
const adapterName$r = 'getContextDefinitions';
|
|
6965
6965
|
const getContextDefinitions_ConfigPropertyMetadata = [
|
|
6966
6966
|
generateParamConfigMetadata('includeInactive', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
6967
|
+
generateParamConfigMetadata('includeUpgrade', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
6967
6968
|
];
|
|
6968
6969
|
const getContextDefinitions_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$r, getContextDefinitions_ConfigPropertyMetadata);
|
|
6969
6970
|
const createResourceParams$r = /*#__PURE__*/ createResourceParams$P(getContextDefinitions_ConfigPropertyMetadata);
|
|
@@ -12156,4 +12157,4 @@ withDefaultLuvio((luvio) => {
|
|
|
12156
12157
|
});
|
|
12157
12158
|
|
|
12158
12159
|
export { createContextAttributeMapping, createContextAttributeMappings, createContextAttributes, createContextMapping, createContextMappings, createContextNodeMapping, createContextNodeMappings, createContextNodes, createContextQueryRecords, createContextServiceDefinition, createContextTags, deleteContextAttributeMapping, deleteContextMapping, deleteContextNodeMapping, deleteContextServiceAttribute, deleteContextServiceAttributeMapping, deleteContextServiceDefinition, deleteContextServiceMapping, deleteContextServiceNode, deleteContextServiceNodeMapping, deleteContextServiceTag, getContext, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextAttributeMapping_imperative, getContextDefinitions, getContextDefinitions_imperative, getContextInfo, getContextInfoNotifyChange, getContextInfo_imperative, getContextMapping, getContextMappingNotifyChange, getContextMapping_imperative, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNodeMapping_imperative, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAccess_imperative, getContextServiceAttribute, getContextServiceAttributeMapping, getContextServiceAttributeMappingNotifyChange, getContextServiceAttributeMapping_imperative, getContextServiceAttributeNotifyChange, getContextServiceAttribute_imperative, getContextServiceDefinition, getContextServiceDefinitionInfo, getContextServiceDefinitionInfoNotifyChange, getContextServiceDefinitionInfo_imperative, getContextServiceDefinitionNotifyChange, getContextServiceDefinition_imperative, getContextServiceMapping, getContextServiceMappingNotifyChange, getContextServiceMapping_imperative, getContextServiceNode, getContextServiceNodeMapping, getContextServiceNodeMappingNotifyChange, getContextServiceNodeMapping_imperative, getContextServiceNodeNotifyChange, getContextServiceNode_imperative, getContextServiceTag, getContextServiceTagNotifyChange, getContextServiceTag_imperative, getContextTags, getContextTagsNotifyChange, getContextTags_imperative, getContextTranslation, getContextTranslation_imperative, getContext_imperative, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttributeMapping, updateContextAttributeMappings, updateContextAttributes, updateContextMapping, updateContextMappings, updateContextNodeMapping, updateContextNodeMappings, updateContextNodes, updateContextServiceDefinition, updateContextTags, upgradeContextServiceDefinition };
|
|
12159
|
-
// version: 1.
|
|
12160
|
+
// version: 1.256.0-fb019fbad
|
package/src/raml/api.raml
CHANGED
|
@@ -1917,6 +1917,10 @@ types:
|
|
|
1917
1917
|
type: boolean
|
|
1918
1918
|
required: false
|
|
1919
1919
|
default: true
|
|
1920
|
+
includeUpgrade:
|
|
1921
|
+
type: boolean
|
|
1922
|
+
required: false
|
|
1923
|
+
default: false
|
|
1920
1924
|
post:
|
|
1921
1925
|
displayName: createContextServiceDefinition
|
|
1922
1926
|
description: Create Context Definition
|