@salesforce/lds-adapters-industries-cpq 1.346.0 → 1.347.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.
|
@@ -6113,13 +6113,6 @@ function validate$n(obj, path = 'ConfiguratorInputRepresentation') {
|
|
|
6113
6113
|
return new TypeError('Expected "string" but received "' + typeof obj_contextMappingId + '" (at "' + path_contextMappingId + '")');
|
|
6114
6114
|
}
|
|
6115
6115
|
}
|
|
6116
|
-
if (obj.contextResponseType !== undefined) {
|
|
6117
|
-
const obj_contextResponseType = obj.contextResponseType;
|
|
6118
|
-
const path_contextResponseType = path + '.contextResponseType';
|
|
6119
|
-
if (typeof obj_contextResponseType !== 'string') {
|
|
6120
|
-
return new TypeError('Expected "string" but received "' + typeof obj_contextResponseType + '" (at "' + path_contextResponseType + '")');
|
|
6121
|
-
}
|
|
6122
|
-
}
|
|
6123
6116
|
if (obj.correlationId !== undefined) {
|
|
6124
6117
|
const obj_correlationId = obj.correlationId;
|
|
6125
6118
|
const path_correlationId = path + '.correlationId';
|
|
@@ -3,7 +3,7 @@ import { ConfiguratorOptionsInputRepresentation as ConfiguratorOptionsInputRepre
|
|
|
3
3
|
import { ConfiguratorDeletedNodeInputRepresentation as ConfiguratorDeletedNodeInputRepresentation_ConfiguratorDeletedNodeInputRepresentation } from './ConfiguratorDeletedNodeInputRepresentation';
|
|
4
4
|
import { ConfiguratorUpdatedNodeInputRepresentation as ConfiguratorUpdatedNodeInputRepresentation_ConfiguratorUpdatedNodeInputRepresentation } from './ConfiguratorUpdatedNodeInputRepresentation';
|
|
5
5
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
6
|
-
export declare const VERSION = "
|
|
6
|
+
export declare const VERSION = "69f58257c7633f092bbdb92508113a74";
|
|
7
7
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
8
|
export declare const RepresentationType: string;
|
|
9
9
|
export declare function normalize(input: ConfiguratorInputRepresentation, existing: ConfiguratorInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ConfiguratorInputRepresentationNormalized;
|
|
@@ -23,8 +23,6 @@ export interface ConfiguratorInputRepresentationNormalized {
|
|
|
23
23
|
configuratorOptions?: ConfiguratorOptionsInputRepresentation_ConfiguratorOptionsInputRepresentation;
|
|
24
24
|
/** Context Mapping Id */
|
|
25
25
|
contextMappingId?: string;
|
|
26
|
-
/** Context Response Type */
|
|
27
|
-
contextResponseType?: string;
|
|
28
26
|
/** Correlation ID */
|
|
29
27
|
correlationId?: string | null;
|
|
30
28
|
/** Data Seed */
|
|
@@ -52,7 +50,6 @@ export interface ConfiguratorInputRepresentation {
|
|
|
52
50
|
addedNodes?: Array<ConfiguratorAddedNodeInputRepresentation_ConfiguratorAddedNodeInputRepresentation>;
|
|
53
51
|
configuratorOptions?: ConfiguratorOptionsInputRepresentation_ConfiguratorOptionsInputRepresentation;
|
|
54
52
|
contextMappingId?: string;
|
|
55
|
-
contextResponseType?: string;
|
|
56
53
|
correlationId?: string | null;
|
|
57
54
|
dataSeed?: string;
|
|
58
55
|
deletedNodes?: Array<ConfiguratorDeletedNodeInputRepresentation_ConfiguratorDeletedNodeInputRepresentation>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-cpq",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.347.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "APIs for Industries CPQ Project",
|
|
6
6
|
"main": "dist/es/es2018/industries-cpq.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.347.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.347.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.347.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -1342,13 +1342,6 @@ function validate$R(obj, path = 'ConfiguratorInputRepresentation') {
|
|
|
1342
1342
|
return new TypeError('Expected "string" but received "' + typeof obj_contextMappingId + '" (at "' + path_contextMappingId + '")');
|
|
1343
1343
|
}
|
|
1344
1344
|
}
|
|
1345
|
-
if (obj.contextResponseType !== undefined) {
|
|
1346
|
-
const obj_contextResponseType = obj.contextResponseType;
|
|
1347
|
-
const path_contextResponseType = path + '.contextResponseType';
|
|
1348
|
-
if (typeof obj_contextResponseType !== 'string') {
|
|
1349
|
-
return new TypeError('Expected "string" but received "' + typeof obj_contextResponseType + '" (at "' + path_contextResponseType + '")');
|
|
1350
|
-
}
|
|
1351
|
-
}
|
|
1352
1345
|
if (obj.correlationId !== undefined) {
|
|
1353
1346
|
const obj_correlationId = obj.correlationId;
|
|
1354
1347
|
const path_correlationId = path + '.correlationId';
|
|
@@ -9547,4 +9540,4 @@ withDefaultLuvio((luvio) => {
|
|
|
9547
9540
|
});
|
|
9548
9541
|
|
|
9549
9542
|
export { bulkProductDetails, categoryDetails, categoryList, configure, createCart, createCartItems, createFavorite, createRule, deleteFavorite, getCart, getCart_imperative, getFavorite, getFavoriteId, getFavoriteIdNotifyChange, getFavoriteId_imperative, getFavorite_imperative, guidedSelectionProductList, preview, priceCart, productDetails, productList, searchProductList, shareFavorite, smartProductSelection, updateCart, updateCartItems, updateFavorite, updateRule, validateRule };
|
|
9550
|
-
// version: 1.
|
|
9543
|
+
// version: 1.347.0-31679f40fc
|
package/src/raml/api.raml
CHANGED
|
@@ -611,15 +611,6 @@ types:
|
|
|
611
611
|
description: Data Seed
|
|
612
612
|
type: string
|
|
613
613
|
required: false # TODO hand rolled. W-9275477
|
|
614
|
-
contextResponseType:
|
|
615
|
-
description: Context Response Type
|
|
616
|
-
type: string
|
|
617
|
-
required: false # TODO hand rolled. W-9275477
|
|
618
|
-
enum:
|
|
619
|
-
- Delta
|
|
620
|
-
- Product
|
|
621
|
-
- Full
|
|
622
|
-
- None
|
|
623
614
|
# TODO Hand-Rolled due to issue #28 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAMmFgP)
|
|
624
615
|
ConfiguratorInputRepresentationWrapper:
|
|
625
616
|
description: Configurator Input Representation Wrapper
|