@salesforce/lds-adapters-revenue-billing-batch 1.134.4 → 1.134.5
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.
|
@@ -287,7 +287,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
287
287
|
function createResourceRequest$1(config) {
|
|
288
288
|
const headers = {};
|
|
289
289
|
return {
|
|
290
|
-
baseUri: '/services/data/
|
|
290
|
+
baseUri: '/services/data/v59.0',
|
|
291
291
|
basePath: '/commerce/payments/payment-schedulers',
|
|
292
292
|
method: 'post',
|
|
293
293
|
body: config.body,
|
|
@@ -556,7 +556,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
556
556
|
function createResourceRequest(config) {
|
|
557
557
|
const headers = {};
|
|
558
558
|
return {
|
|
559
|
-
baseUri: '/services/data/
|
|
559
|
+
baseUri: '/services/data/v59.0',
|
|
560
560
|
basePath: '/commerce/invoicing/invoice-schedulers',
|
|
561
561
|
method: 'post',
|
|
562
562
|
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.134.
|
|
3
|
+
"version": "1.134.5",
|
|
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",
|
package/sfdc/index.js
CHANGED
|
@@ -292,7 +292,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
292
292
|
function createResourceRequest$1(config) {
|
|
293
293
|
const headers = {};
|
|
294
294
|
return {
|
|
295
|
-
baseUri: '/services/data/
|
|
295
|
+
baseUri: '/services/data/v59.0',
|
|
296
296
|
basePath: '/commerce/invoicing/invoice-schedulers',
|
|
297
297
|
method: 'post',
|
|
298
298
|
body: config.body,
|
|
@@ -565,7 +565,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
565
565
|
function createResourceRequest(config) {
|
|
566
566
|
const headers = {};
|
|
567
567
|
return {
|
|
568
|
-
baseUri: '/services/data/
|
|
568
|
+
baseUri: '/services/data/v59.0',
|
|
569
569
|
basePath: '/commerce/payments/payment-schedulers',
|
|
570
570
|
method: 'post',
|
|
571
571
|
body: config.body,
|
|
@@ -659,4 +659,4 @@ withDefaultLuvio((luvio) => {
|
|
|
659
659
|
});
|
|
660
660
|
|
|
661
661
|
export { createInvoicesBatchScheduler, createPaymentsBatchScheduler };
|
|
662
|
-
// version: 1.134.
|
|
662
|
+
// version: 1.134.5-a25b51598
|