@salesforce/lds-adapters-sales-pathassistant 1.311.0 → 1.311.1

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.
@@ -190,7 +190,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
190
190
  function createResourceRequest$2(config) {
191
191
  const headers = {};
192
192
  return {
193
- baseUri: '/services/data/v62.0',
193
+ baseUri: '/services/data/v63.0',
194
194
  basePath: '/connect/pathassistant/collapsibleDrawerUserPref',
195
195
  method: 'patch',
196
196
  body: null,
@@ -388,7 +388,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
388
388
  function createResourceRequest$1(config) {
389
389
  const headers = {};
390
390
  return {
391
- baseUri: '/services/data/v62.0',
391
+ baseUri: '/services/data/v63.0',
392
392
  basePath: '/connect/pathassistant/' + config.urlParams.recordId + '',
393
393
  method: 'get',
394
394
  body: null,
@@ -590,7 +590,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
590
590
  function createResourceRequest(config) {
591
591
  const headers = {};
592
592
  return {
593
- baseUri: '/services/data/v62.0',
593
+ baseUri: '/services/data/v63.0',
594
594
  basePath: '/connect/pathassistant/' + config.urlParams.recordId + '/daysInStage',
595
595
  method: 'get',
596
596
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-sales-pathassistant",
3
- "version": "1.311.0",
3
+ "version": "1.311.1",
4
4
  "description": "Connect APIs for Path Assistant",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/sales-pathassistant.js",
@@ -40,11 +40,11 @@
40
40
  "test:unit": "jest --config=./jest.config.js"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.311.0"
43
+ "@salesforce/lds-bindings": "^1.311.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.311.0",
47
- "@salesforce/lds-karma": "^1.311.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.311.1",
47
+ "@salesforce/lds-karma": "^1.311.1"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -223,7 +223,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
223
223
  function createResourceRequest$2(config) {
224
224
  const headers = {};
225
225
  return {
226
- baseUri: '/services/data/v62.0',
226
+ baseUri: '/services/data/v63.0',
227
227
  basePath: '/connect/pathassistant/' + config.urlParams.recordId + '',
228
228
  method: 'get',
229
229
  body: null,
@@ -425,7 +425,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
425
425
  function createResourceRequest$1(config) {
426
426
  const headers = {};
427
427
  return {
428
- baseUri: '/services/data/v62.0',
428
+ baseUri: '/services/data/v63.0',
429
429
  basePath: '/connect/pathassistant/' + config.urlParams.recordId + '/daysInStage',
430
430
  method: 'get',
431
431
  body: null,
@@ -633,7 +633,7 @@ function ingestSuccess(luvio, resourceParams, response) {
633
633
  function createResourceRequest(config) {
634
634
  const headers = {};
635
635
  return {
636
- baseUri: '/services/data/v62.0',
636
+ baseUri: '/services/data/v63.0',
637
637
  basePath: '/connect/pathassistant/collapsibleDrawerUserPref',
638
638
  method: 'patch',
639
639
  body: null,
@@ -744,4 +744,4 @@ withDefaultLuvio((luvio) => {
744
744
  });
745
745
 
746
746
  export { getPathAssistant, getPathAssistantDaysInStage, getPathAssistantDaysInStage_imperative, getPathAssistant_imperative, updateCollapsibleDrawerUserPref };
747
- // version: 1.311.0-5f03b383b7
747
+ // version: 1.311.1-f99d2bc85e
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '60.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v62.0
9
+ baseUri: /services/data/v63.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0