@salesforce/lds-adapters-commerce-extensions 1.334.0 → 1.336.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.
@@ -371,7 +371,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
371
371
  function createResourceRequest$7(config) {
372
372
  const headers = {};
373
373
  return {
374
- baseUri: '/services/data/v63.0',
374
+ baseUri: '/services/data/v64.0',
375
375
  basePath: '/commerce/extension/extensions',
376
376
  method: 'get',
377
377
  body: null,
@@ -743,7 +743,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
743
743
  function createResourceRequest$6(config) {
744
744
  const headers = {};
745
745
  return {
746
- baseUri: '/services/data/v63.0',
746
+ baseUri: '/services/data/v64.0',
747
747
  basePath: '/commerce/extension/mappings',
748
748
  method: 'get',
749
749
  body: null,
@@ -867,7 +867,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
867
867
  function createResourceRequest$5(config) {
868
868
  const headers = {};
869
869
  return {
870
- baseUri: '/services/data/v63.0',
870
+ baseUri: '/services/data/v64.0',
871
871
  basePath: '/commerce/extension/mappings',
872
872
  method: 'post',
873
873
  body: config.body,
@@ -954,7 +954,7 @@ function evictSuccess(luvio, resourceParams) {
954
954
  function createResourceRequest$4(config) {
955
955
  const headers = {};
956
956
  return {
957
- baseUri: '/services/data/v63.0',
957
+ baseUri: '/services/data/v64.0',
958
958
  basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
959
959
  method: 'delete',
960
960
  body: null,
@@ -1061,7 +1061,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1061
1061
  function createResourceRequest$3(config) {
1062
1062
  const headers = {};
1063
1063
  return {
1064
- baseUri: '/services/data/v63.0',
1064
+ baseUri: '/services/data/v64.0',
1065
1065
  basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
1066
1066
  method: 'get',
1067
1067
  body: null,
@@ -1184,7 +1184,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1184
1184
  function createResourceRequest$2(config) {
1185
1185
  const headers = {};
1186
1186
  return {
1187
- baseUri: '/services/data/v63.0',
1187
+ baseUri: '/services/data/v64.0',
1188
1188
  basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
1189
1189
  method: 'put',
1190
1190
  body: config.body,
@@ -1737,7 +1737,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1737
1737
  function createResourceRequest$1(config) {
1738
1738
  const headers = {};
1739
1739
  return {
1740
- baseUri: '/services/data/v63.0',
1740
+ baseUri: '/services/data/v64.0',
1741
1741
  basePath: '/commerce/extension/providers',
1742
1742
  method: 'get',
1743
1743
  body: null,
@@ -1878,7 +1878,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1878
1878
  function createResourceRequest(config) {
1879
1879
  const headers = {};
1880
1880
  return {
1881
- baseUri: '/services/data/v63.0',
1881
+ baseUri: '/services/data/v64.0',
1882
1882
  basePath: '/commerce/extension/providers/' + config.urlParams.providerId + '',
1883
1883
  method: 'get',
1884
1884
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-commerce-extensions",
3
- "version": "1.334.0",
3
+ "version": "1.336.0",
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",
@@ -43,11 +43,11 @@
43
43
  "test": "nx build:karma && karma start --single-run"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.334.0"
46
+ "@salesforce/lds-bindings": "^1.336.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.334.0",
50
- "@salesforce/lds-karma": "^1.334.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.336.0",
50
+ "@salesforce/lds-karma": "^1.336.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -256,7 +256,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
256
256
  function createResourceRequest$7(config) {
257
257
  const headers = {};
258
258
  return {
259
- baseUri: '/services/data/v63.0',
259
+ baseUri: '/services/data/v64.0',
260
260
  basePath: '/commerce/extension/mappings',
261
261
  method: 'post',
262
262
  body: config.body,
@@ -343,7 +343,7 @@ function evictSuccess(luvio, resourceParams) {
343
343
  function createResourceRequest$6(config) {
344
344
  const headers = {};
345
345
  return {
346
- baseUri: '/services/data/v63.0',
346
+ baseUri: '/services/data/v64.0',
347
347
  basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
348
348
  method: 'delete',
349
349
  body: null,
@@ -685,7 +685,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
685
685
  function createResourceRequest$5(config) {
686
686
  const headers = {};
687
687
  return {
688
- baseUri: '/services/data/v63.0',
688
+ baseUri: '/services/data/v64.0',
689
689
  basePath: '/commerce/extension/extensions',
690
690
  method: 'get',
691
691
  body: null,
@@ -822,7 +822,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
822
822
  function createResourceRequest$4(config) {
823
823
  const headers = {};
824
824
  return {
825
- baseUri: '/services/data/v63.0',
825
+ baseUri: '/services/data/v64.0',
826
826
  basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
827
827
  method: 'get',
828
828
  body: null,
@@ -1111,7 +1111,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
1111
1111
  function createResourceRequest$3(config) {
1112
1112
  const headers = {};
1113
1113
  return {
1114
- baseUri: '/services/data/v63.0',
1114
+ baseUri: '/services/data/v64.0',
1115
1115
  basePath: '/commerce/extension/mappings',
1116
1116
  method: 'get',
1117
1117
  body: null,
@@ -1586,7 +1586,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1586
1586
  function createResourceRequest$2(config) {
1587
1587
  const headers = {};
1588
1588
  return {
1589
- baseUri: '/services/data/v63.0',
1589
+ baseUri: '/services/data/v64.0',
1590
1590
  basePath: '/commerce/extension/providers/' + config.urlParams.providerId + '',
1591
1591
  method: 'get',
1592
1592
  body: null,
@@ -1875,7 +1875,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1875
1875
  function createResourceRequest$1(config) {
1876
1876
  const headers = {};
1877
1877
  return {
1878
- baseUri: '/services/data/v63.0',
1878
+ baseUri: '/services/data/v64.0',
1879
1879
  basePath: '/commerce/extension/providers',
1880
1880
  method: 'get',
1881
1881
  body: null,
@@ -1999,7 +1999,7 @@ function ingestSuccess(luvio, resourceParams, response) {
1999
1999
  function createResourceRequest(config) {
2000
2000
  const headers = {};
2001
2001
  return {
2002
- baseUri: '/services/data/v63.0',
2002
+ baseUri: '/services/data/v64.0',
2003
2003
  basePath: '/commerce/extension/mappings/' + config.urlParams.mappingId + '',
2004
2004
  method: 'put',
2005
2005
  body: config.body,
@@ -2144,4 +2144,4 @@ withDefaultLuvio((luvio) => {
2144
2144
  });
2145
2145
 
2146
2146
  export { createMapping, deleteMapping, getExtensions, getExtensions_imperative, getMapping, getMappingNotifyChange, getMapping_imperative, getMappings, getMappings_imperative, getProvider, getProviderNotifyChange, getProvider_imperative, getProviders, getProviders_imperative, notifyMappingUpdateAvailable, updateMapping };
2147
- // version: 1.334.0-a801774b3d
2147
+ // version: 1.336.0-1b35a3afd9
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '59.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v63.0
9
+ baseUri: /services/data/v64.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0