@salesforce/lds-adapters-service-serviceplan 1.334.0 → 1.336.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/v63.0',
320
+ baseUri: '/services/data/v64.0',
321
321
  basePath: '/connect/service-plan/execute/' + config.urlParams.planOrStepId + '',
322
322
  method: 'put',
323
323
  body: config.body,
@@ -1254,7 +1254,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1254
1254
  function createResourceRequest$2(config) {
1255
1255
  const headers = {};
1256
1256
  return {
1257
- baseUri: '/services/data/v63.0',
1257
+ baseUri: '/services/data/v64.0',
1258
1258
  basePath: '/connect/service-plan/generationRequests',
1259
1259
  method: 'post',
1260
1260
  body: config.body,
@@ -1382,7 +1382,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1382
1382
  function createResourceRequest$1(config) {
1383
1383
  const headers = {};
1384
1384
  return {
1385
- baseUri: '/services/data/v63.0',
1385
+ baseUri: '/services/data/v64.0',
1386
1386
  basePath: '/connect/service-plan/generationRequests/' + config.urlParams.requestId + '',
1387
1387
  method: 'get',
1388
1388
  body: null,
@@ -1978,7 +1978,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1978
1978
  function createResourceRequest(config) {
1979
1979
  const headers = {};
1980
1980
  return {
1981
- baseUri: '/services/data/v63.0',
1981
+ baseUri: '/services/data/v64.0',
1982
1982
  basePath: '/connect/service-plan/servicePlanDetails/' + config.urlParams.recordId + '',
1983
1983
  method: 'get',
1984
1984
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-serviceplan",
3
- "version": "1.334.0",
3
+ "version": "1.336.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.334.0"
43
+ "@salesforce/lds-bindings": "^1.336.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.334.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.336.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/v63.0',
330
+ baseUri: '/services/data/v64.0',
331
331
  basePath: '/connect/service-plan/execute/' + config.urlParams.planOrStepId + '',
332
332
  method: 'put',
333
333
  body: config.body,
@@ -1264,7 +1264,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
1264
1264
  function createResourceRequest$2(config) {
1265
1265
  const headers = {};
1266
1266
  return {
1267
- baseUri: '/services/data/v63.0',
1267
+ baseUri: '/services/data/v64.0',
1268
1268
  basePath: '/connect/service-plan/generationRequests',
1269
1269
  method: 'post',
1270
1270
  body: config.body,
@@ -1392,7 +1392,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1392
1392
  function createResourceRequest$1(config) {
1393
1393
  const headers = {};
1394
1394
  return {
1395
- baseUri: '/services/data/v63.0',
1395
+ baseUri: '/services/data/v64.0',
1396
1396
  basePath: '/connect/service-plan/generationRequests/' + config.urlParams.requestId + '',
1397
1397
  method: 'get',
1398
1398
  body: null,
@@ -1988,7 +1988,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1988
1988
  function createResourceRequest(config) {
1989
1989
  const headers = {};
1990
1990
  return {
1991
- baseUri: '/services/data/v63.0',
1991
+ baseUri: '/services/data/v64.0',
1992
1992
  basePath: '/connect/service-plan/servicePlanDetails/' + config.urlParams.recordId + '',
1993
1993
  method: 'get',
1994
1994
  body: null,
@@ -2180,4 +2180,4 @@ withDefaultLuvio((luvio) => {
2180
2180
  });
2181
2181
 
2182
2182
  export { executeServicePlan, generateServicePlan, getGenerationRequest, getGenerationRequest_imperative, getServicePlan, getServicePlanNotifyChange, getServicePlan_imperative, notifyServicePlanDetailsUpdateAvailable, notifyServicePlanGenerationUpdateAvailable };
2183
- // version: 1.334.0-a801774b3d
2183
+ // version: 1.336.0-1b35a3afd9
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v63.0
9
+ baseUri: /services/data/v64.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0