@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.
- package/dist/es/es2018/community-info.js +1 -1
- package/package.json +1 -1
- package/sfdc/index.js +2 -2
- package/src/raml/api.raml +1 -1
|
@@ -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/
|
|
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
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/
|
|
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.
|
|
1135
|
+
// version: 1.134.5-a25b51598
|