@salesforce/lds-adapters-community-seo 1.231.0 → 1.232.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.
- 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
|
@@ -200,7 +200,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
200
200
|
function createResourceRequest(config) {
|
|
201
201
|
const headers = {};
|
|
202
202
|
return {
|
|
203
|
-
baseUri: '/services/data/
|
|
203
|
+
baseUri: '/services/data/v60.0',
|
|
204
204
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/seo/properties/' + config.urlParams.recordId + '',
|
|
205
205
|
method: 'get',
|
|
206
206
|
body: null,
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -210,7 +210,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
210
210
|
function createResourceRequest(config) {
|
|
211
211
|
const headers = {};
|
|
212
212
|
return {
|
|
213
|
-
baseUri: '/services/data/
|
|
213
|
+
baseUri: '/services/data/v60.0',
|
|
214
214
|
basePath: '/connect/communities/' + config.urlParams.communityId + '/seo/properties/' + config.urlParams.recordId + '',
|
|
215
215
|
method: 'get',
|
|
216
216
|
body: null,
|
|
@@ -331,4 +331,4 @@ withDefaultLuvio((luvio) => {
|
|
|
331
331
|
});
|
|
332
332
|
|
|
333
333
|
export { getRecordSeoProperties, getRecordSeoProperties_imperative };
|
|
334
|
-
// version: 1.
|
|
334
|
+
// version: 1.232.0-6cf0cd6c7
|