@salesforce/lds-adapters-revenue-billing-batch 1.289.0 → 1.290.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$3(luvio, resourceParams, response) {
337
337
  function createResourceRequest$3(config) {
338
338
  const headers = {};
339
339
  return {
340
- baseUri: '/services/data/v61.0',
340
+ baseUri: '/services/data/v62.0',
341
341
  basePath: '/commerce/payments/payment-schedulers',
342
342
  method: 'post',
343
343
  body: config.body,
@@ -576,7 +576,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
576
576
  function createResourceRequest$2(config) {
577
577
  const headers = {};
578
578
  return {
579
- baseUri: '/services/data/v61.0',
579
+ baseUri: '/services/data/v62.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$1(config) {
762
762
  const headers = {};
763
763
  return {
764
- baseUri: '/services/data/v61.0',
764
+ baseUri: '/services/data/v62.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(luvio, resourceParams, response) {
1051
1051
  function createResourceRequest(config) {
1052
1052
  const headers = {};
1053
1053
  return {
1054
- baseUri: '/services/data/v61.0',
1054
+ baseUri: '/services/data/v62.0',
1055
1055
  basePath: '/commerce/billing/invoices/invoice-batch-docgen/' + config.urlParams.invoiceBatchRunId + '/actions/run',
1056
1056
  method: 'post',
1057
1057
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-revenue-billing-batch",
3
- "version": "1.289.0",
3
+ "version": "1.290.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.289.0"
43
+ "@salesforce/lds-bindings": "^1.290.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.289.0",
47
- "@salesforce/lds-karma": "^1.289.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.290.0",
47
+ "@salesforce/lds-karma": "^1.290.0"
48
48
  },
49
49
  "nx": {
50
50
  "targets": {
package/sfdc/index.js CHANGED
@@ -343,7 +343,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
343
343
  function createResourceRequest$3(config) {
344
344
  const headers = {};
345
345
  return {
346
- baseUri: '/services/data/v61.0',
346
+ baseUri: '/services/data/v62.0',
347
347
  basePath: '/commerce/invoicing/invoice-schedulers',
348
348
  method: 'post',
349
349
  body: config.body,
@@ -586,7 +586,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
586
586
  function createResourceRequest$2(config) {
587
587
  const headers = {};
588
588
  return {
589
- baseUri: '/services/data/v61.0',
589
+ baseUri: '/services/data/v62.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$1(config) {
772
772
  const headers = {};
773
773
  return {
774
- baseUri: '/services/data/v61.0',
774
+ baseUri: '/services/data/v62.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(luvio, resourceParams, response) {
1061
1061
  function createResourceRequest(config) {
1062
1062
  const headers = {};
1063
1063
  return {
1064
- baseUri: '/services/data/v61.0',
1064
+ baseUri: '/services/data/v62.0',
1065
1065
  basePath: '/commerce/billing/invoices/invoice-batch-docgen/' + config.urlParams.invoiceBatchRunId + '/actions/run',
1066
1066
  method: 'post',
1067
1067
  body: null,
@@ -1165,4 +1165,4 @@ withDefaultLuvio((luvio) => {
1165
1165
  });
1166
1166
 
1167
1167
  export { createInvoicesBatchScheduler, createPaymentsBatchScheduler, postBatchDraftInvoices, postBatchDraftInvoices_imperative, postBatchInvoiceDocGen };
1168
- // version: 1.289.0-72256e363
1168
+ // version: 1.290.0-e2ccd0161
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '61.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v61.0
9
+ baseUri: /services/data/v62.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0