@salesforce/lds-adapters-sales-yukon 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.
- package/dist/es/es2018/sales-yukon.js +3 -3
- package/package.json +3 -3
- package/sfdc/index.js +4 -4
- package/src/raml/api.raml +1 -1
|
@@ -698,7 +698,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
698
698
|
function createResourceRequest$2(config) {
|
|
699
699
|
const headers = {};
|
|
700
700
|
return {
|
|
701
|
-
baseUri: '/services/data/
|
|
701
|
+
baseUri: '/services/data/v65.0',
|
|
702
702
|
basePath: '/yukon/surfaces/' + config.urlParams.surfaceId + '/nudges',
|
|
703
703
|
method: 'get',
|
|
704
704
|
body: null,
|
|
@@ -832,7 +832,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
832
832
|
function createResourceRequest$1(config) {
|
|
833
833
|
const headers = {};
|
|
834
834
|
return {
|
|
835
|
-
baseUri: '/services/data/
|
|
835
|
+
baseUri: '/services/data/v65.0',
|
|
836
836
|
basePath: '/yukon/surfaces/' + config.urlParams.surfaceId + '/nudges/mock',
|
|
837
837
|
method: 'get',
|
|
838
838
|
body: null,
|
|
@@ -1072,7 +1072,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1072
1072
|
function createResourceRequest(config) {
|
|
1073
1073
|
const headers = {};
|
|
1074
1074
|
return {
|
|
1075
|
-
baseUri: '/services/data/
|
|
1075
|
+
baseUri: '/services/data/v65.0',
|
|
1076
1076
|
basePath: '/yukon/telemetry',
|
|
1077
1077
|
method: 'post',
|
|
1078
1078
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-sales-yukon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.357.0",
|
|
4
4
|
"description": "wires for interacting with yukon services",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/sales-yukon.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.357.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.357.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -708,7 +708,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
708
708
|
function createResourceRequest$2(config) {
|
|
709
709
|
const headers = {};
|
|
710
710
|
return {
|
|
711
|
-
baseUri: '/services/data/
|
|
711
|
+
baseUri: '/services/data/v65.0',
|
|
712
712
|
basePath: '/yukon/surfaces/' + config.urlParams.surfaceId + '/nudges',
|
|
713
713
|
method: 'get',
|
|
714
714
|
body: null,
|
|
@@ -878,7 +878,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
878
878
|
function createResourceRequest$1(config) {
|
|
879
879
|
const headers = {};
|
|
880
880
|
return {
|
|
881
|
-
baseUri: '/services/data/
|
|
881
|
+
baseUri: '/services/data/v65.0',
|
|
882
882
|
basePath: '/yukon/surfaces/' + config.urlParams.surfaceId + '/nudges/mock',
|
|
883
883
|
method: 'get',
|
|
884
884
|
body: null,
|
|
@@ -1155,7 +1155,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1155
1155
|
function createResourceRequest(config) {
|
|
1156
1156
|
const headers = {};
|
|
1157
1157
|
return {
|
|
1158
|
-
baseUri: '/services/data/
|
|
1158
|
+
baseUri: '/services/data/v65.0',
|
|
1159
1159
|
basePath: '/yukon/telemetry',
|
|
1160
1160
|
method: 'post',
|
|
1161
1161
|
body: config.body,
|
|
@@ -1275,4 +1275,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1275
1275
|
});
|
|
1276
1276
|
|
|
1277
1277
|
export { getYukonSurfaceNudges, getYukonSurfaceNudgesMock, getYukonSurfaceNudgesMockNotifyChange, getYukonSurfaceNudgesMock_imperative, getYukonSurfaceNudgesNotifyChange, getYukonSurfaceNudges_imperative, postYukonTelemetry };
|
|
1278
|
-
// version: 1.
|
|
1278
|
+
// version: 1.357.0-5a2425b0d8
|