@salesforce/lds-adapters-cms-type 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.
@@ -316,7 +316,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
316
316
  function createResourceRequest(config) {
317
317
  const headers = {};
318
318
  return {
319
- baseUri: '/services/data/v58.0',
319
+ baseUri: '/services/data/v59.0',
320
320
  basePath: '/connect/cms/content-types/' + config.urlParams.contentTypeFQN + '',
321
321
  method: 'get',
322
322
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-type",
3
- "version": "1.134.3",
3
+ "version": "1.134.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for cms content type",
6
6
  "main": "dist/es/es2018/cms-type.js",
package/sfdc/index.js CHANGED
@@ -326,7 +326,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
326
326
  function createResourceRequest(config) {
327
327
  const headers = {};
328
328
  return {
329
- baseUri: '/services/data/v58.0',
329
+ baseUri: '/services/data/v59.0',
330
330
  basePath: '/connect/cms/content-types/' + config.urlParams.contentTypeFQN + '',
331
331
  method: 'get',
332
332
  body: null,
@@ -489,4 +489,4 @@ withDefaultLuvio((luvio) => {
489
489
  });
490
490
 
491
491
  export { getContentType, getContentType_imperative };
492
- // version: 1.134.3-ea1008c6e
492
+ // version: 1.134.5-a25b51598
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '53.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