@salesforce/lds-adapters-community-microbatching 1.412.1 → 1.413.0

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.
@@ -211,7 +211,7 @@ function ingestSuccess(luvio, resourceParams, response) {
211
211
  function createResourceRequest(config) {
212
212
  const headers = {};
213
213
  return {
214
- baseUri: '/services/data/v66.0',
214
+ baseUri: '/services/data/v67.0',
215
215
  basePath: '/connect/communities/' + config.urlParams.communityId + '/microbatching',
216
216
  method: 'post',
217
217
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-microbatching",
3
- "version": "1.412.1",
3
+ "version": "1.413.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Microbatching requests",
6
6
  "main": "dist/es/es2018/community-microbatching.js",
@@ -38,11 +38,11 @@
38
38
  "test": "nx build:karma && karma start --single-run"
39
39
  },
40
40
  "dependencies": {
41
- "@salesforce/lds-bindings": "^1.412.1"
41
+ "@salesforce/lds-bindings": "^1.413.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@salesforce/lds-compiler-plugins": "^1.412.1",
45
- "@salesforce/lds-karma": "^1.412.1"
44
+ "@salesforce/lds-compiler-plugins": "^1.413.0",
45
+ "@salesforce/lds-karma": "^1.413.0"
46
46
  },
47
47
  "nx": {
48
48
  "targets": {
package/sfdc/index.js CHANGED
@@ -220,7 +220,7 @@ function ingestSuccess(luvio, resourceParams, response) {
220
220
  function createResourceRequest(config) {
221
221
  const headers = {};
222
222
  return {
223
- baseUri: '/services/data/v66.0',
223
+ baseUri: '/services/data/v67.0',
224
224
  basePath: '/connect/communities/' + config.urlParams.communityId + '/microbatching',
225
225
  method: 'post',
226
226
  body: config.body,
@@ -309,4 +309,4 @@ withDefaultLuvio((luvio) => {
309
309
  });
310
310
 
311
311
  export { ingestRecord };
312
- // version: 1.412.1-944b7de7af
312
+ // version: 1.413.0-8cd312301b
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/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0