@salesforce/lds-adapters-industries-dfo 1.412.1 → 1.413.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$2(luvio, params, error, snapshotRefresh) {
190
190
  function createResourceRequest$3(config) {
191
191
  const headers = {};
192
192
  return {
193
- baseUri: '/services/data/v66.0',
193
+ baseUri: '/services/data/v67.0',
194
194
  basePath: '/connect/dro/orchestration/' + config.urlParams.transactionId + '/' + config.urlParams.typeOfData + '',
195
195
  method: 'get',
196
196
  body: null,
@@ -398,7 +398,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
398
398
  function createResourceRequest$2(config) {
399
399
  const headers = {};
400
400
  return {
401
- baseUri: '/services/data/v66.0',
401
+ baseUri: '/services/data/v67.0',
402
402
  basePath: '/connect/dro/' + config.urlParams.salesTransactionId + '/' + config.urlParams.typeOfData + '',
403
403
  method: 'get',
404
404
  body: null,
@@ -601,7 +601,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
601
601
  function createResourceRequest$1(config) {
602
602
  const headers = {};
603
603
  return {
604
- baseUri: '/services/data/v66.0',
604
+ baseUri: '/services/data/v67.0',
605
605
  basePath: '/connect/revenue/dro/configurations',
606
606
  method: 'get',
607
607
  body: null,
@@ -785,7 +785,7 @@ function ingestSuccess(luvio, resourceParams, response) {
785
785
  function createResourceRequest(config) {
786
786
  const headers = {};
787
787
  return {
788
- baseUri: '/services/data/v66.0',
788
+ baseUri: '/services/data/v67.0',
789
789
  basePath: '/connect/revenue/dro/configurations',
790
790
  method: 'put',
791
791
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-dfo",
3
- "version": "1.412.1",
3
+ "version": "1.413.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.412.1"
43
+ "@salesforce/lds-bindings": "^1.413.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.412.1"
46
+ "@salesforce/lds-compiler-plugins": "^1.413.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -195,7 +195,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
195
195
  function createResourceRequest$3(config) {
196
196
  const headers = {};
197
197
  return {
198
- baseUri: '/services/data/v66.0',
198
+ baseUri: '/services/data/v67.0',
199
199
  basePath: '/connect/revenue/dro/configurations',
200
200
  method: 'get',
201
201
  body: null,
@@ -399,7 +399,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
399
399
  function createResourceRequest$2(config) {
400
400
  const headers = {};
401
401
  return {
402
- baseUri: '/services/data/v66.0',
402
+ baseUri: '/services/data/v67.0',
403
403
  basePath: '/connect/dro/' + config.urlParams.salesTransactionId + '/' + config.urlParams.typeOfData + '',
404
404
  method: 'get',
405
405
  body: null,
@@ -607,7 +607,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
607
607
  function createResourceRequest$1(config) {
608
608
  const headers = {};
609
609
  return {
610
- baseUri: '/services/data/v66.0',
610
+ baseUri: '/services/data/v67.0',
611
611
  basePath: '/connect/dro/orchestration/' + config.urlParams.transactionId + '/' + config.urlParams.typeOfData + '',
612
612
  method: 'get',
613
613
  body: null,
@@ -795,7 +795,7 @@ function ingestSuccess(luvio, resourceParams, response) {
795
795
  function createResourceRequest(config) {
796
796
  const headers = {};
797
797
  return {
798
- baseUri: '/services/data/v66.0',
798
+ baseUri: '/services/data/v67.0',
799
799
  basePath: '/connect/revenue/dro/configurations',
800
800
  method: 'put',
801
801
  body: config.body,
@@ -926,4 +926,4 @@ withDefaultLuvio((luvio) => {
926
926
  });
927
927
 
928
928
  export { getDfoConfigInfo, getDfoConfigInfo_imperative, getDroDecompositionViewer, getDroDecompositionViewer_imperative, getDroOrchestration, getDroOrchestration_imperative, putDfoConfigInfo };
929
- // version: 1.412.1-944b7de7af
929
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '66.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0