@salesforce/lds-adapters-industries-sustainability-reference-data-v2 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.
@@ -364,7 +364,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
364
364
  function createResourceRequest$1(config) {
365
365
  const headers = {};
366
366
  return {
367
- baseUri: '/services/data/v58.0',
367
+ baseUri: '/services/data/v59.0',
368
368
  basePath: '/connect/sustainability/reference-data/v2/entitySection/' + config.urlParams.entitySection + '/dataSource/' + config.urlParams.referenceDataSource + '/version',
369
369
  method: 'get',
370
370
  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/v58.0',
676
+ baseUri: '/services/data/v59.0',
677
677
  basePath: '/connect/sustainability/reference-data/v2/entityVersion/upload',
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-industries-sustainability-reference-data-v2",
3
- "version": "1.134.4",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "sustainability-reference-data-v2",
6
6
  "main": "dist/es/es2018/industries-sustainability-reference-data-v2.js",
package/sfdc/index.js CHANGED
@@ -374,7 +374,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
374
374
  function createResourceRequest$1(config) {
375
375
  const headers = {};
376
376
  return {
377
- baseUri: '/services/data/v58.0',
377
+ baseUri: '/services/data/v59.0',
378
378
  basePath: '/connect/sustainability/reference-data/v2/entitySection/' + config.urlParams.entitySection + '/dataSource/' + config.urlParams.referenceDataSource + '/version',
379
379
  method: 'get',
380
380
  body: null,
@@ -683,7 +683,7 @@ function ingestSuccess(luvio, resourceParams, response) {
683
683
  function createResourceRequest(config) {
684
684
  const headers = {};
685
685
  return {
686
- baseUri: '/services/data/v58.0',
686
+ baseUri: '/services/data/v59.0',
687
687
  basePath: '/connect/sustainability/reference-data/v2/entityVersion/upload',
688
688
  method: 'put',
689
689
  body: config.body,
@@ -785,4 +785,4 @@ withDefaultLuvio((luvio) => {
785
785
  });
786
786
 
787
787
  export { getEntityVersion, getEntityVersion_imperative, uploadEntityVersion };
788
- // version: 1.134.4-a74ddaa33
788
+ // 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