@salesforce/lds-adapters-community-info 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.
@@ -981,7 +981,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
981
981
  function createResourceRequest(config) {
982
982
  const headers = {};
983
983
  return {
984
- baseUri: '/services/data/v58.0',
984
+ baseUri: '/services/data/v59.0',
985
985
  basePath: '/connect/communities/' + config.urlParams.communityId + '',
986
986
  method: 'get',
987
987
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-info",
3
- "version": "1.134.4",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Gets info about the community",
6
6
  "main": "dist/es/es2018/community-info.js",
package/sfdc/index.js CHANGED
@@ -991,7 +991,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
991
991
  function createResourceRequest(config) {
992
992
  const headers = {};
993
993
  return {
994
- baseUri: '/services/data/v58.0',
994
+ baseUri: '/services/data/v59.0',
995
995
  basePath: '/connect/communities/' + config.urlParams.communityId + '',
996
996
  method: 'get',
997
997
  body: null,
@@ -1132,4 +1132,4 @@ withDefaultLuvio((luvio) => {
1132
1132
  });
1133
1133
 
1134
1134
  export { getCommunity, getCommunity_imperative };
1135
- // version: 1.134.4-a74ddaa33
1135
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.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