@salesforce/lds-adapters-revenue-billing-batch 1.334.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.
|
@@ -337,7 +337,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
337
337
|
function createResourceRequest$5(config) {
|
|
338
338
|
const headers = {};
|
|
339
339
|
return {
|
|
340
|
-
baseUri: '/services/data/
|
|
340
|
+
baseUri: '/services/data/v64.0',
|
|
341
341
|
basePath: '/commerce/payments/payment-schedulers',
|
|
342
342
|
method: 'post',
|
|
343
343
|
body: config.body,
|
|
@@ -582,7 +582,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
582
582
|
function createResourceRequest$4(config) {
|
|
583
583
|
const headers = {};
|
|
584
584
|
return {
|
|
585
|
-
baseUri: '/services/data/
|
|
585
|
+
baseUri: '/services/data/v64.0',
|
|
586
586
|
basePath: '/commerce/invoicing/invoice-schedulers',
|
|
587
587
|
method: 'post',
|
|
588
588
|
body: config.body,
|
|
@@ -676,7 +676,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
676
676
|
function createResourceRequest$3(config) {
|
|
677
677
|
const headers = {};
|
|
678
678
|
return {
|
|
679
|
-
baseUri: '/services/data/
|
|
679
|
+
baseUri: '/services/data/v64.0',
|
|
680
680
|
basePath: '/commerce/invoicing/invoice-schedulers/' + config.urlParams.billingBatchSchedulerId + '',
|
|
681
681
|
method: 'put',
|
|
682
682
|
body: config.body,
|
|
@@ -863,7 +863,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
863
863
|
function createResourceRequest$2(config) {
|
|
864
864
|
const headers = {};
|
|
865
865
|
return {
|
|
866
|
-
baseUri: '/services/data/
|
|
866
|
+
baseUri: '/services/data/v64.0',
|
|
867
867
|
basePath: '/commerce/invoicing/invoice-batch-runs/' + config.urlParams.invoiceBatchRunId + '/actions/draft-to-posted',
|
|
868
868
|
method: 'post',
|
|
869
869
|
body: config.body,
|
|
@@ -1153,7 +1153,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1153
1153
|
function createResourceRequest$1(config) {
|
|
1154
1154
|
const headers = {};
|
|
1155
1155
|
return {
|
|
1156
|
-
baseUri: '/services/data/
|
|
1156
|
+
baseUri: '/services/data/v64.0',
|
|
1157
1157
|
basePath: '/commerce/billing/invoices/invoice-batch-docgen/' + config.urlParams.invoiceBatchRunId + '/actions/' + config.urlParams.actionName + '',
|
|
1158
1158
|
method: 'post',
|
|
1159
1159
|
body: null,
|
|
@@ -1328,7 +1328,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1328
1328
|
function createResourceRequest(config) {
|
|
1329
1329
|
const headers = {};
|
|
1330
1330
|
return {
|
|
1331
|
-
baseUri: '/services/data/
|
|
1331
|
+
baseUri: '/services/data/v64.0',
|
|
1332
1332
|
basePath: '/connect/billing/batch/cron/execution-dates',
|
|
1333
1333
|
method: 'post',
|
|
1334
1334
|
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.
|
|
3
|
+
"version": "1.335.0",
|
|
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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.335.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
47
|
-
"@salesforce/lds-karma": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.335.0",
|
|
47
|
+
"@salesforce/lds-karma": "^1.335.0"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -349,7 +349,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
|
|
|
349
349
|
function createResourceRequest$5(config) {
|
|
350
350
|
const headers = {};
|
|
351
351
|
return {
|
|
352
|
-
baseUri: '/services/data/
|
|
352
|
+
baseUri: '/services/data/v64.0',
|
|
353
353
|
basePath: '/commerce/invoicing/invoice-schedulers',
|
|
354
354
|
method: 'post',
|
|
355
355
|
body: config.body,
|
|
@@ -592,7 +592,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
592
592
|
function createResourceRequest$4(config) {
|
|
593
593
|
const headers = {};
|
|
594
594
|
return {
|
|
595
|
-
baseUri: '/services/data/
|
|
595
|
+
baseUri: '/services/data/v64.0',
|
|
596
596
|
basePath: '/commerce/payments/payment-schedulers',
|
|
597
597
|
method: 'post',
|
|
598
598
|
body: config.body,
|
|
@@ -686,7 +686,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
686
686
|
function createResourceRequest$3(config) {
|
|
687
687
|
const headers = {};
|
|
688
688
|
return {
|
|
689
|
-
baseUri: '/services/data/
|
|
689
|
+
baseUri: '/services/data/v64.0',
|
|
690
690
|
basePath: '/commerce/invoicing/invoice-schedulers/' + config.urlParams.billingBatchSchedulerId + '',
|
|
691
691
|
method: 'put',
|
|
692
692
|
body: config.body,
|
|
@@ -873,7 +873,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
873
873
|
function createResourceRequest$2(config) {
|
|
874
874
|
const headers = {};
|
|
875
875
|
return {
|
|
876
|
-
baseUri: '/services/data/
|
|
876
|
+
baseUri: '/services/data/v64.0',
|
|
877
877
|
basePath: '/commerce/invoicing/invoice-batch-runs/' + config.urlParams.invoiceBatchRunId + '/actions/draft-to-posted',
|
|
878
878
|
method: 'post',
|
|
879
879
|
body: config.body,
|
|
@@ -1163,7 +1163,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
1163
1163
|
function createResourceRequest$1(config) {
|
|
1164
1164
|
const headers = {};
|
|
1165
1165
|
return {
|
|
1166
|
-
baseUri: '/services/data/
|
|
1166
|
+
baseUri: '/services/data/v64.0',
|
|
1167
1167
|
basePath: '/commerce/billing/invoices/invoice-batch-docgen/' + config.urlParams.invoiceBatchRunId + '/actions/' + config.urlParams.actionName + '',
|
|
1168
1168
|
method: 'post',
|
|
1169
1169
|
body: null,
|
|
@@ -1338,7 +1338,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
1338
1338
|
function createResourceRequest(config) {
|
|
1339
1339
|
const headers = {};
|
|
1340
1340
|
return {
|
|
1341
|
-
baseUri: '/services/data/
|
|
1341
|
+
baseUri: '/services/data/v64.0',
|
|
1342
1342
|
basePath: '/connect/billing/batch/cron/execution-dates',
|
|
1343
1343
|
method: 'post',
|
|
1344
1344
|
body: config.body,
|
|
@@ -1455,4 +1455,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1455
1455
|
});
|
|
1456
1456
|
|
|
1457
1457
|
export { createInvoicesBatchScheduler, createPaymentsBatchScheduler, editInvoicesBatchScheduler, postBatchDraftInvoices, postBatchDraftInvoices_imperative, postBatchInvoiceDocGen, postCronExecutionDates };
|
|
1458
|
-
// version: 1.
|
|
1458
|
+
// version: 1.335.0-22a7c4d20b
|