@salesforce/lds-adapters-platform-flow 1.355.0 → 1.357.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/v64.0',
146
+ baseUri: '/services/data/v65.0',
147
147
  basePath: '/connect/interaction/runtime/startFlow',
148
148
  method: 'post',
149
149
  body: config.body,
@@ -225,7 +225,7 @@ function getResponseCacheKeys$1(storeKeyMap, luvio, resourceParams, response) {
225
225
  function createResourceRequest$1(config) {
226
226
  const headers = {};
227
227
  return {
228
- baseUri: '/services/data/v64.0',
228
+ baseUri: '/services/data/v65.0',
229
229
  basePath: '/connect/interaction/runtime/navigateFlow',
230
230
  method: 'post',
231
231
  body: config.body,
@@ -432,7 +432,7 @@ function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
432
432
  function createResourceRequest(config) {
433
433
  const headers = {};
434
434
  return {
435
- baseUri: '/services/data/v64.0',
435
+ baseUri: '/services/data/v65.0',
436
436
  basePath: '/connect/interaction/runtime/resumeFlow',
437
437
  method: 'post',
438
438
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-flow",
3
- "version": "1.355.0",
3
+ "version": "1.357.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.355.0"
40
+ "@salesforce/lds-bindings": "^1.357.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@salesforce/lds-compiler-plugins": "^1.355.0",
44
- "@salesforce/lds-karma": "^1.355.0"
43
+ "@salesforce/lds-compiler-plugins": "^1.357.0",
44
+ "@salesforce/lds-karma": "^1.357.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/v64.0',
156
+ baseUri: '/services/data/v65.0',
157
157
  basePath: '/connect/interaction/runtime/navigateFlow',
158
158
  method: 'post',
159
159
  body: config.body,
@@ -360,7 +360,7 @@ function getResponseCacheKeys$1(storeKeyMap, luvio, resourceParams, response) {
360
360
  function createResourceRequest$1(config) {
361
361
  const headers = {};
362
362
  return {
363
- baseUri: '/services/data/v64.0',
363
+ baseUri: '/services/data/v65.0',
364
364
  basePath: '/connect/interaction/runtime/resumeFlow',
365
365
  method: 'post',
366
366
  body: config.body,
@@ -436,7 +436,7 @@ function getResponseCacheKeys(storeKeyMap, luvio, resourceParams, response) {
436
436
  function createResourceRequest(config) {
437
437
  const headers = {};
438
438
  return {
439
- baseUri: '/services/data/v64.0',
439
+ baseUri: '/services/data/v65.0',
440
440
  basePath: '/connect/interaction/runtime/startFlow',
441
441
  method: 'post',
442
442
  body: config.body,
@@ -524,4 +524,4 @@ withDefaultLuvio((luvio) => {
524
524
  });
525
525
 
526
526
  export { navigateFlow, resumeFlow, startFlow };
527
- // version: 1.355.0-df8576becd
527
+ // version: 1.357.0-5a2425b0d8
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/v64.0
10
+ baseUri: /services/data/v65.0
11
11
  securitySchemes:
12
12
  OAuth2:
13
13
  type: OAuth 2.0