@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.
- package/dist/es/es2018/platform-flow.js +3 -3
- package/package.json +1 -1
- package/sfdc/index.js +4 -4
- package/src/raml/api.raml +1 -1
|
@@ -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/
|
|
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/
|
|
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/
|
|
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
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/
|
|
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/
|
|
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/
|
|
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.
|
|
609
|
+
// version: 1.134.6-a88a77801
|