@salesforce/lds-adapters-industries-sustainability-reference-data 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.
|
@@ -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/
|
|
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.
|
|
3
|
+
"version": "1.134.5",
|
|
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/
|
|
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.
|
|
297
|
+
// version: 1.134.5-a25b51598
|