@salesforce/lds-adapters-revenue-harmonizebilling 1.311.0 → 1.311.1

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.
@@ -315,7 +315,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
315
315
  function createResourceRequest(config) {
316
316
  const headers = {};
317
317
  return {
318
- baseUri: '/services/data/v62.0',
318
+ baseUri: '/services/data/v63.0',
319
319
  basePath: '/commerce/invoicing/invoices/collection/actions/post',
320
320
  method: 'post',
321
321
  body: config.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-revenue-harmonizebilling",
3
- "version": "1.311.0",
3
+ "version": "1.311.1",
4
4
  "description": "Harmonize Billing APIs",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/revenue-harmonizebilling.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.311.0"
43
+ "@salesforce/lds-bindings": "^1.311.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.311.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.311.1"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -325,7 +325,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
325
325
  function createResourceRequest(config) {
326
326
  const headers = {};
327
327
  return {
328
- baseUri: '/services/data/v62.0',
328
+ baseUri: '/services/data/v63.0',
329
329
  basePath: '/commerce/invoicing/invoices/collection/actions/post',
330
330
  method: 'post',
331
331
  body: config.body,
@@ -448,4 +448,4 @@ withDefaultLuvio((luvio) => {
448
448
  });
449
449
 
450
450
  export { postDraftInvoices, postDraftInvoices_imperative };
451
- // version: 1.311.0-5f03b383b7
451
+ // version: 1.311.1-f99d2bc85e
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/v62.0
9
+ baseUri: /services/data/v63.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0