@salesforce/lds-adapters-community-seo 1.431.0 → 1.432.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.
@@ -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/v67.0',
203
+ baseUri: '/services/data/v68.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-seo",
3
- "version": "1.431.0",
3
+ "version": "1.432.0",
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",
@@ -43,11 +43,11 @@
43
43
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-community-seo"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.431.0"
46
+ "@salesforce/lds-bindings": "^1.432.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.431.0",
50
- "@salesforce/lds-karma": "^1.431.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.432.0",
50
+ "@salesforce/lds-karma": "^1.432.0"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
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/v67.0',
213
+ baseUri: '/services/data/v68.0',
214
214
  basePath: '/connect/communities/' + config.urlParams.communityId + '/seo/properties/' + config.urlParams.recordId + '',
215
215
  method: 'get',
216
216
  body: null,
@@ -334,4 +334,4 @@ withDefaultLuvio((luvio) => {
334
334
  });
335
335
 
336
336
  export { getRecordSeoProperties, getRecordSeoProperties_imperative };
337
- // version: 1.431.0-51a9c51ed3
337
+ // version: 1.432.0-b99ba9d219
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/v67.0
9
+ baseUri: /services/data/v68.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0