@salesforce/lds-adapters-revenue-billing-batch 1.272.0 → 1.273.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.
- package/dist/es/es2018/revenue-billing-batch.js +380 -89
- package/dist/es/es2018/types/src/generated/adapters/postBatchDraftInvoices.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +3 -1
- package/dist/es/es2018/types/src/generated/resources/postCommerceInvoicingInvoiceBatchRunsActionsDraftToPostedByInvoiceBatchRunId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/InvoiceBatchDraftToPostedInputRepresentation.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/types/InvoiceBatchDraftToPostedOutputRepresentation.d.ts +35 -0
- package/package.json +4 -4
- package/sfdc/index.js +399 -91
- package/src/raml/api.raml +41 -1
- package/src/raml/luvio.raml +9 -1
package/src/raml/api.raml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
securedBy:
|
|
3
3
|
- OAuth2
|
|
4
4
|
title: Salesforce Connect API
|
|
5
|
-
version: '
|
|
5
|
+
version: '61.0'
|
|
6
6
|
mediaType: application/json
|
|
7
7
|
protocols:
|
|
8
8
|
- https
|
|
@@ -203,6 +203,26 @@ types:
|
|
|
203
203
|
required: false # TODO handrolled W-9314597
|
|
204
204
|
items:
|
|
205
205
|
type: object
|
|
206
|
+
InvoiceBatchDraftToPostedInputRepresentation:
|
|
207
|
+
description: Invoice Batch Draft To Posted Input Representation
|
|
208
|
+
type: object
|
|
209
|
+
properties: {}
|
|
210
|
+
InvoiceBatchDraftToPostedOutputRepresentation:
|
|
211
|
+
description: Invoice Batch Draft To Posted Output Representation
|
|
212
|
+
type: object
|
|
213
|
+
properties:
|
|
214
|
+
invoiceBatchDraftToPostedId:
|
|
215
|
+
description: Invoice Batch Draft To Posted ID
|
|
216
|
+
type: string
|
|
217
|
+
requestIdentifier:
|
|
218
|
+
description: Unique request identifier that can be used to poll async request
|
|
219
|
+
type: string
|
|
220
|
+
#statusURL: # TODO handrolled W-13817376
|
|
221
|
+
#description: a StatusURL for tracking this operation
|
|
222
|
+
#type: string
|
|
223
|
+
success:
|
|
224
|
+
description: Flag indicating the overall enqueue status
|
|
225
|
+
type: boolean
|
|
206
226
|
/commerce/payments/payment-schedulers:
|
|
207
227
|
post:
|
|
208
228
|
description: Create Payments Batch Job Scheduler
|
|
@@ -231,3 +251,23 @@ types:
|
|
|
231
251
|
type: BatchInvoiceSchedulerInputWrapperRepresentation
|
|
232
252
|
#required: false # TODO handrolled W-9314597
|
|
233
253
|
(oas-body-name): BatchInvoiceSchedulerInput
|
|
254
|
+
|
|
255
|
+
/commerce/invoicing/invoice-batch-runs/{invoiceBatchRunId}/actions/draft-to-posted:
|
|
256
|
+
post:
|
|
257
|
+
displayName: postInvoiceBatchDraftToPosted
|
|
258
|
+
description: Trigger a BatchInvoice Draft to Posted
|
|
259
|
+
responses:
|
|
260
|
+
'200':
|
|
261
|
+
description: Success
|
|
262
|
+
body:
|
|
263
|
+
application/json:
|
|
264
|
+
type: InvoiceBatchDraftToPostedOutputRepresentation
|
|
265
|
+
body:
|
|
266
|
+
application/json:
|
|
267
|
+
type: InvoiceBatchDraftToPostedInputRepresentation
|
|
268
|
+
#required: false # TODO handrolled W-13817376
|
|
269
|
+
(oas-body-name): invoiceBatchDraftToPostedInput
|
|
270
|
+
uriParameters:
|
|
271
|
+
invoiceBatchRunId:
|
|
272
|
+
type: string
|
|
273
|
+
required: true
|
package/src/raml/luvio.raml
CHANGED
|
@@ -17,6 +17,8 @@ types:
|
|
|
17
17
|
(luvio.opaque): true
|
|
18
18
|
(luvio.key):
|
|
19
19
|
billingBatchSchedulerId: billingBatchScheduler.id
|
|
20
|
+
InvoiceBatchDraftToPostedOutputRepresentation:
|
|
21
|
+
(luvio.ttl): 1000
|
|
20
22
|
|
|
21
23
|
/commerce/payments/payment-schedulers:
|
|
22
24
|
post:
|
|
@@ -143,7 +145,7 @@ types:
|
|
|
143
145
|
"timezone": "America/Los_Angeles",
|
|
144
146
|
"status" : "Active",
|
|
145
147
|
"frequencyCadenceOptions": {
|
|
146
|
-
"recurringSubType": "SpecificDate",
|
|
148
|
+
"recurringSubType": "SpecificDate",
|
|
147
149
|
"recursOnDate": "21"
|
|
148
150
|
},
|
|
149
151
|
"filterCriteria":
|
|
@@ -320,3 +322,9 @@ types:
|
|
|
320
322
|
"schedulerName": "Batch Scheduler"
|
|
321
323
|
}
|
|
322
324
|
}
|
|
325
|
+
|
|
326
|
+
/commerce/invoicing/invoice-batch-runs/{invoiceBatchRunId}/actions/draft-to-posted:
|
|
327
|
+
post:
|
|
328
|
+
(luvio.method): get
|
|
329
|
+
(luvio.adapter):
|
|
330
|
+
name: postBatchDraftInvoices
|