@salesforce/lds-adapters-platform-interaction-runtime 1.384.0 → 1.386.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/
|
|
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.
|
|
3
|
+
"version": "1.386.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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.386.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.386.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/
|
|
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.
|
|
317
|
+
// version: 1.386.0-521094e838
|