@salesforce/lds-adapters-industries-sustainability-reference-data 1.134.4 → 1.134.6

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.
@@ -188,7 +188,7 @@ function ingestSuccess(luvio, resourceParams, response) {
188
188
  function createResourceRequest(config) {
189
189
  const headers = {};
190
190
  return {
191
- baseUri: '/services/data/v58.0',
191
+ baseUri: '/services/data/v59.0',
192
192
  basePath: '/connect/sustainability/reference-data/' + config.urlParams.category + '/upload',
193
193
  method: 'post',
194
194
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-sustainability-reference-data",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Sustainability Reference Data",
6
6
  "main": "dist/es/es2018/industries-sustainability-reference-data.js",
package/sfdc/index.js CHANGED
@@ -197,7 +197,7 @@ function ingestSuccess(luvio, resourceParams, response) {
197
197
  function createResourceRequest(config) {
198
198
  const headers = {};
199
199
  return {
200
- baseUri: '/services/data/v58.0',
200
+ baseUri: '/services/data/v59.0',
201
201
  basePath: '/connect/sustainability/reference-data/' + config.urlParams.category + '/upload',
202
202
  method: 'post',
203
203
  body: null,
@@ -294,4 +294,4 @@ withDefaultLuvio((luvio) => {
294
294
  });
295
295
 
296
296
  export { uploadReferenceData };
297
- // version: 1.134.4-a74ddaa33
297
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '54.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