@salesforce/lds-adapters-sales-evfsdk 1.412.1 → 1.413.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/sales-evfsdk.js +2 -2
- package/package.json +3 -3
- package/sfdc/index.js +3 -3
- package/src/raml/api.raml +1 -1
|
@@ -450,7 +450,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
450
450
|
function createResourceRequest$1(config) {
|
|
451
451
|
const headers = {};
|
|
452
452
|
return {
|
|
453
|
-
baseUri: '/services/data/
|
|
453
|
+
baseUri: '/services/data/v67.0',
|
|
454
454
|
basePath: '/connect/evf/sdk/event',
|
|
455
455
|
method: 'post',
|
|
456
456
|
body: config.body,
|
|
@@ -654,7 +654,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
654
654
|
function createResourceRequest(config) {
|
|
655
655
|
const headers = {};
|
|
656
656
|
return {
|
|
657
|
-
baseUri: '/services/data/
|
|
657
|
+
baseUri: '/services/data/v67.0',
|
|
658
658
|
basePath: '/connect/evf/sdk/event-types',
|
|
659
659
|
method: 'get',
|
|
660
660
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-sales-evfsdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
4
4
|
"description": "Einstein Value Framework set of endpoints for UI Analytics",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/sales-evfsdk.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.413.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -279,7 +279,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
279
279
|
function createResourceRequest$1(config) {
|
|
280
280
|
const headers = {};
|
|
281
281
|
return {
|
|
282
|
-
baseUri: '/services/data/
|
|
282
|
+
baseUri: '/services/data/v67.0',
|
|
283
283
|
basePath: '/connect/evf/sdk/event-types',
|
|
284
284
|
method: 'get',
|
|
285
285
|
body: null,
|
|
@@ -682,7 +682,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
682
682
|
function createResourceRequest(config) {
|
|
683
683
|
const headers = {};
|
|
684
684
|
return {
|
|
685
|
-
baseUri: '/services/data/
|
|
685
|
+
baseUri: '/services/data/v67.0',
|
|
686
686
|
basePath: '/connect/evf/sdk/event',
|
|
687
687
|
method: 'post',
|
|
688
688
|
body: config.body,
|
|
@@ -785,4 +785,4 @@ withDefaultLuvio((luvio) => {
|
|
|
785
785
|
});
|
|
786
786
|
|
|
787
787
|
export { getEventTypes, getEventTypes_imperative, publishEvent };
|
|
788
|
-
// version: 1.
|
|
788
|
+
// version: 1.413.0-8cd312301b
|