@salesforce/lds-adapters-industries-dfo 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.
@@ -190,7 +190,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
190
190
  function createResourceRequest$2(config) {
191
191
  const headers = {};
192
192
  return {
193
- baseUri: '/services/data/v65.0',
193
+ baseUri: '/services/data/v66.0',
194
194
  basePath: '/connect/dro/' + config.urlParams.salesTransactionId + '/' + config.urlParams.typeOfData + '',
195
195
  method: 'get',
196
196
  body: null,
@@ -393,7 +393,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
393
393
  function createResourceRequest$1(config) {
394
394
  const headers = {};
395
395
  return {
396
- baseUri: '/services/data/v65.0',
396
+ baseUri: '/services/data/v66.0',
397
397
  basePath: '/connect/revenue/dro/configurations',
398
398
  method: 'get',
399
399
  body: null,
@@ -577,7 +577,7 @@ function ingestSuccess(luvio, resourceParams, response) {
577
577
  function createResourceRequest(config) {
578
578
  const headers = {};
579
579
  return {
580
- baseUri: '/services/data/v65.0',
580
+ baseUri: '/services/data/v66.0',
581
581
  basePath: '/connect/revenue/dro/configurations',
582
582
  method: 'put',
583
583
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-dfo",
3
- "version": "1.384.0",
3
+ "version": "1.386.0",
4
4
  "description": "Dynamic Fulfillment Orchestrator APIs",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/industries-dfo.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
@@ -195,7 +195,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
195
195
  function createResourceRequest$2(config) {
196
196
  const headers = {};
197
197
  return {
198
- baseUri: '/services/data/v65.0',
198
+ baseUri: '/services/data/v66.0',
199
199
  basePath: '/connect/revenue/dro/configurations',
200
200
  method: 'get',
201
201
  body: null,
@@ -399,7 +399,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
399
399
  function createResourceRequest$1(config) {
400
400
  const headers = {};
401
401
  return {
402
- baseUri: '/services/data/v65.0',
402
+ baseUri: '/services/data/v66.0',
403
403
  basePath: '/connect/dro/' + config.urlParams.salesTransactionId + '/' + config.urlParams.typeOfData + '',
404
404
  method: 'get',
405
405
  body: null,
@@ -587,7 +587,7 @@ function ingestSuccess(luvio, resourceParams, response) {
587
587
  function createResourceRequest(config) {
588
588
  const headers = {};
589
589
  return {
590
- baseUri: '/services/data/v65.0',
590
+ baseUri: '/services/data/v66.0',
591
591
  basePath: '/connect/revenue/dro/configurations',
592
592
  method: 'put',
593
593
  body: config.body,
@@ -710,4 +710,4 @@ withDefaultLuvio((luvio) => {
710
710
  });
711
711
 
712
712
  export { getDfoConfigInfo, getDfoConfigInfo_imperative, getDroDecompositionViewer, getDroDecompositionViewer_imperative, putDfoConfigInfo };
713
- // version: 1.384.0-835fd13f44
713
+ // version: 1.386.0-521094e838
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/v65.0
9
+ baseUri: /services/data/v66.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0