@salesforce/lds-adapters-service-serviceplan 1.356.0 → 1.358.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/v64.0',
320
+ baseUri: '/services/data/v65.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/v64.0',
643
+ baseUri: '/services/data/v65.0',
644
644
  basePath: '/connect/service-plan/generationRequests',
645
645
  method: 'post',
646
646
  body: config.body,
@@ -768,7 +768,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
768
768
  function createResourceRequest$1(config) {
769
769
  const headers = {};
770
770
  return {
771
- baseUri: '/services/data/v64.0',
771
+ baseUri: '/services/data/v65.0',
772
772
  basePath: '/connect/service-plan/generationRequests/' + config.urlParams.requestId + '',
773
773
  method: 'get',
774
774
  body: null,
@@ -1400,7 +1400,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1400
1400
  function createResourceRequest(config) {
1401
1401
  const headers = {};
1402
1402
  return {
1403
- baseUri: '/services/data/v64.0',
1403
+ baseUri: '/services/data/v65.0',
1404
1404
  basePath: '/connect/service-plan/servicePlanDetails/' + config.urlParams.recordId + '',
1405
1405
  method: 'get',
1406
1406
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-serviceplan",
3
- "version": "1.356.0",
3
+ "version": "1.358.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.356.0"
43
+ "@salesforce/lds-bindings": "^1.358.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.356.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.358.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/v64.0',
330
+ baseUri: '/services/data/v65.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/v64.0',
653
+ baseUri: '/services/data/v65.0',
654
654
  basePath: '/connect/service-plan/generationRequests',
655
655
  method: 'post',
656
656
  body: config.body,
@@ -778,7 +778,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
778
778
  function createResourceRequest$1(config) {
779
779
  const headers = {};
780
780
  return {
781
- baseUri: '/services/data/v64.0',
781
+ baseUri: '/services/data/v65.0',
782
782
  basePath: '/connect/service-plan/generationRequests/' + config.urlParams.requestId + '',
783
783
  method: 'get',
784
784
  body: null,
@@ -1410,7 +1410,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1410
1410
  function createResourceRequest(config) {
1411
1411
  const headers = {};
1412
1412
  return {
1413
- baseUri: '/services/data/v64.0',
1413
+ baseUri: '/services/data/v65.0',
1414
1414
  basePath: '/connect/service-plan/servicePlanDetails/' + config.urlParams.recordId + '',
1415
1415
  method: 'get',
1416
1416
  body: null,
@@ -1602,4 +1602,4 @@ withDefaultLuvio((luvio) => {
1602
1602
  });
1603
1603
 
1604
1604
  export { executeServicePlan, generateServicePlan, getGenerationRequest, getGenerationRequest_imperative, getServicePlan, getServicePlanNotifyChange, getServicePlan_imperative, notifyServicePlanDetailsUpdateAvailable, notifyServicePlanGenerationUpdateAvailable };
1605
- // version: 1.356.0-d412b8de3d
1605
+ // version: 1.358.0-abc73971a1
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '64.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v64.0
9
+ baseUri: /services/data/v65.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0