@payabli/sdk-node 0.0.129 → 0.0.131

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.
Files changed (862) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/bill/client/Client.d.ts +2 -2
  3. package/dist/cjs/api/resources/bill/client/Client.js +30 -52
  4. package/dist/cjs/api/resources/bill/types/BillOutData.d.ts +15 -15
  5. package/dist/cjs/api/resources/bill/types/BillOutDataScheduledOptions.d.ts +1 -1
  6. package/dist/cjs/api/resources/bill/types/BillResponse.d.ts +5 -5
  7. package/dist/cjs/api/resources/bill/types/BillResponseData.d.ts +30 -30
  8. package/dist/cjs/api/resources/bill/types/EditBillResponse.d.ts +5 -5
  9. package/dist/cjs/api/resources/bill/types/GetBillResponse.d.ts +5 -5
  10. package/dist/cjs/api/resources/bill/types/ModifyApprovalBillResponse.d.ts +1 -1
  11. package/dist/cjs/api/resources/bill/types/SetApprovedBillResponse.d.ts +1 -1
  12. package/dist/cjs/api/resources/boarding/client/Client.js +16 -33
  13. package/dist/cjs/api/resources/chargeBacks/client/Client.js +1 -1
  14. package/dist/cjs/api/resources/chargeBacks/types/AddResponseResponse.d.ts +1 -1
  15. package/dist/cjs/api/resources/chargeBacks/types/ChargeBackResponse.d.ts +6 -6
  16. package/dist/cjs/api/resources/chargeBacks/types/ChargebackMessage.d.ts +1 -1
  17. package/dist/cjs/api/resources/chargeBacks/types/ChargebackQueryRecords.d.ts +4 -4
  18. package/dist/cjs/api/resources/checkCapture/types/CheckCaptureResponse.d.ts +19 -19
  19. package/dist/cjs/api/resources/cloud/client/Client.d.ts +4 -4
  20. package/dist/cjs/api/resources/cloud/client/Client.js +8 -9
  21. package/dist/cjs/api/resources/cloud/types/AddDeviceResponse.d.ts +2 -2
  22. package/dist/cjs/api/resources/cloud/types/RemoveDeviceResponse.d.ts +2 -2
  23. package/dist/cjs/api/resources/customer/client/Client.js +5 -8
  24. package/dist/cjs/api/resources/export/client/Client.d.ts +14 -14
  25. package/dist/cjs/api/resources/export/client/Client.js +190 -397
  26. package/dist/cjs/api/resources/hostedPaymentPages/client/Client.d.ts +3 -3
  27. package/dist/cjs/api/resources/hostedPaymentPages/client/Client.js +4 -4
  28. package/dist/cjs/api/resources/import/client/Client.js +12 -13
  29. package/dist/cjs/api/resources/invoice/client/Client.d.ts +3 -3
  30. package/dist/cjs/api/resources/invoice/client/Client.js +31 -55
  31. package/dist/cjs/api/resources/invoice/types/GetInvoiceRecord.d.ts +15 -15
  32. package/dist/cjs/api/resources/invoice/types/InvoiceDataRequest.d.ts +3 -3
  33. package/dist/cjs/api/resources/invoice/types/QueryInvoiceResponse.d.ts +9 -9
  34. package/dist/cjs/api/resources/lineItem/client/Client.d.ts +2 -2
  35. package/dist/cjs/api/resources/lineItem/client/Client.js +9 -16
  36. package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +34 -10
  37. package/dist/cjs/api/resources/moneyIn/client/Client.js +62 -56
  38. package/dist/cjs/api/resources/moneyIn/client/requests/RequestCredit.d.ts +5 -5
  39. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPayment.d.ts +24 -0
  40. package/dist/cjs/api/resources/moneyIn/client/requests/index.d.ts +1 -1
  41. package/dist/cjs/api/resources/moneyIn/client/requests/index.js +3 -0
  42. package/dist/cjs/api/resources/moneyIn/types/AuthResponse.d.ts +1 -1
  43. package/dist/cjs/api/resources/moneyIn/types/AuthResponseResponseData.d.ts +1 -1
  44. package/dist/cjs/api/resources/moneyIn/types/CapturePaymentDetails.d.ts +1 -1
  45. package/dist/cjs/api/resources/moneyIn/types/GetPaidResponseData.d.ts +2 -2
  46. package/dist/cjs/api/resources/moneyIn/types/PayabliApiResponseGetPaid.d.ts +1 -1
  47. package/dist/cjs/api/resources/moneyIn/types/ReceiptResponse.d.ts +2 -2
  48. package/dist/cjs/api/resources/moneyIn/types/RefundResponse.d.ts +1 -1
  49. package/dist/cjs/api/resources/moneyIn/types/RefundWithInstructionsResponse.d.ts +1 -1
  50. package/dist/cjs/api/resources/moneyIn/types/ResponseDataRefunds.d.ts +1 -1
  51. package/dist/cjs/api/resources/moneyIn/types/ReverseResponse.d.ts +1 -1
  52. package/dist/cjs/api/resources/moneyIn/types/TransRequestBody.d.ts +10 -10
  53. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailRecord.d.ts +4 -4
  54. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailResponseData.d.ts +4 -4
  55. package/dist/cjs/api/resources/moneyIn/types/ValidateResponseData.d.ts +1 -1
  56. package/dist/cjs/api/resources/moneyIn/types/VoidResponse.d.ts +1 -1
  57. package/dist/cjs/api/resources/moneyIn/types/VoidResponseData.d.ts +4 -4
  58. package/dist/cjs/api/resources/moneyOut/client/Client.d.ts +31 -0
  59. package/dist/cjs/api/resources/moneyOut/client/Client.js +83 -13
  60. package/dist/cjs/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.d.ts +10 -0
  61. package/dist/cjs/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.js +13 -0
  62. package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.ts +9 -9
  63. package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.ts +55 -55
  64. package/dist/cjs/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.ts +8 -8
  65. package/dist/cjs/api/resources/moneyOutTypes/types/OperationResult.d.ts +1 -1
  66. package/dist/cjs/api/resources/moneyOutTypes/types/VCardGetResponse.d.ts +105 -105
  67. package/dist/cjs/api/resources/moneyOutTypes/types/index.d.ts +1 -0
  68. package/dist/cjs/api/resources/moneyOutTypes/types/index.js +1 -0
  69. package/dist/cjs/api/resources/notificationlogs/client/Client.js +4 -7
  70. package/dist/cjs/api/resources/notificationlogs/types/KeyValueArray.d.ts +2 -2
  71. package/dist/cjs/api/resources/notificationlogs/types/NotificationLogDetail.d.ts +3 -3
  72. package/dist/cjs/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.ts +4 -4
  73. package/dist/cjs/api/resources/notificationlogs/types/StringStringKeyValuePair.d.ts +2 -2
  74. package/dist/cjs/api/resources/ocr/types/FileContentImageOnly.d.ts +4 -4
  75. package/dist/cjs/api/resources/ocr/types/OcrAttachment.d.ts +5 -5
  76. package/dist/cjs/api/resources/ocr/types/OcrBillItem.d.ts +12 -12
  77. package/dist/cjs/api/resources/ocr/types/OcrBillItemAdditionalData.d.ts +4 -4
  78. package/dist/cjs/api/resources/ocr/types/OcrResponseData.d.ts +1 -1
  79. package/dist/cjs/api/resources/ocr/types/OcrResultData.d.ts +17 -17
  80. package/dist/cjs/api/resources/ocr/types/OcrVendor.d.ts +31 -31
  81. package/dist/cjs/api/resources/ocr/types/OcrVendorAdditionalData.d.ts +1 -1
  82. package/dist/cjs/api/resources/ocr/types/OcrVendorBillingData.d.ts +8 -8
  83. package/dist/cjs/api/resources/ocr/types/PayabliApiResponseOcr.d.ts +1 -1
  84. package/dist/cjs/api/resources/organization/client/Client.d.ts +1 -1
  85. package/dist/cjs/api/resources/organization/client/Client.js +2 -2
  86. package/dist/cjs/api/resources/organization/types/AddOrganizationResponse.d.ts +2 -2
  87. package/dist/cjs/api/resources/organization/types/DeleteOrganizationResponse.d.ts +2 -2
  88. package/dist/cjs/api/resources/organization/types/EditOrganizationResponse.d.ts +3 -3
  89. package/dist/cjs/api/resources/paymentLink/client/Client.js +23 -36
  90. package/dist/cjs/api/resources/paymentLink/types/GetPayLinkFromIdResponse.d.ts +1 -1
  91. package/dist/cjs/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.ts +1 -1
  92. package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBody.d.ts +11 -11
  93. package/dist/cjs/api/resources/paymentMethodDomain/client/Client.js +6 -13
  94. package/dist/cjs/api/resources/paymentMethodDomain/client/requests/AddPaymentMethodDomainRequest.d.ts +2 -2
  95. package/dist/cjs/api/resources/paymentMethodDomain/client/requests/UpdatePaymentMethodDomainRequest.d.ts +2 -2
  96. package/dist/cjs/api/resources/paypoint/client/Client.d.ts +6 -6
  97. package/dist/cjs/api/resources/paypoint/client/Client.js +9 -10
  98. package/dist/cjs/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.ts +3 -3
  99. package/dist/cjs/api/resources/paypoint/types/GetBasicEntryResponse.d.ts +3 -3
  100. package/dist/cjs/api/resources/paypoint/types/GetEntryConfigResponse.d.ts +3 -3
  101. package/dist/cjs/api/resources/paypoint/types/MigratePaypointResponse.d.ts +1 -1
  102. package/dist/cjs/api/resources/paypoint/types/NotificationRequest.d.ts +1 -1
  103. package/dist/cjs/api/resources/paypoint/types/PaypointMoveRequest.d.ts +1 -1
  104. package/dist/cjs/api/resources/query/client/Client.d.ts +63 -2
  105. package/dist/cjs/api/resources/query/client/Client.js +430 -510
  106. package/dist/cjs/api/resources/query/client/requests/ListTransactionsOrgRequest.d.ts +0 -1
  107. package/dist/cjs/api/resources/query/client/requests/ListTransferDetailsOutRequest.d.ts +45 -0
  108. package/dist/cjs/api/resources/query/client/requests/ListTransferDetailsOutRequest.js +3 -0
  109. package/dist/cjs/api/resources/query/client/requests/ListTransfersOutOrgRequest.d.ts +46 -0
  110. package/dist/cjs/api/resources/query/client/requests/ListTransfersOutOrgRequest.js +3 -0
  111. package/dist/cjs/api/resources/query/client/requests/ListTransfersOutPaypointRequest.d.ts +46 -0
  112. package/dist/cjs/api/resources/query/client/requests/ListTransfersOutPaypointRequest.js +3 -0
  113. package/dist/cjs/api/resources/query/client/requests/ListTransfersPaypointRequest.d.ts +0 -1
  114. package/dist/cjs/api/resources/query/client/requests/index.d.ts +3 -0
  115. package/dist/cjs/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.ts +3 -3
  116. package/dist/cjs/api/resources/queryTypes/types/QueryBatchesResponse.d.ts +3 -5
  117. package/dist/cjs/api/resources/queryTypes/types/TransferOutBankAccount.d.ts +11 -0
  118. package/dist/cjs/api/resources/queryTypes/types/TransferOutBankAccount.js +3 -0
  119. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBill.d.ts +36 -0
  120. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBill.js +3 -0
  121. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBillAttachment.d.ts +15 -0
  122. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailBillAttachment.js +3 -0
  123. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailCheckData.d.ts +9 -0
  124. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailCheckData.js +3 -0
  125. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailEvent.d.ts +11 -0
  126. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailEvent.js +3 -0
  127. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailPaymentData.d.ts +41 -0
  128. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailPaymentData.js +3 -0
  129. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailQueryResponse.d.ts +10 -0
  130. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailQueryResponse.js +3 -0
  131. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailRecord.d.ts +132 -0
  132. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailRecord.js +3 -0
  133. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendor.d.ts +96 -0
  134. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendor.js +3 -0
  135. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.d.ts +35 -0
  136. package/dist/cjs/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.js +3 -0
  137. package/dist/cjs/api/resources/queryTypes/types/TransferOutEventData.d.ts +15 -0
  138. package/dist/cjs/api/resources/queryTypes/types/TransferOutEventData.js +3 -0
  139. package/dist/cjs/api/resources/queryTypes/types/TransferOutMessage.d.ts +22 -0
  140. package/dist/cjs/api/resources/queryTypes/types/TransferOutMessage.js +3 -0
  141. package/dist/cjs/api/resources/queryTypes/types/TransferOutMessageProperties.d.ts +9 -0
  142. package/dist/cjs/api/resources/queryTypes/types/TransferOutMessageProperties.js +3 -0
  143. package/dist/cjs/api/resources/queryTypes/types/TransferOutQueryResponse.d.ts +10 -0
  144. package/dist/cjs/api/resources/queryTypes/types/TransferOutQueryResponse.js +3 -0
  145. package/dist/cjs/api/resources/queryTypes/types/TransferOutRecord.d.ts +74 -0
  146. package/dist/cjs/api/resources/queryTypes/types/TransferOutRecord.js +3 -0
  147. package/dist/cjs/api/resources/queryTypes/types/TransferOutSummary.d.ts +11 -0
  148. package/dist/cjs/api/resources/queryTypes/types/TransferOutSummary.js +3 -0
  149. package/dist/cjs/api/resources/queryTypes/types/index.d.ts +16 -0
  150. package/dist/cjs/api/resources/queryTypes/types/index.js +16 -0
  151. package/dist/cjs/api/resources/statistic/client/Client.js +14 -22
  152. package/dist/cjs/api/resources/subscription/client/Client.js +4 -5
  153. package/dist/cjs/api/resources/subscription/types/AddSubscriptionResponse.d.ts +2 -2
  154. package/dist/cjs/api/resources/subscription/types/RemoveSubscriptionResponse.d.ts +2 -2
  155. package/dist/cjs/api/resources/subscription/types/SubscriptionRequestBody.d.ts +9 -9
  156. package/dist/cjs/api/resources/subscription/types/UpdateSubscriptionResponse.d.ts +3 -3
  157. package/dist/cjs/api/resources/templates/client/Client.js +6 -13
  158. package/dist/cjs/api/resources/tokenStorage/client/Client.js +14 -25
  159. package/dist/cjs/api/resources/tokenStorage/types/AddMethodResponse.d.ts +6 -6
  160. package/dist/cjs/api/resources/tokenStorage/types/GetMethodResponse.d.ts +87 -87
  161. package/dist/cjs/api/resources/tokenStorage/types/RequestTokenStorage.d.ts +9 -9
  162. package/dist/cjs/api/resources/tokenStorage/types/TokenizeAch.d.ts +3 -3
  163. package/dist/cjs/api/resources/tokenStorage/types/TokenizeCard.d.ts +2 -2
  164. package/dist/cjs/api/resources/tokenStorage/types/VendorDataRequest.d.ts +2 -2
  165. package/dist/cjs/api/resources/user/client/Client.js +4 -7
  166. package/dist/cjs/api/resources/user/types/AddUserResponse.d.ts +2 -2
  167. package/dist/cjs/api/resources/user/types/AuthResetUserResponse.d.ts +1 -1
  168. package/dist/cjs/api/resources/user/types/ChangePswUserResponse.d.ts +1 -1
  169. package/dist/cjs/api/resources/user/types/EditMfaUserResponse.d.ts +1 -1
  170. package/dist/cjs/api/resources/user/types/LogoutUserResponse.d.ts +1 -1
  171. package/dist/cjs/api/resources/v2MoneyInTypes/types/V2BadRequestError.d.ts +1 -1
  172. package/dist/cjs/api/resources/v2MoneyInTypes/types/V2ResponseCode.d.ts +1 -1
  173. package/dist/cjs/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.ts +4 -4
  174. package/dist/cjs/api/types/ASection.d.ts +3 -3
  175. package/dist/cjs/api/types/AchAbsorbSection.d.ts +2 -2
  176. package/dist/cjs/api/types/AchAcceptanceElement.d.ts +4 -4
  177. package/dist/cjs/api/types/AchFeeSection.d.ts +12 -12
  178. package/dist/cjs/api/types/AchLinkTypes.d.ts +3 -3
  179. package/dist/cjs/api/types/AchPassThroughSection.d.ts +2 -2
  180. package/dist/cjs/api/types/AchPaymentMethod.d.ts +1 -1
  181. package/dist/cjs/api/types/AchSecCode.d.ts +1 -0
  182. package/dist/cjs/api/types/AchSection.d.ts +3 -3
  183. package/dist/cjs/api/types/AchService.d.ts +18 -18
  184. package/dist/cjs/api/types/AchSetup.d.ts +3 -3
  185. package/dist/cjs/api/types/AchTypes.d.ts +3 -3
  186. package/dist/cjs/api/types/AchTypesPass.d.ts +3 -3
  187. package/dist/cjs/api/types/AchTypesTiers.d.ts +3 -3
  188. package/dist/cjs/api/types/AmountElement.d.ts +3 -3
  189. package/dist/cjs/api/types/ApplePayData.d.ts +2 -2
  190. package/dist/cjs/api/types/ApplePayMetadata.d.ts +5 -5
  191. package/dist/cjs/api/types/ApplePayOrganizationUpdateData.d.ts +6 -6
  192. package/dist/cjs/api/types/ApplePayPaypointRegistrationData.d.ts +4 -4
  193. package/dist/cjs/api/types/ApplePayStatusData.d.ts +2 -2
  194. package/dist/cjs/api/types/AppleWalletData.d.ts +8 -8
  195. package/dist/cjs/api/types/ApplicationData.d.ts +49 -49
  196. package/dist/cjs/api/types/ApplicationDataManaged.d.ts +37 -37
  197. package/dist/cjs/api/types/ApplicationDataOdp.d.ts +38 -38
  198. package/dist/cjs/api/types/ApplicationDataPayIn.d.ts +45 -45
  199. package/dist/cjs/api/types/ApplicationDetailsRecord.d.ts +64 -64
  200. package/dist/cjs/api/types/ApplicationQueryRecord.d.ts +55 -55
  201. package/dist/cjs/api/types/AssociatedVendor.d.ts +39 -39
  202. package/dist/cjs/api/types/AutoElement.d.ts +7 -7
  203. package/dist/cjs/api/types/BAddress.d.ts +12 -12
  204. package/dist/cjs/api/types/BDetails.d.ts +11 -11
  205. package/dist/cjs/api/types/BSection.d.ts +2 -2
  206. package/dist/cjs/api/types/Bank.d.ts +13 -13
  207. package/dist/cjs/api/types/BankSection.d.ts +4 -4
  208. package/dist/cjs/api/types/BasicTable.d.ts +2 -2
  209. package/dist/cjs/api/types/BasicTemplateElement.d.ts +1 -1
  210. package/dist/cjs/api/types/BatchSummary.d.ts +6 -6
  211. package/dist/cjs/api/types/BillData.d.ts +24 -24
  212. package/dist/cjs/api/types/BillDetailResponse.d.ts +32 -32
  213. package/dist/cjs/api/types/BillDetailsResponse.d.ts +6 -6
  214. package/dist/cjs/api/types/BillItem.d.ts +11 -11
  215. package/dist/cjs/api/types/BillOptions.d.ts +2 -2
  216. package/dist/cjs/api/types/BillPayOutData.d.ts +9 -9
  217. package/dist/cjs/api/types/BillPayOutDataRequest.d.ts +9 -9
  218. package/dist/cjs/api/types/BillQueryRecord2BillApprovalsItem.d.ts +4 -4
  219. package/dist/cjs/api/types/BillQueryResponse.d.ts +2 -2
  220. package/dist/cjs/api/types/BillQueryResponseSummary.d.ts +23 -23
  221. package/dist/cjs/api/types/BillingData.d.ts +8 -8
  222. package/dist/cjs/api/types/BillingDataResponse.d.ts +1 -1
  223. package/dist/cjs/api/types/BillingFeeDetail.d.ts +11 -11
  224. package/dist/cjs/api/types/BinData.d.ts +11 -11
  225. package/dist/cjs/api/types/Bnk.d.ts +4 -4
  226. package/dist/cjs/api/types/BoardingApplicationAttachments.d.ts +2 -2
  227. package/dist/cjs/api/types/BoardingLinkApiResponse.d.ts +1 -1
  228. package/dist/cjs/api/types/BoardingLinkQueryRecord.d.ts +10 -10
  229. package/dist/cjs/api/types/BoardingQueryLinks.d.ts +6 -6
  230. package/dist/cjs/api/types/BuilderData.d.ts +6 -6
  231. package/dist/cjs/api/types/BusinessSection.d.ts +24 -24
  232. package/dist/cjs/api/types/ButtonElement.d.ts +1 -1
  233. package/dist/cjs/api/types/CList.d.ts +4 -4
  234. package/dist/cjs/api/types/CardAcceptanceElement.d.ts +4 -4
  235. package/dist/cjs/api/types/CardFeeSection.d.ts +11 -11
  236. package/dist/cjs/api/types/CardFlatSection.d.ts +1 -1
  237. package/dist/cjs/api/types/CardIcpSection.d.ts +1 -1
  238. package/dist/cjs/api/types/CardLinkTypes.d.ts +4 -4
  239. package/dist/cjs/api/types/CardPassThroughSection.d.ts +2 -2
  240. package/dist/cjs/api/types/CardSection.d.ts +3 -3
  241. package/dist/cjs/api/types/CardService.d.ts +30 -30
  242. package/dist/cjs/api/types/CardSetup.d.ts +4 -4
  243. package/dist/cjs/api/types/CardType.d.ts +4 -4
  244. package/dist/cjs/api/types/CardTypePass.d.ts +4 -4
  245. package/dist/cjs/api/types/CardTypes.d.ts +4 -4
  246. package/dist/cjs/api/types/CascadeJobDetails.d.ts +4 -4
  247. package/dist/cjs/api/types/CloudQueryApiResponse.d.ts +2 -2
  248. package/dist/cjs/api/types/ConfigureApplePayOrganizationApiResponse.d.ts +4 -4
  249. package/dist/cjs/api/types/ConfigureApplePaypointApiResponse.d.ts +5 -5
  250. package/dist/cjs/api/types/ConfigureGooglePaypointApiResponse.d.ts +1 -1
  251. package/dist/cjs/api/types/ContactElement.d.ts +6 -6
  252. package/dist/cjs/api/types/Contacts.d.ts +5 -5
  253. package/dist/cjs/api/types/ContactsResponse.d.ts +4 -4
  254. package/dist/cjs/api/types/CustomerData.d.ts +26 -26
  255. package/dist/cjs/api/types/CustomerQueryRecords.d.ts +46 -46
  256. package/dist/cjs/api/types/CustomerSummaryRecord.d.ts +4 -4
  257. package/dist/cjs/api/types/DSection.d.ts +2 -2
  258. package/dist/cjs/api/types/DisplayProperty.d.ts +3 -3
  259. package/dist/cjs/api/types/DocumentSection.d.ts +12 -12
  260. package/dist/cjs/api/types/DocumentsRef.d.ts +2 -2
  261. package/dist/cjs/api/types/Element.d.ts +2 -2
  262. package/dist/cjs/api/types/Entry.d.ts +1 -1
  263. package/dist/cjs/api/types/FileContent.d.ts +4 -4
  264. package/dist/cjs/api/types/Finishtype.d.ts +2 -2
  265. package/dist/cjs/api/types/FrequencyList.d.ts +7 -7
  266. package/dist/cjs/api/types/GeneralEvents.d.ts +5 -5
  267. package/dist/cjs/api/types/GooglePayData.d.ts +2 -2
  268. package/dist/cjs/api/types/GooglePayMetadata.d.ts +3 -3
  269. package/dist/cjs/api/types/GooglePayPaypointRegistrationData.d.ts +4 -4
  270. package/dist/cjs/api/types/GooglePayStatusData.d.ts +2 -2
  271. package/dist/cjs/api/types/GoogleWalletData.d.ts +2 -2
  272. package/dist/cjs/api/types/HeaderElement.d.ts +3 -3
  273. package/dist/cjs/api/types/Instrument.d.ts +5 -5
  274. package/dist/cjs/api/types/InvoiceElement.d.ts +4 -4
  275. package/dist/cjs/api/types/KeyValue.d.ts +2 -2
  276. package/dist/cjs/api/types/KeyValueDuo.d.ts +2 -2
  277. package/dist/cjs/api/types/LabelElement.d.ts +3 -3
  278. package/dist/cjs/api/types/LineItem.d.ts +7 -7
  279. package/dist/cjs/api/types/LineItemQueryRecord.d.ts +14 -14
  280. package/dist/cjs/api/types/LinkData.d.ts +3 -3
  281. package/dist/cjs/api/types/LinkRow.d.ts +1 -1
  282. package/dist/cjs/api/types/MethodElement.d.ts +10 -10
  283. package/dist/cjs/api/types/MethodQueryRecords.d.ts +8 -8
  284. package/dist/cjs/api/types/MethodsList.d.ts +7 -7
  285. package/dist/cjs/api/types/MfaData.d.ts +2 -2
  286. package/dist/cjs/api/types/NoteElement.d.ts +5 -5
  287. package/dist/cjs/api/types/NotificationContent.d.ts +7 -7
  288. package/dist/cjs/api/types/NotificationQueryRecord.d.ts +11 -11
  289. package/dist/cjs/api/types/NotificationReportRequest.d.ts +9 -9
  290. package/dist/cjs/api/types/NotificationStandardRequest.d.ts +7 -7
  291. package/dist/cjs/api/types/OList.d.ts +15 -15
  292. package/dist/cjs/api/types/OSection.d.ts +2 -2
  293. package/dist/cjs/api/types/OdpSetup.d.ts +6 -6
  294. package/dist/cjs/api/types/OrgData.d.ts +6 -6
  295. package/dist/cjs/api/types/OrgScope.d.ts +2 -2
  296. package/dist/cjs/api/types/OrgXScope.d.ts +3 -3
  297. package/dist/cjs/api/types/OrganizationQueryRecord.d.ts +33 -33
  298. package/dist/cjs/api/types/OrganizationUpdates.d.ts +2 -2
  299. package/dist/cjs/api/types/Owners.d.ts +16 -16
  300. package/dist/cjs/api/types/OwnersSection.d.ts +24 -24
  301. package/dist/cjs/api/types/PSection.d.ts +12 -12
  302. package/dist/cjs/api/types/PageContent.d.ts +15 -15
  303. package/dist/cjs/api/types/PageElement.d.ts +4 -4
  304. package/dist/cjs/api/types/PageSetting.d.ts +7 -7
  305. package/dist/cjs/api/types/PagelinkSetting.d.ts +6 -6
  306. package/dist/cjs/api/types/PairFiles.d.ts +3 -3
  307. package/dist/cjs/api/types/PayCategory.d.ts +9 -9
  308. package/dist/cjs/api/types/PayMethodBodyAllFields.d.ts +12 -12
  309. package/dist/cjs/api/types/PayMethodCloud.d.ts +1 -1
  310. package/dist/cjs/api/types/PayMethodCredit.d.ts +4 -4
  311. package/dist/cjs/api/types/PayMethodStoredMethod.d.ts +3 -3
  312. package/dist/cjs/api/types/PayabliApiResponse.d.ts +2 -2
  313. package/dist/cjs/api/types/PayabliApiResponse0.d.ts +11 -11
  314. package/dist/cjs/api/types/PayabliApiResponse00.d.ts +4 -4
  315. package/dist/cjs/api/types/PayabliApiResponse0000.d.ts +12 -12
  316. package/dist/cjs/api/types/PayabliApiResponse00Responsedatanonobject.d.ts +5 -5
  317. package/dist/cjs/api/types/PayabliApiResponse6.d.ts +3 -3
  318. package/dist/cjs/api/types/PayabliApiResponseCustomerQuery.d.ts +2 -2
  319. package/dist/cjs/api/types/PayabliApiResponseError400.d.ts +7 -7
  320. package/dist/cjs/api/types/PayabliApiResponseGeneric2Part.d.ts +1 -1
  321. package/dist/cjs/api/types/PayabliApiResponseImport.d.ts +7 -7
  322. package/dist/cjs/api/types/PayabliApiResponseMfaBasic.d.ts +4 -4
  323. package/dist/cjs/api/types/PayabliApiResponseNotifications.d.ts +4 -4
  324. package/dist/cjs/api/types/PayabliApiResponsePaymethodDelete.d.ts +5 -5
  325. package/dist/cjs/api/types/PayabliApiResponseTemplateId.d.ts +4 -4
  326. package/dist/cjs/api/types/PayabliApiResponseUserMfa.d.ts +4 -4
  327. package/dist/cjs/api/types/PayabliApiResponseVendors.d.ts +4 -4
  328. package/dist/cjs/api/types/PayabliCredentials.d.ts +10 -10
  329. package/dist/cjs/api/types/PayabliCredentialsPascal.d.ts +12 -12
  330. package/dist/cjs/api/types/PayabliPages.d.ts +11 -11
  331. package/dist/cjs/api/types/PaymentCategories.d.ts +2 -2
  332. package/dist/cjs/api/types/PaymentDetail.d.ts +7 -5
  333. package/dist/cjs/api/types/PaymentDetailCredit.d.ts +2 -2
  334. package/dist/cjs/api/types/PaymentMethodDomainApiResponse.d.ts +2 -2
  335. package/dist/cjs/api/types/PaymentMethodDomainGeneralResponse.d.ts +3 -3
  336. package/dist/cjs/api/types/PayorDataRequest.d.ts +21 -21
  337. package/dist/cjs/api/types/PayorElement.d.ts +4 -4
  338. package/dist/cjs/api/types/PayorFields.d.ts +10 -10
  339. package/dist/cjs/api/types/PayoutGatewayConnector.d.ts +9 -9
  340. package/dist/cjs/api/types/PaypointData.d.ts +20 -20
  341. package/dist/cjs/api/types/PaypointEntryConfig.d.ts +8 -8
  342. package/dist/cjs/api/types/PaypointSummary.d.ts +5 -5
  343. package/dist/cjs/api/types/PendingFeeAmount.d.ts +1 -1
  344. package/dist/cjs/api/types/PoiDevice.d.ts +13 -13
  345. package/dist/cjs/api/types/ProcessingSection.d.ts +14 -14
  346. package/dist/cjs/api/types/PushPayLinkRequest.d.ts +2 -2
  347. package/dist/cjs/api/types/QueryBatchesOutResponse.d.ts +41 -69
  348. package/dist/cjs/api/types/QueryBoardingAppsListResponse.d.ts +2 -2
  349. package/dist/cjs/api/types/QueryBoardingLinksResponse.d.ts +8 -8
  350. package/dist/cjs/api/types/QueryCFeeTransaction.d.ts +8 -8
  351. package/dist/cjs/api/types/QueryChargebacksResponse.d.ts +29 -29
  352. package/dist/cjs/api/types/QueryCustomerResponse.d.ts +2 -2
  353. package/dist/cjs/api/types/QueryEntrypointResponse.d.ts +49 -49
  354. package/dist/cjs/api/types/QueryPaymentData.d.ts +14 -14
  355. package/dist/cjs/api/types/QueryPayoutTransaction.d.ts +72 -72
  356. package/dist/cjs/api/types/QueryResponse.d.ts +2 -2
  357. package/dist/cjs/api/types/QueryResponseData.d.ts +15 -15
  358. package/dist/cjs/api/types/QueryResponseItems.d.ts +7 -7
  359. package/dist/cjs/api/types/QueryResponseNotificationReports.d.ts +6 -6
  360. package/dist/cjs/api/types/QueryResponseNotifications.d.ts +13 -13
  361. package/dist/cjs/api/types/QueryResponseSettlements.d.ts +45 -45
  362. package/dist/cjs/api/types/QueryResponseTransactions.d.ts +2 -2
  363. package/dist/cjs/api/types/QueryResponseVendors.d.ts +2 -2
  364. package/dist/cjs/api/types/QuerySubscriptionResponse.d.ts +2 -2
  365. package/dist/cjs/api/types/QuerySummary.d.ts +6 -6
  366. package/dist/cjs/api/types/QuerySummaryNoAmt.d.ts +4 -4
  367. package/dist/cjs/api/types/QueryTransactionEvents.d.ts +4 -4
  368. package/dist/cjs/api/types/QueryTransactionPayorData.d.ts +22 -22
  369. package/dist/cjs/api/types/QueryTransactionPayorDataCustomer.d.ts +22 -22
  370. package/dist/cjs/api/types/QueryUserResponse.d.ts +2 -2
  371. package/dist/cjs/api/types/ReceiptContent.d.ts +9 -9
  372. package/dist/cjs/api/types/RefundDetail.d.ts +2 -2
  373. package/dist/cjs/api/types/Responsecode.d.ts +1 -1
  374. package/dist/cjs/api/types/ResultCodeText.d.ts +1 -1
  375. package/dist/cjs/api/types/ResultCodev2.d.ts +1 -1
  376. package/dist/cjs/api/types/SSection.d.ts +2 -2
  377. package/dist/cjs/api/types/SalesSection.d.ts +2 -2
  378. package/dist/cjs/api/types/ScheduleDetail.d.ts +4 -4
  379. package/dist/cjs/api/types/ServiceCost.d.ts +8 -8
  380. package/dist/cjs/api/types/Services.d.ts +3 -3
  381. package/dist/cjs/api/types/ServicesSection.d.ts +4 -4
  382. package/dist/cjs/api/types/SettingElement.d.ts +6 -6
  383. package/dist/cjs/api/types/SettingsQueryRecord.d.ts +6 -7
  384. package/dist/cjs/api/types/SignerData.d.ts +16 -16
  385. package/dist/cjs/api/types/SignerDataRequest.d.ts +15 -15
  386. package/dist/cjs/api/types/SignerSection.d.ts +14 -14
  387. package/dist/cjs/api/types/SplitFundingContent.d.ts +4 -4
  388. package/dist/cjs/api/types/SplitFundingRefundContent.d.ts +4 -4
  389. package/dist/cjs/api/types/SubscriptionQueryRecords.d.ts +23 -23
  390. package/dist/cjs/api/types/SummaryOrg.d.ts +6 -6
  391. package/dist/cjs/api/types/TemplateAdditionalDataField.d.ts +6 -6
  392. package/dist/cjs/api/types/TemplateAdditionalDataSection.d.ts +1 -1
  393. package/dist/cjs/api/types/TemplateContent.d.ts +7 -7
  394. package/dist/cjs/api/types/TemplateContentResponse.d.ts +7 -7
  395. package/dist/cjs/api/types/TemplateData.d.ts +5 -5
  396. package/dist/cjs/api/types/TemplateElement.d.ts +3 -3
  397. package/dist/cjs/api/types/TemplateQueryRecord.d.ts +11 -11
  398. package/dist/cjs/api/types/TemplateQueryResponse.d.ts +2 -2
  399. package/dist/cjs/api/types/TierItem.d.ts +4 -4
  400. package/dist/cjs/api/types/TierItemPass.d.ts +6 -6
  401. package/dist/cjs/api/types/TransactionOutQueryRecord.d.ts +32 -32
  402. package/dist/cjs/api/types/TransactionQueryRecords.d.ts +35 -35
  403. package/dist/cjs/api/types/TransactionQueryRecordsCustomer.d.ts +35 -35
  404. package/dist/cjs/api/types/Transfer.d.ts +2 -1
  405. package/dist/cjs/api/types/TransferBankAccount.d.ts +1 -0
  406. package/dist/cjs/api/types/TransferQueryResponse.d.ts +2 -1
  407. package/dist/cjs/api/types/UnderwritingData.d.ts +1 -1
  408. package/dist/cjs/api/types/UnderwritingDataResponse.d.ts +2 -2
  409. package/dist/cjs/api/types/UserData.d.ts +11 -11
  410. package/dist/cjs/api/types/UserQueryRecord.d.ts +16 -16
  411. package/dist/cjs/api/types/UsrAccess.d.ts +2 -2
  412. package/dist/cjs/api/types/VCardQueryResponse.d.ts +2 -2
  413. package/dist/cjs/api/types/VCardRecord.d.ts +26 -26
  414. package/dist/cjs/api/types/VCardSummary.d.ts +2 -2
  415. package/dist/cjs/api/types/VendorData.d.ts +30 -30
  416. package/dist/cjs/api/types/VendorDataResponse.d.ts +3 -3
  417. package/dist/cjs/api/types/VendorOutData.d.ts +22 -22
  418. package/dist/cjs/api/types/VendorPaymentMethod.d.ts +1 -1
  419. package/dist/cjs/api/types/VendorQueryRecord.d.ts +42 -42
  420. package/dist/cjs/api/types/VendorResponseBillingData.d.ts +14 -14
  421. package/dist/cjs/api/types/VendorResponseSummary.d.ts +16 -16
  422. package/dist/cjs/api/types/VendorSummary.d.ts +16 -16
  423. package/dist/cjs/auth/HeaderAuthProvider.d.ts +14 -10
  424. package/dist/cjs/auth/HeaderAuthProvider.js +18 -9
  425. package/dist/cjs/core/fetcher/EndpointSupplier.d.ts +2 -2
  426. package/dist/cjs/core/fetcher/Fetcher.d.ts +1 -2
  427. package/dist/cjs/core/fetcher/Fetcher.js +7 -1
  428. package/dist/cjs/core/headers.d.ts +2 -2
  429. package/dist/cjs/version.d.ts +1 -1
  430. package/dist/cjs/version.js +1 -1
  431. package/dist/esm/BaseClient.mjs +2 -2
  432. package/dist/esm/api/resources/bill/client/Client.d.mts +2 -2
  433. package/dist/esm/api/resources/bill/client/Client.mjs +30 -52
  434. package/dist/esm/api/resources/bill/types/BillOutData.d.mts +15 -15
  435. package/dist/esm/api/resources/bill/types/BillOutDataScheduledOptions.d.mts +1 -1
  436. package/dist/esm/api/resources/bill/types/BillResponse.d.mts +5 -5
  437. package/dist/esm/api/resources/bill/types/BillResponseData.d.mts +30 -30
  438. package/dist/esm/api/resources/bill/types/EditBillResponse.d.mts +5 -5
  439. package/dist/esm/api/resources/bill/types/GetBillResponse.d.mts +5 -5
  440. package/dist/esm/api/resources/bill/types/ModifyApprovalBillResponse.d.mts +1 -1
  441. package/dist/esm/api/resources/bill/types/SetApprovedBillResponse.d.mts +1 -1
  442. package/dist/esm/api/resources/boarding/client/Client.mjs +16 -33
  443. package/dist/esm/api/resources/chargeBacks/client/Client.mjs +1 -1
  444. package/dist/esm/api/resources/chargeBacks/types/AddResponseResponse.d.mts +1 -1
  445. package/dist/esm/api/resources/chargeBacks/types/ChargeBackResponse.d.mts +6 -6
  446. package/dist/esm/api/resources/chargeBacks/types/ChargebackMessage.d.mts +1 -1
  447. package/dist/esm/api/resources/chargeBacks/types/ChargebackQueryRecords.d.mts +4 -4
  448. package/dist/esm/api/resources/checkCapture/types/CheckCaptureResponse.d.mts +19 -19
  449. package/dist/esm/api/resources/cloud/client/Client.d.mts +4 -4
  450. package/dist/esm/api/resources/cloud/client/Client.mjs +8 -9
  451. package/dist/esm/api/resources/cloud/types/AddDeviceResponse.d.mts +2 -2
  452. package/dist/esm/api/resources/cloud/types/RemoveDeviceResponse.d.mts +2 -2
  453. package/dist/esm/api/resources/customer/client/Client.mjs +5 -8
  454. package/dist/esm/api/resources/export/client/Client.d.mts +14 -14
  455. package/dist/esm/api/resources/export/client/Client.mjs +190 -397
  456. package/dist/esm/api/resources/hostedPaymentPages/client/Client.d.mts +3 -3
  457. package/dist/esm/api/resources/hostedPaymentPages/client/Client.mjs +4 -4
  458. package/dist/esm/api/resources/import/client/Client.mjs +12 -13
  459. package/dist/esm/api/resources/invoice/client/Client.d.mts +3 -3
  460. package/dist/esm/api/resources/invoice/client/Client.mjs +31 -55
  461. package/dist/esm/api/resources/invoice/types/GetInvoiceRecord.d.mts +15 -15
  462. package/dist/esm/api/resources/invoice/types/InvoiceDataRequest.d.mts +3 -3
  463. package/dist/esm/api/resources/invoice/types/QueryInvoiceResponse.d.mts +9 -9
  464. package/dist/esm/api/resources/lineItem/client/Client.d.mts +2 -2
  465. package/dist/esm/api/resources/lineItem/client/Client.mjs +9 -16
  466. package/dist/esm/api/resources/moneyIn/client/Client.d.mts +34 -10
  467. package/dist/esm/api/resources/moneyIn/client/Client.mjs +62 -56
  468. package/dist/esm/api/resources/moneyIn/client/requests/RequestCredit.d.mts +5 -5
  469. package/dist/esm/api/resources/moneyIn/client/requests/RequestPayment.d.mts +24 -0
  470. package/dist/esm/api/resources/moneyIn/client/requests/index.d.mts +1 -1
  471. package/dist/esm/api/resources/moneyIn/client/requests/index.mjs +1 -1
  472. package/dist/esm/api/resources/moneyIn/types/AuthResponse.d.mts +1 -1
  473. package/dist/esm/api/resources/moneyIn/types/AuthResponseResponseData.d.mts +1 -1
  474. package/dist/esm/api/resources/moneyIn/types/CapturePaymentDetails.d.mts +1 -1
  475. package/dist/esm/api/resources/moneyIn/types/GetPaidResponseData.d.mts +2 -2
  476. package/dist/esm/api/resources/moneyIn/types/PayabliApiResponseGetPaid.d.mts +1 -1
  477. package/dist/esm/api/resources/moneyIn/types/ReceiptResponse.d.mts +2 -2
  478. package/dist/esm/api/resources/moneyIn/types/RefundResponse.d.mts +1 -1
  479. package/dist/esm/api/resources/moneyIn/types/RefundWithInstructionsResponse.d.mts +1 -1
  480. package/dist/esm/api/resources/moneyIn/types/ResponseDataRefunds.d.mts +1 -1
  481. package/dist/esm/api/resources/moneyIn/types/ReverseResponse.d.mts +1 -1
  482. package/dist/esm/api/resources/moneyIn/types/TransRequestBody.d.mts +10 -10
  483. package/dist/esm/api/resources/moneyIn/types/TransactionDetailRecord.d.mts +4 -4
  484. package/dist/esm/api/resources/moneyIn/types/TransactionDetailResponseData.d.mts +4 -4
  485. package/dist/esm/api/resources/moneyIn/types/ValidateResponseData.d.mts +1 -1
  486. package/dist/esm/api/resources/moneyIn/types/VoidResponse.d.mts +1 -1
  487. package/dist/esm/api/resources/moneyIn/types/VoidResponseData.d.mts +4 -4
  488. package/dist/esm/api/resources/moneyOut/client/Client.d.mts +31 -0
  489. package/dist/esm/api/resources/moneyOut/client/Client.mjs +83 -13
  490. package/dist/esm/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.d.mts +10 -0
  491. package/dist/esm/api/resources/moneyOutTypes/types/AllowedCheckPaymentStatus.mjs +10 -0
  492. package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.mts +9 -9
  493. package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.mts +55 -55
  494. package/dist/esm/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.mts +8 -8
  495. package/dist/esm/api/resources/moneyOutTypes/types/OperationResult.d.mts +1 -1
  496. package/dist/esm/api/resources/moneyOutTypes/types/VCardGetResponse.d.mts +105 -105
  497. package/dist/esm/api/resources/moneyOutTypes/types/index.d.mts +1 -0
  498. package/dist/esm/api/resources/moneyOutTypes/types/index.mjs +1 -0
  499. package/dist/esm/api/resources/notificationlogs/client/Client.mjs +4 -7
  500. package/dist/esm/api/resources/notificationlogs/types/KeyValueArray.d.mts +2 -2
  501. package/dist/esm/api/resources/notificationlogs/types/NotificationLogDetail.d.mts +3 -3
  502. package/dist/esm/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.mts +4 -4
  503. package/dist/esm/api/resources/notificationlogs/types/StringStringKeyValuePair.d.mts +2 -2
  504. package/dist/esm/api/resources/ocr/types/FileContentImageOnly.d.mts +4 -4
  505. package/dist/esm/api/resources/ocr/types/OcrAttachment.d.mts +5 -5
  506. package/dist/esm/api/resources/ocr/types/OcrBillItem.d.mts +12 -12
  507. package/dist/esm/api/resources/ocr/types/OcrBillItemAdditionalData.d.mts +4 -4
  508. package/dist/esm/api/resources/ocr/types/OcrResponseData.d.mts +1 -1
  509. package/dist/esm/api/resources/ocr/types/OcrResultData.d.mts +17 -17
  510. package/dist/esm/api/resources/ocr/types/OcrVendor.d.mts +31 -31
  511. package/dist/esm/api/resources/ocr/types/OcrVendorAdditionalData.d.mts +1 -1
  512. package/dist/esm/api/resources/ocr/types/OcrVendorBillingData.d.mts +8 -8
  513. package/dist/esm/api/resources/ocr/types/PayabliApiResponseOcr.d.mts +1 -1
  514. package/dist/esm/api/resources/organization/client/Client.d.mts +1 -1
  515. package/dist/esm/api/resources/organization/client/Client.mjs +2 -2
  516. package/dist/esm/api/resources/organization/types/AddOrganizationResponse.d.mts +2 -2
  517. package/dist/esm/api/resources/organization/types/DeleteOrganizationResponse.d.mts +2 -2
  518. package/dist/esm/api/resources/organization/types/EditOrganizationResponse.d.mts +3 -3
  519. package/dist/esm/api/resources/paymentLink/client/Client.mjs +23 -36
  520. package/dist/esm/api/resources/paymentLink/types/GetPayLinkFromIdResponse.d.mts +1 -1
  521. package/dist/esm/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.mts +1 -1
  522. package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBody.d.mts +11 -11
  523. package/dist/esm/api/resources/paymentMethodDomain/client/Client.mjs +6 -13
  524. package/dist/esm/api/resources/paymentMethodDomain/client/requests/AddPaymentMethodDomainRequest.d.mts +2 -2
  525. package/dist/esm/api/resources/paymentMethodDomain/client/requests/UpdatePaymentMethodDomainRequest.d.mts +2 -2
  526. package/dist/esm/api/resources/paypoint/client/Client.d.mts +6 -6
  527. package/dist/esm/api/resources/paypoint/client/Client.mjs +9 -10
  528. package/dist/esm/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.mts +3 -3
  529. package/dist/esm/api/resources/paypoint/types/GetBasicEntryResponse.d.mts +3 -3
  530. package/dist/esm/api/resources/paypoint/types/GetEntryConfigResponse.d.mts +3 -3
  531. package/dist/esm/api/resources/paypoint/types/MigratePaypointResponse.d.mts +1 -1
  532. package/dist/esm/api/resources/paypoint/types/NotificationRequest.d.mts +1 -1
  533. package/dist/esm/api/resources/paypoint/types/PaypointMoveRequest.d.mts +1 -1
  534. package/dist/esm/api/resources/query/client/Client.d.mts +63 -2
  535. package/dist/esm/api/resources/query/client/Client.mjs +430 -510
  536. package/dist/esm/api/resources/query/client/requests/ListTransactionsOrgRequest.d.mts +0 -1
  537. package/dist/esm/api/resources/query/client/requests/ListTransferDetailsOutRequest.d.mts +45 -0
  538. package/dist/esm/api/resources/query/client/requests/ListTransferDetailsOutRequest.mjs +2 -0
  539. package/dist/esm/api/resources/query/client/requests/ListTransfersOutOrgRequest.d.mts +46 -0
  540. package/dist/esm/api/resources/query/client/requests/ListTransfersOutOrgRequest.mjs +2 -0
  541. package/dist/esm/api/resources/query/client/requests/ListTransfersOutPaypointRequest.d.mts +46 -0
  542. package/dist/esm/api/resources/query/client/requests/ListTransfersOutPaypointRequest.mjs +2 -0
  543. package/dist/esm/api/resources/query/client/requests/ListTransfersPaypointRequest.d.mts +0 -1
  544. package/dist/esm/api/resources/query/client/requests/index.d.mts +3 -0
  545. package/dist/esm/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.mts +3 -3
  546. package/dist/esm/api/resources/queryTypes/types/QueryBatchesResponse.d.mts +3 -5
  547. package/dist/esm/api/resources/queryTypes/types/TransferOutBankAccount.d.mts +11 -0
  548. package/dist/esm/api/resources/queryTypes/types/TransferOutBankAccount.mjs +2 -0
  549. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBill.d.mts +36 -0
  550. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBill.mjs +2 -0
  551. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBillAttachment.d.mts +15 -0
  552. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailBillAttachment.mjs +2 -0
  553. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailCheckData.d.mts +9 -0
  554. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailCheckData.mjs +2 -0
  555. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailEvent.d.mts +11 -0
  556. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailEvent.mjs +2 -0
  557. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailPaymentData.d.mts +41 -0
  558. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailPaymentData.mjs +2 -0
  559. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailQueryResponse.d.mts +10 -0
  560. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailQueryResponse.mjs +2 -0
  561. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailRecord.d.mts +132 -0
  562. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailRecord.mjs +2 -0
  563. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendor.d.mts +96 -0
  564. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendor.mjs +2 -0
  565. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.d.mts +35 -0
  566. package/dist/esm/api/resources/queryTypes/types/TransferOutDetailVendorBillingData.mjs +2 -0
  567. package/dist/esm/api/resources/queryTypes/types/TransferOutEventData.d.mts +15 -0
  568. package/dist/esm/api/resources/queryTypes/types/TransferOutEventData.mjs +2 -0
  569. package/dist/esm/api/resources/queryTypes/types/TransferOutMessage.d.mts +22 -0
  570. package/dist/esm/api/resources/queryTypes/types/TransferOutMessage.mjs +2 -0
  571. package/dist/esm/api/resources/queryTypes/types/TransferOutMessageProperties.d.mts +9 -0
  572. package/dist/esm/api/resources/queryTypes/types/TransferOutMessageProperties.mjs +2 -0
  573. package/dist/esm/api/resources/queryTypes/types/TransferOutQueryResponse.d.mts +10 -0
  574. package/dist/esm/api/resources/queryTypes/types/TransferOutQueryResponse.mjs +2 -0
  575. package/dist/esm/api/resources/queryTypes/types/TransferOutRecord.d.mts +74 -0
  576. package/dist/esm/api/resources/queryTypes/types/TransferOutRecord.mjs +2 -0
  577. package/dist/esm/api/resources/queryTypes/types/TransferOutSummary.d.mts +11 -0
  578. package/dist/esm/api/resources/queryTypes/types/TransferOutSummary.mjs +2 -0
  579. package/dist/esm/api/resources/queryTypes/types/index.d.mts +16 -0
  580. package/dist/esm/api/resources/queryTypes/types/index.mjs +16 -0
  581. package/dist/esm/api/resources/statistic/client/Client.mjs +14 -22
  582. package/dist/esm/api/resources/subscription/client/Client.mjs +4 -5
  583. package/dist/esm/api/resources/subscription/types/AddSubscriptionResponse.d.mts +2 -2
  584. package/dist/esm/api/resources/subscription/types/RemoveSubscriptionResponse.d.mts +2 -2
  585. package/dist/esm/api/resources/subscription/types/SubscriptionRequestBody.d.mts +9 -9
  586. package/dist/esm/api/resources/subscription/types/UpdateSubscriptionResponse.d.mts +3 -3
  587. package/dist/esm/api/resources/templates/client/Client.mjs +6 -13
  588. package/dist/esm/api/resources/tokenStorage/client/Client.mjs +14 -25
  589. package/dist/esm/api/resources/tokenStorage/types/AddMethodResponse.d.mts +6 -6
  590. package/dist/esm/api/resources/tokenStorage/types/GetMethodResponse.d.mts +87 -87
  591. package/dist/esm/api/resources/tokenStorage/types/RequestTokenStorage.d.mts +9 -9
  592. package/dist/esm/api/resources/tokenStorage/types/TokenizeAch.d.mts +3 -3
  593. package/dist/esm/api/resources/tokenStorage/types/TokenizeCard.d.mts +2 -2
  594. package/dist/esm/api/resources/tokenStorage/types/VendorDataRequest.d.mts +2 -2
  595. package/dist/esm/api/resources/user/client/Client.mjs +4 -7
  596. package/dist/esm/api/resources/user/types/AddUserResponse.d.mts +2 -2
  597. package/dist/esm/api/resources/user/types/AuthResetUserResponse.d.mts +1 -1
  598. package/dist/esm/api/resources/user/types/ChangePswUserResponse.d.mts +1 -1
  599. package/dist/esm/api/resources/user/types/EditMfaUserResponse.d.mts +1 -1
  600. package/dist/esm/api/resources/user/types/LogoutUserResponse.d.mts +1 -1
  601. package/dist/esm/api/resources/v2MoneyInTypes/types/V2BadRequestError.d.mts +1 -1
  602. package/dist/esm/api/resources/v2MoneyInTypes/types/V2ResponseCode.d.mts +1 -1
  603. package/dist/esm/api/resources/v2MoneyInTypes/types/V2TransactionDetails.d.mts +4 -4
  604. package/dist/esm/api/types/ASection.d.mts +3 -3
  605. package/dist/esm/api/types/AchAbsorbSection.d.mts +2 -2
  606. package/dist/esm/api/types/AchAcceptanceElement.d.mts +4 -4
  607. package/dist/esm/api/types/AchFeeSection.d.mts +12 -12
  608. package/dist/esm/api/types/AchLinkTypes.d.mts +3 -3
  609. package/dist/esm/api/types/AchPassThroughSection.d.mts +2 -2
  610. package/dist/esm/api/types/AchPaymentMethod.d.mts +1 -1
  611. package/dist/esm/api/types/AchSecCode.d.mts +1 -0
  612. package/dist/esm/api/types/AchSection.d.mts +3 -3
  613. package/dist/esm/api/types/AchService.d.mts +18 -18
  614. package/dist/esm/api/types/AchSetup.d.mts +3 -3
  615. package/dist/esm/api/types/AchTypes.d.mts +3 -3
  616. package/dist/esm/api/types/AchTypesPass.d.mts +3 -3
  617. package/dist/esm/api/types/AchTypesTiers.d.mts +3 -3
  618. package/dist/esm/api/types/AmountElement.d.mts +3 -3
  619. package/dist/esm/api/types/ApplePayData.d.mts +2 -2
  620. package/dist/esm/api/types/ApplePayMetadata.d.mts +5 -5
  621. package/dist/esm/api/types/ApplePayOrganizationUpdateData.d.mts +6 -6
  622. package/dist/esm/api/types/ApplePayPaypointRegistrationData.d.mts +4 -4
  623. package/dist/esm/api/types/ApplePayStatusData.d.mts +2 -2
  624. package/dist/esm/api/types/AppleWalletData.d.mts +8 -8
  625. package/dist/esm/api/types/ApplicationData.d.mts +49 -49
  626. package/dist/esm/api/types/ApplicationDataManaged.d.mts +37 -37
  627. package/dist/esm/api/types/ApplicationDataOdp.d.mts +38 -38
  628. package/dist/esm/api/types/ApplicationDataPayIn.d.mts +45 -45
  629. package/dist/esm/api/types/ApplicationDetailsRecord.d.mts +64 -64
  630. package/dist/esm/api/types/ApplicationQueryRecord.d.mts +55 -55
  631. package/dist/esm/api/types/AssociatedVendor.d.mts +39 -39
  632. package/dist/esm/api/types/AutoElement.d.mts +7 -7
  633. package/dist/esm/api/types/BAddress.d.mts +12 -12
  634. package/dist/esm/api/types/BDetails.d.mts +11 -11
  635. package/dist/esm/api/types/BSection.d.mts +2 -2
  636. package/dist/esm/api/types/Bank.d.mts +13 -13
  637. package/dist/esm/api/types/BankSection.d.mts +4 -4
  638. package/dist/esm/api/types/BasicTable.d.mts +2 -2
  639. package/dist/esm/api/types/BasicTemplateElement.d.mts +1 -1
  640. package/dist/esm/api/types/BatchSummary.d.mts +6 -6
  641. package/dist/esm/api/types/BillData.d.mts +24 -24
  642. package/dist/esm/api/types/BillDetailResponse.d.mts +32 -32
  643. package/dist/esm/api/types/BillDetailsResponse.d.mts +6 -6
  644. package/dist/esm/api/types/BillItem.d.mts +11 -11
  645. package/dist/esm/api/types/BillOptions.d.mts +2 -2
  646. package/dist/esm/api/types/BillPayOutData.d.mts +9 -9
  647. package/dist/esm/api/types/BillPayOutDataRequest.d.mts +9 -9
  648. package/dist/esm/api/types/BillQueryRecord2BillApprovalsItem.d.mts +4 -4
  649. package/dist/esm/api/types/BillQueryResponse.d.mts +2 -2
  650. package/dist/esm/api/types/BillQueryResponseSummary.d.mts +23 -23
  651. package/dist/esm/api/types/BillingData.d.mts +8 -8
  652. package/dist/esm/api/types/BillingDataResponse.d.mts +1 -1
  653. package/dist/esm/api/types/BillingFeeDetail.d.mts +11 -11
  654. package/dist/esm/api/types/BinData.d.mts +11 -11
  655. package/dist/esm/api/types/Bnk.d.mts +4 -4
  656. package/dist/esm/api/types/BoardingApplicationAttachments.d.mts +2 -2
  657. package/dist/esm/api/types/BoardingLinkApiResponse.d.mts +1 -1
  658. package/dist/esm/api/types/BoardingLinkQueryRecord.d.mts +10 -10
  659. package/dist/esm/api/types/BoardingQueryLinks.d.mts +6 -6
  660. package/dist/esm/api/types/BuilderData.d.mts +6 -6
  661. package/dist/esm/api/types/BusinessSection.d.mts +24 -24
  662. package/dist/esm/api/types/ButtonElement.d.mts +1 -1
  663. package/dist/esm/api/types/CList.d.mts +4 -4
  664. package/dist/esm/api/types/CardAcceptanceElement.d.mts +4 -4
  665. package/dist/esm/api/types/CardFeeSection.d.mts +11 -11
  666. package/dist/esm/api/types/CardFlatSection.d.mts +1 -1
  667. package/dist/esm/api/types/CardIcpSection.d.mts +1 -1
  668. package/dist/esm/api/types/CardLinkTypes.d.mts +4 -4
  669. package/dist/esm/api/types/CardPassThroughSection.d.mts +2 -2
  670. package/dist/esm/api/types/CardSection.d.mts +3 -3
  671. package/dist/esm/api/types/CardService.d.mts +30 -30
  672. package/dist/esm/api/types/CardSetup.d.mts +4 -4
  673. package/dist/esm/api/types/CardType.d.mts +4 -4
  674. package/dist/esm/api/types/CardTypePass.d.mts +4 -4
  675. package/dist/esm/api/types/CardTypes.d.mts +4 -4
  676. package/dist/esm/api/types/CascadeJobDetails.d.mts +4 -4
  677. package/dist/esm/api/types/CloudQueryApiResponse.d.mts +2 -2
  678. package/dist/esm/api/types/ConfigureApplePayOrganizationApiResponse.d.mts +4 -4
  679. package/dist/esm/api/types/ConfigureApplePaypointApiResponse.d.mts +5 -5
  680. package/dist/esm/api/types/ConfigureGooglePaypointApiResponse.d.mts +1 -1
  681. package/dist/esm/api/types/ContactElement.d.mts +6 -6
  682. package/dist/esm/api/types/Contacts.d.mts +5 -5
  683. package/dist/esm/api/types/ContactsResponse.d.mts +4 -4
  684. package/dist/esm/api/types/CustomerData.d.mts +26 -26
  685. package/dist/esm/api/types/CustomerQueryRecords.d.mts +46 -46
  686. package/dist/esm/api/types/CustomerSummaryRecord.d.mts +4 -4
  687. package/dist/esm/api/types/DSection.d.mts +2 -2
  688. package/dist/esm/api/types/DisplayProperty.d.mts +3 -3
  689. package/dist/esm/api/types/DocumentSection.d.mts +12 -12
  690. package/dist/esm/api/types/DocumentsRef.d.mts +2 -2
  691. package/dist/esm/api/types/Element.d.mts +2 -2
  692. package/dist/esm/api/types/Entry.d.mts +1 -1
  693. package/dist/esm/api/types/FileContent.d.mts +4 -4
  694. package/dist/esm/api/types/Finishtype.d.mts +2 -2
  695. package/dist/esm/api/types/FrequencyList.d.mts +7 -7
  696. package/dist/esm/api/types/GeneralEvents.d.mts +5 -5
  697. package/dist/esm/api/types/GooglePayData.d.mts +2 -2
  698. package/dist/esm/api/types/GooglePayMetadata.d.mts +3 -3
  699. package/dist/esm/api/types/GooglePayPaypointRegistrationData.d.mts +4 -4
  700. package/dist/esm/api/types/GooglePayStatusData.d.mts +2 -2
  701. package/dist/esm/api/types/GoogleWalletData.d.mts +2 -2
  702. package/dist/esm/api/types/HeaderElement.d.mts +3 -3
  703. package/dist/esm/api/types/Instrument.d.mts +5 -5
  704. package/dist/esm/api/types/InvoiceElement.d.mts +4 -4
  705. package/dist/esm/api/types/KeyValue.d.mts +2 -2
  706. package/dist/esm/api/types/KeyValueDuo.d.mts +2 -2
  707. package/dist/esm/api/types/LabelElement.d.mts +3 -3
  708. package/dist/esm/api/types/LineItem.d.mts +7 -7
  709. package/dist/esm/api/types/LineItemQueryRecord.d.mts +14 -14
  710. package/dist/esm/api/types/LinkData.d.mts +3 -3
  711. package/dist/esm/api/types/LinkRow.d.mts +1 -1
  712. package/dist/esm/api/types/MethodElement.d.mts +10 -10
  713. package/dist/esm/api/types/MethodQueryRecords.d.mts +8 -8
  714. package/dist/esm/api/types/MethodsList.d.mts +7 -7
  715. package/dist/esm/api/types/MfaData.d.mts +2 -2
  716. package/dist/esm/api/types/NoteElement.d.mts +5 -5
  717. package/dist/esm/api/types/NotificationContent.d.mts +7 -7
  718. package/dist/esm/api/types/NotificationQueryRecord.d.mts +11 -11
  719. package/dist/esm/api/types/NotificationReportRequest.d.mts +9 -9
  720. package/dist/esm/api/types/NotificationStandardRequest.d.mts +7 -7
  721. package/dist/esm/api/types/OList.d.mts +15 -15
  722. package/dist/esm/api/types/OSection.d.mts +2 -2
  723. package/dist/esm/api/types/OdpSetup.d.mts +6 -6
  724. package/dist/esm/api/types/OrgData.d.mts +6 -6
  725. package/dist/esm/api/types/OrgScope.d.mts +2 -2
  726. package/dist/esm/api/types/OrgXScope.d.mts +3 -3
  727. package/dist/esm/api/types/OrganizationQueryRecord.d.mts +33 -33
  728. package/dist/esm/api/types/OrganizationUpdates.d.mts +2 -2
  729. package/dist/esm/api/types/Owners.d.mts +16 -16
  730. package/dist/esm/api/types/OwnersSection.d.mts +24 -24
  731. package/dist/esm/api/types/PSection.d.mts +12 -12
  732. package/dist/esm/api/types/PageContent.d.mts +15 -15
  733. package/dist/esm/api/types/PageElement.d.mts +4 -4
  734. package/dist/esm/api/types/PageSetting.d.mts +7 -7
  735. package/dist/esm/api/types/PagelinkSetting.d.mts +6 -6
  736. package/dist/esm/api/types/PairFiles.d.mts +3 -3
  737. package/dist/esm/api/types/PayCategory.d.mts +9 -9
  738. package/dist/esm/api/types/PayMethodBodyAllFields.d.mts +12 -12
  739. package/dist/esm/api/types/PayMethodCloud.d.mts +1 -1
  740. package/dist/esm/api/types/PayMethodCredit.d.mts +4 -4
  741. package/dist/esm/api/types/PayMethodStoredMethod.d.mts +3 -3
  742. package/dist/esm/api/types/PayabliApiResponse.d.mts +2 -2
  743. package/dist/esm/api/types/PayabliApiResponse0.d.mts +11 -11
  744. package/dist/esm/api/types/PayabliApiResponse00.d.mts +4 -4
  745. package/dist/esm/api/types/PayabliApiResponse0000.d.mts +12 -12
  746. package/dist/esm/api/types/PayabliApiResponse00Responsedatanonobject.d.mts +5 -5
  747. package/dist/esm/api/types/PayabliApiResponse6.d.mts +3 -3
  748. package/dist/esm/api/types/PayabliApiResponseCustomerQuery.d.mts +2 -2
  749. package/dist/esm/api/types/PayabliApiResponseError400.d.mts +7 -7
  750. package/dist/esm/api/types/PayabliApiResponseGeneric2Part.d.mts +1 -1
  751. package/dist/esm/api/types/PayabliApiResponseImport.d.mts +7 -7
  752. package/dist/esm/api/types/PayabliApiResponseMfaBasic.d.mts +4 -4
  753. package/dist/esm/api/types/PayabliApiResponseNotifications.d.mts +4 -4
  754. package/dist/esm/api/types/PayabliApiResponsePaymethodDelete.d.mts +5 -5
  755. package/dist/esm/api/types/PayabliApiResponseTemplateId.d.mts +4 -4
  756. package/dist/esm/api/types/PayabliApiResponseUserMfa.d.mts +4 -4
  757. package/dist/esm/api/types/PayabliApiResponseVendors.d.mts +4 -4
  758. package/dist/esm/api/types/PayabliCredentials.d.mts +10 -10
  759. package/dist/esm/api/types/PayabliCredentialsPascal.d.mts +12 -12
  760. package/dist/esm/api/types/PayabliPages.d.mts +11 -11
  761. package/dist/esm/api/types/PaymentCategories.d.mts +2 -2
  762. package/dist/esm/api/types/PaymentDetail.d.mts +7 -5
  763. package/dist/esm/api/types/PaymentDetailCredit.d.mts +2 -2
  764. package/dist/esm/api/types/PaymentMethodDomainApiResponse.d.mts +2 -2
  765. package/dist/esm/api/types/PaymentMethodDomainGeneralResponse.d.mts +3 -3
  766. package/dist/esm/api/types/PayorDataRequest.d.mts +21 -21
  767. package/dist/esm/api/types/PayorElement.d.mts +4 -4
  768. package/dist/esm/api/types/PayorFields.d.mts +10 -10
  769. package/dist/esm/api/types/PayoutGatewayConnector.d.mts +9 -9
  770. package/dist/esm/api/types/PaypointData.d.mts +20 -20
  771. package/dist/esm/api/types/PaypointEntryConfig.d.mts +8 -8
  772. package/dist/esm/api/types/PaypointSummary.d.mts +5 -5
  773. package/dist/esm/api/types/PendingFeeAmount.d.mts +1 -1
  774. package/dist/esm/api/types/PoiDevice.d.mts +13 -13
  775. package/dist/esm/api/types/ProcessingSection.d.mts +14 -14
  776. package/dist/esm/api/types/PushPayLinkRequest.d.mts +2 -2
  777. package/dist/esm/api/types/QueryBatchesOutResponse.d.mts +41 -69
  778. package/dist/esm/api/types/QueryBoardingAppsListResponse.d.mts +2 -2
  779. package/dist/esm/api/types/QueryBoardingLinksResponse.d.mts +8 -8
  780. package/dist/esm/api/types/QueryCFeeTransaction.d.mts +8 -8
  781. package/dist/esm/api/types/QueryChargebacksResponse.d.mts +29 -29
  782. package/dist/esm/api/types/QueryCustomerResponse.d.mts +2 -2
  783. package/dist/esm/api/types/QueryEntrypointResponse.d.mts +49 -49
  784. package/dist/esm/api/types/QueryPaymentData.d.mts +14 -14
  785. package/dist/esm/api/types/QueryPayoutTransaction.d.mts +72 -72
  786. package/dist/esm/api/types/QueryResponse.d.mts +2 -2
  787. package/dist/esm/api/types/QueryResponseData.d.mts +15 -15
  788. package/dist/esm/api/types/QueryResponseItems.d.mts +7 -7
  789. package/dist/esm/api/types/QueryResponseNotificationReports.d.mts +6 -6
  790. package/dist/esm/api/types/QueryResponseNotifications.d.mts +13 -13
  791. package/dist/esm/api/types/QueryResponseSettlements.d.mts +45 -45
  792. package/dist/esm/api/types/QueryResponseTransactions.d.mts +2 -2
  793. package/dist/esm/api/types/QueryResponseVendors.d.mts +2 -2
  794. package/dist/esm/api/types/QuerySubscriptionResponse.d.mts +2 -2
  795. package/dist/esm/api/types/QuerySummary.d.mts +6 -6
  796. package/dist/esm/api/types/QuerySummaryNoAmt.d.mts +4 -4
  797. package/dist/esm/api/types/QueryTransactionEvents.d.mts +4 -4
  798. package/dist/esm/api/types/QueryTransactionPayorData.d.mts +22 -22
  799. package/dist/esm/api/types/QueryTransactionPayorDataCustomer.d.mts +22 -22
  800. package/dist/esm/api/types/QueryUserResponse.d.mts +2 -2
  801. package/dist/esm/api/types/ReceiptContent.d.mts +9 -9
  802. package/dist/esm/api/types/RefundDetail.d.mts +2 -2
  803. package/dist/esm/api/types/Responsecode.d.mts +1 -1
  804. package/dist/esm/api/types/ResultCodeText.d.mts +1 -1
  805. package/dist/esm/api/types/ResultCodev2.d.mts +1 -1
  806. package/dist/esm/api/types/SSection.d.mts +2 -2
  807. package/dist/esm/api/types/SalesSection.d.mts +2 -2
  808. package/dist/esm/api/types/ScheduleDetail.d.mts +4 -4
  809. package/dist/esm/api/types/ServiceCost.d.mts +8 -8
  810. package/dist/esm/api/types/Services.d.mts +3 -3
  811. package/dist/esm/api/types/ServicesSection.d.mts +4 -4
  812. package/dist/esm/api/types/SettingElement.d.mts +6 -6
  813. package/dist/esm/api/types/SettingsQueryRecord.d.mts +6 -7
  814. package/dist/esm/api/types/SignerData.d.mts +16 -16
  815. package/dist/esm/api/types/SignerDataRequest.d.mts +15 -15
  816. package/dist/esm/api/types/SignerSection.d.mts +14 -14
  817. package/dist/esm/api/types/SplitFundingContent.d.mts +4 -4
  818. package/dist/esm/api/types/SplitFundingRefundContent.d.mts +4 -4
  819. package/dist/esm/api/types/SubscriptionQueryRecords.d.mts +23 -23
  820. package/dist/esm/api/types/SummaryOrg.d.mts +6 -6
  821. package/dist/esm/api/types/TemplateAdditionalDataField.d.mts +6 -6
  822. package/dist/esm/api/types/TemplateAdditionalDataSection.d.mts +1 -1
  823. package/dist/esm/api/types/TemplateContent.d.mts +7 -7
  824. package/dist/esm/api/types/TemplateContentResponse.d.mts +7 -7
  825. package/dist/esm/api/types/TemplateData.d.mts +5 -5
  826. package/dist/esm/api/types/TemplateElement.d.mts +3 -3
  827. package/dist/esm/api/types/TemplateQueryRecord.d.mts +11 -11
  828. package/dist/esm/api/types/TemplateQueryResponse.d.mts +2 -2
  829. package/dist/esm/api/types/TierItem.d.mts +4 -4
  830. package/dist/esm/api/types/TierItemPass.d.mts +6 -6
  831. package/dist/esm/api/types/TransactionOutQueryRecord.d.mts +32 -32
  832. package/dist/esm/api/types/TransactionQueryRecords.d.mts +35 -35
  833. package/dist/esm/api/types/TransactionQueryRecordsCustomer.d.mts +35 -35
  834. package/dist/esm/api/types/Transfer.d.mts +2 -1
  835. package/dist/esm/api/types/TransferBankAccount.d.mts +1 -0
  836. package/dist/esm/api/types/TransferQueryResponse.d.mts +2 -1
  837. package/dist/esm/api/types/UnderwritingData.d.mts +1 -1
  838. package/dist/esm/api/types/UnderwritingDataResponse.d.mts +2 -2
  839. package/dist/esm/api/types/UserData.d.mts +11 -11
  840. package/dist/esm/api/types/UserQueryRecord.d.mts +16 -16
  841. package/dist/esm/api/types/UsrAccess.d.mts +2 -2
  842. package/dist/esm/api/types/VCardQueryResponse.d.mts +2 -2
  843. package/dist/esm/api/types/VCardRecord.d.mts +26 -26
  844. package/dist/esm/api/types/VCardSummary.d.mts +2 -2
  845. package/dist/esm/api/types/VendorData.d.mts +30 -30
  846. package/dist/esm/api/types/VendorDataResponse.d.mts +3 -3
  847. package/dist/esm/api/types/VendorOutData.d.mts +22 -22
  848. package/dist/esm/api/types/VendorPaymentMethod.d.mts +1 -1
  849. package/dist/esm/api/types/VendorQueryRecord.d.mts +42 -42
  850. package/dist/esm/api/types/VendorResponseBillingData.d.mts +14 -14
  851. package/dist/esm/api/types/VendorResponseSummary.d.mts +16 -16
  852. package/dist/esm/api/types/VendorSummary.d.mts +16 -16
  853. package/dist/esm/auth/HeaderAuthProvider.d.mts +14 -10
  854. package/dist/esm/auth/HeaderAuthProvider.mjs +18 -9
  855. package/dist/esm/core/fetcher/EndpointSupplier.d.mts +2 -2
  856. package/dist/esm/core/fetcher/Fetcher.d.mts +1 -2
  857. package/dist/esm/core/fetcher/Fetcher.mjs +7 -1
  858. package/dist/esm/core/headers.d.mts +2 -2
  859. package/dist/esm/version.d.mts +1 -1
  860. package/dist/esm/version.mjs +1 -1
  861. package/package.json +2 -2
  862. package/reference.md +360 -48
