@salesforce/lds-adapters-platform-flow 1.431.0 → 1.432.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.
- package/dist/es/es2018/platform-flow.js +3 -3
- package/package.json +4 -4
- package/sfdc/index.js +4 -4
- package/src/raml/api.raml +1 -1
|
@@ -143,7 +143,7 @@ function getResponseCacheKeys$2(storeKeyMap, luvio, resourceParams, response) {
|
|
|
143
143
|
function createResourceRequest$2(config) {
|
|
144
144
|
const headers = {};
|
|
145
145
|
return {
|
|
146
|
-
baseUri: '/services/data/
|
|
146
|
+
baseUri: '/services/data/v68.0',
|
|
147
147
|
basePath: '/connect/interaction/runtime/startFlow',
|
|
148
148
|
method: 'post',
|
|
149
149
|
body: config.body,
|
|
@@ -226,7 +226,7 @@ function getResponseCacheKeys$1(storeKeyMap, luvio, resourceParams, response) {
|
|
|
226
226
|
function createResourceRequest$1(config) {
|
|
227
227
|
const headers = {};
|
|
228
228
|
return {
|
|
229
|
-
baseUri: '/services/data/
|
|
229
|
+
baseUri: '/services/data/v68.0',
|
|
230
230
|
basePath: '/connect/interaction/runtime/navigateFlow',
|
|
231
231
|
method: 'post',
|
|
232
232
|
body: config.body,
|
|
@@ -440,7 +440,7 @@ function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
|
|
|
440
440
|
function createResourceRequest(config) {
|
|
441
441
|
const headers = {};
|
|
442
442
|
return {
|
|
443
|
-
baseUri: '/services/data/
|
|
443
|
+
baseUri: '/services/data/v68.0',
|
|
444
444
|
basePath: '/connect/interaction/runtime/resumeFlow',
|
|
445
445
|
method: 'post',
|
|
446
446
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-flow",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.432.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Flow Runtime APIs",
|
|
6
6
|
"main": "dist/es/es2018/platform-flow.js",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-platform-flow"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@salesforce/lds-bindings": "^1.
|
|
40
|
+
"@salesforce/lds-bindings": "^1.432.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
44
|
-
"@salesforce/lds-karma": "^1.
|
|
43
|
+
"@salesforce/lds-compiler-plugins": "^1.432.0",
|
|
44
|
+
"@salesforce/lds-karma": "^1.432.0"
|
|
45
45
|
},
|
|
46
46
|
"nx": {
|
|
47
47
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -153,7 +153,7 @@ function getResponseCacheKeys$2(storeKeyMap, luvio, resourceParams, response) {
|
|
|
153
153
|
function createResourceRequest$2(config) {
|
|
154
154
|
const headers = {};
|
|
155
155
|
return {
|
|
156
|
-
baseUri: '/services/data/
|
|
156
|
+
baseUri: '/services/data/v68.0',
|
|
157
157
|
basePath: '/connect/interaction/runtime/navigateFlow',
|
|
158
158
|
method: 'post',
|
|
159
159
|
body: config.body,
|
|
@@ -367,7 +367,7 @@ function getResponseCacheKeys$1(storeKeyMap, luvio, resourceParams, response) {
|
|
|
367
367
|
function createResourceRequest$1(config) {
|
|
368
368
|
const headers = {};
|
|
369
369
|
return {
|
|
370
|
-
baseUri: '/services/data/
|
|
370
|
+
baseUri: '/services/data/v68.0',
|
|
371
371
|
basePath: '/connect/interaction/runtime/resumeFlow',
|
|
372
372
|
method: 'post',
|
|
373
373
|
body: config.body,
|
|
@@ -443,7 +443,7 @@ function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
|
|
|
443
443
|
function createResourceRequest(config) {
|
|
444
444
|
const headers = {};
|
|
445
445
|
return {
|
|
446
|
-
baseUri: '/services/data/
|
|
446
|
+
baseUri: '/services/data/v68.0',
|
|
447
447
|
basePath: '/connect/interaction/runtime/startFlow',
|
|
448
448
|
method: 'post',
|
|
449
449
|
body: config.body,
|
|
@@ -532,4 +532,4 @@ withDefaultLuvio((luvio) => {
|
|
|
532
532
|
});
|
|
533
533
|
|
|
534
534
|
export { navigateFlow, resumeFlow, startFlow };
|
|
535
|
-
// version: 1.
|
|
535
|
+
// version: 1.432.0-b99ba9d219
|