@salesforce/lds-adapters-revenue-billing-batch 1.230.0 → 1.232.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.
|
@@ -261,7 +261,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
261
261
|
function createResourceRequest$1(config) {
|
|
262
262
|
const headers = {};
|
|
263
263
|
return {
|
|
264
|
-
baseUri: '/services/data/
|
|
264
|
+
baseUri: '/services/data/v60.0',
|
|
265
265
|
basePath: '/commerce/payments/payment-schedulers',
|
|
266
266
|
method: 'post',
|
|
267
267
|
body: config.body,
|
|
@@ -500,7 +500,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
500
500
|
function createResourceRequest(config) {
|
|
501
501
|
const headers = {};
|
|
502
502
|
return {
|
|
503
|
-
baseUri: '/services/data/
|
|
503
|
+
baseUri: '/services/data/v60.0',
|
|
504
504
|
basePath: '/commerce/invoicing/invoice-schedulers',
|
|
505
505
|
method: 'post',
|
|
506
506
|
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.232.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",
|
package/sfdc/index.js
CHANGED
|
@@ -266,7 +266,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
|
|
|
266
266
|
function createResourceRequest$1(config) {
|
|
267
267
|
const headers = {};
|
|
268
268
|
return {
|
|
269
|
-
baseUri: '/services/data/
|
|
269
|
+
baseUri: '/services/data/v60.0',
|
|
270
270
|
basePath: '/commerce/invoicing/invoice-schedulers',
|
|
271
271
|
method: 'post',
|
|
272
272
|
body: config.body,
|
|
@@ -509,7 +509,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
509
509
|
function createResourceRequest(config) {
|
|
510
510
|
const headers = {};
|
|
511
511
|
return {
|
|
512
|
-
baseUri: '/services/data/
|
|
512
|
+
baseUri: '/services/data/v60.0',
|
|
513
513
|
basePath: '/commerce/payments/payment-schedulers',
|
|
514
514
|
method: 'post',
|
|
515
515
|
body: config.body,
|
|
@@ -598,4 +598,4 @@ withDefaultLuvio((luvio) => {
|
|
|
598
598
|
});
|
|
599
599
|
|
|
600
600
|
export { createInvoicesBatchScheduler, createPaymentsBatchScheduler };
|
|
601
|
-
// version: 1.
|
|
601
|
+
// version: 1.232.0-6cf0cd6c7
|