@@ -13,7 +13,7 @@ export declare class HostedPaymentPagesClient {
13
13
  /**
14
14
  * Loads all of a payment page's details including `pageIdentifier` and `validationCode`. This endpoint requires an `application` API token.
15
15
  *
16
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
16
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
17
17
  * @param {string} subdomain - Payment page identifier. The subdomain value is the last part of the payment page URL. For example, in`https://paypages-sandbox.payabli.com/513823dc10/pay-your-fees-1`, the subdomain is `pay-your-fees-1`.
18
18
  * @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
19
19
  *
@@ -32,7 +32,7 @@ export declare class HostedPaymentPagesClient {
32
32
  * Creates a new payment page for a paypoint.
33
33
  * Note: this operation doesn't create a new paypoint, just a payment page for an existing paypoint. Paypoints are created by the Payabli team when a boarding application is approved.
34
34
  *
35
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
35
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
36
36
  * @param {Payabli.NewPageRequest} request
37
37
  * @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
38
38
  *
@@ -52,7 +52,7 @@ export declare class HostedPaymentPagesClient {
52
52
  /**
53
53
  * Updates a payment page in a paypoint.
54
54
  *
55
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
55
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
56
56
  * @param {string} subdomain - Payment page identifier. The subdomain value is the last part of the payment page URL. For example, in`https://paypages-sandbox.payabli.com/513823dc10/pay-your-fees-1`, the subdomain is `pay-your-fees-1`.
57
57
  * @param {Payabli.PayabliPages} request
58
58
  * @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
@@ -22,7 +22,7 @@ export class HostedPaymentPagesClient {
22
22
  /**
23
23
  * Loads all of a payment page's details including `pageIdentifier` and `validationCode`. This endpoint requires an `application` API token.
24
24
  *
25
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
25
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
26
26
  * @param {string} subdomain - Payment page identifier. The subdomain value is the last part of the payment page URL. For example, in`https://paypages-sandbox.payabli.com/513823dc10/pay-your-fees-1`, the subdomain is `pay-your-fees-1`.
27
27
  * @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
28
28
  *
@@ -82,7 +82,7 @@ export class HostedPaymentPagesClient {
82
82
  * Creates a new payment page for a paypoint.
83
83
  * Note: this operation doesn't create a new paypoint, just a payment page for an existing paypoint. Paypoints are created by the Payabli team when a boarding application is approved.
84
84
  *
85
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
85
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
86
86
  * @param {Payabli.NewPageRequest} request
87
87
  * @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
88
88
  *
@@ -105,7 +105,7 @@ export class HostedPaymentPagesClient {
105
105
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
106
106
  const { idempotencyKey, body: _body } = request;
107
107
  const _authRequest = yield this._options.authProvider.getAuthRequest();
108
- const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ idempotencyKey: idempotencyKey != null ? idempotencyKey : undefined }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
108
+ const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ idempotencyKey: idempotencyKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
109
109
  const _response = yield core.fetcher({
110
110
  url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.PayabliEnvironment.Sandbox, `Paypoint/${core.url.encodePathParam(entry)}`),
111
111
  method: "POST",
@@ -150,7 +150,7 @@ export class HostedPaymentPagesClient {
150
150
  /**
151
151
  * Updates a payment page in a paypoint.
152
152
  *
153
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
153
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
154
154
  * @param {string} subdomain - Payment page identifier. The subdomain value is the last part of the payment page URL. For example, in`https://paypages-sandbox.payabli.com/513823dc10/pay-your-fees-1`, the subdomain is `pay-your-fees-1`.
155
155
  * @param {Payabli.PayabliPages} request
156
156
  * @param {HostedPaymentPagesClient.RequestOptions} requestOptions - Request-specific configuration.
@@ -43,9 +43,9 @@ export class ImportClient {
43
43
  __importBills(entry, request, requestOptions) {
44
44
  return __awaiter(this, void 0, void 0, function* () {
45
45
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
46
- const _request = yield core.newFormData();
47
- yield _request.appendFile("file", request.file);
48
- const _maybeEncodedRequest = yield _request.getRequest();
46
+ const _body = yield core.newFormData();
47
+ yield _body.appendFile("file", request.file);
48
+ const _maybeEncodedRequest = yield _body.getRequest();
49
49
  const _authRequest = yield this._options.authProvider.getAuthRequest();
50
50
  const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, _maybeEncodedRequest.headers)), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
51
51
  const _response = yield core.fetcher({
@@ -110,13 +110,12 @@ export class ImportClient {
110
110
  __importCustomer(entry, request, requestOptions) {
111
111
  return __awaiter(this, void 0, void 0, function* () {
112
112
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
113
- const _queryParams = {};
114
- if (request.replaceExisting != null) {
115
- _queryParams.replaceExisting = request.replaceExisting.toString();
116
- }
117
- const _request = yield core.newFormData();
118
- yield _request.appendFile("file", request.file);
119
- const _maybeEncodedRequest = yield _request.getRequest();
113
+ const _queryParams = {
114
+ replaceExisting: request.replaceExisting,
115
+ };
116
+ const _body = yield core.newFormData();
117
+ yield _body.appendFile("file", request.file);
118
+ const _maybeEncodedRequest = yield _body.getRequest();
120
119
  const _authRequest = yield this._options.authProvider.getAuthRequest();
121
120
  const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, _maybeEncodedRequest.headers)), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
122
121
  const _response = yield core.fetcher({
@@ -176,9 +175,9 @@ export class ImportClient {
176
175
  __importVendor(entry, request, requestOptions) {
177
176
  return __awaiter(this, void 0, void 0, function* () {
178
177
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
179
- const _request = yield core.newFormData();
180
- yield _request.appendFile("file", request.file);
181
- const _maybeEncodedRequest = yield _request.getRequest();
178
+ const _body = yield core.newFormData();
179
+ yield _body.appendFile("file", request.file);
180
+ const _maybeEncodedRequest = yield _body.getRequest();
182
181
  const _authRequest = yield this._options.authProvider.getAuthRequest();
183
182
  const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders(Object.assign({}, _maybeEncodedRequest.headers)), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
184
183
  const _response = yield core.fetcher({
@@ -13,7 +13,7 @@ export declare class InvoiceClient {
13
13
  /**
14
14
  * Creates an invoice in an entrypoint.
15
15
  *
16
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
16
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
17
17
  * @param {Payabli.AddInvoiceRequest} request
18
18
  * @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
19
19
  *
@@ -181,7 +181,7 @@ export declare class InvoiceClient {
181
181
  /**
182
182
  * Retrieves the next available invoice number for a paypoint.
183
183
  *
184
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
184
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
185
185
  * @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
186
186
  *
187
187
  * @throws {@link Payabli.BadRequestError}
@@ -197,7 +197,7 @@ export declare class InvoiceClient {
197
197
  /**
198
198
  * Returns a list of invoices for an entrypoint. Use filters to limit results. Include the `exportFormat` query parameter to return the results as a file instead of a JSON response.
199
199
  *
200
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
200
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
201
201
  * @param {Payabli.ListInvoicesRequest} request
202
202
  * @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
203
203
  *
@@ -23,7 +23,7 @@ export class InvoiceClient {
23
23
  /**
24
24
  * Creates an invoice in an entrypoint.
25
25
  *
26
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
26
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
27
27
  * @param {Payabli.AddInvoiceRequest} request
28
28
  * @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
29
29
  *
@@ -73,12 +73,11 @@ export class InvoiceClient {
73
73
  return __awaiter(this, void 0, void 0, function* () {
74
74
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
75
75
  const { forceCustomerCreation, idempotencyKey, body: _body } = request;
76
- const _queryParams = {};
77
- if (forceCustomerCreation != null) {
78
- _queryParams.forceCustomerCreation = forceCustomerCreation.toString();
79
- }
76
+ const _queryParams = {
77
+ forceCustomerCreation,
78
+ };
80
79
  const _authRequest = yield this._options.authProvider.getAuthRequest();
81
- const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ idempotencyKey: idempotencyKey != null ? idempotencyKey : undefined }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
80
+ const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ idempotencyKey: idempotencyKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
82
81
  const _response = yield core.fetcher({
83
82
  url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.PayabliEnvironment.Sandbox, `Invoice/${core.url.encodePathParam(entry)}`),
84
83
  method: "POST",
@@ -278,10 +277,9 @@ export class InvoiceClient {
278
277
  return __awaiter(this, void 0, void 0, function* () {
279
278
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
280
279
  const { forceCustomerCreation, body: _body } = request;
281
- const _queryParams = {};
282
- if (forceCustomerCreation != null) {
283
- _queryParams.forceCustomerCreation = forceCustomerCreation.toString();
284
- }
280
+ const _queryParams = {
281
+ forceCustomerCreation,
282
+ };
285
283
  const _authRequest = yield this._options.authProvider.getAuthRequest();
286
284
  const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
287
285
  const _response = yield core.fetcher({
@@ -357,10 +355,9 @@ export class InvoiceClient {
357
355
  return __awaiter(this, arguments, void 0, function* (idInvoice, filename, request = {}, requestOptions) {
358
356
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
359
357
  const { returnObject } = request;
360
- const _queryParams = {};
361
- if (returnObject != null) {
362
- _queryParams.returnObject = returnObject.toString();
363
- }
358
+ const _queryParams = {
359
+ returnObject,
360
+ };
364
361
  const _authRequest = yield this._options.authProvider.getAuthRequest();
365
362
  const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
366
363
  const _response = yield core.fetcher({
@@ -458,7 +455,7 @@ export class InvoiceClient {
458
455
  /**
459
456
  * Retrieves the next available invoice number for a paypoint.
460
457
  *
461
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
458
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
462
459
  * @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
463
460
  *
464
461
  * @throws {@link Payabli.BadRequestError}
@@ -515,7 +512,7 @@ export class InvoiceClient {
515
512
  /**
516
513
  * Returns a list of invoices for an entrypoint. Use filters to limit results. Include the `exportFormat` query parameter to return the results as a file instead of a JSON response.
517
514
  *
518
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
515
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
519
516
  * @param {Payabli.ListInvoicesRequest} request
520
517
  * @param {InvoiceClient.RequestOptions} requestOptions - Request-specific configuration.
521
518
  *
@@ -538,22 +535,13 @@ export class InvoiceClient {
538
535
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
539
536
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
540
537
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
541
- const _queryParams = {};
542
- if (exportFormat != null) {
543
- _queryParams.exportFormat = exportFormat;
544
- }
545
- if (fromRecord != null) {
546
- _queryParams.fromRecord = fromRecord.toString();
547
- }
548
- if (limitRecord != null) {
549
- _queryParams.limitRecord = limitRecord.toString();
550
- }
551
- if (parameters != null) {
552
- _queryParams.parameters = toJson(parameters);
553
- }
554
- if (sortBy != null) {
555
- _queryParams.sortBy = sortBy;
556
- }
538
+ const _queryParams = {
539
+ exportFormat: exportFormat != null ? exportFormat : undefined,
540
+ fromRecord,
541
+ limitRecord,
542
+ parameters: parameters != null ? toJson(parameters) : undefined,
543
+ sortBy,
544
+ };
557
545
  const _authRequest = yield this._options.authProvider.getAuthRequest();
558
546
  const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
559
547
  const _response = yield core.fetcher({
@@ -617,22 +605,13 @@ export class InvoiceClient {
617
605
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
618
606
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
619
607
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
620
- const _queryParams = {};
621
- if (exportFormat != null) {
622
- _queryParams.exportFormat = exportFormat;
623
- }
624
- if (fromRecord != null) {
625
- _queryParams.fromRecord = fromRecord.toString();
626
- }
627
- if (limitRecord != null) {
628
- _queryParams.limitRecord = limitRecord.toString();
629
- }
630
- if (parameters != null) {
631
- _queryParams.parameters = toJson(parameters);
632
- }
633
- if (sortBy != null) {
634
- _queryParams.sortBy = sortBy;
635
- }
608
+ const _queryParams = {
609
+ exportFormat: exportFormat != null ? exportFormat : undefined,
610
+ fromRecord,
611
+ limitRecord,
612
+ parameters: parameters != null ? toJson(parameters) : undefined,
613
+ sortBy,
614
+ };
636
615
  const _authRequest = yield this._options.authProvider.getAuthRequest();
637
616
  const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
638
617
  const _response = yield core.fetcher({
@@ -695,13 +674,10 @@ export class InvoiceClient {
695
674
  return __awaiter(this, arguments, void 0, function* (idInvoice, request = {}, requestOptions) {
696
675
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
697
676
  const { attachfile, mail2 } = request;
698
- const _queryParams = {};
699
- if (attachfile != null) {
700
- _queryParams.attachfile = attachfile.toString();
701
- }
702
- if (mail2 != null) {
703
- _queryParams.mail2 = mail2;
704
- }
677
+ const _queryParams = {
678
+ attachfile,
679
+ mail2,
680
+ };
705
681
  const _authRequest = yield this._options.authProvider.getAuthRequest();
706
682
  const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
707
683
  const _response = yield core.fetcher({
@@ -4,11 +4,11 @@ export interface GetInvoiceRecord {
4
4
  customerId: Payabli.CustomerId;
5
5
  paypointId: Payabli.PaypointId;
6
6
  invoiceNumber: Payabli.InvoiceNumber;
7
- invoiceDate?: Payabli.Datenullable;
8
- invoiceDueDate?: Payabli.Datenullable;
9
- invoiceSentDate?: Payabli.DatetimeNullable;
10
- invoiceEndDate?: Payabli.Datenullable;
11
- lastPaymentDate?: Payabli.DatetimeNullable;
7
+ invoiceDate?: Payabli.Datenullable | undefined;
8
+ invoiceDueDate?: Payabli.Datenullable | undefined;
9
+ invoiceSentDate?: Payabli.DatetimeNullable | undefined;
10
+ invoiceEndDate?: Payabli.Datenullable | undefined;
11
+ lastPaymentDate?: Payabli.DatetimeNullable | undefined;
12
12
  createdAt: Payabli.CreatedAt;
13
13
  invoiceStatus: Payabli.Invoicestatus;
14
14
  invoiceType: Payabli.InvoiceType;
@@ -16,19 +16,19 @@ export interface GetInvoiceRecord {
16
16
  paymentTerms: Payabli.Terms;
17
17
  termsConditions: Payabli.TermsConditions | null;
18
18
  notes: string | null;
19
- tax?: Payabli.Tax;
20
- discount?: Payabli.Discount;
19
+ tax?: Payabli.Tax | undefined;
20
+ discount?: Payabli.Discount | undefined;
21
21
  invoiceAmount: Payabli.InvoiceAmount;
22
22
  invoicePaidAmount: Payabli.InvoicePaidAmount;
23
- freightAmount?: Payabli.FreightAmount;
24
- dutyAmount?: Payabli.DutyAmount;
23
+ freightAmount?: Payabli.FreightAmount | undefined;
24
+ dutyAmount?: Payabli.DutyAmount | undefined;
25
25
  purchaseOrder: Payabli.PurchaseOrder;
26
26
  /** First name of the recipient of the invoice. */
27
- firstName?: string;
27
+ firstName?: string | undefined;
28
28
  /** Last name of the recipient of the invoice. */
29
- lastName?: string;
29
+ lastName?: string | undefined;
30
30
  /** Company name of the recipient of the invoice. */
31
- company?: string;
31
+ company?: string | undefined;
32
32
  shippingAddress1: Payabli.Shippingaddress;
33
33
  shippingAddress2: Payabli.Shippingaddressadditional;
34
34
  shippingCity: Payabli.Shippingcity;
@@ -42,13 +42,13 @@ export interface GetInvoiceRecord {
42
42
  items: Payabli.BillItem[];
43
43
  Customer: Payabli.PayorDataResponse;
44
44
  paylinkId: Payabli.PaylinkId;
45
- billEvents?: Payabli.BillEvents;
45
+ billEvents?: Payabli.BillEvents | undefined;
46
46
  scheduledOptions: Payabli.BillOptions;
47
47
  PaypointLegalname: string;
48
48
  PaypointDbaname: Payabli.Dbaname;
49
49
  PaypointEntryname: Payabli.Entrypointfield;
50
50
  ParentOrgName: Payabli.OrgParentName;
51
- AdditionalData?: Payabli.AdditionalDataMap;
51
+ AdditionalData?: Payabli.AdditionalDataMap | undefined;
52
52
  DocumentsRef: Payabli.DocumentsRef;
53
- externalPaypointID?: Payabli.ExternalPaypointId;
53
+ externalPaypointID?: Payabli.ExternalPaypointId | undefined;
54
54
  }
@@ -1,9 +1,9 @@
1
1
  import type * as Payabli from "../../../index.mjs";
2
2
  export interface InvoiceDataRequest {
3
3
  /** Object describing the customer/payor. Required for POST requests. Which fields are required depends on the paypoint's custom identifier settings. */
4
- customerData?: Payabli.PayorDataRequest;
4
+ customerData?: Payabli.PayorDataRequest | undefined;
5
5
  /** Object describing the invoice. Required for POST requests. */
6
- invoiceData?: Payabli.BillData;
6
+ invoiceData?: Payabli.BillData | undefined;
7
7
  /** Object with options for scheduled invoices. */
8
- scheduledOptions?: Payabli.BillOptions;
8
+ scheduledOptions?: Payabli.BillOptions | undefined;
9
9
  }
@@ -12,13 +12,13 @@ export declare namespace QueryInvoiceResponse {
12
12
  paypointId: Payabli.PaypointId;
13
13
  invoiceNumber: Payabli.InvoiceNumber;
14
14
  /** Invoice date in any of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
15
- invoiceDate?: Payabli.Datenullable;
15
+ invoiceDate?: Payabli.Datenullable | undefined;
16
16
  /** Invoice due date in any of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
17
- invoiceDueDate?: Payabli.Datenullable;
17
+ invoiceDueDate?: Payabli.Datenullable | undefined;
18
18
  /** Invoice sent date in any of the accepted formats: YYYY-MM-DD, MM/DD/YYYY. */
19
- invoiceSentDate?: Payabli.Datenullable;
19
+ invoiceSentDate?: Payabli.Datenullable | undefined;
20
20
  /** The end date for a scheduled invoice cycle (`invoiceType` = 1). */
21
- invoiceEndDate?: Payabli.Datenullable;
21
+ invoiceEndDate?: Payabli.Datenullable | undefined;
22
22
  /** Timestamp of last payment. */
23
23
  lastPaymentDate?: Payabli.DatetimeNullable | undefined;
24
24
  createdAt: Payabli.CreatedAt;
@@ -30,12 +30,12 @@ export declare namespace QueryInvoiceResponse {
30
30
  termsConditions: Payabli.TermsConditions | null;
31
31
  /** Invoice notes. */
32
32
  notes: string | null;
33
- tax?: Payabli.Tax;
34
- discount?: Payabli.Discount;
33
+ tax?: Payabli.Tax | undefined;
34
+ discount?: Payabli.Discount | undefined;
35
35
  invoiceAmount: Payabli.InvoiceAmount;
36
36
  invoicePaidAmount: Payabli.InvoicePaidAmount;
37
- freightAmount?: Payabli.FreightAmount;
38
- dutyAmount?: Payabli.DutyAmount;
37
+ freightAmount?: Payabli.FreightAmount | undefined;
38
+ dutyAmount?: Payabli.DutyAmount | undefined;
39
39
  purchaseOrder: Payabli.PurchaseOrder | null;
40
40
  /** First name of the recipient of the invoice. */
41
41
  firstName: string;
@@ -59,7 +59,7 @@ export declare namespace QueryInvoiceResponse {
59
59
  items: Payabli.BillItem[];
60
60
  Customer: Payabli.PayorDataResponse;
61
61
  paylinkId: string;
62
- billEvents?: Payabli.BillEvents;
62
+ billEvents?: Payabli.BillEvents | undefined;
63
63
  /** Object with options for scheduled invoices. */
64
64
  scheduledOptions: Payabli.BillOptions | null;
65
65
  /** Paypoint's legal name. */
@@ -13,7 +13,7 @@ export declare class LineItemClient {
13
13
  /**
14
14
  * Adds products and services to an entrypoint's catalog. These are used as line items for invoicing and transactions. In the response, "responseData" displays the item's code.
15
15
  *
16
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
16
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
17
17
  * @param {Payabli.AddItemRequest} request
18
18
  * @param {LineItemClient.RequestOptions} requestOptions - Request-specific configuration.
19
19
  *
@@ -73,7 +73,7 @@ export declare class LineItemClient {
73
73
  /**
74
74
  * Retrieves a list of line items and their details from an entrypoint. Line items are also known as items, products, and services. Use filters to limit results.
75
75
  *
76
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
76
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
77
77
  * @param {Payabli.ListLineItemsRequest} request
78
78
  * @param {LineItemClient.RequestOptions} requestOptions - Request-specific configuration.
79
79
  *
@@ -23,7 +23,7 @@ export class LineItemClient {
23
23
  /**
24
24
  * Adds products and services to an entrypoint's catalog. These are used as line items for invoicing and transactions. In the response, "responseData" displays the item's code.
25
25
  *
26
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
26
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
27
27
  * @param {Payabli.AddItemRequest} request
28
28
  * @param {LineItemClient.RequestOptions} requestOptions - Request-specific configuration.
29
29
  *
@@ -54,7 +54,7 @@ export class LineItemClient {
54
54
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
55
55
  const { idempotencyKey, body: _body } = request;
56
56
  const _authRequest = yield this._options.authProvider.getAuthRequest();
57
- const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ idempotencyKey: idempotencyKey != null ? idempotencyKey : undefined }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
57
+ const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, mergeOnlyDefinedHeaders({ idempotencyKey: idempotencyKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
58
58
  const _response = yield core.fetcher({
59
59
  url: core.url.join((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.PayabliEnvironment.Sandbox, `LineItem/${core.url.encodePathParam(entry)}`),
60
60
  method: "POST",
@@ -210,7 +210,7 @@ export class LineItemClient {
210
210
  /**
211
211
  * Retrieves a list of line items and their details from an entrypoint. Line items are also known as items, products, and services. Use filters to limit results.
212
212
  *
213
- * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
213
+ * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/developers/api-reference/api-overview#entrypoint-vs-entry)
214
214
  * @param {Payabli.ListLineItemsRequest} request
215
215
  * @param {LineItemClient.RequestOptions} requestOptions - Request-specific configuration.
216
216
  *
@@ -233,19 +233,12 @@ export class LineItemClient {
233
233
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
234
234
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
235
235
  const { fromRecord, limitRecord, parameters, sortBy } = request;
236
- const _queryParams = {};
237
- if (fromRecord != null) {
238
- _queryParams.fromRecord = fromRecord.toString();
239
- }
240
- if (limitRecord != null) {
241
- _queryParams.limitRecord = limitRecord.toString();
242
- }
243
- if (parameters != null) {
244
- _queryParams.parameters = toJson(parameters);
245
- }
246
- if (sortBy != null) {
247
- _queryParams.sortBy = sortBy;
248
- }
236
+ const _queryParams = {
237
+ fromRecord,
238
+ limitRecord,
239
+ parameters: parameters != null ? toJson(parameters) : undefined,
240
+ sortBy,
241
+ };
249
242
  const _authRequest = yield this._options.authProvider.getAuthRequest();
250
243
  const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
251
244
  const _response = yield core.fetcher({
@@ -11,7 +11,7 @@ export declare class MoneyInClient {
11
11
  protected readonly _options: NormalizedClientOptionsWithAuth<MoneyInClient.Options>;
12
12
  constructor(options?: MoneyInClient.Options);
13
13
  /**
14
- * Authorize a card transaction. This returns an authorization code and reserves funds for the merchant. Authorized transactions aren't flagged for settlement until [captured](/api-reference/moneyin/capture-an-authorized-transaction).
14
+ * Authorize a card transaction. This returns an authorization code and reserves funds for the merchant. Authorized transactions aren't flagged for settlement until [captured](/developers/api-reference/moneyin/capture-an-authorized-transaction).
15
15
  * Only card transactions can be authorized. This endpoint can't be used for ACH transactions.
16
16
  * <Tip>
17
17
  * Consider migrating to the [v2 Authorize endpoint](/developers/api-reference/moneyinV2/authorize-a-transaction) to take advantage of unified response codes and improved response consistency.
@@ -53,11 +53,11 @@ export declare class MoneyInClient {
53
53
  private __authorize;
54
54
  /**
55
55
  * <Warning>
56
- * This endpoint is deprecated and will be sunset on November 24, 2025. Migrate to [POST `/capture/{transId}`](/api-reference/moneyin/capture-an-authorized-transaction)`.
56
+ * This endpoint is deprecated and will be sunset on November 24, 2025. Migrate to [POST `/capture/{transId}`](/developers/api-reference/moneyin/capture-an-authorized-transaction)`.
57
57
  * </Warning>
58
58
  *
59
59
  * Capture an [authorized
60
- * transaction](/api-reference/moneyin/authorize-a-transaction) to complete the transaction and move funds from the customer to merchant account.
60
+ * transaction](/developers/api-reference/moneyin/authorize-a-transaction) to complete the transaction and move funds from the customer to merchant account.
61
61
  *
62
62
  * @param {string} transId - ReferenceId for the transaction (PaymentId).
63
63
  * @param {number} amount - Amount to be captured. The amount can't be greater the original total amount of the transaction. `0` captures the total amount authorized in the transaction. Partial captures aren't supported.
@@ -74,7 +74,7 @@ export declare class MoneyInClient {
74
74
  capture(transId: string, amount: number, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.CaptureResponse>;
75
75
  private __capture;
76
76
  /**
77
- * Capture an [authorized transaction](/api-reference/moneyin/authorize-a-transaction) to complete the transaction and move funds from the customer to merchant account.
77
+ * Capture an [authorized transaction](/developers/api-reference/moneyin/authorize-a-transaction) to complete the transaction and move funds from the customer to merchant account.
78
78
  *
79
79
  * You can use this endpoint to capture both full and partial amounts of the original authorized transaction. See [Capture an authorized transaction](/developers/developer-guides/pay-in-auth-and-capture) for more information about this endpoint.
80
80
  *
@@ -302,6 +302,30 @@ export declare class MoneyInClient {
302
302
  * await client.moneyIn.getpaid({
303
303
  * body: {
304
304
  * customerData: {
305
+ * customerId: 4440
306
+ * },
307
+ * entryPoint: "f743aed24a",
308
+ * ipaddress: "255.255.255.255",
309
+ * paymentDetails: {
310
+ * checkUniqueId: "abc123def456",
311
+ * serviceFee: 0,
312
+ * totalAmount: 125.5
313
+ * },
314
+ * paymentMethod: {
315
+ * achAccount: "123456",
316
+ * achAccountType: "Checking",
317
+ * achCode: "BOC",
318
+ * achHolder: "John Doe",
319
+ * achRouting: "123456789",
320
+ * method: "ach"
321
+ * }
322
+ * }
323
+ * })
324
+ *
325
+ * @example
326
+ * await client.moneyIn.getpaid({
327
+ * body: {
328
+ * customerData: {
305
329
  * billingAddress1: "123 Walnut Street",
306
330
  * billingCity: "Johnson City",
307
331
  * billingCountry: "US",
@@ -554,7 +578,7 @@ export declare class MoneyInClient {
554
578
  void(transId: string, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.VoidResponse>;
555
579
  private __void;
556
580
  /**
557
- * Make a single transaction. This method authorizes and captures a payment in one step. This is the v2 version of the `api/MoneyIn/getpaid` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/developers/references/pay-in-unified-response-codes) for more information.
581
+ * Make a single transaction. This method authorizes and captures a payment in one step. This is the v2 version of the `api/MoneyIn/getpaid` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
558
582
  *
559
583
  * @param {Payabli.RequestPaymentV2} request
560
584
  * @param {MoneyInClient.RequestOptions} requestOptions - Request-specific configuration.
@@ -656,7 +680,7 @@ export declare class MoneyInClient {
656
680
  getpaidv2(request: Payabli.RequestPaymentV2, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.V2TransactionResponseWrapper>;
657
681
  private __getpaidv2;
658
682
  /**
659
- * Authorize a card transaction. This returns an authorization code and reserves funds for the merchant. Authorized transactions aren't flagged for settlement until captured. This is the v2 version of the `api/MoneyIn/authorize` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/developers/references/pay-in-unified-response-codes) for more information.
683
+ * Authorize a card transaction. This returns an authorization code and reserves funds for the merchant. Authorized transactions aren't flagged for settlement until captured. This is the v2 version of the `api/MoneyIn/authorize` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
660
684
  *
661
685
  * **Note**: Only card transactions can be authorized. This endpoint can't be used for ACH transactions.
662
686
  *
@@ -695,7 +719,7 @@ export declare class MoneyInClient {
695
719
  authorizev2(request: Payabli.RequestPaymentAuthorizeV2, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.V2TransactionResponseWrapper>;
696
720
  private __authorizev2;
697
721
  /**
698
- * Capture an authorized transaction to complete the transaction and move funds from the customer to merchant account. This is the v2 version of the `api/MoneyIn/capture/{transId}` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/developers/references/pay-in-unified-response-codes) for more information.
722
+ * Capture an authorized transaction to complete the transaction and move funds from the customer to merchant account. This is the v2 version of the `api/MoneyIn/capture/{transId}` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
699
723
  *
700
724
  * @param {string} transId - ReferenceId for the transaction (PaymentId).
701
725
  * @param {Payabli.CaptureRequest} request
@@ -727,7 +751,7 @@ export declare class MoneyInClient {
727
751
  /**
728
752
  * Give a full refund for a transaction that has settled and send money back to the account holder. To perform a partial refund, see [Partially refund a transaction](developers/api-reference/moneyinV2/partial-refund-a-settled-transaction).
729
753
  *
730
- * This is the v2 version of the refund endpoint, and returns the unified response format. See [Pay In unified response codes reference](/developers/references/pay-in-unified-response-codes) for more information.
754
+ * This is the v2 version of the refund endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
731
755
  *
732
756
  * @param {string} transId - ReferenceId for the transaction (PaymentId).
733
757
  * @param {MoneyInClient.RequestOptions} requestOptions - Request-specific configuration.
@@ -745,7 +769,7 @@ export declare class MoneyInClient {
745
769
  /**
746
770
  * Refund a transaction that has settled and send money back to the account holder. If `amount` is omitted or set to 0, performs a full refund. When a non-zero `amount` is provided, this endpoint performs a partial refund.
747
771
  *
748
- * This is the v2 version of the refund endpoint, and returns the unified response format. See [Pay In unified response codes reference](/developers/references/pay-in-unified-response-codes) for more information.
772
+ * This is the v2 version of the refund endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
749
773
  *
750
774
  * @param {string} transId - ReferenceId for the transaction (PaymentId).
751
775
  * @param {number} amount - Amount to refund from original transaction, minus any service fees charged on the original transaction. If omitted or set to 0, performs a full refund.
@@ -765,7 +789,7 @@ export declare class MoneyInClient {
765
789
  refundv2Amount(transId: string, amount: number, requestOptions?: MoneyInClient.RequestOptions): core.HttpResponsePromise<Payabli.V2TransactionResponseWrapper>;
766
790
  private __refundv2Amount;
767
791
  /**
768
- * Cancel a transaction that hasn't been settled yet. Voiding non-captured authorizations prevents future captures. This is the v2 version of the `api/MoneyIn/void/{transId}` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/developers/references/pay-in-unified-response-codes) for more information.
792
+ * Cancel a transaction that hasn't been settled yet. Voiding non-captured authorizations prevents future captures. This is the v2 version of the `api/MoneyIn/void/{transId}` endpoint, and returns the unified response format. See [Pay In unified response codes reference](/guides/pay-in-unified-response-codes-reference) for more information.
769
793
  *
770
794
  * @param {string} transId - ReferenceId for the transaction (PaymentId).
771
795
  * @param {MoneyInClient.RequestOptions} requestOptions - Request-specific configuration.