@salesforce/lds-adapters-industries-epc 1.134.3 → 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.
@@ -280,7 +280,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
280
280
  function createResourceRequest$3(config) {
281
281
  const headers = {};
282
282
  return {
283
- baseUri: '/services/data/v58.0',
283
+ baseUri: '/services/data/v59.0',
284
284
  basePath: '/connect/epc/actions/deactivate',
285
285
  method: 'patch',
286
286
  body: config.body,
@@ -534,7 +534,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
534
534
  function createResourceRequest$2(config) {
535
535
  const headers = {};
536
536
  return {
537
- baseUri: '/services/data/v58.0',
537
+ baseUri: '/services/data/v59.0',
538
538
  basePath: '/connect/epc/product-attribute-definition',
539
539
  method: 'post',
540
540
  body: config.body,
@@ -797,7 +797,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
797
797
  function createResourceRequest$1(config) {
798
798
  const headers = {};
799
799
  return {
800
- baseUri: '/services/data/v58.0',
800
+ baseUri: '/services/data/v59.0',
801
801
  basePath: '/connect/epc/products/' + config.urlParams.productId + '/flow',
802
802
  method: 'get',
803
803
  body: null,
@@ -1693,7 +1693,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1693
1693
  function createResourceRequest(config) {
1694
1694
  const headers = {};
1695
1695
  return {
1696
- baseUri: '/services/data/v58.0',
1696
+ baseUri: '/services/data/v59.0',
1697
1697
  basePath: '/connect/epc/product/' + config.urlParams.productId + '/attributes',
1698
1698
  method: 'get',
1699
1699
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-epc",
3
- "version": "1.134.3",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for EPCNext project",
6
6
  "main": "dist/es/es2018/industries-epc.js",
package/sfdc/index.js CHANGED
@@ -268,7 +268,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
268
268
  function createResourceRequest$3(config) {
269
269
  const headers = {};
270
270
  return {
271
- baseUri: '/services/data/v58.0',
271
+ baseUri: '/services/data/v59.0',
272
272
  basePath: '/connect/epc/product-attribute-definition',
273
273
  method: 'post',
274
274
  body: config.body,
@@ -544,7 +544,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
544
544
  function createResourceRequest$2(config) {
545
545
  const headers = {};
546
546
  return {
547
- baseUri: '/services/data/v58.0',
547
+ baseUri: '/services/data/v59.0',
548
548
  basePath: '/connect/epc/actions/deactivate',
549
549
  method: 'patch',
550
550
  body: config.body,
@@ -1387,7 +1387,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1387
1387
  function createResourceRequest$1(config) {
1388
1388
  const headers = {};
1389
1389
  return {
1390
- baseUri: '/services/data/v58.0',
1390
+ baseUri: '/services/data/v59.0',
1391
1391
  basePath: '/connect/epc/product/' + config.urlParams.productId + '/attributes',
1392
1392
  method: 'get',
1393
1393
  body: null,
@@ -1707,7 +1707,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1707
1707
  function createResourceRequest(config) {
1708
1708
  const headers = {};
1709
1709
  return {
1710
- baseUri: '/services/data/v58.0',
1710
+ baseUri: '/services/data/v59.0',
1711
1711
  basePath: '/connect/epc/products/' + config.urlParams.productId + '/flow',
1712
1712
  method: 'get',
1713
1713
  body: null,
@@ -1872,4 +1872,4 @@ withDefaultLuvio((luvio) => {
1872
1872
  });
1873
1873
 
1874
1874
  export { createProductAttributeDefinition, deactivate, getProductAttributesByProductId, getProductAttributesByProductId_imperative, getProductFlowByProductId, getProductFlowByProductId_imperative };
1875
- // version: 1.134.3-ea1008c6e
1875
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0