@salesforce/lds-adapters-platform-lightning-cards 1.134.4 → 1.134.6

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.
@@ -274,7 +274,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
274
274
  function createResourceRequest(config) {
275
275
  const headers = {};
276
276
  return {
277
- baseUri: '/services/data/v58.0',
277
+ baseUri: '/services/data/v59.0',
278
278
  basePath: '/connect/lightningcards/activationdata/' + config.urlParams.flexiPageId + '',
279
279
  method: 'get',
280
280
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-lightning-cards",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
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
@@ -284,7 +284,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
284
284
  function createResourceRequest(config) {
285
285
  const headers = {};
286
286
  return {
287
- baseUri: '/services/data/v58.0',
287
+ baseUri: '/services/data/v59.0',
288
288
  basePath: '/connect/lightningcards/activationdata/' + config.urlParams.flexiPageId + '',
289
289
  method: 'get',
290
290
  body: null,
@@ -425,4 +425,4 @@ withDefaultLuvio((luvio) => {
425
425
  });
426
426
 
427
427
  export { getActivationData, getActivationData_imperative };
428
- // version: 1.134.4-a74ddaa33
428
+ // version: 1.134.6-a88a77801
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/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0