@salesforce/lds-adapters-cms-managedcontentspaces 1.356.0 → 1.358.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.
@@ -647,7 +647,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
647
647
  function createResourceRequest(config) {
648
648
  const headers = {};
649
649
  return {
650
- baseUri: '/services/data/v64.0',
650
+ baseUri: '/services/data/v65.0',
651
651
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/channels',
652
652
  method: 'get',
653
653
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-managedcontentspaces",
3
- "version": "1.356.0",
3
+ "version": "1.358.0",
4
4
  "description": "Connect Family for all the CMS Space endpoints - /cms/spaces/*",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cms-managedcontentspaces.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.356.0"
43
+ "@salesforce/lds-bindings": "^1.358.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.356.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.358.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -657,7 +657,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
657
657
  function createResourceRequest(config) {
658
658
  const headers = {};
659
659
  return {
660
- baseUri: '/services/data/v64.0',
660
+ baseUri: '/services/data/v65.0',
661
661
  basePath: '/connect/cms/spaces/' + config.urlParams.contentSpaceId + '/channels',
662
662
  method: 'get',
663
663
  body: null,
@@ -782,4 +782,4 @@ withDefaultLuvio((luvio) => {
782
782
  });
783
783
 
784
784
  export { getManagedContentSpaceChannels, getManagedContentSpaceChannels_imperative };
785
- // version: 1.356.0-d412b8de3d
785
+ // version: 1.358.0-abc73971a1
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v64.0
9
+ baseUri: /services/data/v65.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0