@salesforce/lds-adapters-sales-yukon 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.
@@ -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/v65.0',
701
+ baseUri: '/services/data/v66.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/v65.0',
835
+ baseUri: '/services/data/v66.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/v65.0',
1075
+ baseUri: '/services/data/v66.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.384.0",
3
+ "version": "1.386.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.384.0"
43
+ "@salesforce/lds-bindings": "^1.386.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.384.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.386.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/v65.0',
711
+ baseUri: '/services/data/v66.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/v65.0',
881
+ baseUri: '/services/data/v66.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/v65.0',
1158
+ baseUri: '/services/data/v66.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.384.0-835fd13f44
1278
+ // version: 1.386.0-521094e838
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '63.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