@salesforce/lds-adapters-platform-lightning-cards 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.
@@ -276,7 +276,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
276
276
  function createResourceRequest(config) {
277
277
  const headers = {};
278
278
  return {
279
- baseUri: '/services/data/v59.0',
279
+ baseUri: '/services/data/v60.0',
280
280
  basePath: '/connect/lightningcards/activationdata/' + config.urlParams.flexiPageId + '',
281
281
  method: 'get',
282
282
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-lightning-cards",
3
- "version": "1.231.0",
3
+ "version": "1.232.0",
4
4
  "description": "Card Builder Connect API Family",
5
5
  "license": "MIT",
6
6
  "main": "dist/es/es2018/platform-lightning-cards.js",
package/sfdc/index.js CHANGED
@@ -286,7 +286,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
286
286
  function createResourceRequest(config) {
287
287
  const headers = {};
288
288
  return {
289
- baseUri: '/services/data/v59.0',
289
+ baseUri: '/services/data/v60.0',
290
290
  basePath: '/connect/lightningcards/activationdata/' + config.urlParams.flexiPageId + '',
291
291
  method: 'get',
292
292
  body: null,
@@ -405,4 +405,4 @@ withDefaultLuvio((luvio) => {
405
405
  });
406
406
 
407
407
  export { getActivationData, getActivationData_imperative };
408
- // version: 1.231.0-2b4244fb5
408
+ // version: 1.232.0-6cf0cd6c7
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '58.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v59.0
9
+ baseUri: /services/data/v60.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0