@salesforce/lds-adapters-platform-interaction-runtime 1.383.0 → 1.385.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.
@@ -180,7 +180,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
180
180
  function createResourceRequest(config) {
181
181
  const headers = {};
182
182
  return {
183
- baseUri: '/services/data/v65.0',
183
+ baseUri: '/services/data/v66.0',
184
184
  basePath: '/connect/interaction/runtime/flowMetadata',
185
185
  method: 'get',
186
186
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-interaction-runtime",
3
- "version": "1.383.0",
3
+ "version": "1.385.0",
4
4
  "description": "This family holds apis to invoke/navigate flows and also to load metadata required by offline flow engine.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/platform-interaction-runtime.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.383.0"
43
+ "@salesforce/lds-bindings": "^1.385.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.383.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.385.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -190,7 +190,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
190
190
  function createResourceRequest(config) {
191
191
  const headers = {};
192
192
  return {
193
- baseUri: '/services/data/v65.0',
193
+ baseUri: '/services/data/v66.0',
194
194
  basePath: '/connect/interaction/runtime/flowMetadata',
195
195
  method: 'get',
196
196
  body: null,
@@ -314,4 +314,4 @@ withDefaultLuvio((luvio) => {
314
314
  });
315
315
 
316
316
  export { getFlowMetadata, getFlowMetadata_imperative };
317
- // version: 1.383.0-d85dce8db1
317
+ // version: 1.385.0-c6070cc476
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '65.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0