@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.
@@ -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/v67.0',
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/v67.0',
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/v67.0',
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.431.0",
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.431.0"
40
+ "@salesforce/lds-bindings": "^1.432.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@salesforce/lds-compiler-plugins": "^1.431.0",
44
- "@salesforce/lds-karma": "^1.431.0"
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/v67.0',
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/v67.0',
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/v67.0',
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.431.0-51a9c51ed3
535
+ // version: 1.432.0-b99ba9d219
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/v67.0
10
+ baseUri: /services/data/v68.0
11
11
  securitySchemes:
12
12
  OAuth2:
13
13
  type: OAuth 2.0