@salesforce/lds-adapters-service-serviceplan 1.431.0 → 1.433.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/v67.0',
320
+ baseUri: '/services/data/v68.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/v67.0',
643
+ baseUri: '/services/data/v68.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/v67.0',
773
+ baseUri: '/services/data/v68.0',
774
774
  basePath: '/connect/service-plan/generationRequests/' + config.urlParams.requestId + '',
775
775
  method: 'get',
776
776
  body: null,
@@ -1573,7 +1573,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1573
1573
  function createResourceRequest(config) {
1574
1574
  const headers = {};
1575
1575
  return {
1576
- baseUri: '/services/data/v67.0',
1576
+ baseUri: '/services/data/v68.0',
1577
1577
  basePath: '/connect/service-plan/servicePlanDetails/' + config.urlParams.recordId + '',
1578
1578
  method: 'get',
1579
1579
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-serviceplan",
3
- "version": "1.431.0",
3
+ "version": "1.433.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.431.0"
43
+ "@salesforce/lds-bindings": "^1.433.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.431.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.433.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/v67.0',
330
+ baseUri: '/services/data/v68.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/v67.0',
653
+ baseUri: '/services/data/v68.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/v67.0',
783
+ baseUri: '/services/data/v68.0',
784
784
  basePath: '/connect/service-plan/generationRequests/' + config.urlParams.requestId + '',
785
785
  method: 'get',
786
786
  body: null,
@@ -1583,7 +1583,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1583
1583
  function createResourceRequest(config) {
1584
1584
  const headers = {};
1585
1585
  return {
1586
- baseUri: '/services/data/v67.0',
1586
+ baseUri: '/services/data/v68.0',
1587
1587
  basePath: '/connect/service-plan/servicePlanDetails/' + config.urlParams.recordId + '',
1588
1588
  method: 'get',
1589
1589
  body: null,
@@ -1775,4 +1775,4 @@ withDefaultLuvio((luvio) => {
1775
1775
  });
1776
1776
 
1777
1777
  export { executeServicePlan, generateServicePlan, getGenerationRequest, getGenerationRequest_imperative, getServicePlan, getServicePlanNotifyChange, getServicePlan_imperative, notifyServicePlanDetailsUpdateAvailable, notifyServicePlanGenerationUpdateAvailable };
1778
- // version: 1.431.0-51a9c51ed3
1778
+ // version: 1.433.0-db129b48d2
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/v67.0
9
+ baseUri: /services/data/v68.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0