@salesforce/lds-adapters-platform-flow 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.
@@ -166,7 +166,7 @@ function getResponseCacheKeys$2(luvio, resourceParams, response) {
166
166
  function createResourceRequest$2(config) {
167
167
  const headers = {};
168
168
  return {
169
- baseUri: '/services/data/v58.0',
169
+ baseUri: '/services/data/v59.0',
170
170
  basePath: '/connect/interaction/runtime/startFlow',
171
171
  method: 'post',
172
172
  body: config.body,
@@ -287,7 +287,7 @@ function getResponseCacheKeys$1(luvio, resourceParams, response) {
287
287
  function createResourceRequest$1(config) {
288
288
  const headers = {};
289
289
  return {
290
- baseUri: '/services/data/v58.0',
290
+ baseUri: '/services/data/v59.0',
291
291
  basePath: '/connect/interaction/runtime/navigateFlow',
292
292
  method: 'post',
293
293
  body: config.body,
@@ -501,7 +501,7 @@ function getResponseCacheKeys(luvio, resourceParams, response) {
501
501
  function createResourceRequest(config) {
502
502
  const headers = {};
503
503
  return {
504
- baseUri: '/services/data/v58.0',
504
+ baseUri: '/services/data/v59.0',
505
505
  basePath: '/connect/interaction/runtime/resumeFlow',
506
506
  method: 'post',
507
507
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-flow",
3
- "version": "1.134.4",
3
+ "version": "1.134.6",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Flow Runtime APIs",
6
6
  "main": "dist/es/es2018/platform-flow.js",
package/sfdc/index.js CHANGED
@@ -176,7 +176,7 @@ function getResponseCacheKeys$2(luvio, resourceParams, response) {
176
176
  function createResourceRequest$2(config) {
177
177
  const headers = {};
178
178
  return {
179
- baseUri: '/services/data/v58.0',
179
+ baseUri: '/services/data/v59.0',
180
180
  basePath: '/connect/interaction/runtime/navigateFlow',
181
181
  method: 'post',
182
182
  body: config.body,
@@ -391,7 +391,7 @@ function getResponseCacheKeys$1(luvio, resourceParams, response) {
391
391
  function createResourceRequest$1(config) {
392
392
  const headers = {};
393
393
  return {
394
- baseUri: '/services/data/v58.0',
394
+ baseUri: '/services/data/v59.0',
395
395
  basePath: '/connect/interaction/runtime/resumeFlow',
396
396
  method: 'post',
397
397
  body: config.body,
@@ -478,7 +478,7 @@ function getResponseCacheKeys(luvio, resourceParams, response) {
478
478
  function createResourceRequest(config) {
479
479
  const headers = {};
480
480
  return {
481
- baseUri: '/services/data/v58.0',
481
+ baseUri: '/services/data/v59.0',
482
482
  basePath: '/connect/interaction/runtime/startFlow',
483
483
  method: 'post',
484
484
  body: config.body,
@@ -606,4 +606,4 @@ withDefaultLuvio((luvio) => {
606
606
  });
607
607
 
608
608
  export { navigateFlow, resumeFlow, startFlow };
609
- // version: 1.134.4-a74ddaa33
609
+ // version: 1.134.6-a88a77801
package/src/raml/api.raml CHANGED
@@ -7,7 +7,7 @@ version: '53.0'
7
7
  mediaType: application/json
8
8
  protocols:
9
9
  - https
10
- baseUri: /services/data/v58.0
10
+ baseUri: /services/data/v59.0
11
11
  securitySchemes:
12
12
  OAuth2:
13
13
  type: OAuth 2.0