@salesforce/lds-adapters-industries-dfo 1.333.0 → 1.335.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.
@@ -185,7 +185,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
185
185
  function createResourceRequest$1(config) {
186
186
  const headers = {};
187
187
  return {
188
- baseUri: '/services/data/v63.0',
188
+ baseUri: '/services/data/v64.0',
189
189
  basePath: '/connect/revenue/dro/configurations',
190
190
  method: 'get',
191
191
  body: null,
@@ -369,7 +369,7 @@ function ingestSuccess(luvio, resourceParams, response) {
369
369
  function createResourceRequest(config) {
370
370
  const headers = {};
371
371
  return {
372
- baseUri: '/services/data/v63.0',
372
+ baseUri: '/services/data/v64.0',
373
373
  basePath: '/connect/revenue/dro/configurations',
374
374
  method: 'put',
375
375
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-dfo",
3
- "version": "1.333.0",
3
+ "version": "1.335.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.333.0"
43
+ "@salesforce/lds-bindings": "^1.335.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.333.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.335.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -195,7 +195,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
195
195
  function createResourceRequest$1(config) {
196
196
  const headers = {};
197
197
  return {
198
- baseUri: '/services/data/v63.0',
198
+ baseUri: '/services/data/v64.0',
199
199
  basePath: '/connect/revenue/dro/configurations',
200
200
  method: 'get',
201
201
  body: null,
@@ -379,7 +379,7 @@ function ingestSuccess(luvio, resourceParams, response) {
379
379
  function createResourceRequest(config) {
380
380
  const headers = {};
381
381
  return {
382
- baseUri: '/services/data/v63.0',
382
+ baseUri: '/services/data/v64.0',
383
383
  basePath: '/connect/revenue/dro/configurations',
384
384
  method: 'put',
385
385
  body: config.body,
@@ -486,4 +486,4 @@ withDefaultLuvio((luvio) => {
486
486
  });
487
487
 
488
488
  export { getDfoConfigInfo, getDfoConfigInfo_imperative, putDfoConfigInfo };
489
- // version: 1.333.0-257d60dcfb
489
+ // version: 1.335.0-22a7c4d20b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '61.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