@salesforce/lds-adapters-revenue-billing-batch 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.
|
@@ -337,7 +337,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
337
337
|
function createResourceRequest$4(config) {
|
|
338
338
|
const headers = {};
|
|
339
339
|
return {
|
|
340
|
-
baseUri: '/services/data/
|
|
340
|
+
baseUri: '/services/data/v63.0',
|
|
341
341
|
basePath: '/commerce/payments/payment-schedulers',
|
|
342
342
|
method: 'post',
|
|
343
343
|
body: config.body,
|
|
@@ -576,7 +576,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
576
576
|
function createResourceRequest$3(config) {
|
|
577
577
|
const headers = {};
|
|
578
578
|
return {
|
|
579
|
-
baseUri: '/services/data/
|
|
579
|
+
baseUri: '/services/data/v63.0',
|
|
580
580
|
basePath: '/commerce/invoicing/invoice-schedulers',
|
|
581
581
|
method: 'post',
|
|
582
582
|
body: config.body,
|
|
@@ -761,7 +761,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
761
761
|
function createResourceRequest$2(config) {
|
|
762
762
|
const headers = {};
|
|
763
763
|
return {
|
|
764
|
-
baseUri: '/services/data/
|
|
764
|
+
baseUri: '/services/data/v63.0',
|
|
765
765
|
basePath: '/commerce/invoicing/invoice-batch-runs/' + config.urlParams.invoiceBatchRunId + '/actions/draft-to-posted',
|
|
766
766
|
method: 'post',
|
|
767
767
|
body: config.body,
|
|
@@ -1051,7 +1051,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1051
1051
|
function createResourceRequest$1(config) {
|
|
1052
1052
|
const headers = {};
|
|
1053
1053
|
return {
|
|
1054
|
-
baseUri: '/services/data/
|
|
1054
|
+
baseUri: '/services/data/v63.0',
|
|
1055
1055
|
basePath: '/commerce/billing/invoices/invoice-batch-docgen/' + config.urlParams.invoiceBatchRunId + '/actions/' + config.urlParams.actionName + '',
|
|
1056
1056
|
method: 'post',
|
|
1057
1057
|
body: null,
|
|
@@ -1226,7 +1226,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1226
1226
|
function createResourceRequest(config) {
|
|
1227
1227
|
const headers = {};
|
|
1228
1228
|
return {
|
|
1229
|
-
baseUri: '/services/data/
|
|
1229
|
+
baseUri: '/services/data/v63.0',
|
|
1230
1230
|
basePath: '/connect/billing/batch/cron/execution-dates',
|
|
1231
1231
|
method: 'post',
|
|
1232
1232
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-revenue-billing-batch",
|
|
3
|
-
"version": "1.311.
|
|
3
|
+
"version": "1.311.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "This API family is meant for all APIs required for Billing Batch.",
|
|
6
6
|
"main": "dist/es/es2018/revenue-billing-batch.js",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.311.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.311.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.311.
|
|
47
|
-
"@salesforce/lds-karma": "^1.311.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.311.1",
|
|
47
|
+
"@salesforce/lds-karma": "^1.311.1"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -343,7 +343,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
343
343
|
function createResourceRequest$4(config) {
|
|
344
344
|
const headers = {};
|
|
345
345
|
return {
|
|
346
|
-
baseUri: '/services/data/
|
|
346
|
+
baseUri: '/services/data/v63.0',
|
|
347
347
|
basePath: '/commerce/invoicing/invoice-schedulers',
|
|
348
348
|
method: 'post',
|
|
349
349
|
body: config.body,
|
|
@@ -586,7 +586,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
586
586
|
function createResourceRequest$3(config) {
|
|
587
587
|
const headers = {};
|
|
588
588
|
return {
|
|
589
|
-
baseUri: '/services/data/
|
|
589
|
+
baseUri: '/services/data/v63.0',
|
|
590
590
|
basePath: '/commerce/payments/payment-schedulers',
|
|
591
591
|
method: 'post',
|
|
592
592
|
body: config.body,
|
|
@@ -771,7 +771,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
771
771
|
function createResourceRequest$2(config) {
|
|
772
772
|
const headers = {};
|
|
773
773
|
return {
|
|
774
|
-
baseUri: '/services/data/
|
|
774
|
+
baseUri: '/services/data/v63.0',
|
|
775
775
|
basePath: '/commerce/invoicing/invoice-batch-runs/' + config.urlParams.invoiceBatchRunId + '/actions/draft-to-posted',
|
|
776
776
|
method: 'post',
|
|
777
777
|
body: config.body,
|
|
@@ -1061,7 +1061,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1061
1061
|
function createResourceRequest$1(config) {
|
|
1062
1062
|
const headers = {};
|
|
1063
1063
|
return {
|
|
1064
|
-
baseUri: '/services/data/
|
|
1064
|
+
baseUri: '/services/data/v63.0',
|
|
1065
1065
|
basePath: '/commerce/billing/invoices/invoice-batch-docgen/' + config.urlParams.invoiceBatchRunId + '/actions/' + config.urlParams.actionName + '',
|
|
1066
1066
|
method: 'post',
|
|
1067
1067
|
body: null,
|
|
@@ -1236,7 +1236,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1236
1236
|
function createResourceRequest(config) {
|
|
1237
1237
|
const headers = {};
|
|
1238
1238
|
return {
|
|
1239
|
-
baseUri: '/services/data/
|
|
1239
|
+
baseUri: '/services/data/v63.0',
|
|
1240
1240
|
basePath: '/connect/billing/batch/cron/execution-dates',
|
|
1241
1241
|
method: 'post',
|
|
1242
1242
|
body: config.body,
|
|
@@ -1350,4 +1350,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1350
1350
|
});
|
|
1351
1351
|
|
|
1352
1352
|
export { createInvoicesBatchScheduler, createPaymentsBatchScheduler, postBatchDraftInvoices, postBatchDraftInvoices_imperative, postBatchInvoiceDocGen, postCronExecutionDates };
|
|
1353
|
-
// version: 1.311.
|
|
1353
|
+
// version: 1.311.1-f99d2bc85e
|