@salesforce/lds-adapters-revenue-billing 1.412.0 → 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.
- package/dist/es/es2018/revenue-billing.js +4 -4
- package/package.json +3 -3
- package/sfdc/index.js +5 -5
- package/src/raml/api.raml +1 -1
|
@@ -440,7 +440,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
440
440
|
function createResourceRequest$3(config) {
|
|
441
441
|
const headers = {};
|
|
442
442
|
return {
|
|
443
|
-
baseUri: '/services/data/
|
|
443
|
+
baseUri: '/services/data/v67.0',
|
|
444
444
|
basePath: '/commerce/invoicing/billing-schedules/collection/actions/recover',
|
|
445
445
|
method: 'post',
|
|
446
446
|
body: config.body,
|
|
@@ -680,7 +680,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
680
680
|
function createResourceRequest$2(config) {
|
|
681
681
|
const headers = {};
|
|
682
682
|
return {
|
|
683
|
-
baseUri: '/services/data/
|
|
683
|
+
baseUri: '/services/data/v67.0',
|
|
684
684
|
basePath: '/commerce/invoicing/invoices/collection/actions/generate',
|
|
685
685
|
method: 'post',
|
|
686
686
|
body: config.body,
|
|
@@ -907,7 +907,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
907
907
|
function createResourceRequest$1(config) {
|
|
908
908
|
const headers = {};
|
|
909
909
|
return {
|
|
910
|
-
baseUri: '/services/data/
|
|
910
|
+
baseUri: '/services/data/v67.0',
|
|
911
911
|
basePath: '/commerce/invoicing/invoices/' + config.urlParams.invoiceId + '/actions/credit',
|
|
912
912
|
method: 'post',
|
|
913
913
|
body: config.body,
|
|
@@ -1040,7 +1040,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1040
1040
|
function createResourceRequest(config) {
|
|
1041
1041
|
const headers = {};
|
|
1042
1042
|
return {
|
|
1043
|
-
baseUri: '/services/data/
|
|
1043
|
+
baseUri: '/services/data/v67.0',
|
|
1044
1044
|
basePath: '/commerce/invoicing/credit-memos/actions/generate',
|
|
1045
1045
|
method: 'post',
|
|
1046
1046
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-revenue-billing",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
4
4
|
"description": "Billing APIs for Invoicing, Credits",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/revenue-billing.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"test:unit:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@salesforce/lds-bindings": "^1.
|
|
44
|
+
"@salesforce/lds-bindings": "^1.413.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -319,7 +319,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
319
319
|
function createResourceRequest$3(config) {
|
|
320
320
|
const headers = {};
|
|
321
321
|
return {
|
|
322
|
-
baseUri: '/services/data/
|
|
322
|
+
baseUri: '/services/data/v67.0',
|
|
323
323
|
basePath: '/commerce/invoicing/credit-memos/actions/generate',
|
|
324
324
|
method: 'post',
|
|
325
325
|
body: config.body,
|
|
@@ -577,7 +577,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
577
577
|
function createResourceRequest$2(config) {
|
|
578
578
|
const headers = {};
|
|
579
579
|
return {
|
|
580
|
-
baseUri: '/services/data/
|
|
580
|
+
baseUri: '/services/data/v67.0',
|
|
581
581
|
basePath: '/commerce/invoicing/invoices/' + config.urlParams.invoiceId + '/actions/credit',
|
|
582
582
|
method: 'post',
|
|
583
583
|
body: config.body,
|
|
@@ -685,7 +685,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
685
685
|
function createResourceRequest$1(config) {
|
|
686
686
|
const headers = {};
|
|
687
687
|
return {
|
|
688
|
-
baseUri: '/services/data/
|
|
688
|
+
baseUri: '/services/data/v67.0',
|
|
689
689
|
basePath: '/commerce/invoicing/invoices/collection/actions/generate',
|
|
690
690
|
method: 'post',
|
|
691
691
|
body: config.body,
|
|
@@ -1053,7 +1053,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
1053
1053
|
function createResourceRequest(config) {
|
|
1054
1054
|
const headers = {};
|
|
1055
1055
|
return {
|
|
1056
|
-
baseUri: '/services/data/
|
|
1056
|
+
baseUri: '/services/data/v67.0',
|
|
1057
1057
|
basePath: '/commerce/invoicing/billing-schedules/collection/actions/recover',
|
|
1058
1058
|
method: 'post',
|
|
1059
1059
|
body: config.body,
|
|
@@ -1190,4 +1190,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1190
1190
|
});
|
|
1191
1191
|
|
|
1192
1192
|
export { createCreditMemos, creditInvoice, generateInvoices, recoverBillingSchedule, recoverBillingSchedule_imperative };
|
|
1193
|
-
// version: 1.
|
|
1193
|
+
// version: 1.413.0-8cd312301b
|