@salesforce/lds-adapters-community-microbatching 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.
|
@@ -227,7 +227,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
227
227
|
function createResourceRequest(config) {
|
|
228
228
|
const headers = {};
|
|
229
229
|
return {
|
|
230
|
-
baseUri: '/services/data/
|
|
230
|
+
baseUri: '/services/data/v59.0',
|
|
231
231
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/microbatching',
|
|
232
232
|
method: 'post',
|
|
233
233
|
body: config.body,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -236,7 +236,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
236
236
|
function createResourceRequest(config) {
|
|
237
237
|
const headers = {};
|
|
238
238
|
return {
|
|
239
|
-
baseUri: '/services/data/
|
|
239
|
+
baseUri: '/services/data/v59.0',
|
|
240
240
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/microbatching',
|
|
241
241
|
method: 'post',
|
|
242
242
|
body: config.body,
|
|
@@ -334,4 +334,4 @@ withDefaultLuvio((luvio) => {
|
|
|
334
334
|
});
|
|
335
335
|
|
|
336
336
|
export { ingestRecord };
|
|
337
|
-
// version: 1.134.
|
|
337
|
+
// version: 1.134.5-a25b51598
|