@salesforce/lds-adapters-commerce-configuration 1.412.0 → 1.413.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.
|
@@ -436,7 +436,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
436
436
|
function createResourceRequest$2(config) {
|
|
437
437
|
const headers = {};
|
|
438
438
|
return {
|
|
439
|
-
baseUri: '/services/data/
|
|
439
|
+
baseUri: '/services/data/v67.0',
|
|
440
440
|
basePath: '/commerce/configuration/' + config.urlParams.attributeId + '/' + config.urlParams.contextType + '/' + config.urlParams.contextId + '',
|
|
441
441
|
method: 'delete',
|
|
442
442
|
body: null,
|
|
@@ -547,7 +547,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
547
547
|
function createResourceRequest$1(config) {
|
|
548
548
|
const headers = {};
|
|
549
549
|
return {
|
|
550
|
-
baseUri: '/services/data/
|
|
550
|
+
baseUri: '/services/data/v67.0',
|
|
551
551
|
basePath: '/commerce/configuration/' + config.urlParams.attributeId + '/' + config.urlParams.contextType + '/' + config.urlParams.contextId + '',
|
|
552
552
|
method: 'get',
|
|
553
553
|
body: null,
|
|
@@ -673,7 +673,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
673
673
|
function createResourceRequest(config) {
|
|
674
674
|
const headers = {};
|
|
675
675
|
return {
|
|
676
|
-
baseUri: '/services/data/
|
|
676
|
+
baseUri: '/services/data/v67.0',
|
|
677
677
|
basePath: '/commerce/configuration/' + config.urlParams.attributeId + '/' + config.urlParams.contextType + '/' + config.urlParams.contextId + '',
|
|
678
678
|
method: 'put',
|
|
679
679
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-commerce-configuration",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
4
4
|
"description": "Allows reading and changing the values of commerce configuration attributes. These configurations can impact one or multiple areas of Salesforce Commerce.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/commerce-configuration.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.413.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -446,7 +446,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
446
446
|
function createResourceRequest$2(config) {
|
|
447
447
|
const headers = {};
|
|
448
448
|
return {
|
|
449
|
-
baseUri: '/services/data/
|
|
449
|
+
baseUri: '/services/data/v67.0',
|
|
450
450
|
basePath: '/commerce/configuration/' + config.urlParams.attributeId + '/' + config.urlParams.contextType + '/' + config.urlParams.contextId + '',
|
|
451
451
|
method: 'delete',
|
|
452
452
|
body: null,
|
|
@@ -557,7 +557,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
557
557
|
function createResourceRequest$1(config) {
|
|
558
558
|
const headers = {};
|
|
559
559
|
return {
|
|
560
|
-
baseUri: '/services/data/
|
|
560
|
+
baseUri: '/services/data/v67.0',
|
|
561
561
|
basePath: '/commerce/configuration/' + config.urlParams.attributeId + '/' + config.urlParams.contextType + '/' + config.urlParams.contextId + '',
|
|
562
562
|
method: 'get',
|
|
563
563
|
body: null,
|
|
@@ -727,7 +727,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
727
727
|
function createResourceRequest(config) {
|
|
728
728
|
const headers = {};
|
|
729
729
|
return {
|
|
730
|
-
baseUri: '/services/data/
|
|
730
|
+
baseUri: '/services/data/v67.0',
|
|
731
731
|
basePath: '/commerce/configuration/' + config.urlParams.attributeId + '/' + config.urlParams.contextType + '/' + config.urlParams.contextId + '',
|
|
732
732
|
method: 'put',
|
|
733
733
|
body: config.body,
|
|
@@ -838,4 +838,4 @@ withDefaultLuvio((luvio) => {
|
|
|
838
838
|
});
|
|
839
839
|
|
|
840
840
|
export { deleteCommerceConfigurationAttribute, getCommerceConfigurationAttribute, getCommerceConfigurationAttributeNotifyChange, getCommerceConfigurationAttribute_imperative, putCommerceConfigurationAttribute };
|
|
841
|
-
// version: 1.
|
|
841
|
+
// version: 1.413.0-8cd312301b
|