@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/v58.0',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-microbatching",
3
- "version": "1.134.4",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Microbatching requests",
6
6
  "main": "dist/es/es2018/community-microbatching.js",
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/v58.0',
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.4-a74ddaa33
337
+ // version: 1.134.5-a25b51598
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