@salesforce/lds-adapters-industries-epc 1.231.0 → 1.232.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-epc.js +5 -5
- package/package.json +1 -1
- package/sfdc/index.js +6 -6
- package/src/raml/api.raml +1 -1
|
@@ -261,7 +261,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
261
261
|
function createResourceRequest$4(config) {
|
|
262
262
|
const headers = {};
|
|
263
263
|
return {
|
|
264
|
-
baseUri: '/services/data/
|
|
264
|
+
baseUri: '/services/data/v60.0',
|
|
265
265
|
basePath: '/connect/epc/actions/deactivate',
|
|
266
266
|
method: 'patch',
|
|
267
267
|
body: config.body,
|
|
@@ -478,7 +478,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
478
478
|
function createResourceRequest$3(config) {
|
|
479
479
|
const headers = {};
|
|
480
480
|
return {
|
|
481
|
-
baseUri: '/services/data/
|
|
481
|
+
baseUri: '/services/data/v60.0',
|
|
482
482
|
basePath: '/connect/epc/product-attribute-definition',
|
|
483
483
|
method: 'post',
|
|
484
484
|
body: config.body,
|
|
@@ -752,7 +752,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
752
752
|
function createResourceRequest$2(config) {
|
|
753
753
|
const headers = {};
|
|
754
754
|
return {
|
|
755
|
-
baseUri: '/services/data/
|
|
755
|
+
baseUri: '/services/data/v60.0',
|
|
756
756
|
basePath: '/connect/epc/products/' + config.urlParams.productId + '/flow',
|
|
757
757
|
method: 'get',
|
|
758
758
|
body: null,
|
|
@@ -1685,7 +1685,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1685
1685
|
function createResourceRequest$1(config) {
|
|
1686
1686
|
const headers = {};
|
|
1687
1687
|
return {
|
|
1688
|
-
baseUri: '/services/data/
|
|
1688
|
+
baseUri: '/services/data/v60.0',
|
|
1689
1689
|
basePath: '/connect/epc/product/' + config.urlParams.productId + '/attributes',
|
|
1690
1690
|
method: 'get',
|
|
1691
1691
|
body: null,
|
|
@@ -2009,7 +2009,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2009
2009
|
function createResourceRequest(config) {
|
|
2010
2010
|
const headers = {};
|
|
2011
2011
|
return {
|
|
2012
|
-
baseUri: '/services/data/
|
|
2012
|
+
baseUri: '/services/data/v60.0',
|
|
2013
2013
|
basePath: '/connect/epc/products/' + config.urlParams.productId + '',
|
|
2014
2014
|
method: 'get',
|
|
2015
2015
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -251,7 +251,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
251
251
|
function createResourceRequest$4(config) {
|
|
252
252
|
const headers = {};
|
|
253
253
|
return {
|
|
254
|
-
baseUri: '/services/data/
|
|
254
|
+
baseUri: '/services/data/v60.0',
|
|
255
255
|
basePath: '/connect/epc/product-attribute-definition',
|
|
256
256
|
method: 'post',
|
|
257
257
|
body: config.body,
|
|
@@ -488,7 +488,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
488
488
|
function createResourceRequest$3(config) {
|
|
489
489
|
const headers = {};
|
|
490
490
|
return {
|
|
491
|
-
baseUri: '/services/data/
|
|
491
|
+
baseUri: '/services/data/v60.0',
|
|
492
492
|
basePath: '/connect/epc/actions/deactivate',
|
|
493
493
|
method: 'patch',
|
|
494
494
|
body: config.body,
|
|
@@ -1391,7 +1391,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1391
1391
|
function createResourceRequest$2(config) {
|
|
1392
1392
|
const headers = {};
|
|
1393
1393
|
return {
|
|
1394
|
-
baseUri: '/services/data/
|
|
1394
|
+
baseUri: '/services/data/v60.0',
|
|
1395
1395
|
basePath: '/connect/epc/product/' + config.urlParams.productId + '/attributes',
|
|
1396
1396
|
method: 'get',
|
|
1397
1397
|
body: null,
|
|
@@ -1787,7 +1787,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
1787
1787
|
function createResourceRequest$1(config) {
|
|
1788
1788
|
const headers = {};
|
|
1789
1789
|
return {
|
|
1790
|
-
baseUri: '/services/data/
|
|
1790
|
+
baseUri: '/services/data/v60.0',
|
|
1791
1791
|
basePath: '/connect/epc/products/' + config.urlParams.productId + '',
|
|
1792
1792
|
method: 'get',
|
|
1793
1793
|
body: null,
|
|
@@ -2019,7 +2019,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
2019
2019
|
function createResourceRequest(config) {
|
|
2020
2020
|
const headers = {};
|
|
2021
2021
|
return {
|
|
2022
|
-
baseUri: '/services/data/
|
|
2022
|
+
baseUri: '/services/data/v60.0',
|
|
2023
2023
|
basePath: '/connect/epc/products/' + config.urlParams.productId + '/flow',
|
|
2024
2024
|
method: 'get',
|
|
2025
2025
|
body: null,
|
|
@@ -2164,4 +2164,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2164
2164
|
});
|
|
2165
2165
|
|
|
2166
2166
|
export { createProductAttributeDefinition, deactivate, getProductAttributesByProductId, getProductAttributesByProductId_imperative, getProductById, getProductById_imperative, getProductFlowByProductId, getProductFlowByProductId_imperative };
|
|
2167
|
-
// version: 1.
|
|
2167
|
+
// version: 1.232.0-6cf0cd6c7
|