@salesforce/lds-adapters-community-seo 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-seo.js +1 -1
- package/package.json +1 -1
- package/sfdc/index.js +2 -2
- package/src/raml/api.raml +1 -1
|
@@ -209,7 +209,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
209
209
|
function createResourceRequest(config) {
|
|
210
210
|
const headers = {};
|
|
211
211
|
return {
|
|
212
|
-
baseUri: '/services/data/
|
|
212
|
+
baseUri: '/services/data/v59.0',
|
|
213
213
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/seo/properties/' + config.urlParams.recordId + '',
|
|
214
214
|
method: 'get',
|
|
215
215
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -219,7 +219,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
219
219
|
function createResourceRequest(config) {
|
|
220
220
|
const headers = {};
|
|
221
221
|
return {
|
|
222
|
-
baseUri: '/services/data/
|
|
222
|
+
baseUri: '/services/data/v59.0',
|
|
223
223
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/seo/properties/' + config.urlParams.recordId + '',
|
|
224
224
|
method: 'get',
|
|
225
225
|
body: null,
|
|
@@ -371,4 +371,4 @@ withDefaultLuvio((luvio) => {
|
|
|
371
371
|
});
|
|
372
372
|
|
|
373
373
|
export { getRecordSeoProperties, getRecordSeoProperties_imperative };
|
|
374
|
-
// version: 1.134.
|
|
374
|
+
// version: 1.134.5-a25b51598
|