@salesforce/lds-adapters-revenue-harmonizebilling 1.383.0 → 1.385.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.
|
@@ -309,7 +309,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
309
309
|
function createResourceRequest$2(config) {
|
|
310
310
|
const headers = {};
|
|
311
311
|
return {
|
|
312
|
-
baseUri: '/services/data/
|
|
312
|
+
baseUri: '/services/data/v66.0',
|
|
313
313
|
basePath: '/commerce/invoicing/actions/resume-billing',
|
|
314
314
|
method: 'post',
|
|
315
315
|
body: config.body,
|
|
@@ -482,7 +482,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
482
482
|
function createResourceRequest$1(config) {
|
|
483
483
|
const headers = {};
|
|
484
484
|
return {
|
|
485
|
-
baseUri: '/services/data/
|
|
485
|
+
baseUri: '/services/data/v66.0',
|
|
486
486
|
basePath: '/commerce/invoicing/actions/suspend-billing',
|
|
487
487
|
method: 'post',
|
|
488
488
|
body: config.body,
|
|
@@ -814,7 +814,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
814
814
|
function createResourceRequest(config) {
|
|
815
815
|
const headers = {};
|
|
816
816
|
return {
|
|
817
|
-
baseUri: '/services/data/
|
|
817
|
+
baseUri: '/services/data/v66.0',
|
|
818
818
|
basePath: '/commerce/invoicing/invoices/collection/actions/post',
|
|
819
819
|
method: 'post',
|
|
820
820
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-revenue-harmonizebilling",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.385.0",
|
|
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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.385.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.385.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -325,7 +325,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
325
325
|
function createResourceRequest$2(config) {
|
|
326
326
|
const headers = {};
|
|
327
327
|
return {
|
|
328
|
-
baseUri: '/services/data/
|
|
328
|
+
baseUri: '/services/data/v66.0',
|
|
329
329
|
basePath: '/commerce/invoicing/invoices/collection/actions/post',
|
|
330
330
|
method: 'post',
|
|
331
331
|
body: config.body,
|
|
@@ -641,7 +641,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
641
641
|
function createResourceRequest$1(config) {
|
|
642
642
|
const headers = {};
|
|
643
643
|
return {
|
|
644
|
-
baseUri: '/services/data/
|
|
644
|
+
baseUri: '/services/data/v66.0',
|
|
645
645
|
basePath: '/commerce/invoicing/actions/resume-billing',
|
|
646
646
|
method: 'post',
|
|
647
647
|
body: config.body,
|
|
@@ -814,7 +814,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
814
814
|
function createResourceRequest(config) {
|
|
815
815
|
const headers = {};
|
|
816
816
|
return {
|
|
817
|
-
baseUri: '/services/data/
|
|
817
|
+
baseUri: '/services/data/v66.0',
|
|
818
818
|
basePath: '/commerce/invoicing/actions/suspend-billing',
|
|
819
819
|
method: 'post',
|
|
820
820
|
body: config.body,
|
|
@@ -966,4 +966,4 @@ withDefaultLuvio((luvio) => {
|
|
|
966
966
|
});
|
|
967
967
|
|
|
968
968
|
export { postDraftInvoices, postDraftInvoices_imperative, resumeBilling, resumeBilling_imperative, suspendBilling, suspendBilling_imperative };
|
|
969
|
-
// version: 1.
|
|
969
|
+
// version: 1.385.0-c6070cc476
|