@salesforce/lds-adapters-commerce-extensions 1.134.4 → 1.134.5
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.
|
@@ -435,7 +435,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
435
435
|
function createResourceRequest$6(config) {
|
|
436
436
|
const headers = {};
|
|
437
437
|
return {
|
|
438
|
-
baseUri: '/services/data/
|
|
438
|
+
baseUri: '/services/data/v59.0',
|
|
439
439
|
basePath: '/commerce/extension/extensions',
|
|
440
440
|
method: 'get',
|
|
441
441
|
body: null,
|
|
@@ -861,7 +861,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
861
861
|
function createResourceRequest$5(config) {
|
|
862
862
|
const headers = {};
|
|
863
863
|
return {
|
|
864
|
-
baseUri: '/services/data/
|
|
864
|
+
baseUri: '/services/data/v59.0',
|
|
865
865
|
basePath: '/commerce/extension/mappings',
|
|
866
866
|
method: 'get',
|
|
867
867
|
body: null,
|
|
@@ -1009,7 +1009,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1009
1009
|
function createResourceRequest$4(config) {
|
|
1010
1010
|
const headers = {};
|
|
1011
1011
|
return {
|
|
1012
|
-
baseUri: '/services/data/
|
|
1012
|
+
baseUri: '/services/data/v59.0',
|
|
1013
1013
|
basePath: '/commerce/extension/mappings',
|
|
1014
1014
|
method: 'post',
|
|
1015
1015
|
body: config.body,
|
|
@@ -1118,7 +1118,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
1118
1118
|
function createResourceRequest$3(config) {
|
|
1119
1119
|
const headers = {};
|
|
1120
1120
|
return {
|
|
1121
|
-
baseUri: '/services/data/
|
|
1121
|
+
baseUri: '/services/data/v59.0',
|
|
1122
1122
|
basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
|
|
1123
1123
|
method: 'delete',
|
|
1124
1124
|
body: null,
|
|
@@ -1233,7 +1233,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1233
1233
|
function createResourceRequest$2(config) {
|
|
1234
1234
|
const headers = {};
|
|
1235
1235
|
return {
|
|
1236
|
-
baseUri: '/services/data/
|
|
1236
|
+
baseUri: '/services/data/v59.0',
|
|
1237
1237
|
basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
|
|
1238
1238
|
method: 'get',
|
|
1239
1239
|
body: null,
|
|
@@ -1377,7 +1377,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1377
1377
|
function createResourceRequest$1(config) {
|
|
1378
1378
|
const headers = {};
|
|
1379
1379
|
return {
|
|
1380
|
-
baseUri: '/services/data/
|
|
1380
|
+
baseUri: '/services/data/v59.0',
|
|
1381
1381
|
basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
|
|
1382
1382
|
method: 'put',
|
|
1383
1383
|
body: config.body,
|
|
@@ -1925,7 +1925,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1925
1925
|
function createResourceRequest(config) {
|
|
1926
1926
|
const headers = {};
|
|
1927
1927
|
return {
|
|
1928
|
-
baseUri: '/services/data/
|
|
1928
|
+
baseUri: '/services/data/v59.0',
|
|
1929
1929
|
basePath: '/commerce/extension/providers',
|
|
1930
1930
|
method: 'get',
|
|
1931
1931
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-commerce-extensions",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.5",
|
|
4
4
|
"description": "APIs to manage providers for commerce extensions and which will be used for each store.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/umd/es2018/commerce-extensions.js",
|
package/sfdc/index.js
CHANGED
|
@@ -445,7 +445,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
445
445
|
function createResourceRequest$6(config) {
|
|
446
446
|
const headers = {};
|
|
447
447
|
return {
|
|
448
|
-
baseUri: '/services/data/
|
|
448
|
+
baseUri: '/services/data/v59.0',
|
|
449
449
|
basePath: '/commerce/extension/extensions',
|
|
450
450
|
method: 'get',
|
|
451
451
|
body: null,
|
|
@@ -871,7 +871,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
871
871
|
function createResourceRequest$5(config) {
|
|
872
872
|
const headers = {};
|
|
873
873
|
return {
|
|
874
|
-
baseUri: '/services/data/
|
|
874
|
+
baseUri: '/services/data/v59.0',
|
|
875
875
|
basePath: '/commerce/extension/mappings',
|
|
876
876
|
method: 'get',
|
|
877
877
|
body: null,
|
|
@@ -1019,7 +1019,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1019
1019
|
function createResourceRequest$4(config) {
|
|
1020
1020
|
const headers = {};
|
|
1021
1021
|
return {
|
|
1022
|
-
baseUri: '/services/data/
|
|
1022
|
+
baseUri: '/services/data/v59.0',
|
|
1023
1023
|
basePath: '/commerce/extension/mappings',
|
|
1024
1024
|
method: 'post',
|
|
1025
1025
|
body: config.body,
|
|
@@ -1128,7 +1128,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
1128
1128
|
function createResourceRequest$3(config) {
|
|
1129
1129
|
const headers = {};
|
|
1130
1130
|
return {
|
|
1131
|
-
baseUri: '/services/data/
|
|
1131
|
+
baseUri: '/services/data/v59.0',
|
|
1132
1132
|
basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
|
|
1133
1133
|
method: 'delete',
|
|
1134
1134
|
body: null,
|
|
@@ -1243,7 +1243,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1243
1243
|
function createResourceRequest$2(config) {
|
|
1244
1244
|
const headers = {};
|
|
1245
1245
|
return {
|
|
1246
|
-
baseUri: '/services/data/
|
|
1246
|
+
baseUri: '/services/data/v59.0',
|
|
1247
1247
|
basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
|
|
1248
1248
|
method: 'get',
|
|
1249
1249
|
body: null,
|
|
@@ -1424,7 +1424,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1424
1424
|
function createResourceRequest$1(config) {
|
|
1425
1425
|
const headers = {};
|
|
1426
1426
|
return {
|
|
1427
|
-
baseUri: '/services/data/
|
|
1427
|
+
baseUri: '/services/data/v59.0',
|
|
1428
1428
|
basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
|
|
1429
1429
|
method: 'put',
|
|
1430
1430
|
body: config.body,
|
|
@@ -1972,7 +1972,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1972
1972
|
function createResourceRequest(config) {
|
|
1973
1973
|
const headers = {};
|
|
1974
1974
|
return {
|
|
1975
|
-
baseUri: '/services/data/
|
|
1975
|
+
baseUri: '/services/data/v59.0',
|
|
1976
1976
|
basePath: '/commerce/extension/providers',
|
|
1977
1977
|
method: 'get',
|
|
1978
1978
|
body: null,
|
|
@@ -2161,4 +2161,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2161
2161
|
});
|
|
2162
2162
|
|
|
2163
2163
|
export { createMapping, deleteMapping, getExtensions, getExtensions_imperative, getMapping, getMappingNotifyChange, getMapping_imperative, getMappings, getMappings_imperative, getProviders, getProviders_imperative, notifyMappingUpdateAvailable, updateMapping };
|
|
2164
|
-
// version: 1.134.
|
|
2164
|
+
// version: 1.134.5-a25b51598
|