@salesforce/lds-adapters-service-serviceplan 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.
@@ -317,7 +317,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
317
317
  function createResourceRequest$3(config) {
318
318
  const headers = {};
319
319
  return {
320
- baseUri: '/services/data/v65.0',
320
+ baseUri: '/services/data/v66.0',
321
321
  basePath: '/connect/service-plan/execute/' + config.urlParams.planOrStepId + '',
322
322
  method: 'put',
323
323
  body: config.body,
@@ -640,7 +640,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
640
640
  function createResourceRequest$2(config) {
641
641
  const headers = {};
642
642
  return {
643
- baseUri: '/services/data/v65.0',
643
+ baseUri: '/services/data/v66.0',
644
644
  basePath: '/connect/service-plan/generationRequests',
645
645
  method: 'post',
646
646
  body: config.body,
@@ -770,7 +770,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
770
770
  function createResourceRequest$1(config) {
771
771
  const headers = {};
772
772
  return {
773
- baseUri: '/services/data/v65.0',
773
+ baseUri: '/services/data/v66.0',
774
774
  basePath: '/connect/service-plan/generationRequests/' + config.urlParams.requestId + '',
775
775
  method: 'get',
776
776
  body: null,
@@ -1547,7 +1547,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1547
1547
  function createResourceRequest(config) {
1548
1548
  const headers = {};
1549
1549
  return {
1550
- baseUri: '/services/data/v65.0',
1550
+ baseUri: '/services/data/v66.0',
1551
1551
  basePath: '/connect/service-plan/servicePlanDetails/' + config.urlParams.recordId + '',
1552
1552
  method: 'get',
1553
1553
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-serviceplan",
3
- "version": "1.384.0",
3
+ "version": "1.386.0",
4
4
  "description": "collectionof service plan apis",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-serviceplan.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
@@ -327,7 +327,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
327
327
  function createResourceRequest$3(config) {
328
328
  const headers = {};
329
329
  return {
330
- baseUri: '/services/data/v65.0',
330
+ baseUri: '/services/data/v66.0',
331
331
  basePath: '/connect/service-plan/execute/' + config.urlParams.planOrStepId + '',
332
332
  method: 'put',
333
333
  body: config.body,
@@ -650,7 +650,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
650
650
  function createResourceRequest$2(config) {
651
651
  const headers = {};
652
652
  return {
653
- baseUri: '/services/data/v65.0',
653
+ baseUri: '/services/data/v66.0',
654
654
  basePath: '/connect/service-plan/generationRequests',
655
655
  method: 'post',
656
656
  body: config.body,
@@ -780,7 +780,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
780
780
  function createResourceRequest$1(config) {
781
781
  const headers = {};
782
782
  return {
783
- baseUri: '/services/data/v65.0',
783
+ baseUri: '/services/data/v66.0',
784
784
  basePath: '/connect/service-plan/generationRequests/' + config.urlParams.requestId + '',
785
785
  method: 'get',
786
786
  body: null,
@@ -1557,7 +1557,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1557
1557
  function createResourceRequest(config) {
1558
1558
  const headers = {};
1559
1559
  return {
1560
- baseUri: '/services/data/v65.0',
1560
+ baseUri: '/services/data/v66.0',
1561
1561
  basePath: '/connect/service-plan/servicePlanDetails/' + config.urlParams.recordId + '',
1562
1562
  method: 'get',
1563
1563
  body: null,
@@ -1749,4 +1749,4 @@ withDefaultLuvio((luvio) => {
1749
1749
  });
1750
1750
 
1751
1751
  export { executeServicePlan, generateServicePlan, getGenerationRequest, getGenerationRequest_imperative, getServicePlan, getServicePlanNotifyChange, getServicePlan_imperative, notifyServicePlanDetailsUpdateAvailable, notifyServicePlanGenerationUpdateAvailable };
1752
- // version: 1.384.0-835fd13f44
1752
+ // version: 1.386.0-521094e838
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '65.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