@salesforce/lds-adapters-community-seo 1.134.3 → 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.
@@ -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/v58.0',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-seo",
3
- "version": "1.134.3",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for various SEO features in experiences",
6
6
  "main": "dist/es/es2018/community-seo.js",
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/v58.0',
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.3-ea1008c6e
374
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '52.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