@payabli/sdk-node 0.0.114 → 0.0.117

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 (3917) hide show
  1. package/README.md +139 -12
  2. package/dist/cjs/BaseClient.d.ts +39 -0
  3. package/dist/cjs/BaseClient.js +60 -0
  4. package/dist/cjs/Client.d.ts +90 -109
  5. package/dist/cjs/Client.js +32 -75
  6. package/dist/cjs/api/errors/BadRequestError.d.ts +1 -4
  7. package/dist/cjs/api/errors/BadRequestError.js +1 -3
  8. package/dist/cjs/api/errors/ConflictError.d.ts +2 -5
  9. package/dist/cjs/api/errors/ConflictError.js +1 -3
  10. package/dist/cjs/api/errors/ForbiddenError.d.ts +2 -5
  11. package/dist/cjs/api/errors/ForbiddenError.js +1 -3
  12. package/dist/cjs/api/errors/InternalServerError.d.ts +1 -4
  13. package/dist/cjs/api/errors/InternalServerError.js +1 -3
  14. package/dist/cjs/api/errors/ServiceUnavailableError.d.ts +2 -5
  15. package/dist/cjs/api/errors/ServiceUnavailableError.js +1 -3
  16. package/dist/cjs/api/errors/UnauthorizedError.d.ts +1 -4
  17. package/dist/cjs/api/errors/UnauthorizedError.js +1 -3
  18. package/dist/cjs/api/index.d.ts +2 -2
  19. package/dist/cjs/api/index.js +2 -2
  20. package/dist/cjs/api/resources/bill/client/Client.d.ts +36 -57
  21. package/dist/cjs/api/resources/bill/client/Client.js +154 -281
  22. package/dist/cjs/api/resources/bill/client/index.d.ts +0 -1
  23. package/dist/cjs/api/resources/bill/client/requests/AddBillRequest.d.ts +1 -4
  24. package/dist/cjs/api/resources/bill/client/requests/AddBillRequest.js +1 -3
  25. package/dist/cjs/api/resources/bill/client/requests/DeleteAttachedFromBillRequest.d.ts +0 -3
  26. package/dist/cjs/api/resources/bill/client/requests/DeleteAttachedFromBillRequest.js +1 -3
  27. package/dist/cjs/api/resources/bill/client/requests/GetAttachedFromBillRequest.d.ts +0 -3
  28. package/dist/cjs/api/resources/bill/client/requests/GetAttachedFromBillRequest.js +1 -3
  29. package/dist/cjs/api/resources/bill/client/requests/ListBillsOrgRequest.d.ts +1 -4
  30. package/dist/cjs/api/resources/bill/client/requests/ListBillsOrgRequest.js +1 -3
  31. package/dist/cjs/api/resources/bill/client/requests/ListBillsRequest.d.ts +1 -4
  32. package/dist/cjs/api/resources/bill/client/requests/ListBillsRequest.js +1 -3
  33. package/dist/cjs/api/resources/bill/client/requests/SendToApprovalBillRequest.d.ts +1 -4
  34. package/dist/cjs/api/resources/bill/client/requests/SendToApprovalBillRequest.js +1 -3
  35. package/dist/cjs/api/resources/bill/client/requests/SetApprovedBillRequest.d.ts +0 -3
  36. package/dist/cjs/api/resources/bill/client/requests/SetApprovedBillRequest.js +1 -3
  37. package/dist/cjs/api/resources/bill/client/requests/index.d.ts +7 -7
  38. package/dist/cjs/api/resources/bill/index.d.ts +1 -1
  39. package/dist/cjs/api/resources/bill/index.js +1 -1
  40. package/dist/cjs/api/resources/bill/types/BillOutData.d.ts +1 -4
  41. package/dist/cjs/api/resources/bill/types/BillOutData.js +1 -3
  42. package/dist/cjs/api/resources/bill/types/BillOutDataScheduledOptions.d.ts +0 -3
  43. package/dist/cjs/api/resources/bill/types/BillOutDataScheduledOptions.js +1 -3
  44. package/dist/cjs/api/resources/bill/types/BillResponse.d.ts +1 -4
  45. package/dist/cjs/api/resources/bill/types/BillResponse.js +1 -3
  46. package/dist/cjs/api/resources/bill/types/BillResponseData.d.ts +1 -4
  47. package/dist/cjs/api/resources/bill/types/BillResponseData.js +1 -3
  48. package/dist/cjs/api/resources/bill/types/EditBillResponse.d.ts +1 -4
  49. package/dist/cjs/api/resources/bill/types/EditBillResponse.js +1 -3
  50. package/dist/cjs/api/resources/bill/types/GetBillResponse.d.ts +1 -4
  51. package/dist/cjs/api/resources/bill/types/GetBillResponse.js +1 -3
  52. package/dist/cjs/api/resources/bill/types/ModifyApprovalBillResponse.d.ts +1 -4
  53. package/dist/cjs/api/resources/bill/types/ModifyApprovalBillResponse.js +1 -3
  54. package/dist/cjs/api/resources/bill/types/SetApprovedBillResponse.d.ts +1 -4
  55. package/dist/cjs/api/resources/bill/types/SetApprovedBillResponse.js +1 -3
  56. package/dist/cjs/api/resources/bill/types/index.d.ts +4 -4
  57. package/dist/cjs/api/resources/bill/types/index.js +4 -4
  58. package/dist/cjs/api/resources/boarding/client/Client.d.ts +30 -51
  59. package/dist/cjs/api/resources/boarding/client/Client.js +131 -258
  60. package/dist/cjs/api/resources/boarding/client/index.d.ts +0 -1
  61. package/dist/cjs/api/resources/boarding/client/requests/GetExternalApplicationRequest.d.ts +0 -3
  62. package/dist/cjs/api/resources/boarding/client/requests/GetExternalApplicationRequest.js +1 -3
  63. package/dist/cjs/api/resources/boarding/client/requests/ListApplicationsRequest.d.ts +1 -4
  64. package/dist/cjs/api/resources/boarding/client/requests/ListApplicationsRequest.js +1 -3
  65. package/dist/cjs/api/resources/boarding/client/requests/ListBoardingLinksRequest.d.ts +0 -3
  66. package/dist/cjs/api/resources/boarding/client/requests/ListBoardingLinksRequest.js +1 -3
  67. package/dist/cjs/api/resources/boarding/client/requests/RequestAppByAuth.d.ts +1 -4
  68. package/dist/cjs/api/resources/boarding/client/requests/RequestAppByAuth.js +1 -3
  69. package/dist/cjs/api/resources/boarding/client/requests/index.d.ts +4 -4
  70. package/dist/cjs/api/resources/boarding/index.d.ts +1 -1
  71. package/dist/cjs/api/resources/boarding/index.js +1 -1
  72. package/dist/cjs/api/resources/boarding/types/AddApplicationRequest.d.ts +1 -4
  73. package/dist/cjs/api/resources/boarding/types/AddApplicationRequest.js +1 -3
  74. package/dist/cjs/api/resources/chargeBacks/client/Client.d.ts +20 -39
  75. package/dist/cjs/api/resources/chargeBacks/client/Client.js +57 -94
  76. package/dist/cjs/api/resources/chargeBacks/client/index.d.ts +0 -1
  77. package/dist/cjs/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.ts +1 -4
  78. package/dist/cjs/api/resources/chargeBacks/client/requests/ResponseChargeBack.js +1 -3
  79. package/dist/cjs/api/resources/chargeBacks/client/requests/index.d.ts +1 -1
  80. package/dist/cjs/api/resources/chargeBacks/index.d.ts +1 -1
  81. package/dist/cjs/api/resources/chargeBacks/index.js +1 -1
  82. package/dist/cjs/api/resources/chargeBacks/types/AddResponseResponse.d.ts +1 -4
  83. package/dist/cjs/api/resources/chargeBacks/types/AddResponseResponse.js +1 -3
  84. package/dist/cjs/api/resources/chargeBacks/types/ChargeBackResponse.d.ts +1 -4
  85. package/dist/cjs/api/resources/chargeBacks/types/ChargeBackResponse.js +1 -3
  86. package/dist/cjs/api/resources/chargeBacks/types/ChargebackMessage.d.ts +0 -3
  87. package/dist/cjs/api/resources/chargeBacks/types/ChargebackMessage.js +1 -3
  88. package/dist/cjs/api/resources/chargeBacks/types/ChargebackQueryRecords.d.ts +1 -4
  89. package/dist/cjs/api/resources/chargeBacks/types/ChargebackQueryRecords.js +1 -3
  90. package/dist/cjs/api/resources/chargeBacks/types/index.d.ts +2 -2
  91. package/dist/cjs/api/resources/chargeBacks/types/index.js +2 -2
  92. package/dist/cjs/api/resources/checkCapture/client/Client.d.ts +10 -31
  93. package/dist/cjs/api/resources/checkCapture/client/Client.js +20 -37
  94. package/dist/cjs/api/resources/checkCapture/client/index.d.ts +0 -1
  95. package/dist/cjs/api/resources/checkCapture/client/requests/CheckCaptureRequestBody.d.ts +1 -4
  96. package/dist/cjs/api/resources/checkCapture/client/requests/CheckCaptureRequestBody.js +1 -3
  97. package/dist/cjs/api/resources/checkCapture/client/requests/index.d.ts +1 -1
  98. package/dist/cjs/api/resources/checkCapture/index.d.ts +1 -1
  99. package/dist/cjs/api/resources/checkCapture/index.js +1 -1
  100. package/dist/cjs/api/resources/checkCapture/types/CheckCaptureRequest.d.ts +1 -4
  101. package/dist/cjs/api/resources/checkCapture/types/CheckCaptureRequest.js +1 -3
  102. package/dist/cjs/api/resources/checkCapture/types/CheckCaptureResponse.d.ts +1 -4
  103. package/dist/cjs/api/resources/checkCapture/types/CheckCaptureResponse.js +1 -3
  104. package/dist/cjs/api/resources/cloud/client/Client.d.ts +20 -41
  105. package/dist/cjs/api/resources/cloud/client/Client.js +62 -112
  106. package/dist/cjs/api/resources/cloud/client/index.d.ts +0 -1
  107. package/dist/cjs/api/resources/cloud/client/requests/DeviceEntry.d.ts +1 -4
  108. package/dist/cjs/api/resources/cloud/client/requests/DeviceEntry.js +1 -3
  109. package/dist/cjs/api/resources/cloud/client/requests/ListDeviceRequest.d.ts +0 -3
  110. package/dist/cjs/api/resources/cloud/client/requests/ListDeviceRequest.js +1 -3
  111. package/dist/cjs/api/resources/cloud/client/requests/index.d.ts +2 -2
  112. package/dist/cjs/api/resources/cloud/index.d.ts +1 -1
  113. package/dist/cjs/api/resources/cloud/index.js +1 -1
  114. package/dist/cjs/api/resources/cloud/types/AddDeviceResponse.d.ts +1 -4
  115. package/dist/cjs/api/resources/cloud/types/AddDeviceResponse.js +1 -3
  116. package/dist/cjs/api/resources/cloud/types/RemoveDeviceResponse.d.ts +1 -4
  117. package/dist/cjs/api/resources/cloud/types/RemoveDeviceResponse.js +1 -3
  118. package/dist/cjs/api/resources/customer/client/Client.d.ts +20 -41
  119. package/dist/cjs/api/resources/customer/client/Client.js +73 -145
  120. package/dist/cjs/api/resources/customer/client/index.d.ts +0 -1
  121. package/dist/cjs/api/resources/customer/client/requests/AddCustomerRequest.d.ts +1 -4
  122. package/dist/cjs/api/resources/customer/client/requests/AddCustomerRequest.js +1 -3
  123. package/dist/cjs/api/resources/customer/client/requests/index.d.ts +1 -1
  124. package/dist/cjs/api/resources/export/client/Client.d.ts +96 -113
  125. package/dist/cjs/api/resources/export/client/Client.js +501 -822
  126. package/dist/cjs/api/resources/export/client/index.d.ts +0 -1
  127. package/dist/cjs/api/resources/export/client/requests/ExportApplicationsRequest.d.ts +0 -3
  128. package/dist/cjs/api/resources/export/client/requests/ExportApplicationsRequest.js +1 -3
  129. package/dist/cjs/api/resources/export/client/requests/ExportBatchDetailsOrgRequest.d.ts +0 -3
  130. package/dist/cjs/api/resources/export/client/requests/ExportBatchDetailsOrgRequest.js +1 -3
  131. package/dist/cjs/api/resources/export/client/requests/ExportBatchDetailsRequest.d.ts +0 -3
  132. package/dist/cjs/api/resources/export/client/requests/ExportBatchDetailsRequest.js +1 -3
  133. package/dist/cjs/api/resources/export/client/requests/ExportBatchesOrgRequest.d.ts +0 -3
  134. package/dist/cjs/api/resources/export/client/requests/ExportBatchesOrgRequest.js +1 -3
  135. package/dist/cjs/api/resources/export/client/requests/ExportBatchesOutOrgRequest.d.ts +0 -3
  136. package/dist/cjs/api/resources/export/client/requests/ExportBatchesOutOrgRequest.js +1 -3
  137. package/dist/cjs/api/resources/export/client/requests/ExportBatchesOutRequest.d.ts +0 -3
  138. package/dist/cjs/api/resources/export/client/requests/ExportBatchesOutRequest.js +1 -3
  139. package/dist/cjs/api/resources/export/client/requests/ExportBatchesRequest.d.ts +0 -3
  140. package/dist/cjs/api/resources/export/client/requests/ExportBatchesRequest.js +1 -3
  141. package/dist/cjs/api/resources/export/client/requests/ExportBillsOrgRequest.d.ts +0 -3
  142. package/dist/cjs/api/resources/export/client/requests/ExportBillsOrgRequest.js +1 -3
  143. package/dist/cjs/api/resources/export/client/requests/ExportBillsRequest.d.ts +0 -3
  144. package/dist/cjs/api/resources/export/client/requests/ExportBillsRequest.js +1 -3
  145. package/dist/cjs/api/resources/export/client/requests/ExportChargebacksOrgRequest.d.ts +0 -3
  146. package/dist/cjs/api/resources/export/client/requests/ExportChargebacksOrgRequest.js +1 -3
  147. package/dist/cjs/api/resources/export/client/requests/ExportChargebacksRequest.d.ts +0 -3
  148. package/dist/cjs/api/resources/export/client/requests/ExportChargebacksRequest.js +1 -3
  149. package/dist/cjs/api/resources/export/client/requests/ExportCustomersOrgRequest.d.ts +0 -3
  150. package/dist/cjs/api/resources/export/client/requests/ExportCustomersOrgRequest.js +1 -3
  151. package/dist/cjs/api/resources/export/client/requests/ExportCustomersRequest.d.ts +0 -3
  152. package/dist/cjs/api/resources/export/client/requests/ExportCustomersRequest.js +1 -3
  153. package/dist/cjs/api/resources/export/client/requests/ExportInvoicesOrgRequest.d.ts +0 -3
  154. package/dist/cjs/api/resources/export/client/requests/ExportInvoicesOrgRequest.js +1 -3
  155. package/dist/cjs/api/resources/export/client/requests/ExportInvoicesRequest.d.ts +0 -3
  156. package/dist/cjs/api/resources/export/client/requests/ExportInvoicesRequest.js +1 -3
  157. package/dist/cjs/api/resources/export/client/requests/ExportOrganizationsRequest.d.ts +0 -3
  158. package/dist/cjs/api/resources/export/client/requests/ExportOrganizationsRequest.js +1 -3
  159. package/dist/cjs/api/resources/export/client/requests/ExportPayoutOrgRequest.d.ts +0 -3
  160. package/dist/cjs/api/resources/export/client/requests/ExportPayoutOrgRequest.js +1 -3
  161. package/dist/cjs/api/resources/export/client/requests/ExportPayoutRequest.d.ts +0 -3
  162. package/dist/cjs/api/resources/export/client/requests/ExportPayoutRequest.js +1 -3
  163. package/dist/cjs/api/resources/export/client/requests/ExportPaypointsRequest.d.ts +0 -3
  164. package/dist/cjs/api/resources/export/client/requests/ExportPaypointsRequest.js +1 -3
  165. package/dist/cjs/api/resources/export/client/requests/ExportSettlementsOrgRequest.d.ts +0 -3
  166. package/dist/cjs/api/resources/export/client/requests/ExportSettlementsOrgRequest.js +1 -3
  167. package/dist/cjs/api/resources/export/client/requests/ExportSettlementsRequest.d.ts +0 -3
  168. package/dist/cjs/api/resources/export/client/requests/ExportSettlementsRequest.js +1 -3
  169. package/dist/cjs/api/resources/export/client/requests/ExportSubscriptionsOrgRequest.d.ts +0 -3
  170. package/dist/cjs/api/resources/export/client/requests/ExportSubscriptionsOrgRequest.js +1 -3
  171. package/dist/cjs/api/resources/export/client/requests/ExportSubscriptionsRequest.d.ts +0 -3
  172. package/dist/cjs/api/resources/export/client/requests/ExportSubscriptionsRequest.js +1 -3
  173. package/dist/cjs/api/resources/export/client/requests/ExportTransactionsOrgRequest.d.ts +0 -3
  174. package/dist/cjs/api/resources/export/client/requests/ExportTransactionsOrgRequest.js +1 -3
  175. package/dist/cjs/api/resources/export/client/requests/ExportTransactionsRequest.d.ts +0 -3
  176. package/dist/cjs/api/resources/export/client/requests/ExportTransactionsRequest.js +1 -3
  177. package/dist/cjs/api/resources/export/client/requests/ExportTransferDetailsRequest.d.ts +0 -3
  178. package/dist/cjs/api/resources/export/client/requests/ExportTransferDetailsRequest.js +1 -3
  179. package/dist/cjs/api/resources/export/client/requests/ExportTransfersRequest.d.ts +0 -3
  180. package/dist/cjs/api/resources/export/client/requests/ExportTransfersRequest.js +1 -3
  181. package/dist/cjs/api/resources/export/client/requests/ExportVendorsOrgRequest.d.ts +0 -3
  182. package/dist/cjs/api/resources/export/client/requests/ExportVendorsOrgRequest.js +1 -3
  183. package/dist/cjs/api/resources/export/client/requests/ExportVendorsRequest.d.ts +0 -3
  184. package/dist/cjs/api/resources/export/client/requests/ExportVendorsRequest.js +1 -3
  185. package/dist/cjs/api/resources/export/client/requests/index.d.ts +29 -29
  186. package/dist/cjs/api/resources/export/index.d.ts +1 -1
  187. package/dist/cjs/api/resources/export/index.js +1 -1
  188. package/dist/cjs/api/resources/export/types/ExportFormat1.d.ts +1 -4
  189. package/dist/cjs/api/resources/export/types/ExportFormat1.js +1 -3
  190. package/dist/cjs/api/resources/hostedPaymentPages/client/Client.d.ts +14 -35
  191. package/dist/cjs/api/resources/hostedPaymentPages/client/Client.js +41 -80
  192. package/dist/cjs/api/resources/hostedPaymentPages/client/index.d.ts +0 -1
  193. package/dist/cjs/api/resources/hostedPaymentPages/client/requests/NewPageRequest.d.ts +1 -4
  194. package/dist/cjs/api/resources/hostedPaymentPages/client/requests/NewPageRequest.js +1 -3
  195. package/dist/cjs/api/resources/hostedPaymentPages/client/requests/index.d.ts +1 -1
  196. package/dist/cjs/api/resources/import/client/Client.d.ts +14 -35
  197. package/dist/cjs/api/resources/import/client/Client.js +42 -81
  198. package/dist/cjs/api/resources/import/client/index.d.ts +0 -1
  199. package/dist/cjs/api/resources/import/client/requests/ImportBillsRequest.d.ts +2 -5
  200. package/dist/cjs/api/resources/import/client/requests/ImportBillsRequest.js +1 -3
  201. package/dist/cjs/api/resources/import/client/requests/ImportCustomerRequest.d.ts +2 -5
  202. package/dist/cjs/api/resources/import/client/requests/ImportCustomerRequest.js +1 -3
  203. package/dist/cjs/api/resources/import/client/requests/ImportVendorRequest.d.ts +2 -5
  204. package/dist/cjs/api/resources/import/client/requests/ImportVendorRequest.js +1 -3
  205. package/dist/cjs/api/resources/import/client/requests/index.d.ts +3 -3
  206. package/dist/cjs/api/resources/index.d.ts +36 -36
  207. package/dist/cjs/api/resources/index.js +40 -40
  208. package/dist/cjs/api/resources/invoice/client/Client.d.ts +34 -55
  209. package/dist/cjs/api/resources/invoice/client/Client.js +148 -275
  210. package/dist/cjs/api/resources/invoice/client/index.d.ts +0 -1
  211. package/dist/cjs/api/resources/invoice/client/requests/AddInvoiceRequest.d.ts +1 -4
  212. package/dist/cjs/api/resources/invoice/client/requests/AddInvoiceRequest.js +1 -3
  213. package/dist/cjs/api/resources/invoice/client/requests/EditInvoiceRequest.d.ts +1 -4
  214. package/dist/cjs/api/resources/invoice/client/requests/EditInvoiceRequest.js +1 -3
  215. package/dist/cjs/api/resources/invoice/client/requests/GetAttachedFileFromInvoiceRequest.d.ts +0 -3
  216. package/dist/cjs/api/resources/invoice/client/requests/GetAttachedFileFromInvoiceRequest.js +1 -3
  217. package/dist/cjs/api/resources/invoice/client/requests/ListInvoicesOrgRequest.d.ts +1 -4
  218. package/dist/cjs/api/resources/invoice/client/requests/ListInvoicesOrgRequest.js +1 -3
  219. package/dist/cjs/api/resources/invoice/client/requests/ListInvoicesRequest.d.ts +1 -4
  220. package/dist/cjs/api/resources/invoice/client/requests/ListInvoicesRequest.js +1 -3
  221. package/dist/cjs/api/resources/invoice/client/requests/SendInvoiceRequest.d.ts +0 -3
  222. package/dist/cjs/api/resources/invoice/client/requests/SendInvoiceRequest.js +1 -3
  223. package/dist/cjs/api/resources/invoice/client/requests/index.d.ts +6 -6
  224. package/dist/cjs/api/resources/invoice/index.d.ts +1 -1
  225. package/dist/cjs/api/resources/invoice/index.js +1 -1
  226. package/dist/cjs/api/resources/invoice/types/GetInvoiceRecord.d.ts +1 -4
  227. package/dist/cjs/api/resources/invoice/types/GetInvoiceRecord.js +1 -3
  228. package/dist/cjs/api/resources/invoice/types/InvoiceDataRequest.d.ts +1 -4
  229. package/dist/cjs/api/resources/invoice/types/InvoiceDataRequest.js +1 -3
  230. package/dist/cjs/api/resources/invoice/types/InvoiceId.d.ts +0 -3
  231. package/dist/cjs/api/resources/invoice/types/InvoiceId.js +1 -3
  232. package/dist/cjs/api/resources/invoice/types/InvoiceNumberResponse.d.ts +1 -4
  233. package/dist/cjs/api/resources/invoice/types/InvoiceNumberResponse.js +1 -3
  234. package/dist/cjs/api/resources/invoice/types/InvoicePaidAmount.d.ts +0 -3
  235. package/dist/cjs/api/resources/invoice/types/InvoicePaidAmount.js +1 -3
  236. package/dist/cjs/api/resources/invoice/types/InvoiceResponseWithoutData.d.ts +1 -4
  237. package/dist/cjs/api/resources/invoice/types/InvoiceResponseWithoutData.js +1 -3
  238. package/dist/cjs/api/resources/invoice/types/QueryInvoiceResponse.d.ts +1 -4
  239. package/dist/cjs/api/resources/invoice/types/QueryInvoiceResponse.js +1 -3
  240. package/dist/cjs/api/resources/invoice/types/SendInvoiceResponse.d.ts +1 -4
  241. package/dist/cjs/api/resources/invoice/types/SendInvoiceResponse.js +1 -3
  242. package/dist/cjs/api/resources/invoice/types/index.d.ts +5 -5
  243. package/dist/cjs/api/resources/invoice/types/index.js +5 -5
  244. package/dist/cjs/api/resources/lineItem/client/Client.d.ts +18 -39
  245. package/dist/cjs/api/resources/lineItem/client/Client.js +66 -127
  246. package/dist/cjs/api/resources/lineItem/client/index.d.ts +0 -1
  247. package/dist/cjs/api/resources/lineItem/client/requests/AddItemRequest.d.ts +1 -4
  248. package/dist/cjs/api/resources/lineItem/client/requests/AddItemRequest.js +1 -3
  249. package/dist/cjs/api/resources/lineItem/client/requests/ListLineItemsRequest.d.ts +0 -3
  250. package/dist/cjs/api/resources/lineItem/client/requests/ListLineItemsRequest.js +1 -3
  251. package/dist/cjs/api/resources/lineItem/client/requests/index.d.ts +2 -2
  252. package/dist/cjs/api/resources/lineItem/index.d.ts +1 -1
  253. package/dist/cjs/api/resources/lineItem/index.js +1 -1
  254. package/dist/cjs/api/resources/lineItem/types/DeleteItemResponse.d.ts +1 -4
  255. package/dist/cjs/api/resources/lineItem/types/DeleteItemResponse.js +1 -3
  256. package/dist/cjs/api/resources/moneyIn/client/Client.d.ts +43 -88
  257. package/dist/cjs/api/resources/moneyIn/client/Client.js +171 -335
  258. package/dist/cjs/api/resources/moneyIn/client/index.d.ts +0 -1
  259. package/dist/cjs/api/resources/moneyIn/client/requests/RequestCredit.d.ts +1 -4
  260. package/dist/cjs/api/resources/moneyIn/client/requests/RequestCredit.js +1 -3
  261. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPayment.d.ts +4 -5
  262. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPayment.js +1 -3
  263. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentAuthorize.d.ts +1 -4
  264. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentAuthorize.js +1 -3
  265. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentValidate.d.ts +3 -8
  266. package/dist/cjs/api/resources/moneyIn/client/requests/RequestPaymentValidate.js +2 -3
  267. package/dist/cjs/api/resources/moneyIn/client/requests/RequestRefund.d.ts +1 -4
  268. package/dist/cjs/api/resources/moneyIn/client/requests/RequestRefund.js +1 -3
  269. package/dist/cjs/api/resources/moneyIn/client/requests/SendReceipt2TransRequest.d.ts +0 -3
  270. package/dist/cjs/api/resources/moneyIn/client/requests/SendReceipt2TransRequest.js +1 -3
  271. package/dist/cjs/api/resources/moneyIn/client/requests/index.d.ts +6 -6
  272. package/dist/cjs/api/resources/moneyIn/errors/CaptureError.d.ts +2 -5
  273. package/dist/cjs/api/resources/moneyIn/errors/CaptureError.js +1 -3
  274. package/dist/cjs/api/resources/moneyIn/errors/InvalidTransStatusError.d.ts +2 -5
  275. package/dist/cjs/api/resources/moneyIn/errors/InvalidTransStatusError.js +1 -3
  276. package/dist/cjs/api/resources/moneyIn/errors/index.d.ts +1 -1
  277. package/dist/cjs/api/resources/moneyIn/errors/index.js +1 -1
  278. package/dist/cjs/api/resources/moneyIn/index.d.ts +2 -2
  279. package/dist/cjs/api/resources/moneyIn/index.js +2 -2
  280. package/dist/cjs/api/resources/moneyIn/types/AuthResponse.d.ts +1 -4
  281. package/dist/cjs/api/resources/moneyIn/types/AuthResponse.js +1 -3
  282. package/dist/cjs/api/resources/moneyIn/types/AuthResponseResponseData.d.ts +1 -4
  283. package/dist/cjs/api/resources/moneyIn/types/AuthResponseResponseData.js +1 -3
  284. package/dist/cjs/api/resources/moneyIn/types/CapturePaymentDetails.d.ts +0 -3
  285. package/dist/cjs/api/resources/moneyIn/types/CapturePaymentDetails.js +1 -3
  286. package/dist/cjs/api/resources/moneyIn/types/CaptureRequest.d.ts +1 -4
  287. package/dist/cjs/api/resources/moneyIn/types/CaptureRequest.js +1 -3
  288. package/dist/cjs/api/resources/moneyIn/types/CaptureResponse.d.ts +1 -4
  289. package/dist/cjs/api/resources/moneyIn/types/CaptureResponse.js +1 -3
  290. package/dist/cjs/api/resources/moneyIn/types/CaptureResponseData.d.ts +1 -4
  291. package/dist/cjs/api/resources/moneyIn/types/CaptureResponseData.js +1 -3
  292. package/dist/cjs/api/resources/moneyIn/types/GetPaidResponseData.d.ts +3 -4
  293. package/dist/cjs/api/resources/moneyIn/types/GetPaidResponseData.js +1 -3
  294. package/dist/cjs/api/resources/moneyIn/types/InvalidTransStatusErrorType.d.ts +0 -3
  295. package/dist/cjs/api/resources/moneyIn/types/InvalidTransStatusErrorType.js +1 -3
  296. package/dist/cjs/api/resources/moneyIn/types/PayabliApiResponseGetPaid.d.ts +1 -4
  297. package/dist/cjs/api/resources/moneyIn/types/PayabliApiResponseGetPaid.js +1 -3
  298. package/dist/cjs/api/resources/moneyIn/types/ReceiptResponse.d.ts +1 -4
  299. package/dist/cjs/api/resources/moneyIn/types/ReceiptResponse.js +1 -3
  300. package/dist/cjs/api/resources/moneyIn/types/RefundResponse.d.ts +1 -4
  301. package/dist/cjs/api/resources/moneyIn/types/RefundResponse.js +1 -3
  302. package/dist/cjs/api/resources/moneyIn/types/RefundWithInstructionsResponse.d.ts +1 -4
  303. package/dist/cjs/api/resources/moneyIn/types/RefundWithInstructionsResponse.js +1 -3
  304. package/dist/cjs/api/resources/moneyIn/types/ResponseDataRefunds.d.ts +1 -4
  305. package/dist/cjs/api/resources/moneyIn/types/ResponseDataRefunds.js +1 -3
  306. package/dist/cjs/api/resources/moneyIn/types/ReverseResponse.d.ts +1 -4
  307. package/dist/cjs/api/resources/moneyIn/types/ReverseResponse.js +1 -3
  308. package/dist/cjs/api/resources/moneyIn/types/TransRequestBody.d.ts +20 -4
  309. package/dist/cjs/api/resources/moneyIn/types/TransRequestBody.js +1 -3
  310. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailCustomer.d.ts +28 -0
  311. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailCustomer.js +3 -0
  312. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailEvent.d.ts +8 -0
  313. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailEvent.js +3 -0
  314. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailInvoiceData.d.ts +38 -0
  315. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailInvoiceData.js +3 -0
  316. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailPaymentData.d.ts +19 -0
  317. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailPaymentData.js +3 -0
  318. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailPaymentDetails.d.ts +22 -0
  319. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailPaymentDetails.js +3 -0
  320. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailRecord.d.ts +58 -0
  321. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailRecord.js +3 -0
  322. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailRecordMethod.d.ts +6 -0
  323. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailRecordMethod.js +9 -0
  324. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailResponseData.d.ts +20 -0
  325. package/dist/cjs/api/resources/moneyIn/types/TransactionDetailResponseData.js +3 -0
  326. package/dist/cjs/api/resources/moneyIn/types/ValidateResponse.d.ts +1 -4
  327. package/dist/cjs/api/resources/moneyIn/types/ValidateResponse.js +1 -3
  328. package/dist/cjs/api/resources/moneyIn/types/ValidateResponseData.d.ts +1 -4
  329. package/dist/cjs/api/resources/moneyIn/types/ValidateResponseData.js +1 -3
  330. package/dist/cjs/api/resources/moneyIn/types/VoidResponse.d.ts +1 -4
  331. package/dist/cjs/api/resources/moneyIn/types/VoidResponse.js +1 -3
  332. package/dist/cjs/api/resources/moneyIn/types/VoidResponseData.d.ts +1 -4
  333. package/dist/cjs/api/resources/moneyIn/types/VoidResponseData.js +1 -3
  334. package/dist/cjs/api/resources/moneyIn/types/index.d.ts +19 -11
  335. package/dist/cjs/api/resources/moneyIn/types/index.js +19 -11
  336. package/dist/cjs/api/resources/moneyOut/client/Client.d.ts +47 -51
  337. package/dist/cjs/api/resources/moneyOut/client/Client.js +163 -210
  338. package/dist/cjs/api/resources/moneyOut/client/index.d.ts +0 -1
  339. package/dist/cjs/api/resources/moneyOut/client/requests/CaptureAllOutRequest.d.ts +1 -4
  340. package/dist/cjs/api/resources/moneyOut/client/requests/CaptureAllOutRequest.js +1 -3
  341. package/dist/cjs/api/resources/moneyOut/client/requests/CaptureOutRequest.d.ts +1 -4
  342. package/dist/cjs/api/resources/moneyOut/client/requests/CaptureOutRequest.js +1 -3
  343. package/dist/cjs/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.ts +3 -5
  344. package/dist/cjs/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.js +1 -3
  345. package/dist/cjs/api/resources/moneyOut/client/requests/SendVCardLinkRequest.d.ts +0 -3
  346. package/dist/cjs/api/resources/moneyOut/client/requests/SendVCardLinkRequest.js +1 -3
  347. package/dist/cjs/api/resources/moneyOut/client/requests/index.d.ts +4 -4
  348. package/dist/cjs/api/resources/moneyOutTypes/types/AuthCapturePayoutResponse.d.ts +1 -4
  349. package/dist/cjs/api/resources/moneyOutTypes/types/AuthCapturePayoutResponse.js +1 -3
  350. package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.ts +1 -4
  351. package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.js +1 -3
  352. package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.ts +4 -5
  353. package/dist/cjs/api/resources/moneyOutTypes/types/AuthorizePayoutBody.js +1 -3
  354. package/dist/cjs/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.ts +1 -4
  355. package/dist/cjs/api/resources/moneyOutTypes/types/CaptureAllOutResponse.js +1 -3
  356. package/dist/cjs/api/resources/moneyOutTypes/types/LotNumber.d.ts +0 -3
  357. package/dist/cjs/api/resources/moneyOutTypes/types/LotNumber.js +1 -3
  358. package/dist/cjs/api/resources/moneyOutTypes/types/OperationResult.d.ts +0 -3
  359. package/dist/cjs/api/resources/moneyOutTypes/types/OperationResult.js +1 -3
  360. package/dist/cjs/api/resources/moneyOutTypes/types/VCardGetResponse.d.ts +1 -4
  361. package/dist/cjs/api/resources/moneyOutTypes/types/VCardGetResponse.js +1 -3
  362. package/dist/cjs/api/resources/moneyOutTypes/types/index.d.ts +4 -4
  363. package/dist/cjs/api/resources/moneyOutTypes/types/index.js +4 -4
  364. package/dist/cjs/api/resources/notification/client/Client.d.ts +19 -40
  365. package/dist/cjs/api/resources/notification/client/Client.js +64 -125
  366. package/dist/cjs/api/resources/notification/index.d.ts +1 -1
  367. package/dist/cjs/api/resources/notification/index.js +1 -1
  368. package/dist/cjs/api/resources/notification/types/AddNotificationRequest.d.ts +1 -4
  369. package/dist/cjs/api/resources/notification/types/AddNotificationRequest.js +1 -3
  370. package/dist/cjs/api/resources/notification/types/UpdateNotificationRequest.d.ts +1 -4
  371. package/dist/cjs/api/resources/notification/types/UpdateNotificationRequest.js +1 -3
  372. package/dist/cjs/api/resources/notificationlogs/client/Client.d.ts +16 -37
  373. package/dist/cjs/api/resources/notificationlogs/client/Client.js +53 -103
  374. package/dist/cjs/api/resources/notificationlogs/client/index.d.ts +0 -1
  375. package/dist/cjs/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.d.ts +3 -6
  376. package/dist/cjs/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.js +1 -3
  377. package/dist/cjs/api/resources/notificationlogs/client/requests/index.d.ts +1 -1
  378. package/dist/cjs/api/resources/notificationlogs/index.d.ts +1 -1
  379. package/dist/cjs/api/resources/notificationlogs/index.js +1 -1
  380. package/dist/cjs/api/resources/notificationlogs/types/BulkRetryRequest.d.ts +0 -3
  381. package/dist/cjs/api/resources/notificationlogs/types/BulkRetryRequest.js +1 -3
  382. package/dist/cjs/api/resources/notificationlogs/types/KeyValueArray.d.ts +0 -3
  383. package/dist/cjs/api/resources/notificationlogs/types/KeyValueArray.js +1 -3
  384. package/dist/cjs/api/resources/notificationlogs/types/NotificationLog.d.ts +0 -3
  385. package/dist/cjs/api/resources/notificationlogs/types/NotificationLog.js +1 -3
  386. package/dist/cjs/api/resources/notificationlogs/types/NotificationLogDetail.d.ts +1 -4
  387. package/dist/cjs/api/resources/notificationlogs/types/NotificationLogDetail.js +1 -3
  388. package/dist/cjs/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.ts +0 -3
  389. package/dist/cjs/api/resources/notificationlogs/types/NotificationLogSearchRequest.js +1 -3
  390. package/dist/cjs/api/resources/notificationlogs/types/StringStringKeyValuePair.d.ts +0 -3
  391. package/dist/cjs/api/resources/notificationlogs/types/StringStringKeyValuePair.js +1 -3
  392. package/dist/cjs/api/resources/notificationlogs/types/index.d.ts +3 -3
  393. package/dist/cjs/api/resources/notificationlogs/types/index.js +3 -3
  394. package/dist/cjs/api/resources/ocr/client/Client.d.ts +18 -45
  395. package/dist/cjs/api/resources/ocr/client/Client.js +37 -71
  396. package/dist/cjs/api/resources/ocr/index.d.ts +1 -1
  397. package/dist/cjs/api/resources/ocr/index.js +1 -1
  398. package/dist/cjs/api/resources/ocr/types/FileContentImageOnly.d.ts +2 -7
  399. package/dist/cjs/api/resources/ocr/types/FileContentImageOnly.js +2 -3
  400. package/dist/cjs/api/resources/ocr/types/OcrAttachment.d.ts +0 -3
  401. package/dist/cjs/api/resources/ocr/types/OcrAttachment.js +1 -3
  402. package/dist/cjs/api/resources/ocr/types/OcrBillItem.d.ts +0 -3
  403. package/dist/cjs/api/resources/ocr/types/OcrBillItem.js +1 -3
  404. package/dist/cjs/api/resources/ocr/types/OcrBillItemAdditionalData.d.ts +0 -3
  405. package/dist/cjs/api/resources/ocr/types/OcrBillItemAdditionalData.js +1 -3
  406. package/dist/cjs/api/resources/ocr/types/OcrResponseData.d.ts +1 -4
  407. package/dist/cjs/api/resources/ocr/types/OcrResponseData.js +1 -3
  408. package/dist/cjs/api/resources/ocr/types/OcrResultData.d.ts +1 -4
  409. package/dist/cjs/api/resources/ocr/types/OcrResultData.js +1 -3
  410. package/dist/cjs/api/resources/ocr/types/OcrVendor.d.ts +1 -4
  411. package/dist/cjs/api/resources/ocr/types/OcrVendor.js +1 -3
  412. package/dist/cjs/api/resources/ocr/types/OcrVendorAdditionalData.d.ts +0 -3
  413. package/dist/cjs/api/resources/ocr/types/OcrVendorAdditionalData.js +1 -3
  414. package/dist/cjs/api/resources/ocr/types/OcrVendorBillingData.d.ts +0 -3
  415. package/dist/cjs/api/resources/ocr/types/OcrVendorBillingData.js +1 -3
  416. package/dist/cjs/api/resources/ocr/types/PayabliApiResponseOcr.d.ts +1 -4
  417. package/dist/cjs/api/resources/ocr/types/PayabliApiResponseOcr.js +1 -3
  418. package/dist/cjs/api/resources/ocr/types/TypeResult.d.ts +0 -3
  419. package/dist/cjs/api/resources/ocr/types/TypeResult.js +1 -3
  420. package/dist/cjs/api/resources/ocr/types/index.d.ts +8 -8
  421. package/dist/cjs/api/resources/ocr/types/index.js +8 -8
  422. package/dist/cjs/api/resources/organization/client/Client.d.ts +22 -43
  423. package/dist/cjs/api/resources/organization/client/Client.js +80 -163
  424. package/dist/cjs/api/resources/organization/client/index.d.ts +0 -1
  425. package/dist/cjs/api/resources/organization/client/requests/AddOrganizationRequest.d.ts +1 -4
  426. package/dist/cjs/api/resources/organization/client/requests/AddOrganizationRequest.js +1 -3
  427. package/dist/cjs/api/resources/organization/client/requests/OrganizationData.d.ts +1 -4
  428. package/dist/cjs/api/resources/organization/client/requests/OrganizationData.js +1 -3
  429. package/dist/cjs/api/resources/organization/client/requests/index.d.ts +2 -2
  430. package/dist/cjs/api/resources/organization/index.d.ts +1 -1
  431. package/dist/cjs/api/resources/organization/index.js +1 -1
  432. package/dist/cjs/api/resources/organization/types/AddOrganizationResponse.d.ts +1 -4
  433. package/dist/cjs/api/resources/organization/types/AddOrganizationResponse.js +1 -3
  434. package/dist/cjs/api/resources/organization/types/DeleteOrganizationResponse.d.ts +1 -4
  435. package/dist/cjs/api/resources/organization/types/DeleteOrganizationResponse.js +1 -3
  436. package/dist/cjs/api/resources/organization/types/EditOrganizationResponse.d.ts +1 -4
  437. package/dist/cjs/api/resources/organization/types/EditOrganizationResponse.js +1 -3
  438. package/dist/cjs/api/resources/paymentLink/client/Client.d.ts +26 -47
  439. package/dist/cjs/api/resources/paymentLink/client/Client.js +112 -217
  440. package/dist/cjs/api/resources/paymentLink/client/index.d.ts +0 -1
  441. package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataBill.d.ts +1 -4
  442. package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataBill.js +1 -3
  443. package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataInvoice.d.ts +1 -4
  444. package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataInvoice.js +1 -3
  445. package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataOut.d.ts +1 -4
  446. package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkDataOut.js +1 -3
  447. package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkUpdateData.d.ts +1 -4
  448. package/dist/cjs/api/resources/paymentLink/client/requests/PayLinkUpdateData.js +1 -3
  449. package/dist/cjs/api/resources/paymentLink/client/requests/RefreshPayLinkFromIdRequest.d.ts +0 -3
  450. package/dist/cjs/api/resources/paymentLink/client/requests/RefreshPayLinkFromIdRequest.js +1 -3
  451. package/dist/cjs/api/resources/paymentLink/client/requests/SendPayLinkFromIdRequest.d.ts +0 -3
  452. package/dist/cjs/api/resources/paymentLink/client/requests/SendPayLinkFromIdRequest.js +1 -3
  453. package/dist/cjs/api/resources/paymentLink/client/requests/index.d.ts +6 -6
  454. package/dist/cjs/api/resources/paymentLink/index.d.ts +1 -1
  455. package/dist/cjs/api/resources/paymentLink/index.js +1 -1
  456. package/dist/cjs/api/resources/paymentLink/types/GetPayLinkFromIdResponse.d.ts +1 -4
  457. package/dist/cjs/api/resources/paymentLink/types/GetPayLinkFromIdResponse.js +1 -3
  458. package/dist/cjs/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.ts +1 -4
  459. package/dist/cjs/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.js +1 -3
  460. package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBody.d.ts +1 -4
  461. package/dist/cjs/api/resources/paymentLink/types/PaymentPageRequestBody.js +1 -3
  462. package/dist/cjs/api/resources/paymentLink/types/index.d.ts +1 -1
  463. package/dist/cjs/api/resources/paymentLink/types/index.js +1 -1
  464. package/dist/cjs/api/resources/paymentMethodDomain/client/Client.d.ts +22 -43
  465. package/dist/cjs/api/resources/paymentMethodDomain/client/Client.js +83 -166
  466. package/dist/cjs/api/resources/paymentMethodDomain/client/index.d.ts +0 -1
  467. package/dist/cjs/api/resources/paymentMethodDomain/client/requests/AddPaymentMethodDomainRequest.d.ts +1 -4
  468. package/dist/cjs/api/resources/paymentMethodDomain/client/requests/AddPaymentMethodDomainRequest.js +1 -3
  469. package/dist/cjs/api/resources/paymentMethodDomain/client/requests/ListPaymentMethodDomainsRequest.d.ts +0 -3
  470. package/dist/cjs/api/resources/paymentMethodDomain/client/requests/ListPaymentMethodDomainsRequest.js +1 -3
  471. package/dist/cjs/api/resources/paymentMethodDomain/client/requests/UpdatePaymentMethodDomainRequest.d.ts +1 -4
  472. package/dist/cjs/api/resources/paymentMethodDomain/client/requests/UpdatePaymentMethodDomainRequest.js +1 -3
  473. package/dist/cjs/api/resources/paymentMethodDomain/client/requests/index.d.ts +3 -3
  474. package/dist/cjs/api/resources/paymentMethodDomain/index.d.ts +1 -1
  475. package/dist/cjs/api/resources/paymentMethodDomain/index.js +1 -1
  476. package/dist/cjs/api/resources/paymentMethodDomain/types/DeletePaymentMethodDomainResponse.d.ts +1 -4
  477. package/dist/cjs/api/resources/paymentMethodDomain/types/DeletePaymentMethodDomainResponse.js +1 -3
  478. package/dist/cjs/api/resources/paymentMethodDomain/types/ListPaymentMethodDomainsResponse.d.ts +1 -4
  479. package/dist/cjs/api/resources/paymentMethodDomain/types/ListPaymentMethodDomainsResponse.js +1 -3
  480. package/dist/cjs/api/resources/paypoint/client/Client.d.ts +25 -46
  481. package/dist/cjs/api/resources/paypoint/client/Client.js +95 -189
  482. package/dist/cjs/api/resources/paypoint/client/index.d.ts +0 -1
  483. package/dist/cjs/api/resources/paypoint/client/requests/GetEntryConfigRequest.d.ts +0 -3
  484. package/dist/cjs/api/resources/paypoint/client/requests/GetEntryConfigRequest.js +1 -3
  485. package/dist/cjs/api/resources/paypoint/client/requests/index.d.ts +1 -1
  486. package/dist/cjs/api/resources/paypoint/index.d.ts +1 -1
  487. package/dist/cjs/api/resources/paypoint/index.js +1 -1
  488. package/dist/cjs/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.ts +1 -4
  489. package/dist/cjs/api/resources/paypoint/types/GetBasicEntryByIdResponse.js +1 -3
  490. package/dist/cjs/api/resources/paypoint/types/GetBasicEntryResponse.d.ts +1 -4
  491. package/dist/cjs/api/resources/paypoint/types/GetBasicEntryResponse.js +1 -3
  492. package/dist/cjs/api/resources/paypoint/types/GetEntryConfigResponse.d.ts +1 -4
  493. package/dist/cjs/api/resources/paypoint/types/GetEntryConfigResponse.js +1 -3
  494. package/dist/cjs/api/resources/paypoint/types/MigratePaypointResponse.d.ts +1 -4
  495. package/dist/cjs/api/resources/paypoint/types/MigratePaypointResponse.js +1 -3
  496. package/dist/cjs/api/resources/paypoint/types/NotificationRequest.d.ts +1 -4
  497. package/dist/cjs/api/resources/paypoint/types/NotificationRequest.js +1 -3
  498. package/dist/cjs/api/resources/paypoint/types/PaypointMoveRequest.d.ts +1 -4
  499. package/dist/cjs/api/resources/paypoint/types/PaypointMoveRequest.js +1 -3
  500. package/dist/cjs/api/resources/paypoint/types/WebHeaderParameter.d.ts +0 -3
  501. package/dist/cjs/api/resources/paypoint/types/WebHeaderParameter.js +1 -3
  502. package/dist/cjs/api/resources/paypoint/types/index.d.ts +2 -2
  503. package/dist/cjs/api/resources/paypoint/types/index.js +2 -2
  504. package/dist/cjs/api/resources/query/client/Client.d.ts +74 -95
  505. package/dist/cjs/api/resources/query/client/Client.js +498 -869
  506. package/dist/cjs/api/resources/query/client/index.d.ts +0 -1
  507. package/dist/cjs/api/resources/query/client/requests/ListBatchDetailsOrgRequest.d.ts +1 -4
  508. package/dist/cjs/api/resources/query/client/requests/ListBatchDetailsOrgRequest.js +1 -3
  509. package/dist/cjs/api/resources/query/client/requests/ListBatchDetailsRequest.d.ts +1 -4
  510. package/dist/cjs/api/resources/query/client/requests/ListBatchDetailsRequest.js +1 -3
  511. package/dist/cjs/api/resources/query/client/requests/ListBatchesOrgRequest.d.ts +1 -4
  512. package/dist/cjs/api/resources/query/client/requests/ListBatchesOrgRequest.js +1 -3
  513. package/dist/cjs/api/resources/query/client/requests/ListBatchesOutOrgRequest.d.ts +1 -4
  514. package/dist/cjs/api/resources/query/client/requests/ListBatchesOutOrgRequest.js +1 -3
  515. package/dist/cjs/api/resources/query/client/requests/ListBatchesOutRequest.d.ts +1 -4
  516. package/dist/cjs/api/resources/query/client/requests/ListBatchesOutRequest.js +1 -3
  517. package/dist/cjs/api/resources/query/client/requests/ListBatchesRequest.d.ts +1 -4
  518. package/dist/cjs/api/resources/query/client/requests/ListBatchesRequest.js +1 -3
  519. package/dist/cjs/api/resources/query/client/requests/ListChargebacksOrgRequest.d.ts +1 -4
  520. package/dist/cjs/api/resources/query/client/requests/ListChargebacksOrgRequest.js +1 -3
  521. package/dist/cjs/api/resources/query/client/requests/ListChargebacksRequest.d.ts +1 -4
  522. package/dist/cjs/api/resources/query/client/requests/ListChargebacksRequest.js +1 -3
  523. package/dist/cjs/api/resources/query/client/requests/ListCustomersOrgRequest.d.ts +1 -4
  524. package/dist/cjs/api/resources/query/client/requests/ListCustomersOrgRequest.js +1 -3
  525. package/dist/cjs/api/resources/query/client/requests/ListCustomersRequest.d.ts +1 -4
  526. package/dist/cjs/api/resources/query/client/requests/ListCustomersRequest.js +1 -3
  527. package/dist/cjs/api/resources/query/client/requests/ListNotificationReportsOrgRequest.d.ts +0 -3
  528. package/dist/cjs/api/resources/query/client/requests/ListNotificationReportsOrgRequest.js +1 -3
  529. package/dist/cjs/api/resources/query/client/requests/ListNotificationReportsRequest.d.ts +0 -3
  530. package/dist/cjs/api/resources/query/client/requests/ListNotificationReportsRequest.js +1 -3
  531. package/dist/cjs/api/resources/query/client/requests/ListNotificationsOrgRequest.d.ts +0 -3
  532. package/dist/cjs/api/resources/query/client/requests/ListNotificationsOrgRequest.js +1 -3
  533. package/dist/cjs/api/resources/query/client/requests/ListNotificationsRequest.d.ts +0 -3
  534. package/dist/cjs/api/resources/query/client/requests/ListNotificationsRequest.js +1 -3
  535. package/dist/cjs/api/resources/query/client/requests/ListOrganizationsRequest.d.ts +1 -4
  536. package/dist/cjs/api/resources/query/client/requests/ListOrganizationsRequest.js +1 -3
  537. package/dist/cjs/api/resources/query/client/requests/ListPayoutOrgRequest.d.ts +2 -4
  538. package/dist/cjs/api/resources/query/client/requests/ListPayoutOrgRequest.js +1 -3
  539. package/dist/cjs/api/resources/query/client/requests/ListPayoutRequest.d.ts +2 -4
  540. package/dist/cjs/api/resources/query/client/requests/ListPayoutRequest.js +1 -3
  541. package/dist/cjs/api/resources/query/client/requests/ListPaypointsRequest.d.ts +1 -4
  542. package/dist/cjs/api/resources/query/client/requests/ListPaypointsRequest.js +1 -3
  543. package/dist/cjs/api/resources/query/client/requests/ListSettlementsOrgRequest.d.ts +1 -4
  544. package/dist/cjs/api/resources/query/client/requests/ListSettlementsOrgRequest.js +1 -3
  545. package/dist/cjs/api/resources/query/client/requests/ListSettlementsRequest.d.ts +1 -4
  546. package/dist/cjs/api/resources/query/client/requests/ListSettlementsRequest.js +1 -3
  547. package/dist/cjs/api/resources/query/client/requests/ListSubscriptionsOrgRequest.d.ts +1 -4
  548. package/dist/cjs/api/resources/query/client/requests/ListSubscriptionsOrgRequest.js +1 -3
  549. package/dist/cjs/api/resources/query/client/requests/ListSubscriptionsRequest.d.ts +1 -4
  550. package/dist/cjs/api/resources/query/client/requests/ListSubscriptionsRequest.js +1 -3
  551. package/dist/cjs/api/resources/query/client/requests/ListTransactionsOrgRequest.d.ts +1 -4
  552. package/dist/cjs/api/resources/query/client/requests/ListTransactionsOrgRequest.js +1 -3
  553. package/dist/cjs/api/resources/query/client/requests/ListTransactionsRequest.d.ts +4 -5
  554. package/dist/cjs/api/resources/query/client/requests/ListTransactionsRequest.js +1 -3
  555. package/dist/cjs/api/resources/query/client/requests/ListTransfersPaypointRequest.d.ts +1 -4
  556. package/dist/cjs/api/resources/query/client/requests/ListTransfersPaypointRequest.js +1 -3
  557. package/dist/cjs/api/resources/query/client/requests/ListTransfersRequest.d.ts +1 -4
  558. package/dist/cjs/api/resources/query/client/requests/ListTransfersRequest.js +1 -3
  559. package/dist/cjs/api/resources/query/client/requests/ListTransfersRequestOrg.d.ts +1 -4
  560. package/dist/cjs/api/resources/query/client/requests/ListTransfersRequestOrg.js +1 -3
  561. package/dist/cjs/api/resources/query/client/requests/ListUsersOrgRequest.d.ts +0 -3
  562. package/dist/cjs/api/resources/query/client/requests/ListUsersOrgRequest.js +1 -3
  563. package/dist/cjs/api/resources/query/client/requests/ListUsersPaypointRequest.d.ts +0 -3
  564. package/dist/cjs/api/resources/query/client/requests/ListUsersPaypointRequest.js +1 -3
  565. package/dist/cjs/api/resources/query/client/requests/ListVcardsOrgRequest.d.ts +1 -4
  566. package/dist/cjs/api/resources/query/client/requests/ListVcardsOrgRequest.js +1 -3
  567. package/dist/cjs/api/resources/query/client/requests/ListVcardsRequest.d.ts +1 -4
  568. package/dist/cjs/api/resources/query/client/requests/ListVcardsRequest.js +1 -3
  569. package/dist/cjs/api/resources/query/client/requests/ListVendorsOrgRequest.d.ts +1 -4
  570. package/dist/cjs/api/resources/query/client/requests/ListVendorsOrgRequest.js +1 -3
  571. package/dist/cjs/api/resources/query/client/requests/ListVendorsRequest.d.ts +1 -4
  572. package/dist/cjs/api/resources/query/client/requests/ListVendorsRequest.js +1 -3
  573. package/dist/cjs/api/resources/query/client/requests/index.d.ts +33 -33
  574. package/dist/cjs/api/resources/queryTypes/types/LimitRecord.d.ts +0 -3
  575. package/dist/cjs/api/resources/queryTypes/types/LimitRecord.js +1 -3
  576. package/dist/cjs/api/resources/queryTypes/types/ListOrganizationsResponse.d.ts +1 -4
  577. package/dist/cjs/api/resources/queryTypes/types/ListOrganizationsResponse.js +1 -3
  578. package/dist/cjs/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.ts +1 -4
  579. package/dist/cjs/api/resources/queryTypes/types/QueryBatchesDetailResponse.js +1 -3
  580. package/dist/cjs/api/resources/queryTypes/types/QueryBatchesResponse.d.ts +1 -10
  581. package/dist/cjs/api/resources/queryTypes/types/QueryBatchesResponse.js +1 -3
  582. package/dist/cjs/api/resources/queryTypes/types/QueryBatchesTransfer.d.ts +0 -3
  583. package/dist/cjs/api/resources/queryTypes/types/QueryBatchesTransfer.js +1 -3
  584. package/dist/cjs/api/resources/queryTypes/types/QueryTransferDetailResponse.d.ts +1 -4
  585. package/dist/cjs/api/resources/queryTypes/types/QueryTransferDetailResponse.js +1 -3
  586. package/dist/cjs/api/resources/queryTypes/types/QueryTransferResponse.d.ts +1 -4
  587. package/dist/cjs/api/resources/queryTypes/types/QueryTransferResponse.js +1 -3
  588. package/dist/cjs/api/resources/queryTypes/types/QueryTransferSummary.d.ts +3 -4
  589. package/dist/cjs/api/resources/queryTypes/types/QueryTransferSummary.js +1 -3
  590. package/dist/cjs/api/resources/queryTypes/types/index.d.ts +3 -3
  591. package/dist/cjs/api/resources/queryTypes/types/index.js +3 -3
  592. package/dist/cjs/api/resources/statistic/client/Client.d.ts +53 -74
  593. package/dist/cjs/api/resources/statistic/client/Client.js +114 -161
  594. package/dist/cjs/api/resources/statistic/client/index.d.ts +0 -1
  595. package/dist/cjs/api/resources/statistic/client/requests/BasicStatsRequest.d.ts +2 -5
  596. package/dist/cjs/api/resources/statistic/client/requests/BasicStatsRequest.js +1 -3
  597. package/dist/cjs/api/resources/statistic/client/requests/CustomerBasicStatsRequest.d.ts +0 -3
  598. package/dist/cjs/api/resources/statistic/client/requests/CustomerBasicStatsRequest.js +1 -3
  599. package/dist/cjs/api/resources/statistic/client/requests/SubStatsRequest.d.ts +0 -3
  600. package/dist/cjs/api/resources/statistic/client/requests/SubStatsRequest.js +1 -3
  601. package/dist/cjs/api/resources/statistic/client/requests/VendorBasicStatsRequest.d.ts +0 -3
  602. package/dist/cjs/api/resources/statistic/client/requests/VendorBasicStatsRequest.js +1 -3
  603. package/dist/cjs/api/resources/statistic/client/requests/index.d.ts +4 -4
  604. package/dist/cjs/api/resources/statistic/index.d.ts +1 -1
  605. package/dist/cjs/api/resources/statistic/index.js +1 -1
  606. package/dist/cjs/api/resources/statistic/types/StatBasicExtendedQueryRecord.d.ts +76 -0
  607. package/dist/cjs/api/resources/statistic/types/StatBasicExtendedQueryRecord.js +3 -0
  608. package/dist/cjs/api/resources/statistic/types/StatBasicQueryRecord.d.ts +4 -3
  609. package/dist/cjs/api/resources/statistic/types/StatBasicQueryRecord.js +1 -3
  610. package/dist/cjs/api/resources/statistic/types/StatisticsVendorQueryRecord.d.ts +0 -3
  611. package/dist/cjs/api/resources/statistic/types/StatisticsVendorQueryRecord.js +1 -3
  612. package/dist/cjs/api/resources/statistic/types/SubscriptionStatsQueryRecord.d.ts +0 -3
  613. package/dist/cjs/api/resources/statistic/types/SubscriptionStatsQueryRecord.js +1 -3
  614. package/dist/cjs/api/resources/statistic/types/index.d.ts +2 -1
  615. package/dist/cjs/api/resources/statistic/types/index.js +2 -1
  616. package/dist/cjs/api/resources/subscription/client/Client.d.ts +16 -37
  617. package/dist/cjs/api/resources/subscription/client/Client.js +51 -101
  618. package/dist/cjs/api/resources/subscription/client/index.d.ts +0 -1
  619. package/dist/cjs/api/resources/subscription/client/requests/RequestSchedule.d.ts +1 -4
  620. package/dist/cjs/api/resources/subscription/client/requests/RequestSchedule.js +1 -3
  621. package/dist/cjs/api/resources/subscription/client/requests/RequestUpdateSchedule.d.ts +1 -4
  622. package/dist/cjs/api/resources/subscription/client/requests/RequestUpdateSchedule.js +1 -3
  623. package/dist/cjs/api/resources/subscription/client/requests/index.d.ts +2 -2
  624. package/dist/cjs/api/resources/subscription/index.d.ts +1 -1
  625. package/dist/cjs/api/resources/subscription/index.js +1 -1
  626. package/dist/cjs/api/resources/subscription/types/AddSubscriptionResponse.d.ts +1 -4
  627. package/dist/cjs/api/resources/subscription/types/AddSubscriptionResponse.js +1 -3
  628. package/dist/cjs/api/resources/subscription/types/RemoveSubscriptionResponse.d.ts +1 -4
  629. package/dist/cjs/api/resources/subscription/types/RemoveSubscriptionResponse.js +1 -3
  630. package/dist/cjs/api/resources/subscription/types/SetPause.d.ts +0 -3
  631. package/dist/cjs/api/resources/subscription/types/SetPause.js +1 -3
  632. package/dist/cjs/api/resources/subscription/types/SubscriptionRequestBody.d.ts +1 -4
  633. package/dist/cjs/api/resources/subscription/types/SubscriptionRequestBody.js +1 -3
  634. package/dist/cjs/api/resources/subscription/types/UpdateSubscriptionResponse.d.ts +1 -4
  635. package/dist/cjs/api/resources/subscription/types/UpdateSubscriptionResponse.js +1 -3
  636. package/dist/cjs/api/resources/subscription/types/index.d.ts +3 -3
  637. package/dist/cjs/api/resources/subscription/types/index.js +3 -3
  638. package/dist/cjs/api/resources/templates/client/Client.d.ts +18 -73
  639. package/dist/cjs/api/resources/templates/client/Client.js +61 -255
  640. package/dist/cjs/api/resources/templates/client/index.d.ts +0 -1
  641. package/dist/cjs/api/resources/templates/client/requests/ListTemplatesRequest.d.ts +0 -3
  642. package/dist/cjs/api/resources/templates/client/requests/ListTemplatesRequest.js +1 -3
  643. package/dist/cjs/api/resources/templates/client/requests/index.d.ts +1 -1
  644. package/dist/cjs/api/resources/tokenStorage/client/Client.d.ts +16 -37
  645. package/dist/cjs/api/resources/tokenStorage/client/Client.js +57 -107
  646. package/dist/cjs/api/resources/tokenStorage/client/index.d.ts +0 -1
  647. package/dist/cjs/api/resources/tokenStorage/client/requests/AddMethodRequest.d.ts +1 -4
  648. package/dist/cjs/api/resources/tokenStorage/client/requests/AddMethodRequest.js +1 -3
  649. package/dist/cjs/api/resources/tokenStorage/client/requests/GetMethodRequest.d.ts +0 -3
  650. package/dist/cjs/api/resources/tokenStorage/client/requests/GetMethodRequest.js +1 -3
  651. package/dist/cjs/api/resources/tokenStorage/client/requests/UpdateMethodRequest.d.ts +1 -4
  652. package/dist/cjs/api/resources/tokenStorage/client/requests/UpdateMethodRequest.js +1 -3
  653. package/dist/cjs/api/resources/tokenStorage/client/requests/index.d.ts +3 -3
  654. package/dist/cjs/api/resources/tokenStorage/index.d.ts +1 -1
  655. package/dist/cjs/api/resources/tokenStorage/index.js +1 -1
  656. package/dist/cjs/api/resources/tokenStorage/types/AddMethodResponse.d.ts +1 -4
  657. package/dist/cjs/api/resources/tokenStorage/types/AddMethodResponse.js +1 -3
  658. package/dist/cjs/api/resources/tokenStorage/types/ConvertToken.d.ts +0 -3
  659. package/dist/cjs/api/resources/tokenStorage/types/ConvertToken.js +1 -3
  660. package/dist/cjs/api/resources/tokenStorage/types/CreateAnonymous.d.ts +0 -3
  661. package/dist/cjs/api/resources/tokenStorage/types/CreateAnonymous.js +1 -3
  662. package/dist/cjs/api/resources/tokenStorage/types/GetMethodResponse.d.ts +1 -4
  663. package/dist/cjs/api/resources/tokenStorage/types/GetMethodResponse.js +1 -3
  664. package/dist/cjs/api/resources/tokenStorage/types/RequestTokenStorage.d.ts +1 -4
  665. package/dist/cjs/api/resources/tokenStorage/types/RequestTokenStorage.js +1 -3
  666. package/dist/cjs/api/resources/tokenStorage/types/RequestTokenStoragePaymentMethod.d.ts +1 -4
  667. package/dist/cjs/api/resources/tokenStorage/types/RequestTokenStoragePaymentMethod.js +1 -3
  668. package/dist/cjs/api/resources/tokenStorage/types/Temporary.d.ts +0 -3
  669. package/dist/cjs/api/resources/tokenStorage/types/Temporary.js +1 -3
  670. package/dist/cjs/api/resources/tokenStorage/types/TokenizeAch.d.ts +1 -4
  671. package/dist/cjs/api/resources/tokenStorage/types/TokenizeAch.js +1 -3
  672. package/dist/cjs/api/resources/tokenStorage/types/TokenizeCard.d.ts +1 -4
  673. package/dist/cjs/api/resources/tokenStorage/types/TokenizeCard.js +1 -3
  674. package/dist/cjs/api/resources/tokenStorage/types/index.d.ts +4 -4
  675. package/dist/cjs/api/resources/tokenStorage/types/index.js +4 -4
  676. package/dist/cjs/api/resources/user/client/Client.d.ts +57 -56
  677. package/dist/cjs/api/resources/user/client/Client.js +155 -271
  678. package/dist/cjs/api/resources/user/client/index.d.ts +0 -1
  679. package/dist/cjs/api/resources/user/client/requests/GetUserRequest.d.ts +0 -3
  680. package/dist/cjs/api/resources/user/client/requests/GetUserRequest.js +1 -3
  681. package/dist/cjs/api/resources/user/client/requests/MfaValidationData.d.ts +1 -4
  682. package/dist/cjs/api/resources/user/client/requests/MfaValidationData.js +1 -3
  683. package/dist/cjs/api/resources/user/client/requests/UserAuthPswResetRequest.d.ts +0 -3
  684. package/dist/cjs/api/resources/user/client/requests/UserAuthPswResetRequest.js +1 -3
  685. package/dist/cjs/api/resources/user/client/requests/UserAuthRequest.d.ts +1 -4
  686. package/dist/cjs/api/resources/user/client/requests/UserAuthRequest.js +1 -3
  687. package/dist/cjs/api/resources/user/client/requests/UserAuthResetRequest.d.ts +1 -4
  688. package/dist/cjs/api/resources/user/client/requests/UserAuthResetRequest.js +1 -3
  689. package/dist/cjs/api/resources/user/client/requests/index.d.ts +5 -5
  690. package/dist/cjs/api/resources/user/index.d.ts +1 -1
  691. package/dist/cjs/api/resources/user/index.js +1 -1
  692. package/dist/cjs/api/resources/user/types/AddUserResponse.d.ts +1 -4
  693. package/dist/cjs/api/resources/user/types/AddUserResponse.js +1 -3
  694. package/dist/cjs/api/resources/user/types/AuthResetUserResponse.d.ts +1 -4
  695. package/dist/cjs/api/resources/user/types/AuthResetUserResponse.js +1 -3
  696. package/dist/cjs/api/resources/user/types/ChangePswUserResponse.d.ts +1 -4
  697. package/dist/cjs/api/resources/user/types/ChangePswUserResponse.js +1 -3
  698. package/dist/cjs/api/resources/user/types/DeleteUserResponse.d.ts +1 -4
  699. package/dist/cjs/api/resources/user/types/DeleteUserResponse.js +1 -3
  700. package/dist/cjs/api/resources/user/types/EditMfaUserResponse.d.ts +1 -4
  701. package/dist/cjs/api/resources/user/types/EditMfaUserResponse.js +1 -3
  702. package/dist/cjs/api/resources/user/types/LogoutUserResponse.d.ts +1 -4
  703. package/dist/cjs/api/resources/user/types/LogoutUserResponse.js +1 -3
  704. package/dist/cjs/api/resources/vendor/client/Client.d.ts +16 -37
  705. package/dist/cjs/api/resources/vendor/client/Client.js +51 -101
  706. package/dist/cjs/api/resources/wallet/client/Client.d.ts +16 -37
  707. package/dist/cjs/api/resources/wallet/client/Client.js +47 -97
  708. package/dist/cjs/api/resources/wallet/client/index.d.ts +0 -1
  709. package/dist/cjs/api/resources/wallet/client/requests/ConfigureOrganizationRequestApplePay.d.ts +1 -4
  710. package/dist/cjs/api/resources/wallet/client/requests/ConfigureOrganizationRequestApplePay.js +1 -3
  711. package/dist/cjs/api/resources/wallet/client/requests/ConfigureOrganizationRequestGooglePay.d.ts +1 -4
  712. package/dist/cjs/api/resources/wallet/client/requests/ConfigureOrganizationRequestGooglePay.js +1 -3
  713. package/dist/cjs/api/resources/wallet/client/requests/ConfigurePaypointRequestApplePay.d.ts +1 -4
  714. package/dist/cjs/api/resources/wallet/client/requests/ConfigurePaypointRequestApplePay.js +1 -3
  715. package/dist/cjs/api/resources/wallet/client/requests/ConfigurePaypointRequestGooglePay.d.ts +1 -4
  716. package/dist/cjs/api/resources/wallet/client/requests/ConfigurePaypointRequestGooglePay.js +1 -3
  717. package/dist/cjs/api/resources/wallet/client/requests/index.d.ts +4 -4
  718. package/dist/cjs/api/types/ASection.d.ts +0 -3
  719. package/dist/cjs/api/types/ASection.js +1 -3
  720. package/dist/cjs/api/types/AcceptOauth.d.ts +0 -3
  721. package/dist/cjs/api/types/AcceptOauth.js +1 -3
  722. package/dist/cjs/api/types/AcceptRegister.d.ts +0 -3
  723. package/dist/cjs/api/types/AcceptRegister.js +1 -3
  724. package/dist/cjs/api/types/AccountNumber.d.ts +0 -3
  725. package/dist/cjs/api/types/AccountNumber.js +1 -3
  726. package/dist/cjs/api/types/Accountexp.d.ts +0 -3
  727. package/dist/cjs/api/types/Accountexp.js +1 -3
  728. package/dist/cjs/api/types/Accountid.d.ts +0 -3
  729. package/dist/cjs/api/types/Accountid.js +1 -3
  730. package/dist/cjs/api/types/AccountingField.d.ts +0 -3
  731. package/dist/cjs/api/types/AccountingField.js +1 -3
  732. package/dist/cjs/api/types/Accounttype.d.ts +0 -3
  733. package/dist/cjs/api/types/Accounttype.js +1 -3
  734. package/dist/cjs/api/types/Accountzip.d.ts +0 -3
  735. package/dist/cjs/api/types/Accountzip.js +1 -3
  736. package/dist/cjs/api/types/AchAbsorbSection.d.ts +1 -4
  737. package/dist/cjs/api/types/AchAbsorbSection.js +1 -3
  738. package/dist/cjs/api/types/AchAcceptanceElement.d.ts +1 -4
  739. package/dist/cjs/api/types/AchAcceptanceElement.js +1 -3
  740. package/dist/cjs/api/types/AchFeeSection.d.ts +1 -4
  741. package/dist/cjs/api/types/AchFeeSection.js +1 -3
  742. package/dist/cjs/api/types/AchHolder.d.ts +0 -3
  743. package/dist/cjs/api/types/AchHolder.js +1 -3
  744. package/dist/cjs/api/types/AchHolderType.d.ts +2 -7
  745. package/dist/cjs/api/types/AchHolderType.js +2 -3
  746. package/dist/cjs/api/types/AchLinkTypes.d.ts +1 -4
  747. package/dist/cjs/api/types/AchLinkTypes.js +1 -3
  748. package/dist/cjs/api/types/AchPassThroughSection.d.ts +1 -4
  749. package/dist/cjs/api/types/AchPassThroughSection.js +1 -3
  750. package/dist/cjs/api/types/AchPaymentMethod.d.ts +0 -3
  751. package/dist/cjs/api/types/AchPaymentMethod.js +1 -3
  752. package/dist/cjs/api/types/AchSecCode.d.ts +0 -3
  753. package/dist/cjs/api/types/AchSecCode.js +1 -3
  754. package/dist/cjs/api/types/AchSection.d.ts +1 -4
  755. package/dist/cjs/api/types/AchSection.js +1 -3
  756. package/dist/cjs/api/types/AchService.d.ts +1 -4
  757. package/dist/cjs/api/types/AchService.js +1 -3
  758. package/dist/cjs/api/types/AchSetup.d.ts +0 -3
  759. package/dist/cjs/api/types/AchSetup.js +1 -3
  760. package/dist/cjs/api/types/AchTypes.d.ts +1 -4
  761. package/dist/cjs/api/types/AchTypes.js +1 -3
  762. package/dist/cjs/api/types/AchTypesPass.d.ts +1 -4
  763. package/dist/cjs/api/types/AchTypesPass.js +1 -3
  764. package/dist/cjs/api/types/AchTypesTiers.d.ts +1 -4
  765. package/dist/cjs/api/types/AchTypesTiers.js +1 -3
  766. package/dist/cjs/api/types/AchValidation.d.ts +0 -3
  767. package/dist/cjs/api/types/AchValidation.js +1 -3
  768. package/dist/cjs/api/types/Achaccount.d.ts +0 -3
  769. package/dist/cjs/api/types/Achaccount.js +1 -3
  770. package/dist/cjs/api/types/Achaccounttype.d.ts +2 -7
  771. package/dist/cjs/api/types/Achaccounttype.js +2 -3
  772. package/dist/cjs/api/types/Achrouting.d.ts +0 -3
  773. package/dist/cjs/api/types/Achrouting.js +1 -3
  774. package/dist/cjs/api/types/AddPaymentMethodDomainApiResponse.d.ts +1 -4
  775. package/dist/cjs/api/types/AddPaymentMethodDomainApiResponse.js +1 -3
  776. package/dist/cjs/api/types/AdditionalData.d.ts +0 -3
  777. package/dist/cjs/api/types/AdditionalData.js +1 -3
  778. package/dist/cjs/api/types/AdditionalDataMap.d.ts +0 -3
  779. package/dist/cjs/api/types/AdditionalDataMap.js +1 -3
  780. package/dist/cjs/api/types/AdditionalDataString.d.ts +0 -3
  781. package/dist/cjs/api/types/AdditionalDataString.js +1 -3
  782. package/dist/cjs/api/types/AddressAddtlNullable.d.ts +0 -3
  783. package/dist/cjs/api/types/AddressAddtlNullable.js +1 -3
  784. package/dist/cjs/api/types/AddressNullable.d.ts +0 -3
  785. package/dist/cjs/api/types/AddressNullable.js +1 -3
  786. package/dist/cjs/api/types/AmountElement.d.ts +1 -4
  787. package/dist/cjs/api/types/AmountElement.js +1 -3
  788. package/dist/cjs/api/types/Annualrevenue.d.ts +0 -3
  789. package/dist/cjs/api/types/Annualrevenue.js +1 -3
  790. package/dist/cjs/api/types/AppId.d.ts +0 -3
  791. package/dist/cjs/api/types/AppId.js +1 -3
  792. package/dist/cjs/api/types/ApplePayData.d.ts +1 -4
  793. package/dist/cjs/api/types/ApplePayData.js +1 -3
  794. package/dist/cjs/api/types/ApplePayId.d.ts +0 -3
  795. package/dist/cjs/api/types/ApplePayId.js +1 -3
  796. package/dist/cjs/api/types/ApplePayMetadata.d.ts +0 -3
  797. package/dist/cjs/api/types/ApplePayMetadata.js +1 -3
  798. package/dist/cjs/api/types/ApplePayOrganizationUpdateData.d.ts +1 -4
  799. package/dist/cjs/api/types/ApplePayOrganizationUpdateData.js +1 -3
  800. package/dist/cjs/api/types/ApplePayPaypointRegistrationData.d.ts +1 -4
  801. package/dist/cjs/api/types/ApplePayPaypointRegistrationData.js +1 -3
  802. package/dist/cjs/api/types/ApplePayStatusData.d.ts +1 -4
  803. package/dist/cjs/api/types/ApplePayStatusData.js +1 -3
  804. package/dist/cjs/api/types/ApplePayType.d.ts +0 -3
  805. package/dist/cjs/api/types/ApplePayType.js +1 -3
  806. package/dist/cjs/api/types/AppleWalletData.d.ts +1 -4
  807. package/dist/cjs/api/types/AppleWalletData.js +1 -3
  808. package/dist/cjs/api/types/ApplicationData.d.ts +1 -4
  809. package/dist/cjs/api/types/ApplicationData.js +1 -3
  810. package/dist/cjs/api/types/ApplicationDataManaged.d.ts +1 -4
  811. package/dist/cjs/api/types/ApplicationDataManaged.js +1 -3
  812. package/dist/cjs/api/types/ApplicationDataOdp.d.ts +1 -4
  813. package/dist/cjs/api/types/ApplicationDataOdp.js +1 -3
  814. package/dist/cjs/api/types/ApplicationDataPayIn.d.ts +1 -4
  815. package/dist/cjs/api/types/ApplicationDataPayIn.js +1 -3
  816. package/dist/cjs/api/types/ApplicationDetailsRecord.d.ts +3 -6
  817. package/dist/cjs/api/types/ApplicationDetailsRecord.js +1 -3
  818. package/dist/cjs/api/types/ApplicationQueryRecord.d.ts +1 -4
  819. package/dist/cjs/api/types/ApplicationQueryRecord.js +1 -3
  820. package/dist/cjs/api/types/AssociatedVendor.d.ts +1 -4
  821. package/dist/cjs/api/types/AssociatedVendor.js +1 -3
  822. package/dist/cjs/api/types/Attachments.d.ts +1 -4
  823. package/dist/cjs/api/types/Attachments.js +1 -3
  824. package/dist/cjs/api/types/AttestationDate.d.ts +0 -3
  825. package/dist/cjs/api/types/AttestationDate.js +1 -3
  826. package/dist/cjs/api/types/Authcode.d.ts +0 -3
  827. package/dist/cjs/api/types/Authcode.js +1 -3
  828. package/dist/cjs/api/types/AutoElement.d.ts +1 -4
  829. package/dist/cjs/api/types/AutoElement.js +1 -3
  830. package/dist/cjs/api/types/Avgmonthly.d.ts +0 -3
  831. package/dist/cjs/api/types/Avgmonthly.js +1 -3
  832. package/dist/cjs/api/types/Avgticketamt.d.ts +0 -3
  833. package/dist/cjs/api/types/Avgticketamt.js +1 -3
  834. package/dist/cjs/api/types/Avsresponsetext.d.ts +0 -3
  835. package/dist/cjs/api/types/Avsresponsetext.js +1 -3
  836. package/dist/cjs/api/types/BAddress.d.ts +1 -4
  837. package/dist/cjs/api/types/BAddress.js +1 -3
  838. package/dist/cjs/api/types/BDetails.d.ts +1 -4
  839. package/dist/cjs/api/types/BDetails.js +1 -3
  840. package/dist/cjs/api/types/BSection.d.ts +1 -4
  841. package/dist/cjs/api/types/BSection.js +1 -3
  842. package/dist/cjs/api/types/Baddress1.d.ts +0 -3
  843. package/dist/cjs/api/types/Baddress1.js +1 -3
  844. package/dist/cjs/api/types/Baddress2.d.ts +0 -3
  845. package/dist/cjs/api/types/Baddress2.js +1 -3
  846. package/dist/cjs/api/types/Bank.d.ts +1 -4
  847. package/dist/cjs/api/types/Bank.js +1 -3
  848. package/dist/cjs/api/types/BankAccountFunction.d.ts +0 -3
  849. package/dist/cjs/api/types/BankAccountFunction.js +1 -3
  850. package/dist/cjs/api/types/BankAccountHolderName.d.ts +0 -3
  851. package/dist/cjs/api/types/BankAccountHolderName.js +1 -3
  852. package/dist/cjs/api/types/BankAccountHolderType.d.ts +2 -7
  853. package/dist/cjs/api/types/BankAccountHolderType.js +2 -3
  854. package/dist/cjs/api/types/BankData.d.ts +1 -4
  855. package/dist/cjs/api/types/BankData.js +1 -3
  856. package/dist/cjs/api/types/BankName.d.ts +0 -3
  857. package/dist/cjs/api/types/BankName.js +1 -3
  858. package/dist/cjs/api/types/BankNickname.d.ts +0 -3
  859. package/dist/cjs/api/types/BankNickname.js +1 -3
  860. package/dist/cjs/api/types/BankSection.d.ts +1 -4
  861. package/dist/cjs/api/types/BankSection.js +1 -3
  862. package/dist/cjs/api/types/BasicTable.d.ts +1 -4
  863. package/dist/cjs/api/types/BasicTable.js +1 -3
  864. package/dist/cjs/api/types/BasicTemplateElement.d.ts +1 -4
  865. package/dist/cjs/api/types/BasicTemplateElement.js +1 -3
  866. package/dist/cjs/api/types/BatchNumber.d.ts +4 -4
  867. package/dist/cjs/api/types/BatchNumber.js +1 -3
  868. package/dist/cjs/api/types/BatchSummary.d.ts +1 -5
  869. package/dist/cjs/api/types/BatchSummary.js +1 -3
  870. package/dist/cjs/api/types/Bcity.d.ts +0 -3
  871. package/dist/cjs/api/types/Bcity.js +1 -3
  872. package/dist/cjs/api/types/Bcountry.d.ts +0 -3
  873. package/dist/cjs/api/types/Bcountry.js +1 -3
  874. package/dist/cjs/api/types/BillApprovals.d.ts +1 -4
  875. package/dist/cjs/api/types/BillApprovals.js +1 -3
  876. package/dist/cjs/api/types/BillData.d.ts +2 -5
  877. package/dist/cjs/api/types/BillData.js +48 -3
  878. package/dist/cjs/api/types/BillDetailResponse.d.ts +16 -5
  879. package/dist/cjs/api/types/BillDetailResponse.js +1 -3
  880. package/dist/cjs/api/types/BillDetailsResponse.d.ts +1 -4
  881. package/dist/cjs/api/types/BillDetailsResponse.js +1 -3
  882. package/dist/cjs/api/types/BillEvents.d.ts +1 -4
  883. package/dist/cjs/api/types/BillEvents.js +1 -3
  884. package/dist/cjs/api/types/BillId.d.ts +0 -3
  885. package/dist/cjs/api/types/BillId.js +1 -3
  886. package/dist/cjs/api/types/BillItem.d.ts +1 -4
  887. package/dist/cjs/api/types/BillItem.js +1 -3
  888. package/dist/cjs/api/types/BillOptions.d.ts +0 -3
  889. package/dist/cjs/api/types/BillOptions.js +1 -3
  890. package/dist/cjs/api/types/BillPayOutData.d.ts +1 -4
  891. package/dist/cjs/api/types/BillPayOutData.js +1 -3
  892. package/dist/cjs/api/types/BillPayOutDataRequest.d.ts +1 -4
  893. package/dist/cjs/api/types/BillPayOutDataRequest.js +1 -3
  894. package/dist/cjs/api/types/BillQueryRecord2.d.ts +1 -4
  895. package/dist/cjs/api/types/BillQueryRecord2.js +1 -3
  896. package/dist/cjs/api/types/BillQueryRecord2BillApprovalsItem.d.ts +1 -4
  897. package/dist/cjs/api/types/BillQueryRecord2BillApprovalsItem.js +1 -3
  898. package/dist/cjs/api/types/BillQueryRecord2PaymentMethod.d.ts +2 -7
  899. package/dist/cjs/api/types/BillQueryRecord2PaymentMethod.js +2 -3
  900. package/dist/cjs/api/types/BillQueryResponse.d.ts +1 -5
  901. package/dist/cjs/api/types/BillQueryResponse.js +1 -3
  902. package/dist/cjs/api/types/BillQueryResponseSummary.d.ts +1 -4
  903. package/dist/cjs/api/types/BillQueryResponseSummary.js +1 -3
  904. package/dist/cjs/api/types/BillingAddressAddtlNullable.d.ts +0 -3
  905. package/dist/cjs/api/types/BillingAddressAddtlNullable.js +1 -3
  906. package/dist/cjs/api/types/BillingAddressNullable.d.ts +0 -3
  907. package/dist/cjs/api/types/BillingAddressNullable.js +1 -3
  908. package/dist/cjs/api/types/BillingCityNullable.d.ts +0 -3
  909. package/dist/cjs/api/types/BillingCityNullable.js +1 -3
  910. package/dist/cjs/api/types/BillingCountryNullable.d.ts +0 -3
  911. package/dist/cjs/api/types/BillingCountryNullable.js +1 -3
  912. package/dist/cjs/api/types/BillingData.d.ts +1 -4
  913. package/dist/cjs/api/types/BillingData.js +1 -3
  914. package/dist/cjs/api/types/BillingDataResponse.d.ts +1 -4
  915. package/dist/cjs/api/types/BillingDataResponse.js +1 -3
  916. package/dist/cjs/api/types/BillingFeeDetail.d.ts +0 -3
  917. package/dist/cjs/api/types/BillingFeeDetail.js +1 -3
  918. package/dist/cjs/api/types/BillingStateNullable.d.ts +0 -3
  919. package/dist/cjs/api/types/BillingStateNullable.js +1 -3
  920. package/dist/cjs/api/types/BillingZip.d.ts +0 -3
  921. package/dist/cjs/api/types/BillingZip.js +1 -3
  922. package/dist/cjs/api/types/Billitems.d.ts +1 -4
  923. package/dist/cjs/api/types/Billitems.js +1 -3
  924. package/dist/cjs/api/types/Billstatus.d.ts +0 -3
  925. package/dist/cjs/api/types/Billstatus.js +1 -3
  926. package/dist/cjs/api/types/BinData.d.ts +0 -3
  927. package/dist/cjs/api/types/BinData.js +1 -3
  928. package/dist/cjs/api/types/Binperson.d.ts +0 -3
  929. package/dist/cjs/api/types/Binperson.js +1 -3
  930. package/dist/cjs/api/types/Binphone.d.ts +0 -3
  931. package/dist/cjs/api/types/Binphone.js +1 -3
  932. package/dist/cjs/api/types/Binweb.d.ts +0 -3
  933. package/dist/cjs/api/types/Binweb.js +1 -3
  934. package/dist/cjs/api/types/Bnk.d.ts +1 -4
  935. package/dist/cjs/api/types/Bnk.js +1 -3
  936. package/dist/cjs/api/types/BoardingApplicationAttachments.d.ts +1 -4
  937. package/dist/cjs/api/types/BoardingApplicationAttachments.js +1 -3
  938. package/dist/cjs/api/types/BoardingAverageBillSize.d.ts +0 -3
  939. package/dist/cjs/api/types/BoardingAverageBillSize.js +1 -3
  940. package/dist/cjs/api/types/BoardingAvgMonthlyBill.d.ts +0 -3
  941. package/dist/cjs/api/types/BoardingAvgMonthlyBill.js +1 -3
  942. package/dist/cjs/api/types/BoardingBusinessFax.d.ts +0 -3
  943. package/dist/cjs/api/types/BoardingBusinessFax.js +1 -3
  944. package/dist/cjs/api/types/BoardingBusinessPhone.d.ts +0 -3
  945. package/dist/cjs/api/types/BoardingBusinessPhone.js +1 -3
  946. package/dist/cjs/api/types/BoardingId.d.ts +0 -3
  947. package/dist/cjs/api/types/BoardingId.js +1 -3
  948. package/dist/cjs/api/types/BoardingLinkApiResponse.d.ts +1 -4
  949. package/dist/cjs/api/types/BoardingLinkApiResponse.js +1 -3
  950. package/dist/cjs/api/types/BoardingLinkId.d.ts +0 -3
  951. package/dist/cjs/api/types/BoardingLinkId.js +1 -3
  952. package/dist/cjs/api/types/BoardingLinkQueryRecord.d.ts +1 -4
  953. package/dist/cjs/api/types/BoardingLinkQueryRecord.js +1 -3
  954. package/dist/cjs/api/types/BoardingQueryLinks.d.ts +1 -4
  955. package/dist/cjs/api/types/BoardingQueryLinks.js +1 -3
  956. package/dist/cjs/api/types/BoardingStatus.d.ts +0 -3
  957. package/dist/cjs/api/types/BoardingStatus.js +1 -3
  958. package/dist/cjs/api/types/Bphone.d.ts +0 -3
  959. package/dist/cjs/api/types/Bphone.js +1 -3
  960. package/dist/cjs/api/types/Bstate.d.ts +0 -3
  961. package/dist/cjs/api/types/Bstate.js +1 -3
  962. package/dist/cjs/api/types/Bsummary.d.ts +0 -3
  963. package/dist/cjs/api/types/Bsummary.js +1 -3
  964. package/dist/cjs/api/types/BuilderData.d.ts +1 -4
  965. package/dist/cjs/api/types/BuilderData.js +1 -3
  966. package/dist/cjs/api/types/BusinessSection.d.ts +1 -4
  967. package/dist/cjs/api/types/BusinessSection.js +1 -3
  968. package/dist/cjs/api/types/Busstartdate.d.ts +0 -3
  969. package/dist/cjs/api/types/Busstartdate.js +1 -3
  970. package/dist/cjs/api/types/ButtonElement.d.ts +2 -7
  971. package/dist/cjs/api/types/ButtonElement.js +2 -3
  972. package/dist/cjs/api/types/Bzip.d.ts +0 -3
  973. package/dist/cjs/api/types/Bzip.js +1 -3
  974. package/dist/cjs/api/types/CList.d.ts +1 -4
  975. package/dist/cjs/api/types/CList.js +1 -3
  976. package/dist/cjs/api/types/CardAcceptanceElement.d.ts +1 -4
  977. package/dist/cjs/api/types/CardAcceptanceElement.js +1 -3
  978. package/dist/cjs/api/types/CardFeeSection.d.ts +1 -4
  979. package/dist/cjs/api/types/CardFeeSection.js +1 -3
  980. package/dist/cjs/api/types/CardFlatSection.d.ts +1 -4
  981. package/dist/cjs/api/types/CardFlatSection.js +1 -3
  982. package/dist/cjs/api/types/CardIcpSection.d.ts +1 -4
  983. package/dist/cjs/api/types/CardIcpSection.js +1 -3
  984. package/dist/cjs/api/types/CardLinkTypes.d.ts +1 -4
  985. package/dist/cjs/api/types/CardLinkTypes.js +1 -3
  986. package/dist/cjs/api/types/CardPassThroughSection.d.ts +1 -4
  987. package/dist/cjs/api/types/CardPassThroughSection.js +1 -3
  988. package/dist/cjs/api/types/CardSection.d.ts +1 -4
  989. package/dist/cjs/api/types/CardSection.js +1 -3
  990. package/dist/cjs/api/types/CardService.d.ts +1 -4
  991. package/dist/cjs/api/types/CardService.js +1 -3
  992. package/dist/cjs/api/types/CardSetup.d.ts +0 -3
  993. package/dist/cjs/api/types/CardSetup.js +1 -3
  994. package/dist/cjs/api/types/CardType.d.ts +1 -4
  995. package/dist/cjs/api/types/CardType.js +1 -3
  996. package/dist/cjs/api/types/CardTypePass.d.ts +1 -4
  997. package/dist/cjs/api/types/CardTypePass.js +1 -3
  998. package/dist/cjs/api/types/CardTypes.d.ts +1 -4
  999. package/dist/cjs/api/types/CardTypes.js +1 -3
  1000. package/dist/cjs/api/types/Cardcvv.d.ts +0 -3
  1001. package/dist/cjs/api/types/Cardcvv.js +1 -3
  1002. package/dist/cjs/api/types/Cardexp.d.ts +0 -3
  1003. package/dist/cjs/api/types/Cardexp.js +1 -3
  1004. package/dist/cjs/api/types/Cardholder.d.ts +0 -3
  1005. package/dist/cjs/api/types/Cardholder.js +1 -3
  1006. package/dist/cjs/api/types/Cardnumber.d.ts +0 -3
  1007. package/dist/cjs/api/types/Cardnumber.js +1 -3
  1008. package/dist/cjs/api/types/Cardzip.d.ts +0 -3
  1009. package/dist/cjs/api/types/Cardzip.js +1 -3
  1010. package/dist/cjs/api/types/Cascade.d.ts +0 -3
  1011. package/dist/cjs/api/types/Cascade.js +1 -3
  1012. package/dist/cjs/api/types/CascadeJobDetails.d.ts +1 -4
  1013. package/dist/cjs/api/types/CascadeJobDetails.js +1 -3
  1014. package/dist/cjs/api/types/Cash.d.ts +0 -3
  1015. package/dist/cjs/api/types/Cash.js +1 -3
  1016. package/dist/cjs/api/types/Category.d.ts +0 -3
  1017. package/dist/cjs/api/types/Category.js +1 -3
  1018. package/dist/cjs/api/types/ChargebackId.d.ts +0 -3
  1019. package/dist/cjs/api/types/ChargebackId.js +1 -3
  1020. package/dist/cjs/api/types/Check.d.ts +1 -4
  1021. package/dist/cjs/api/types/Check.js +1 -3
  1022. package/dist/cjs/api/types/CityNullable.d.ts +0 -3
  1023. package/dist/cjs/api/types/CityNullable.js +1 -3
  1024. package/dist/cjs/api/types/CloudQueryApiResponse.d.ts +1 -4
  1025. package/dist/cjs/api/types/CloudQueryApiResponse.js +1 -3
  1026. package/dist/cjs/api/types/Comments.d.ts +0 -3
  1027. package/dist/cjs/api/types/Comments.js +1 -3
  1028. package/dist/cjs/api/types/ConfigureApplePayOrganizationApiResponse.d.ts +1 -4
  1029. package/dist/cjs/api/types/ConfigureApplePayOrganizationApiResponse.js +1 -3
  1030. package/dist/cjs/api/types/ConfigureApplePaypointApiResponse.d.ts +1 -4
  1031. package/dist/cjs/api/types/ConfigureApplePaypointApiResponse.js +1 -3
  1032. package/dist/cjs/api/types/ConfigureGooglePaypointApiResponse.d.ts +1 -4
  1033. package/dist/cjs/api/types/ConfigureGooglePaypointApiResponse.js +1 -3
  1034. package/dist/cjs/api/types/ContactElement.d.ts +1 -4
  1035. package/dist/cjs/api/types/ContactElement.js +1 -3
  1036. package/dist/cjs/api/types/Contacts.d.ts +1 -4
  1037. package/dist/cjs/api/types/Contacts.js +1 -3
  1038. package/dist/cjs/api/types/ContactsField.d.ts +1 -4
  1039. package/dist/cjs/api/types/ContactsField.js +1 -3
  1040. package/dist/cjs/api/types/ContactsResponse.d.ts +1 -4
  1041. package/dist/cjs/api/types/ContactsResponse.js +1 -3
  1042. package/dist/cjs/api/types/CountryNullable.d.ts +0 -3
  1043. package/dist/cjs/api/types/CountryNullable.js +1 -3
  1044. package/dist/cjs/api/types/CreatedAt.d.ts +0 -3
  1045. package/dist/cjs/api/types/CreatedAt.js +1 -3
  1046. package/dist/cjs/api/types/CustomerData.d.ts +1 -4
  1047. package/dist/cjs/api/types/CustomerData.js +1 -3
  1048. package/dist/cjs/api/types/CustomerId.d.ts +0 -3
  1049. package/dist/cjs/api/types/CustomerId.js +1 -3
  1050. package/dist/cjs/api/types/CustomerNumberNullable.d.ts +0 -3
  1051. package/dist/cjs/api/types/CustomerNumberNullable.js +1 -3
  1052. package/dist/cjs/api/types/CustomerQueryRecords.d.ts +2 -22
  1053. package/dist/cjs/api/types/CustomerQueryRecords.js +1 -3
  1054. package/dist/cjs/api/types/CustomerStatus.d.ts +0 -3
  1055. package/dist/cjs/api/types/CustomerStatus.js +1 -3
  1056. package/dist/cjs/api/types/CustomerSummaryRecord.d.ts +1 -4
  1057. package/dist/cjs/api/types/CustomerSummaryRecord.js +1 -3
  1058. package/dist/cjs/api/types/Customeridtrans.d.ts +0 -3
  1059. package/dist/cjs/api/types/Customeridtrans.js +1 -3
  1060. package/dist/cjs/api/types/Cvvresponsetext.d.ts +0 -3
  1061. package/dist/cjs/api/types/Cvvresponsetext.js +1 -3
  1062. package/dist/cjs/api/types/DSection.d.ts +1 -4
  1063. package/dist/cjs/api/types/DSection.js +1 -3
  1064. package/dist/cjs/api/types/Datenullable.d.ts +0 -3
  1065. package/dist/cjs/api/types/Datenullable.js +1 -3
  1066. package/dist/cjs/api/types/DatetimeNullable.d.ts +0 -3
  1067. package/dist/cjs/api/types/DatetimeNullable.js +1 -3
  1068. package/dist/cjs/api/types/Dbaname.d.ts +0 -3
  1069. package/dist/cjs/api/types/Dbaname.js +1 -3
  1070. package/dist/cjs/api/types/DepositDate.d.ts +0 -3
  1071. package/dist/cjs/api/types/DepositDate.js +1 -3
  1072. package/dist/cjs/api/types/Descriptor.d.ts +0 -3
  1073. package/dist/cjs/api/types/Descriptor.js +1 -3
  1074. package/dist/cjs/api/types/Device.d.ts +0 -3
  1075. package/dist/cjs/api/types/Device.js +1 -3
  1076. package/dist/cjs/api/types/DeviceId.d.ts +1 -4
  1077. package/dist/cjs/api/types/DeviceId.js +1 -3
  1078. package/dist/cjs/api/types/Discount.d.ts +0 -3
  1079. package/dist/cjs/api/types/Discount.js +1 -3
  1080. package/dist/cjs/api/types/DisplayProperty.d.ts +0 -3
  1081. package/dist/cjs/api/types/DisplayProperty.js +1 -3
  1082. package/dist/cjs/api/types/DocumentSection.d.ts +1 -4
  1083. package/dist/cjs/api/types/DocumentSection.js +1 -3
  1084. package/dist/cjs/api/types/DocumentsRef.d.ts +1 -4
  1085. package/dist/cjs/api/types/DocumentsRef.js +1 -3
  1086. package/dist/cjs/api/types/DomainName.d.ts +0 -3
  1087. package/dist/cjs/api/types/DomainName.js +1 -3
  1088. package/dist/cjs/api/types/DutyAmount.d.ts +0 -3
  1089. package/dist/cjs/api/types/DutyAmount.js +1 -3
  1090. package/dist/cjs/api/types/Ein.d.ts +0 -3
  1091. package/dist/cjs/api/types/Ein.js +1 -3
  1092. package/dist/cjs/api/types/Element.d.ts +1 -4
  1093. package/dist/cjs/api/types/Element.js +1 -3
  1094. package/dist/cjs/api/types/Email.d.ts +0 -3
  1095. package/dist/cjs/api/types/Email.js +1 -3
  1096. package/dist/cjs/api/types/Enabled.d.ts +0 -3
  1097. package/dist/cjs/api/types/Enabled.js +1 -3
  1098. package/dist/cjs/api/types/EnrollmentStatus.d.ts +0 -3
  1099. package/dist/cjs/api/types/EnrollmentStatus.js +1 -3
  1100. package/dist/cjs/api/types/EntityId.d.ts +0 -3
  1101. package/dist/cjs/api/types/EntityId.js +1 -3
  1102. package/dist/cjs/api/types/EntityType.d.ts +0 -3
  1103. package/dist/cjs/api/types/EntityType.js +1 -3
  1104. package/dist/cjs/api/types/Entry.d.ts +0 -3
  1105. package/dist/cjs/api/types/Entry.js +1 -3
  1106. package/dist/cjs/api/types/EntryAttributes.d.ts +0 -3
  1107. package/dist/cjs/api/types/EntryAttributes.js +1 -3
  1108. package/dist/cjs/api/types/EntrypageId.d.ts +0 -3
  1109. package/dist/cjs/api/types/EntrypageId.js +1 -3
  1110. package/dist/cjs/api/types/Entrypointfield.d.ts +0 -3
  1111. package/dist/cjs/api/types/Entrypointfield.js +1 -3
  1112. package/dist/cjs/api/types/ExpectedDepositDate.d.ts +0 -3
  1113. package/dist/cjs/api/types/ExpectedDepositDate.js +1 -3
  1114. package/dist/cjs/api/types/ExpectedProcessingDateTime.d.ts +0 -3
  1115. package/dist/cjs/api/types/ExpectedProcessingDateTime.js +1 -3
  1116. package/dist/cjs/api/types/ExportFormat.d.ts +6 -13
  1117. package/dist/cjs/api/types/ExportFormat.js +6 -3
  1118. package/dist/cjs/api/types/ExternalPaypointId.d.ts +0 -3
  1119. package/dist/cjs/api/types/ExternalPaypointId.js +1 -3
  1120. package/dist/cjs/api/types/ExternalProcessorInformation.d.ts +0 -3
  1121. package/dist/cjs/api/types/ExternalProcessorInformation.js +1 -3
  1122. package/dist/cjs/api/types/FaxNumber.d.ts +0 -3
  1123. package/dist/cjs/api/types/FaxNumber.js +1 -3
  1124. package/dist/cjs/api/types/FeeAmount.d.ts +0 -3
  1125. package/dist/cjs/api/types/FeeAmount.js +1 -3
  1126. package/dist/cjs/api/types/FileContent.d.ts +2 -7
  1127. package/dist/cjs/api/types/FileContent.js +2 -3
  1128. package/dist/cjs/api/types/File_.d.ts +0 -3
  1129. package/dist/cjs/api/types/File_.js +1 -3
  1130. package/dist/cjs/api/types/Finishtype.d.ts +0 -3
  1131. package/dist/cjs/api/types/Finishtype.js +1 -3
  1132. package/dist/cjs/api/types/ForceCustomerCreation.d.ts +0 -3
  1133. package/dist/cjs/api/types/ForceCustomerCreation.js +1 -3
  1134. package/dist/cjs/api/types/FreightAmount.d.ts +0 -3
  1135. package/dist/cjs/api/types/FreightAmount.js +1 -3
  1136. package/dist/cjs/api/types/Frequency.d.ts +2 -7
  1137. package/dist/cjs/api/types/Frequency.js +2 -3
  1138. package/dist/cjs/api/types/FrequencyList.d.ts +0 -3
  1139. package/dist/cjs/api/types/FrequencyList.js +1 -3
  1140. package/dist/cjs/api/types/Frequencynotification.d.ts +1 -4
  1141. package/dist/cjs/api/types/Frequencynotification.js +17 -3
  1142. package/dist/cjs/api/types/Gatewayfield.d.ts +0 -3
  1143. package/dist/cjs/api/types/Gatewayfield.js +1 -3
  1144. package/dist/cjs/api/types/GeneralEvents.d.ts +1 -4
  1145. package/dist/cjs/api/types/GeneralEvents.js +1 -3
  1146. package/dist/cjs/api/types/GooglePayData.d.ts +1 -4
  1147. package/dist/cjs/api/types/GooglePayData.js +1 -3
  1148. package/dist/cjs/api/types/GooglePayMetadata.d.ts +0 -3
  1149. package/dist/cjs/api/types/GooglePayMetadata.js +1 -3
  1150. package/dist/cjs/api/types/GooglePayPaypointRegistrationData.d.ts +1 -4
  1151. package/dist/cjs/api/types/GooglePayPaypointRegistrationData.js +1 -3
  1152. package/dist/cjs/api/types/GooglePayStatusData.d.ts +1 -4
  1153. package/dist/cjs/api/types/GooglePayStatusData.js +1 -3
  1154. package/dist/cjs/api/types/GoogleWalletData.d.ts +0 -3
  1155. package/dist/cjs/api/types/GoogleWalletData.js +1 -3
  1156. package/dist/cjs/api/types/HasVcardTransactions.d.ts +0 -3
  1157. package/dist/cjs/api/types/HasVcardTransactions.js +1 -3
  1158. package/dist/cjs/api/types/HeaderElement.d.ts +1 -4
  1159. package/dist/cjs/api/types/HeaderElement.js +1 -3
  1160. package/dist/cjs/api/types/Highticketamt.d.ts +0 -3
  1161. package/dist/cjs/api/types/Highticketamt.js +1 -3
  1162. package/dist/cjs/api/types/Holdername.d.ts +0 -3
  1163. package/dist/cjs/api/types/Holdername.js +1 -3
  1164. package/dist/cjs/api/types/IdempotencyKey.d.ts +0 -3
  1165. package/dist/cjs/api/types/IdempotencyKey.js +1 -3
  1166. package/dist/cjs/api/types/Identifierfields.d.ts +0 -3
  1167. package/dist/cjs/api/types/Identifierfields.js +1 -3
  1168. package/dist/cjs/api/types/Idpaypoint.d.ts +0 -3
  1169. package/dist/cjs/api/types/Idpaypoint.js +1 -3
  1170. package/dist/cjs/api/types/Initiator.d.ts +0 -3
  1171. package/dist/cjs/api/types/Initiator.js +1 -3
  1172. package/dist/cjs/api/types/Instrument.d.ts +1 -4
  1173. package/dist/cjs/api/types/Instrument.js +1 -3
  1174. package/dist/cjs/api/types/InternalReferenceId.d.ts +0 -3
  1175. package/dist/cjs/api/types/InternalReferenceId.js +1 -3
  1176. package/dist/cjs/api/types/InvoiceAmount.d.ts +0 -3
  1177. package/dist/cjs/api/types/InvoiceAmount.js +1 -3
  1178. package/dist/cjs/api/types/InvoiceElement.d.ts +1 -4
  1179. package/dist/cjs/api/types/InvoiceElement.js +1 -3
  1180. package/dist/cjs/api/types/InvoiceNumber.d.ts +0 -3
  1181. package/dist/cjs/api/types/InvoiceNumber.js +1 -3
  1182. package/dist/cjs/api/types/InvoiceType.d.ts +0 -3
  1183. package/dist/cjs/api/types/InvoiceType.js +1 -3
  1184. package/dist/cjs/api/types/Invoicestatus.d.ts +0 -3
  1185. package/dist/cjs/api/types/Invoicestatus.js +1 -3
  1186. package/dist/cjs/api/types/IpAddress.d.ts +0 -3
  1187. package/dist/cjs/api/types/IpAddress.js +1 -3
  1188. package/dist/cjs/api/types/IsEnabled.d.ts +0 -3
  1189. package/dist/cjs/api/types/IsEnabled.js +1 -3
  1190. package/dist/cjs/api/types/IsRoot.d.ts +0 -3
  1191. package/dist/cjs/api/types/IsRoot.js +1 -3
  1192. package/dist/cjs/api/types/IsSameDayAch.d.ts +0 -3
  1193. package/dist/cjs/api/types/IsSameDayAch.js +1 -3
  1194. package/dist/cjs/api/types/IsSuccess.d.ts +0 -3
  1195. package/dist/cjs/api/types/IsSuccess.js +1 -3
  1196. package/dist/cjs/api/types/ItemCommodityCode.d.ts +0 -3
  1197. package/dist/cjs/api/types/ItemCommodityCode.js +1 -3
  1198. package/dist/cjs/api/types/ItemDescription.d.ts +0 -3
  1199. package/dist/cjs/api/types/ItemDescription.js +1 -3
  1200. package/dist/cjs/api/types/ItemProductCode.d.ts +0 -3
  1201. package/dist/cjs/api/types/ItemProductCode.js +1 -3
  1202. package/dist/cjs/api/types/ItemProductName.d.ts +0 -3
  1203. package/dist/cjs/api/types/ItemProductName.js +1 -3
  1204. package/dist/cjs/api/types/ItemUnitofMeasure.d.ts +0 -3
  1205. package/dist/cjs/api/types/ItemUnitofMeasure.js +1 -3
  1206. package/dist/cjs/api/types/JobId.d.ts +0 -3
  1207. package/dist/cjs/api/types/JobId.js +1 -3
  1208. package/dist/cjs/api/types/JobStatus.d.ts +0 -3
  1209. package/dist/cjs/api/types/JobStatus.js +1 -3
  1210. package/dist/cjs/api/types/KeyValue.d.ts +1 -4
  1211. package/dist/cjs/api/types/KeyValue.js +1 -3
  1212. package/dist/cjs/api/types/KeyValueDuo.d.ts +0 -3
  1213. package/dist/cjs/api/types/KeyValueDuo.js +1 -3
  1214. package/dist/cjs/api/types/LabelElement.d.ts +1 -4
  1215. package/dist/cjs/api/types/LabelElement.js +1 -3
  1216. package/dist/cjs/api/types/Language.d.ts +0 -3
  1217. package/dist/cjs/api/types/Language.js +1 -3
  1218. package/dist/cjs/api/types/LastModified.d.ts +0 -3
  1219. package/dist/cjs/api/types/LastModified.js +1 -3
  1220. package/dist/cjs/api/types/Legalname.d.ts +0 -3
  1221. package/dist/cjs/api/types/Legalname.js +1 -3
  1222. package/dist/cjs/api/types/License.d.ts +0 -3
  1223. package/dist/cjs/api/types/License.js +1 -3
  1224. package/dist/cjs/api/types/Licensestate.d.ts +0 -3
  1225. package/dist/cjs/api/types/Licensestate.js +1 -3
  1226. package/dist/cjs/api/types/LineItem.d.ts +1 -4
  1227. package/dist/cjs/api/types/LineItem.js +1 -3
  1228. package/dist/cjs/api/types/LineItemQueryRecord.d.ts +1 -4
  1229. package/dist/cjs/api/types/LineItemQueryRecord.js +1 -3
  1230. package/dist/cjs/api/types/LinkData.d.ts +1 -4
  1231. package/dist/cjs/api/types/LinkData.js +1 -3
  1232. package/dist/cjs/api/types/LinkRow.d.ts +1 -4
  1233. package/dist/cjs/api/types/LinkRow.js +1 -3
  1234. package/dist/cjs/api/types/LocationCode.d.ts +0 -3
  1235. package/dist/cjs/api/types/LocationCode.js +1 -3
  1236. package/dist/cjs/api/types/Maddress.d.ts +0 -3
  1237. package/dist/cjs/api/types/Maddress.js +1 -3
  1238. package/dist/cjs/api/types/Maddress1.d.ts +0 -3
  1239. package/dist/cjs/api/types/Maddress1.js +1 -3
  1240. package/dist/cjs/api/types/Maskedaccount.d.ts +0 -3
  1241. package/dist/cjs/api/types/Maskedaccount.js +1 -3
  1242. package/dist/cjs/api/types/Mcc.d.ts +0 -3
  1243. package/dist/cjs/api/types/Mcc.js +1 -3
  1244. package/dist/cjs/api/types/Mcity.d.ts +0 -3
  1245. package/dist/cjs/api/types/Mcity.js +1 -3
  1246. package/dist/cjs/api/types/Mcountry.d.ts +0 -3
  1247. package/dist/cjs/api/types/Mcountry.js +1 -3
  1248. package/dist/cjs/api/types/MethodElement.d.ts +7 -16
  1249. package/dist/cjs/api/types/MethodElement.js +4 -3
  1250. package/dist/cjs/api/types/MethodQueryRecords.d.ts +1 -4
  1251. package/dist/cjs/api/types/MethodQueryRecords.js +1 -3
  1252. package/dist/cjs/api/types/MethodReferenceId.d.ts +0 -3
  1253. package/dist/cjs/api/types/MethodReferenceId.js +1 -3
  1254. package/dist/cjs/api/types/Methodall.d.ts +2 -7
  1255. package/dist/cjs/api/types/Methodall.js +2 -3
  1256. package/dist/cjs/api/types/Methodnotification.d.ts +2 -7
  1257. package/dist/cjs/api/types/Methodnotification.js +2 -3
  1258. package/dist/cjs/api/types/MethodsList.d.ts +0 -3
  1259. package/dist/cjs/api/types/MethodsList.js +1 -3
  1260. package/dist/cjs/api/types/Mfa.d.ts +0 -3
  1261. package/dist/cjs/api/types/Mfa.js +1 -3
  1262. package/dist/cjs/api/types/MfaData.d.ts +1 -4
  1263. package/dist/cjs/api/types/MfaData.js +1 -3
  1264. package/dist/cjs/api/types/MfaMode.d.ts +0 -3
  1265. package/dist/cjs/api/types/MfaMode.js +1 -3
  1266. package/dist/cjs/api/types/MfaValidationCode.d.ts +0 -3
  1267. package/dist/cjs/api/types/MfaValidationCode.js +1 -3
  1268. package/dist/cjs/api/types/Mstate.d.ts +0 -3
  1269. package/dist/cjs/api/types/Mstate.js +1 -3
  1270. package/dist/cjs/api/types/Mzip.d.ts +0 -3
  1271. package/dist/cjs/api/types/Mzip.js +1 -3
  1272. package/dist/cjs/api/types/NameUser.d.ts +0 -3
  1273. package/dist/cjs/api/types/NameUser.js +1 -3
  1274. package/dist/cjs/api/types/NetAmountstring.d.ts +0 -3
  1275. package/dist/cjs/api/types/NetAmountstring.js +1 -3
  1276. package/dist/cjs/api/types/Netamountnullable.d.ts +0 -3
  1277. package/dist/cjs/api/types/Netamountnullable.js +1 -3
  1278. package/dist/cjs/api/types/NoteElement.d.ts +1 -4
  1279. package/dist/cjs/api/types/NoteElement.js +1 -3
  1280. package/dist/cjs/api/types/NotificationContent.d.ts +7 -13
  1281. package/dist/cjs/api/types/NotificationContent.js +8 -3
  1282. package/dist/cjs/api/types/NotificationId.d.ts +0 -3
  1283. package/dist/cjs/api/types/NotificationId.js +1 -3
  1284. package/dist/cjs/api/types/NotificationQueryRecord.d.ts +1 -4
  1285. package/dist/cjs/api/types/NotificationQueryRecord.js +1 -3
  1286. package/dist/cjs/api/types/NotificationReportRequest.d.ts +8 -17
  1287. package/dist/cjs/api/types/NotificationReportRequest.js +4 -3
  1288. package/dist/cjs/api/types/NotificationStandardRequest.d.ts +7 -13
  1289. package/dist/cjs/api/types/NotificationStandardRequest.js +4 -3
  1290. package/dist/cjs/api/types/OList.d.ts +1 -4
  1291. package/dist/cjs/api/types/OList.js +1 -3
  1292. package/dist/cjs/api/types/OSection.d.ts +1 -4
  1293. package/dist/cjs/api/types/OSection.js +1 -3
  1294. package/dist/cjs/api/types/OdpSetup.d.ts +2 -7
  1295. package/dist/cjs/api/types/OdpSetup.js +2 -3
  1296. package/dist/cjs/api/types/Operation.d.ts +0 -3
  1297. package/dist/cjs/api/types/Operation.js +1 -3
  1298. package/dist/cjs/api/types/OptinStatus.d.ts +0 -3
  1299. package/dist/cjs/api/types/OptinStatus.js +1 -3
  1300. package/dist/cjs/api/types/Order.d.ts +0 -3
  1301. package/dist/cjs/api/types/Order.js +1 -3
  1302. package/dist/cjs/api/types/OrderId.d.ts +0 -3
  1303. package/dist/cjs/api/types/OrderId.js +1 -3
  1304. package/dist/cjs/api/types/Orderdescription.d.ts +0 -3
  1305. package/dist/cjs/api/types/Orderdescription.js +1 -3
  1306. package/dist/cjs/api/types/OrgData.d.ts +1 -4
  1307. package/dist/cjs/api/types/OrgData.js +1 -3
  1308. package/dist/cjs/api/types/OrgParentId.d.ts +0 -3
  1309. package/dist/cjs/api/types/OrgParentId.js +1 -3
  1310. package/dist/cjs/api/types/OrgParentName.d.ts +0 -3
  1311. package/dist/cjs/api/types/OrgParentName.js +1 -3
  1312. package/dist/cjs/api/types/OrgScope.d.ts +1 -4
  1313. package/dist/cjs/api/types/OrgScope.js +1 -3
  1314. package/dist/cjs/api/types/OrgXScope.d.ts +1 -4
  1315. package/dist/cjs/api/types/OrgXScope.js +1 -3
  1316. package/dist/cjs/api/types/Orgaddress.d.ts +0 -3
  1317. package/dist/cjs/api/types/Orgaddress.js +1 -3
  1318. package/dist/cjs/api/types/OrganizationId.d.ts +0 -3
  1319. package/dist/cjs/api/types/OrganizationId.js +1 -3
  1320. package/dist/cjs/api/types/OrganizationQueryRecord.d.ts +1 -4
  1321. package/dist/cjs/api/types/OrganizationQueryRecord.js +1 -3
  1322. package/dist/cjs/api/types/OrganizationUpdates.d.ts +1 -4
  1323. package/dist/cjs/api/types/OrganizationUpdates.js +1 -3
  1324. package/dist/cjs/api/types/Orgcity.d.ts +0 -3
  1325. package/dist/cjs/api/types/Orgcity.js +1 -3
  1326. package/dist/cjs/api/types/Orgcountry.d.ts +0 -3
  1327. package/dist/cjs/api/types/Orgcountry.js +1 -3
  1328. package/dist/cjs/api/types/Orgentryname.d.ts +0 -3
  1329. package/dist/cjs/api/types/Orgentryname.js +1 -3
  1330. package/dist/cjs/api/types/Orgid.d.ts +0 -3
  1331. package/dist/cjs/api/types/Orgid.js +1 -3
  1332. package/dist/cjs/api/types/Orgidstring.d.ts +0 -3
  1333. package/dist/cjs/api/types/Orgidstring.js +1 -3
  1334. package/dist/cjs/api/types/Orgname.d.ts +0 -3
  1335. package/dist/cjs/api/types/Orgname.js +1 -3
  1336. package/dist/cjs/api/types/Orgstate.d.ts +0 -3
  1337. package/dist/cjs/api/types/Orgstate.js +1 -3
  1338. package/dist/cjs/api/types/Orgtimezone.d.ts +0 -3
  1339. package/dist/cjs/api/types/Orgtimezone.js +1 -3
  1340. package/dist/cjs/api/types/Orgtype.d.ts +0 -3
  1341. package/dist/cjs/api/types/Orgtype.js +1 -3
  1342. package/dist/cjs/api/types/Orgwebsite.d.ts +0 -3
  1343. package/dist/cjs/api/types/Orgwebsite.js +1 -3
  1344. package/dist/cjs/api/types/Orgzip.d.ts +0 -3
  1345. package/dist/cjs/api/types/Orgzip.js +1 -3
  1346. package/dist/cjs/api/types/OwnType.d.ts +2 -7
  1347. package/dist/cjs/api/types/OwnType.js +2 -3
  1348. package/dist/cjs/api/types/OwnerEntityId.d.ts +0 -3
  1349. package/dist/cjs/api/types/OwnerEntityId.js +1 -3
  1350. package/dist/cjs/api/types/OwnerEntityType.d.ts +0 -3
  1351. package/dist/cjs/api/types/OwnerEntityType.js +1 -3
  1352. package/dist/cjs/api/types/Ownerid.d.ts +0 -3
  1353. package/dist/cjs/api/types/Ownerid.js +1 -3
  1354. package/dist/cjs/api/types/Owners.d.ts +1 -4
  1355. package/dist/cjs/api/types/Owners.js +1 -3
  1356. package/dist/cjs/api/types/OwnersSection.d.ts +1 -4
  1357. package/dist/cjs/api/types/OwnersSection.js +1 -3
  1358. package/dist/cjs/api/types/Ownership.d.ts +1 -4
  1359. package/dist/cjs/api/types/Ownership.js +1 -3
  1360. package/dist/cjs/api/types/Ownertype.d.ts +0 -3
  1361. package/dist/cjs/api/types/Ownertype.js +1 -3
  1362. package/dist/cjs/api/types/PSection.d.ts +1 -4
  1363. package/dist/cjs/api/types/PSection.js +1 -3
  1364. package/dist/cjs/api/types/PageContent.d.ts +1 -4
  1365. package/dist/cjs/api/types/PageContent.js +1 -3
  1366. package/dist/cjs/api/types/PageElement.d.ts +1 -4
  1367. package/dist/cjs/api/types/PageElement.js +1 -3
  1368. package/dist/cjs/api/types/PageIdentifier.d.ts +0 -3
  1369. package/dist/cjs/api/types/PageIdentifier.js +1 -3
  1370. package/dist/cjs/api/types/PageSetting.d.ts +1 -4
  1371. package/dist/cjs/api/types/PageSetting.js +1 -3
  1372. package/dist/cjs/api/types/PagelinkSetting.d.ts +1 -4
  1373. package/dist/cjs/api/types/PagelinkSetting.js +1 -3
  1374. package/dist/cjs/api/types/Pagesize.d.ts +0 -3
  1375. package/dist/cjs/api/types/Pagesize.js +1 -3
  1376. package/dist/cjs/api/types/PairFiles.d.ts +0 -3
  1377. package/dist/cjs/api/types/PairFiles.js +1 -3
  1378. package/dist/cjs/api/types/PayCategory.d.ts +1 -4
  1379. package/dist/cjs/api/types/PayCategory.js +1 -3
  1380. package/dist/cjs/api/types/PayMethodBodyAllFields.d.ts +1 -4
  1381. package/dist/cjs/api/types/PayMethodBodyAllFields.js +1 -3
  1382. package/dist/cjs/api/types/PayMethodCloud.d.ts +1 -4
  1383. package/dist/cjs/api/types/PayMethodCloud.js +1 -3
  1384. package/dist/cjs/api/types/PayMethodCredit.d.ts +1 -4
  1385. package/dist/cjs/api/types/PayMethodCredit.js +1 -3
  1386. package/dist/cjs/api/types/PayMethodStoredMethod.d.ts +3 -8
  1387. package/dist/cjs/api/types/PayMethodStoredMethod.js +2 -3
  1388. package/dist/cjs/api/types/PayabliApiResponse.d.ts +1 -4
  1389. package/dist/cjs/api/types/PayabliApiResponse.js +1 -3
  1390. package/dist/cjs/api/types/PayabliApiResponse0.d.ts +1 -4
  1391. package/dist/cjs/api/types/PayabliApiResponse0.js +1 -3
  1392. package/dist/cjs/api/types/PayabliApiResponse00.d.ts +1 -4
  1393. package/dist/cjs/api/types/PayabliApiResponse00.js +1 -3
  1394. package/dist/cjs/api/types/PayabliApiResponse0000.d.ts +1 -4
  1395. package/dist/cjs/api/types/PayabliApiResponse0000.js +1 -3
  1396. package/dist/cjs/api/types/PayabliApiResponse00Responsedatanonobject.d.ts +1 -4
  1397. package/dist/cjs/api/types/PayabliApiResponse00Responsedatanonobject.js +1 -3
  1398. package/dist/cjs/api/types/PayabliApiResponse6.d.ts +1 -4
  1399. package/dist/cjs/api/types/PayabliApiResponse6.js +1 -3
  1400. package/dist/cjs/api/types/PayabliApiResponseCustomerQuery.d.ts +1 -4
  1401. package/dist/cjs/api/types/PayabliApiResponseCustomerQuery.js +1 -3
  1402. package/dist/cjs/api/types/PayabliApiResponseError400.d.ts +1 -4
  1403. package/dist/cjs/api/types/PayabliApiResponseError400.js +1 -3
  1404. package/dist/cjs/api/types/PayabliApiResponseGeneric2Part.d.ts +1 -4
  1405. package/dist/cjs/api/types/PayabliApiResponseGeneric2Part.js +1 -3
  1406. package/dist/cjs/api/types/PayabliApiResponseImport.d.ts +1 -4
  1407. package/dist/cjs/api/types/PayabliApiResponseImport.js +1 -3
  1408. package/dist/cjs/api/types/PayabliApiResponseMfaBasic.d.ts +1 -4
  1409. package/dist/cjs/api/types/PayabliApiResponseMfaBasic.js +1 -3
  1410. package/dist/cjs/api/types/PayabliApiResponseNotifications.d.ts +1 -4
  1411. package/dist/cjs/api/types/PayabliApiResponseNotifications.js +1 -3
  1412. package/dist/cjs/api/types/PayabliApiResponsePaylinks.d.ts +1 -4
  1413. package/dist/cjs/api/types/PayabliApiResponsePaylinks.js +1 -3
  1414. package/dist/cjs/api/types/PayabliApiResponsePaymethodDelete.d.ts +1 -4
  1415. package/dist/cjs/api/types/PayabliApiResponsePaymethodDelete.js +1 -3
  1416. package/dist/cjs/api/types/PayabliApiResponseTemplateId.d.ts +1 -4
  1417. package/dist/cjs/api/types/PayabliApiResponseTemplateId.js +1 -3
  1418. package/dist/cjs/api/types/PayabliApiResponseUserMfa.d.ts +1 -4
  1419. package/dist/cjs/api/types/PayabliApiResponseUserMfa.js +1 -3
  1420. package/dist/cjs/api/types/PayabliApiResponseVendors.d.ts +1 -4
  1421. package/dist/cjs/api/types/PayabliApiResponseVendors.js +1 -3
  1422. package/dist/cjs/api/types/PayabliCredentials.d.ts +0 -3
  1423. package/dist/cjs/api/types/PayabliCredentials.js +1 -3
  1424. package/dist/cjs/api/types/PayabliCredentialsPascal.d.ts +0 -3
  1425. package/dist/cjs/api/types/PayabliCredentialsPascal.js +1 -3
  1426. package/dist/cjs/api/types/PayabliPages.d.ts +1 -4
  1427. package/dist/cjs/api/types/PayabliPages.js +1 -3
  1428. package/dist/cjs/api/types/PayeeName.d.ts +0 -3
  1429. package/dist/cjs/api/types/PayeeName.js +1 -3
  1430. package/dist/cjs/api/types/PaylinkId.d.ts +0 -3
  1431. package/dist/cjs/api/types/PaylinkId.js +1 -3
  1432. package/dist/cjs/api/types/PaymentCategories.d.ts +0 -3
  1433. package/dist/cjs/api/types/PaymentCategories.js +1 -3
  1434. package/dist/cjs/api/types/PaymentDetail.d.ts +1 -4
  1435. package/dist/cjs/api/types/PaymentDetail.js +1 -3
  1436. package/dist/cjs/api/types/PaymentDetailCredit.d.ts +0 -3
  1437. package/dist/cjs/api/types/PaymentDetailCredit.js +1 -3
  1438. package/dist/cjs/api/types/PaymentIdString.d.ts +0 -3
  1439. package/dist/cjs/api/types/PaymentIdString.js +1 -3
  1440. package/dist/cjs/api/types/PaymentMethod.d.ts +1 -4
  1441. package/dist/cjs/api/types/PaymentMethod.js +1 -3
  1442. package/dist/cjs/api/types/PaymentMethodDomainApiResponse.d.ts +1 -4
  1443. package/dist/cjs/api/types/PaymentMethodDomainApiResponse.js +1 -3
  1444. package/dist/cjs/api/types/PaymentMethodDomainGeneralResponse.d.ts +1 -4
  1445. package/dist/cjs/api/types/PaymentMethodDomainGeneralResponse.js +1 -3
  1446. package/dist/cjs/api/types/PaymentMethodDomainId.d.ts +0 -3
  1447. package/dist/cjs/api/types/PaymentMethodDomainId.js +1 -3
  1448. package/dist/cjs/api/types/PaymentTransStatusDescription.d.ts +0 -3
  1449. package/dist/cjs/api/types/PaymentTransStatusDescription.js +1 -3
  1450. package/dist/cjs/api/types/Paymentid.d.ts +0 -3
  1451. package/dist/cjs/api/types/Paymentid.js +1 -3
  1452. package/dist/cjs/api/types/PayorDataRequest.d.ts +1 -4
  1453. package/dist/cjs/api/types/PayorDataRequest.js +1 -3
  1454. package/dist/cjs/api/types/PayorDataResponse.d.ts +1 -4
  1455. package/dist/cjs/api/types/PayorDataResponse.js +1 -3
  1456. package/dist/cjs/api/types/PayorElement.d.ts +1 -4
  1457. package/dist/cjs/api/types/PayorElement.js +1 -3
  1458. package/dist/cjs/api/types/PayorFields.d.ts +1 -4
  1459. package/dist/cjs/api/types/PayorFields.js +1 -3
  1460. package/dist/cjs/api/types/PayorId.d.ts +0 -3
  1461. package/dist/cjs/api/types/PayorId.js +1 -3
  1462. package/dist/cjs/api/types/PayoutAverageMonthlyVolume.d.ts +0 -3
  1463. package/dist/cjs/api/types/PayoutAverageMonthlyVolume.js +1 -3
  1464. package/dist/cjs/api/types/PayoutAverageTicketLimit.d.ts +0 -3
  1465. package/dist/cjs/api/types/PayoutAverageTicketLimit.js +1 -3
  1466. package/dist/cjs/api/types/PayoutCreditLimit.d.ts +0 -3
  1467. package/dist/cjs/api/types/PayoutCreditLimit.js +1 -3
  1468. package/dist/cjs/api/types/PayoutGatewayConnector.d.ts +0 -3
  1469. package/dist/cjs/api/types/PayoutGatewayConnector.js +1 -3
  1470. package/dist/cjs/api/types/PayoutHighTicketAmount.d.ts +0 -3
  1471. package/dist/cjs/api/types/PayoutHighTicketAmount.js +1 -3
  1472. package/dist/cjs/api/types/PayoutProgram.d.ts +0 -3
  1473. package/dist/cjs/api/types/PayoutProgram.js +1 -3
  1474. package/dist/cjs/api/types/PaypointData.d.ts +1 -4
  1475. package/dist/cjs/api/types/PaypointData.js +1 -3
  1476. package/dist/cjs/api/types/PaypointEntryConfig.d.ts +1 -4
  1477. package/dist/cjs/api/types/PaypointEntryConfig.js +1 -3
  1478. package/dist/cjs/api/types/PaypointId.d.ts +0 -3
  1479. package/dist/cjs/api/types/PaypointId.js +1 -3
  1480. package/dist/cjs/api/types/PaypointName.d.ts +0 -3
  1481. package/dist/cjs/api/types/PaypointName.js +1 -3
  1482. package/dist/cjs/api/types/PaypointSummary.d.ts +0 -3
  1483. package/dist/cjs/api/types/PaypointSummary.js +1 -3
  1484. package/dist/cjs/api/types/Paypointstatus.d.ts +0 -3
  1485. package/dist/cjs/api/types/Paypointstatus.js +1 -3
  1486. package/dist/cjs/api/types/PciAttestation.d.ts +0 -3
  1487. package/dist/cjs/api/types/PciAttestation.js +1 -3
  1488. package/dist/cjs/api/types/PendingFeeAmount.d.ts +0 -3
  1489. package/dist/cjs/api/types/PendingFeeAmount.js +1 -3
  1490. package/dist/cjs/api/types/PhoneNumber.d.ts +0 -3
  1491. package/dist/cjs/api/types/PhoneNumber.js +1 -3
  1492. package/dist/cjs/api/types/PoiDevice.d.ts +0 -3
  1493. package/dist/cjs/api/types/PoiDevice.js +1 -3
  1494. package/dist/cjs/api/types/PolicyId.d.ts +0 -3
  1495. package/dist/cjs/api/types/PolicyId.js +1 -3
  1496. package/dist/cjs/api/types/PosCol.d.ts +0 -3
  1497. package/dist/cjs/api/types/PosCol.js +1 -3
  1498. package/dist/cjs/api/types/PosRow.d.ts +0 -3
  1499. package/dist/cjs/api/types/PosRow.js +1 -3
  1500. package/dist/cjs/api/types/ProcessingSection.d.ts +1 -4
  1501. package/dist/cjs/api/types/ProcessingSection.js +1 -3
  1502. package/dist/cjs/api/types/PurchaseOrder.d.ts +0 -3
  1503. package/dist/cjs/api/types/PurchaseOrder.js +1 -3
  1504. package/dist/cjs/api/types/PushPayLinkRequest.d.ts +1 -4
  1505. package/dist/cjs/api/types/PushPayLinkRequest.js +1 -3
  1506. package/dist/cjs/api/types/QueryBatchesOutResponse.d.ts +1 -4
  1507. package/dist/cjs/api/types/QueryBatchesOutResponse.js +1 -3
  1508. package/dist/cjs/api/types/QueryBoardingAppsListResponse.d.ts +1 -4
  1509. package/dist/cjs/api/types/QueryBoardingAppsListResponse.js +1 -3
  1510. package/dist/cjs/api/types/QueryBoardingLinksResponse.d.ts +1 -4
  1511. package/dist/cjs/api/types/QueryBoardingLinksResponse.js +1 -3
  1512. package/dist/cjs/api/types/QueryCFeeTransaction.d.ts +1 -4
  1513. package/dist/cjs/api/types/QueryCFeeTransaction.js +1 -3
  1514. package/dist/cjs/api/types/QueryChargebacksResponse.d.ts +1 -4
  1515. package/dist/cjs/api/types/QueryChargebacksResponse.js +1 -3
  1516. package/dist/cjs/api/types/QueryCustomerResponse.d.ts +1 -4
  1517. package/dist/cjs/api/types/QueryCustomerResponse.js +1 -3
  1518. package/dist/cjs/api/types/QueryEntrypointResponse.d.ts +1 -4
  1519. package/dist/cjs/api/types/QueryEntrypointResponse.js +1 -3
  1520. package/dist/cjs/api/types/QueryPaymentData.d.ts +1 -4
  1521. package/dist/cjs/api/types/QueryPaymentData.js +1 -3
  1522. package/dist/cjs/api/types/QueryPayoutTransaction.d.ts +1 -4
  1523. package/dist/cjs/api/types/QueryPayoutTransaction.js +1 -3
  1524. package/dist/cjs/api/types/QueryResponse.d.ts +0 -3
  1525. package/dist/cjs/api/types/QueryResponse.js +1 -3
  1526. package/dist/cjs/api/types/QueryResponseData.d.ts +1 -4
  1527. package/dist/cjs/api/types/QueryResponseData.js +1 -3
  1528. package/dist/cjs/api/types/QueryResponseItems.d.ts +1 -4
  1529. package/dist/cjs/api/types/QueryResponseItems.js +1 -3
  1530. package/dist/cjs/api/types/QueryResponseNotificationReports.d.ts +1 -4
  1531. package/dist/cjs/api/types/QueryResponseNotificationReports.js +1 -3
  1532. package/dist/cjs/api/types/QueryResponseNotifications.d.ts +1 -4
  1533. package/dist/cjs/api/types/QueryResponseNotifications.js +1 -3
  1534. package/dist/cjs/api/types/QueryResponseSettlements.d.ts +2 -5
  1535. package/dist/cjs/api/types/QueryResponseSettlements.js +1 -3
  1536. package/dist/cjs/api/types/QueryResponseTransactions.d.ts +1 -4
  1537. package/dist/cjs/api/types/QueryResponseTransactions.js +1 -3
  1538. package/dist/cjs/api/types/QueryResponseVendors.d.ts +1 -4
  1539. package/dist/cjs/api/types/QueryResponseVendors.js +1 -3
  1540. package/dist/cjs/api/types/QuerySubscriptionResponse.d.ts +1 -4
  1541. package/dist/cjs/api/types/QuerySubscriptionResponse.js +1 -3
  1542. package/dist/cjs/api/types/QuerySummary.d.ts +1 -4
  1543. package/dist/cjs/api/types/QuerySummary.js +1 -3
  1544. package/dist/cjs/api/types/QuerySummaryNoAmt.d.ts +1 -4
  1545. package/dist/cjs/api/types/QuerySummaryNoAmt.js +1 -3
  1546. package/dist/cjs/api/types/QueryTransactionEvents.d.ts +0 -3
  1547. package/dist/cjs/api/types/QueryTransactionEvents.js +1 -3
  1548. package/dist/cjs/api/types/QueryTransactionPayorData.d.ts +1 -4
  1549. package/dist/cjs/api/types/QueryTransactionPayorData.js +1 -3
  1550. package/dist/cjs/api/types/QueryTransactionPayorDataCustomer.d.ts +37 -0
  1551. package/dist/cjs/api/types/QueryTransactionPayorDataCustomer.js +3 -0
  1552. package/dist/cjs/api/types/QueryUserResponse.d.ts +1 -4
  1553. package/dist/cjs/api/types/QueryUserResponse.js +1 -3
  1554. package/dist/cjs/api/types/ReadOnly.d.ts +0 -3
  1555. package/dist/cjs/api/types/ReadOnly.js +1 -3
  1556. package/dist/cjs/api/types/ReceiptContent.d.ts +1 -4
  1557. package/dist/cjs/api/types/ReceiptContent.js +1 -3
  1558. package/dist/cjs/api/types/RecipientEmailNotification.d.ts +0 -3
  1559. package/dist/cjs/api/types/RecipientEmailNotification.js +1 -3
  1560. package/dist/cjs/api/types/ReferenceName.d.ts +0 -3
  1561. package/dist/cjs/api/types/ReferenceName.js +1 -3
  1562. package/dist/cjs/api/types/ReferenceTemplateId.d.ts +0 -3
  1563. package/dist/cjs/api/types/ReferenceTemplateId.js +1 -3
  1564. package/dist/cjs/api/types/Referenceidtrans.d.ts +0 -3
  1565. package/dist/cjs/api/types/Referenceidtrans.js +1 -3
  1566. package/dist/cjs/api/types/RefundDetail.d.ts +1 -4
  1567. package/dist/cjs/api/types/RefundDetail.js +1 -3
  1568. package/dist/cjs/api/types/RefundId.d.ts +0 -3
  1569. package/dist/cjs/api/types/RefundId.js +1 -3
  1570. package/dist/cjs/api/types/RemitEmail.d.ts +0 -3
  1571. package/dist/cjs/api/types/RemitEmail.js +1 -3
  1572. package/dist/cjs/api/types/Remitaddress1.d.ts +0 -3
  1573. package/dist/cjs/api/types/Remitaddress1.js +1 -3
  1574. package/dist/cjs/api/types/Remitaddress2.d.ts +0 -3
  1575. package/dist/cjs/api/types/Remitaddress2.js +1 -3
  1576. package/dist/cjs/api/types/Remitcity.d.ts +0 -3
  1577. package/dist/cjs/api/types/Remitcity.js +1 -3
  1578. package/dist/cjs/api/types/Remitcountry.d.ts +0 -3
  1579. package/dist/cjs/api/types/Remitcountry.js +1 -3
  1580. package/dist/cjs/api/types/Remitstate.d.ts +0 -3
  1581. package/dist/cjs/api/types/Remitstate.js +1 -3
  1582. package/dist/cjs/api/types/Remitzip.d.ts +0 -3
  1583. package/dist/cjs/api/types/Remitzip.js +1 -3
  1584. package/dist/cjs/api/types/RepCode.d.ts +0 -3
  1585. package/dist/cjs/api/types/RepCode.js +1 -3
  1586. package/dist/cjs/api/types/RepName.d.ts +0 -3
  1587. package/dist/cjs/api/types/RepName.js +1 -3
  1588. package/dist/cjs/api/types/RepOffice.d.ts +0 -3
  1589. package/dist/cjs/api/types/RepOffice.js +1 -3
  1590. package/dist/cjs/api/types/ReplyToEmail.d.ts +0 -3
  1591. package/dist/cjs/api/types/ReplyToEmail.js +1 -3
  1592. package/dist/cjs/api/types/Replyby.d.ts +0 -3
  1593. package/dist/cjs/api/types/Replyby.js +1 -3
  1594. package/dist/cjs/api/types/RequiredElement.d.ts +0 -3
  1595. package/dist/cjs/api/types/RequiredElement.js +1 -3
  1596. package/dist/cjs/api/types/ResponseText.d.ts +0 -3
  1597. package/dist/cjs/api/types/ResponseText.js +1 -3
  1598. package/dist/cjs/api/types/Responsecode.d.ts +0 -3
  1599. package/dist/cjs/api/types/Responsecode.js +1 -3
  1600. package/dist/cjs/api/types/Responsedata.d.ts +0 -3
  1601. package/dist/cjs/api/types/Responsedata.js +1 -3
  1602. package/dist/cjs/api/types/Responsedatanonobject.d.ts +0 -3
  1603. package/dist/cjs/api/types/Responsedatanonobject.js +1 -3
  1604. package/dist/cjs/api/types/ResultCode.d.ts +0 -3
  1605. package/dist/cjs/api/types/ResultCode.js +1 -3
  1606. package/dist/cjs/api/types/Resulttext.d.ts +0 -3
  1607. package/dist/cjs/api/types/Resulttext.js +1 -3
  1608. package/dist/cjs/api/types/Resumable.d.ts +0 -3
  1609. package/dist/cjs/api/types/Resumable.js +1 -3
  1610. package/dist/cjs/api/types/RetrievalId.d.ts +0 -3
  1611. package/dist/cjs/api/types/RetrievalId.js +1 -3
  1612. package/dist/cjs/api/types/ReturnedId.d.ts +0 -3
  1613. package/dist/cjs/api/types/ReturnedId.js +1 -3
  1614. package/dist/cjs/api/types/RiskAction.d.ts +0 -3
  1615. package/dist/cjs/api/types/RiskAction.js +1 -3
  1616. package/dist/cjs/api/types/RiskActionCode.d.ts +0 -3
  1617. package/dist/cjs/api/types/RiskActionCode.js +1 -3
  1618. package/dist/cjs/api/types/RiskFlagged.d.ts +0 -3
  1619. package/dist/cjs/api/types/RiskFlagged.js +1 -3
  1620. package/dist/cjs/api/types/RiskFlaggedOn.d.ts +0 -3
  1621. package/dist/cjs/api/types/RiskFlaggedOn.js +1 -3
  1622. package/dist/cjs/api/types/RiskReason.d.ts +0 -3
  1623. package/dist/cjs/api/types/RiskReason.js +1 -3
  1624. package/dist/cjs/api/types/RiskStatus.d.ts +0 -3
  1625. package/dist/cjs/api/types/RiskStatus.js +1 -3
  1626. package/dist/cjs/api/types/RoomIdNotInUse.d.ts +0 -3
  1627. package/dist/cjs/api/types/RoomIdNotInUse.js +1 -3
  1628. package/dist/cjs/api/types/RoutingAccount.d.ts +0 -3
  1629. package/dist/cjs/api/types/RoutingAccount.js +1 -3
  1630. package/dist/cjs/api/types/SSection.d.ts +1 -4
  1631. package/dist/cjs/api/types/SSection.js +1 -3
  1632. package/dist/cjs/api/types/SalesCode.d.ts +0 -3
  1633. package/dist/cjs/api/types/SalesCode.js +1 -3
  1634. package/dist/cjs/api/types/SalesSection.d.ts +1 -4
  1635. package/dist/cjs/api/types/SalesSection.js +1 -3
  1636. package/dist/cjs/api/types/SaveIfSuccess.d.ts +0 -3
  1637. package/dist/cjs/api/types/SaveIfSuccess.js +1 -3
  1638. package/dist/cjs/api/types/ScheduleDetail.d.ts +1 -4
  1639. package/dist/cjs/api/types/ScheduleDetail.js +1 -3
  1640. package/dist/cjs/api/types/ScheduleId.d.ts +0 -3
  1641. package/dist/cjs/api/types/ScheduleId.js +1 -3
  1642. package/dist/cjs/api/types/Sequence.d.ts +0 -3
  1643. package/dist/cjs/api/types/Sequence.js +1 -3
  1644. package/dist/cjs/api/types/ServiceCost.d.ts +1 -4
  1645. package/dist/cjs/api/types/ServiceCost.js +1 -3
  1646. package/dist/cjs/api/types/Services.d.ts +1 -4
  1647. package/dist/cjs/api/types/Services.js +1 -3
  1648. package/dist/cjs/api/types/ServicesSection.d.ts +1 -4
  1649. package/dist/cjs/api/types/ServicesSection.js +1 -3
  1650. package/dist/cjs/api/types/SettingElement.d.ts +1 -4
  1651. package/dist/cjs/api/types/SettingElement.js +1 -3
  1652. package/dist/cjs/api/types/SettingsQueryRecord.d.ts +1 -4
  1653. package/dist/cjs/api/types/SettingsQueryRecord.js +1 -3
  1654. package/dist/cjs/api/types/SettlementStatus.d.ts +0 -3
  1655. package/dist/cjs/api/types/SettlementStatus.js +1 -3
  1656. package/dist/cjs/api/types/SettlementStatusPayout.d.ts +0 -3
  1657. package/dist/cjs/api/types/SettlementStatusPayout.js +1 -3
  1658. package/dist/cjs/api/types/ShippingFromZip.d.ts +0 -3
  1659. package/dist/cjs/api/types/ShippingFromZip.js +1 -3
  1660. package/dist/cjs/api/types/Shippingaddress.d.ts +0 -3
  1661. package/dist/cjs/api/types/Shippingaddress.js +1 -3
  1662. package/dist/cjs/api/types/Shippingaddressadditional.d.ts +0 -3
  1663. package/dist/cjs/api/types/Shippingaddressadditional.js +1 -3
  1664. package/dist/cjs/api/types/Shippingcity.d.ts +0 -3
  1665. package/dist/cjs/api/types/Shippingcity.js +1 -3
  1666. package/dist/cjs/api/types/Shippingcountry.d.ts +0 -3
  1667. package/dist/cjs/api/types/Shippingcountry.js +1 -3
  1668. package/dist/cjs/api/types/Shippingstate.d.ts +0 -3
  1669. package/dist/cjs/api/types/Shippingstate.js +1 -3
  1670. package/dist/cjs/api/types/Shippingzip.d.ts +0 -3
  1671. package/dist/cjs/api/types/Shippingzip.js +1 -3
  1672. package/dist/cjs/api/types/SignDate.d.ts +0 -3
  1673. package/dist/cjs/api/types/SignDate.js +1 -3
  1674. package/dist/cjs/api/types/Signaturedata.d.ts +0 -3
  1675. package/dist/cjs/api/types/Signaturedata.js +1 -3
  1676. package/dist/cjs/api/types/SignedDocumentReference.d.ts +0 -3
  1677. package/dist/cjs/api/types/SignedDocumentReference.js +1 -3
  1678. package/dist/cjs/api/types/SignerAcceptance.d.ts +0 -3
  1679. package/dist/cjs/api/types/SignerAcceptance.js +1 -3
  1680. package/dist/cjs/api/types/SignerAddress1.d.ts +0 -3
  1681. package/dist/cjs/api/types/SignerAddress1.js +1 -3
  1682. package/dist/cjs/api/types/SignerCity.d.ts +0 -3
  1683. package/dist/cjs/api/types/SignerCity.js +1 -3
  1684. package/dist/cjs/api/types/SignerCountry.d.ts +0 -3
  1685. package/dist/cjs/api/types/SignerCountry.js +1 -3
  1686. package/dist/cjs/api/types/SignerData.d.ts +1 -4
  1687. package/dist/cjs/api/types/SignerData.js +1 -3
  1688. package/dist/cjs/api/types/SignerDataRequest.d.ts +1 -4
  1689. package/dist/cjs/api/types/SignerDataRequest.js +1 -3
  1690. package/dist/cjs/api/types/SignerDob.d.ts +0 -3
  1691. package/dist/cjs/api/types/SignerDob.js +1 -3
  1692. package/dist/cjs/api/types/SignerName.d.ts +0 -3
  1693. package/dist/cjs/api/types/SignerName.js +1 -3
  1694. package/dist/cjs/api/types/SignerPhone.d.ts +0 -3
  1695. package/dist/cjs/api/types/SignerPhone.js +1 -3
  1696. package/dist/cjs/api/types/SignerSection.d.ts +1 -4
  1697. package/dist/cjs/api/types/SignerSection.js +1 -3
  1698. package/dist/cjs/api/types/SignerSsn.d.ts +0 -3
  1699. package/dist/cjs/api/types/SignerSsn.js +1 -3
  1700. package/dist/cjs/api/types/SignerState.d.ts +0 -3
  1701. package/dist/cjs/api/types/SignerState.js +1 -3
  1702. package/dist/cjs/api/types/SignerZip.d.ts +0 -3
  1703. package/dist/cjs/api/types/SignerZip.js +1 -3
  1704. package/dist/cjs/api/types/Signeraddress.d.ts +0 -3
  1705. package/dist/cjs/api/types/Signeraddress.js +1 -3
  1706. package/dist/cjs/api/types/Source.d.ts +0 -3
  1707. package/dist/cjs/api/types/Source.js +1 -3
  1708. package/dist/cjs/api/types/SplitFunding.d.ts +1 -4
  1709. package/dist/cjs/api/types/SplitFunding.js +1 -3
  1710. package/dist/cjs/api/types/SplitFundingContent.d.ts +0 -3
  1711. package/dist/cjs/api/types/SplitFundingContent.js +1 -3
  1712. package/dist/cjs/api/types/SplitFundingRefundContent.d.ts +0 -3
  1713. package/dist/cjs/api/types/SplitFundingRefundContent.js +1 -3
  1714. package/dist/cjs/api/types/StateNullable.d.ts +0 -3
  1715. package/dist/cjs/api/types/StateNullable.js +1 -3
  1716. package/dist/cjs/api/types/Statusnotification.d.ts +0 -3
  1717. package/dist/cjs/api/types/Statusnotification.js +1 -3
  1718. package/dist/cjs/api/types/StoredMethodUsageType.d.ts +0 -3
  1719. package/dist/cjs/api/types/StoredMethodUsageType.js +1 -3
  1720. package/dist/cjs/api/types/Storedmethodid.d.ts +0 -3
  1721. package/dist/cjs/api/types/Storedmethodid.js +1 -3
  1722. package/dist/cjs/api/types/SubFooter.d.ts +0 -3
  1723. package/dist/cjs/api/types/SubFooter.js +1 -3
  1724. package/dist/cjs/api/types/SubHeader.d.ts +0 -3
  1725. package/dist/cjs/api/types/SubHeader.js +1 -3
  1726. package/dist/cjs/api/types/Subdomain.d.ts +0 -3
  1727. package/dist/cjs/api/types/Subdomain.js +1 -3
  1728. package/dist/cjs/api/types/SubscriptionQueryRecords.d.ts +1 -4
  1729. package/dist/cjs/api/types/SubscriptionQueryRecords.js +1 -3
  1730. package/dist/cjs/api/types/Subscriptionid.d.ts +0 -3
  1731. package/dist/cjs/api/types/Subscriptionid.js +1 -3
  1732. package/dist/cjs/api/types/SummaryCommodityCode.d.ts +0 -3
  1733. package/dist/cjs/api/types/SummaryCommodityCode.js +1 -3
  1734. package/dist/cjs/api/types/SummaryOrg.d.ts +0 -3
  1735. package/dist/cjs/api/types/SummaryOrg.js +1 -3
  1736. package/dist/cjs/api/types/Target.d.ts +0 -3
  1737. package/dist/cjs/api/types/Target.js +1 -3
  1738. package/dist/cjs/api/types/Tax.d.ts +0 -3
  1739. package/dist/cjs/api/types/Tax.js +1 -3
  1740. package/dist/cjs/api/types/Taxfillname.d.ts +0 -3
  1741. package/dist/cjs/api/types/Taxfillname.js +1 -3
  1742. package/dist/cjs/api/types/TemplateAdditionalDataField.d.ts +1 -4
  1743. package/dist/cjs/api/types/TemplateAdditionalDataField.js +1 -3
  1744. package/dist/cjs/api/types/TemplateAdditionalDataSection.d.ts +1 -4
  1745. package/dist/cjs/api/types/TemplateAdditionalDataSection.js +1 -3
  1746. package/dist/cjs/api/types/TemplateCode.d.ts +0 -3
  1747. package/dist/cjs/api/types/TemplateCode.js +1 -3
  1748. package/dist/cjs/api/types/TemplateContent.d.ts +1 -4
  1749. package/dist/cjs/api/types/TemplateContent.js +1 -3
  1750. package/dist/cjs/api/types/TemplateContentResponse.d.ts +1 -4
  1751. package/dist/cjs/api/types/TemplateContentResponse.js +1 -3
  1752. package/dist/cjs/api/types/TemplateData.d.ts +1 -4
  1753. package/dist/cjs/api/types/TemplateData.js +1 -3
  1754. package/dist/cjs/api/types/TemplateElement.d.ts +1 -4
  1755. package/dist/cjs/api/types/TemplateElement.js +1 -3
  1756. package/dist/cjs/api/types/TemplateId.d.ts +0 -3
  1757. package/dist/cjs/api/types/TemplateId.js +1 -3
  1758. package/dist/cjs/api/types/TemplateName.d.ts +0 -3
  1759. package/dist/cjs/api/types/TemplateName.js +1 -3
  1760. package/dist/cjs/api/types/TemplateQueryRecord.d.ts +1 -4
  1761. package/dist/cjs/api/types/TemplateQueryRecord.js +1 -3
  1762. package/dist/cjs/api/types/TemplateQueryResponse.d.ts +1 -4
  1763. package/dist/cjs/api/types/TemplateQueryResponse.js +1 -3
  1764. package/dist/cjs/api/types/Terms.d.ts +0 -3
  1765. package/dist/cjs/api/types/Terms.js +1 -3
  1766. package/dist/cjs/api/types/TermsConditions.d.ts +0 -3
  1767. package/dist/cjs/api/types/TermsConditions.js +1 -3
  1768. package/dist/cjs/api/types/Ticketamt.d.ts +0 -3
  1769. package/dist/cjs/api/types/Ticketamt.js +1 -3
  1770. package/dist/cjs/api/types/TierItem.d.ts +0 -3
  1771. package/dist/cjs/api/types/TierItem.js +1 -3
  1772. package/dist/cjs/api/types/TierItemPass.d.ts +0 -3
  1773. package/dist/cjs/api/types/TierItemPass.js +1 -3
  1774. package/dist/cjs/api/types/Timezone.d.ts +0 -3
  1775. package/dist/cjs/api/types/Timezone.js +1 -3
  1776. package/dist/cjs/api/types/Totalpages.d.ts +0 -3
  1777. package/dist/cjs/api/types/Totalpages.js +1 -3
  1778. package/dist/cjs/api/types/Totalrecords.d.ts +0 -3
  1779. package/dist/cjs/api/types/Totalrecords.js +1 -3
  1780. package/dist/cjs/api/types/TransStatus.d.ts +0 -3
  1781. package/dist/cjs/api/types/TransStatus.js +1 -3
  1782. package/dist/cjs/api/types/TransactionOutQueryRecord.d.ts +1 -4
  1783. package/dist/cjs/api/types/TransactionOutQueryRecord.js +1 -3
  1784. package/dist/cjs/api/types/TransactionQueryRecords.d.ts +1 -4
  1785. package/dist/cjs/api/types/TransactionQueryRecords.js +1 -3
  1786. package/dist/cjs/api/types/TransactionQueryRecordsCustomer.d.ts +60 -0
  1787. package/dist/cjs/api/types/TransactionQueryRecordsCustomer.js +3 -0
  1788. package/dist/cjs/api/types/TransactionTime.d.ts +0 -3
  1789. package/dist/cjs/api/types/TransactionTime.js +1 -3
  1790. package/dist/cjs/api/types/Transfer.d.ts +4 -6
  1791. package/dist/cjs/api/types/Transfer.js +1 -3
  1792. package/dist/cjs/api/types/TransferBankAccount.d.ts +1 -4
  1793. package/dist/cjs/api/types/TransferBankAccount.js +1 -3
  1794. package/dist/cjs/api/types/TransferIdentifier.d.ts +0 -3
  1795. package/dist/cjs/api/types/TransferIdentifier.js +1 -3
  1796. package/dist/cjs/api/types/TransferMessage.d.ts +1 -4
  1797. package/dist/cjs/api/types/TransferMessage.js +1 -3
  1798. package/dist/cjs/api/types/TransferMessageProperties.d.ts +0 -3
  1799. package/dist/cjs/api/types/TransferMessageProperties.js +1 -3
  1800. package/dist/cjs/api/types/TransferQueryResponse.d.ts +2 -6
  1801. package/dist/cjs/api/types/TransferQueryResponse.js +1 -3
  1802. package/dist/cjs/api/types/TransferSummary.d.ts +1 -4
  1803. package/dist/cjs/api/types/TransferSummary.js +1 -3
  1804. package/dist/cjs/api/types/TypeAccount.d.ts +2 -7
  1805. package/dist/cjs/api/types/TypeAccount.js +2 -3
  1806. package/dist/cjs/api/types/UnderWritingMethod.d.ts +1 -4
  1807. package/dist/cjs/api/types/UnderWritingMethod.js +7 -3
  1808. package/dist/cjs/api/types/UnderwritingData.d.ts +1 -4
  1809. package/dist/cjs/api/types/UnderwritingData.js +1 -3
  1810. package/dist/cjs/api/types/UnderwritingDataResponse.d.ts +1 -4
  1811. package/dist/cjs/api/types/UnderwritingDataResponse.js +1 -3
  1812. package/dist/cjs/api/types/UserData.d.ts +1 -4
  1813. package/dist/cjs/api/types/UserData.js +1 -3
  1814. package/dist/cjs/api/types/UserQueryRecord.d.ts +1 -4
  1815. package/dist/cjs/api/types/UserQueryRecord.js +1 -3
  1816. package/dist/cjs/api/types/UsrAccess.d.ts +0 -3
  1817. package/dist/cjs/api/types/UsrAccess.js +1 -3
  1818. package/dist/cjs/api/types/UsrStatus.d.ts +0 -3
  1819. package/dist/cjs/api/types/UsrStatus.js +1 -3
  1820. package/dist/cjs/api/types/VCardQueryResponse.d.ts +1 -4
  1821. package/dist/cjs/api/types/VCardQueryResponse.js +1 -3
  1822. package/dist/cjs/api/types/VCardRecord.d.ts +1 -4
  1823. package/dist/cjs/api/types/VCardRecord.js +1 -3
  1824. package/dist/cjs/api/types/VCardSummary.d.ts +1 -4
  1825. package/dist/cjs/api/types/VCardSummary.js +1 -3
  1826. package/dist/cjs/api/types/ValueTemplates.d.ts +0 -3
  1827. package/dist/cjs/api/types/ValueTemplates.js +1 -3
  1828. package/dist/cjs/api/types/VendorCheckNumber.d.ts +0 -3
  1829. package/dist/cjs/api/types/VendorCheckNumber.js +1 -3
  1830. package/dist/cjs/api/types/VendorData.d.ts +1 -4
  1831. package/dist/cjs/api/types/VendorData.js +1 -3
  1832. package/dist/cjs/api/types/VendorDataResponse.d.ts +3 -11
  1833. package/dist/cjs/api/types/VendorDataResponse.js +2 -3
  1834. package/dist/cjs/api/types/VendorEin.d.ts +0 -3
  1835. package/dist/cjs/api/types/VendorEin.js +1 -3
  1836. package/dist/cjs/api/types/VendorName1.d.ts +0 -3
  1837. package/dist/cjs/api/types/VendorName1.js +1 -3
  1838. package/dist/cjs/api/types/VendorName2.d.ts +0 -3
  1839. package/dist/cjs/api/types/VendorName2.js +1 -3
  1840. package/dist/cjs/api/types/VendorNumber.d.ts +0 -3
  1841. package/dist/cjs/api/types/VendorNumber.js +1 -3
  1842. package/dist/cjs/api/types/VendorOutData.d.ts +1 -4
  1843. package/dist/cjs/api/types/VendorOutData.js +1 -3
  1844. package/dist/cjs/api/types/VendorPaymentMethod.d.ts +0 -3
  1845. package/dist/cjs/api/types/VendorPaymentMethod.js +1 -3
  1846. package/dist/cjs/api/types/VendorPaymentMethodString.d.ts +0 -3
  1847. package/dist/cjs/api/types/VendorPaymentMethodString.js +1 -3
  1848. package/dist/cjs/api/types/VendorPhone.d.ts +0 -3
  1849. package/dist/cjs/api/types/VendorPhone.js +1 -3
  1850. package/dist/cjs/api/types/VendorQueryRecord.d.ts +1 -8
  1851. package/dist/cjs/api/types/VendorQueryRecord.js +1 -3
  1852. package/dist/cjs/api/types/VendorResponseBillingData.d.ts +0 -3
  1853. package/dist/cjs/api/types/VendorResponseBillingData.js +1 -3
  1854. package/dist/cjs/api/types/VendorResponseStoredMethod.d.ts +0 -3
  1855. package/dist/cjs/api/types/VendorResponseStoredMethod.js +1 -3
  1856. package/dist/cjs/api/types/VendorResponseSummary.d.ts +0 -3
  1857. package/dist/cjs/api/types/VendorResponseSummary.js +1 -3
  1858. package/dist/cjs/api/types/VendorSummary.d.ts +0 -3
  1859. package/dist/cjs/api/types/VendorSummary.js +1 -3
  1860. package/dist/cjs/api/types/Vendorid.d.ts +0 -3
  1861. package/dist/cjs/api/types/Vendorid.js +1 -3
  1862. package/dist/cjs/api/types/Vendorstatus.d.ts +0 -3
  1863. package/dist/cjs/api/types/Vendorstatus.js +1 -3
  1864. package/dist/cjs/api/types/Visible.d.ts +0 -3
  1865. package/dist/cjs/api/types/Visible.js +1 -3
  1866. package/dist/cjs/api/types/WalletCascade.d.ts +0 -3
  1867. package/dist/cjs/api/types/WalletCascade.js +1 -3
  1868. package/dist/cjs/api/types/WalletIsEnabled.d.ts +0 -3
  1869. package/dist/cjs/api/types/WalletIsEnabled.js +1 -3
  1870. package/dist/cjs/api/types/Website.d.ts +0 -3
  1871. package/dist/cjs/api/types/Website.js +1 -3
  1872. package/dist/cjs/api/types/Whencharged.d.ts +2 -7
  1873. package/dist/cjs/api/types/Whencharged.js +2 -3
  1874. package/dist/cjs/api/types/Whendelivered.d.ts +2 -7
  1875. package/dist/cjs/api/types/Whendelivered.js +2 -3
  1876. package/dist/cjs/api/types/Whenprovided.d.ts +2 -7
  1877. package/dist/cjs/api/types/Whenprovided.js +2 -3
  1878. package/dist/cjs/api/types/Whenrefunded.d.ts +2 -7
  1879. package/dist/cjs/api/types/Whenrefunded.js +2 -3
  1880. package/dist/cjs/api/types/Zip.d.ts +0 -3
  1881. package/dist/cjs/api/types/Zip.js +1 -3
  1882. package/dist/cjs/api/types/index.d.ts +63 -61
  1883. package/dist/cjs/api/types/index.js +63 -61
  1884. package/dist/cjs/auth/HeaderAuthProvider.d.ts +14 -0
  1885. package/dist/cjs/auth/HeaderAuthProvider.js +71 -0
  1886. package/dist/cjs/auth/index.d.ts +1 -0
  1887. package/dist/cjs/auth/index.js +5 -0
  1888. package/dist/cjs/core/auth/AuthProvider.d.ts +7 -0
  1889. package/dist/cjs/{version.js → core/auth/AuthProvider.js} +0 -2
  1890. package/dist/cjs/core/auth/AuthRequest.d.ts +9 -0
  1891. package/dist/cjs/core/auth/AuthRequest.js +2 -0
  1892. package/dist/cjs/core/auth/BasicAuth.d.ts +8 -0
  1893. package/dist/cjs/core/auth/BasicAuth.js +27 -0
  1894. package/dist/cjs/core/auth/BearerToken.d.ts +7 -0
  1895. package/dist/cjs/core/auth/BearerToken.js +16 -0
  1896. package/dist/cjs/core/auth/NoOpAuthProvider.d.ts +5 -0
  1897. package/dist/cjs/core/auth/NoOpAuthProvider.js +9 -0
  1898. package/dist/cjs/core/auth/index.d.ts +5 -0
  1899. package/dist/cjs/core/auth/index.js +9 -0
  1900. package/dist/cjs/core/base64.d.ts +2 -0
  1901. package/dist/cjs/core/base64.js +26 -0
  1902. package/dist/cjs/core/exports.d.ts +1 -0
  1903. package/dist/cjs/core/exports.js +1 -0
  1904. package/dist/cjs/core/fetcher/APIResponse.d.ts +1 -1
  1905. package/dist/cjs/core/fetcher/BinaryResponse.d.ts +6 -7
  1906. package/dist/cjs/core/fetcher/EndpointMetadata.d.ts +13 -0
  1907. package/dist/cjs/core/fetcher/EndpointMetadata.js +2 -0
  1908. package/dist/cjs/core/fetcher/EndpointSupplier.d.ts +12 -0
  1909. package/dist/cjs/core/fetcher/EndpointSupplier.js +22 -0
  1910. package/dist/cjs/core/fetcher/Fetcher.d.ts +14 -5
  1911. package/dist/cjs/core/fetcher/Fetcher.js +207 -11
  1912. package/dist/cjs/core/fetcher/HttpResponsePromise.d.ts +1 -1
  1913. package/dist/cjs/core/fetcher/getErrorResponseBody.js +2 -1
  1914. package/dist/cjs/core/fetcher/getRequestBody.d.ts +1 -1
  1915. package/dist/cjs/core/fetcher/getRequestBody.js +4 -0
  1916. package/dist/cjs/core/fetcher/getResponseBody.js +21 -7
  1917. package/dist/cjs/core/fetcher/index.d.ts +2 -0
  1918. package/dist/cjs/core/fetcher/index.js +3 -1
  1919. package/dist/cjs/core/fetcher/makeRequest.d.ts +1 -1
  1920. package/dist/cjs/core/fetcher/makeRequest.js +2 -4
  1921. package/dist/cjs/core/fetcher/requestWithRetries.js +16 -21
  1922. package/dist/cjs/core/fetcher/signals.d.ts +1 -7
  1923. package/dist/cjs/core/fetcher/signals.js +0 -12
  1924. package/dist/cjs/core/file/exports.d.ts +1 -1
  1925. package/dist/cjs/core/file/file.d.ts +6 -1
  1926. package/dist/cjs/core/file/file.js +25 -7
  1927. package/dist/cjs/core/form-data-utils/FormDataWrapper.d.ts +2 -3
  1928. package/dist/cjs/core/form-data-utils/FormDataWrapper.js +62 -85
  1929. package/dist/cjs/core/headers.d.ts +2 -3
  1930. package/dist/cjs/core/headers.js +6 -4
  1931. package/dist/cjs/core/index.d.ts +5 -2
  1932. package/dist/cjs/core/index.js +6 -3
  1933. package/dist/cjs/core/logging/exports.d.ts +18 -0
  1934. package/dist/cjs/core/logging/exports.js +45 -0
  1935. package/dist/cjs/core/logging/index.d.ts +1 -0
  1936. package/dist/cjs/core/logging/index.js +17 -0
  1937. package/dist/cjs/core/logging/logger.d.ts +126 -0
  1938. package/dist/cjs/core/logging/logger.js +144 -0
  1939. package/dist/cjs/core/runtime/runtime.js +11 -10
  1940. package/dist/cjs/core/url/encodePathParam.d.ts +1 -0
  1941. package/dist/cjs/core/url/encodePathParam.js +21 -0
  1942. package/dist/cjs/core/url/index.d.ts +1 -0
  1943. package/dist/cjs/core/url/index.js +3 -1
  1944. package/dist/cjs/core/url/join.js +3 -4
  1945. package/dist/cjs/environments.d.ts +0 -3
  1946. package/dist/cjs/environments.js +1 -3
  1947. package/dist/cjs/errors/PayabliError.d.ts +1 -4
  1948. package/dist/cjs/errors/PayabliError.js +2 -4
  1949. package/dist/cjs/errors/PayabliTimeoutError.d.ts +0 -3
  1950. package/dist/cjs/errors/PayabliTimeoutError.js +1 -3
  1951. package/dist/cjs/errors/handleNonStatusCodeError.d.ts +2 -0
  1952. package/dist/cjs/errors/handleNonStatusCodeError.js +65 -0
  1953. package/dist/cjs/index.d.ts +2 -1
  1954. package/dist/cjs/index.js +4 -4
  1955. package/dist/esm/BaseClient.d.mts +39 -0
  1956. package/dist/esm/BaseClient.mjs +23 -0
  1957. package/dist/esm/Client.d.mts +90 -109
  1958. package/dist/esm/Client.mjs +60 -70
  1959. package/dist/esm/api/errors/BadRequestError.d.mts +1 -4
  1960. package/dist/esm/api/errors/BadRequestError.mjs +1 -3
  1961. package/dist/esm/api/errors/ConflictError.d.mts +2 -5
  1962. package/dist/esm/api/errors/ConflictError.mjs +1 -3
  1963. package/dist/esm/api/errors/ForbiddenError.d.mts +2 -5
  1964. package/dist/esm/api/errors/ForbiddenError.mjs +1 -3
  1965. package/dist/esm/api/errors/InternalServerError.d.mts +1 -4
  1966. package/dist/esm/api/errors/InternalServerError.mjs +1 -3
  1967. package/dist/esm/api/errors/ServiceUnavailableError.d.mts +2 -5
  1968. package/dist/esm/api/errors/ServiceUnavailableError.mjs +1 -3
  1969. package/dist/esm/api/errors/UnauthorizedError.d.mts +1 -4
  1970. package/dist/esm/api/errors/UnauthorizedError.mjs +1 -3
  1971. package/dist/esm/api/index.d.mts +2 -2
  1972. package/dist/esm/api/index.mjs +2 -2
  1973. package/dist/esm/api/resources/bill/client/Client.d.mts +36 -57
  1974. package/dist/esm/api/resources/bill/client/Client.mjs +152 -279
  1975. package/dist/esm/api/resources/bill/client/index.d.mts +0 -1
  1976. package/dist/esm/api/resources/bill/client/requests/AddBillRequest.d.mts +1 -4
  1977. package/dist/esm/api/resources/bill/client/requests/AddBillRequest.mjs +1 -3
  1978. package/dist/esm/api/resources/bill/client/requests/DeleteAttachedFromBillRequest.d.mts +0 -3
  1979. package/dist/esm/api/resources/bill/client/requests/DeleteAttachedFromBillRequest.mjs +1 -3
  1980. package/dist/esm/api/resources/bill/client/requests/GetAttachedFromBillRequest.d.mts +0 -3
  1981. package/dist/esm/api/resources/bill/client/requests/GetAttachedFromBillRequest.mjs +1 -3
  1982. package/dist/esm/api/resources/bill/client/requests/ListBillsOrgRequest.d.mts +1 -4
  1983. package/dist/esm/api/resources/bill/client/requests/ListBillsOrgRequest.mjs +1 -3
  1984. package/dist/esm/api/resources/bill/client/requests/ListBillsRequest.d.mts +1 -4
  1985. package/dist/esm/api/resources/bill/client/requests/ListBillsRequest.mjs +1 -3
  1986. package/dist/esm/api/resources/bill/client/requests/SendToApprovalBillRequest.d.mts +1 -4
  1987. package/dist/esm/api/resources/bill/client/requests/SendToApprovalBillRequest.mjs +1 -3
  1988. package/dist/esm/api/resources/bill/client/requests/SetApprovedBillRequest.d.mts +0 -3
  1989. package/dist/esm/api/resources/bill/client/requests/SetApprovedBillRequest.mjs +1 -3
  1990. package/dist/esm/api/resources/bill/client/requests/index.d.mts +7 -7
  1991. package/dist/esm/api/resources/bill/index.d.mts +1 -1
  1992. package/dist/esm/api/resources/bill/index.mjs +1 -1
  1993. package/dist/esm/api/resources/bill/types/BillOutData.d.mts +1 -4
  1994. package/dist/esm/api/resources/bill/types/BillOutData.mjs +1 -3
  1995. package/dist/esm/api/resources/bill/types/BillOutDataScheduledOptions.d.mts +0 -3
  1996. package/dist/esm/api/resources/bill/types/BillOutDataScheduledOptions.mjs +1 -3
  1997. package/dist/esm/api/resources/bill/types/BillResponse.d.mts +1 -4
  1998. package/dist/esm/api/resources/bill/types/BillResponse.mjs +1 -3
  1999. package/dist/esm/api/resources/bill/types/BillResponseData.d.mts +1 -4
  2000. package/dist/esm/api/resources/bill/types/BillResponseData.mjs +1 -3
  2001. package/dist/esm/api/resources/bill/types/EditBillResponse.d.mts +1 -4
  2002. package/dist/esm/api/resources/bill/types/EditBillResponse.mjs +1 -3
  2003. package/dist/esm/api/resources/bill/types/GetBillResponse.d.mts +1 -4
  2004. package/dist/esm/api/resources/bill/types/GetBillResponse.mjs +1 -3
  2005. package/dist/esm/api/resources/bill/types/ModifyApprovalBillResponse.d.mts +1 -4
  2006. package/dist/esm/api/resources/bill/types/ModifyApprovalBillResponse.mjs +1 -3
  2007. package/dist/esm/api/resources/bill/types/SetApprovedBillResponse.d.mts +1 -4
  2008. package/dist/esm/api/resources/bill/types/SetApprovedBillResponse.mjs +1 -3
  2009. package/dist/esm/api/resources/bill/types/index.d.mts +4 -4
  2010. package/dist/esm/api/resources/bill/types/index.mjs +4 -4
  2011. package/dist/esm/api/resources/boarding/client/Client.d.mts +30 -51
  2012. package/dist/esm/api/resources/boarding/client/Client.mjs +129 -256
  2013. package/dist/esm/api/resources/boarding/client/index.d.mts +0 -1
  2014. package/dist/esm/api/resources/boarding/client/requests/GetExternalApplicationRequest.d.mts +0 -3
  2015. package/dist/esm/api/resources/boarding/client/requests/GetExternalApplicationRequest.mjs +1 -3
  2016. package/dist/esm/api/resources/boarding/client/requests/ListApplicationsRequest.d.mts +1 -4
  2017. package/dist/esm/api/resources/boarding/client/requests/ListApplicationsRequest.mjs +1 -3
  2018. package/dist/esm/api/resources/boarding/client/requests/ListBoardingLinksRequest.d.mts +0 -3
  2019. package/dist/esm/api/resources/boarding/client/requests/ListBoardingLinksRequest.mjs +1 -3
  2020. package/dist/esm/api/resources/boarding/client/requests/RequestAppByAuth.d.mts +1 -4
  2021. package/dist/esm/api/resources/boarding/client/requests/RequestAppByAuth.mjs +1 -3
  2022. package/dist/esm/api/resources/boarding/client/requests/index.d.mts +4 -4
  2023. package/dist/esm/api/resources/boarding/index.d.mts +1 -1
  2024. package/dist/esm/api/resources/boarding/index.mjs +1 -1
  2025. package/dist/esm/api/resources/boarding/types/AddApplicationRequest.d.mts +1 -4
  2026. package/dist/esm/api/resources/boarding/types/AddApplicationRequest.mjs +1 -3
  2027. package/dist/esm/api/resources/chargeBacks/client/Client.d.mts +20 -39
  2028. package/dist/esm/api/resources/chargeBacks/client/Client.mjs +55 -92
  2029. package/dist/esm/api/resources/chargeBacks/client/index.d.mts +0 -1
  2030. package/dist/esm/api/resources/chargeBacks/client/requests/ResponseChargeBack.d.mts +1 -4
  2031. package/dist/esm/api/resources/chargeBacks/client/requests/ResponseChargeBack.mjs +1 -3
  2032. package/dist/esm/api/resources/chargeBacks/client/requests/index.d.mts +1 -1
  2033. package/dist/esm/api/resources/chargeBacks/index.d.mts +1 -1
  2034. package/dist/esm/api/resources/chargeBacks/index.mjs +1 -1
  2035. package/dist/esm/api/resources/chargeBacks/types/AddResponseResponse.d.mts +1 -4
  2036. package/dist/esm/api/resources/chargeBacks/types/AddResponseResponse.mjs +1 -3
  2037. package/dist/esm/api/resources/chargeBacks/types/ChargeBackResponse.d.mts +1 -4
  2038. package/dist/esm/api/resources/chargeBacks/types/ChargeBackResponse.mjs +1 -3
  2039. package/dist/esm/api/resources/chargeBacks/types/ChargebackMessage.d.mts +0 -3
  2040. package/dist/esm/api/resources/chargeBacks/types/ChargebackMessage.mjs +1 -3
  2041. package/dist/esm/api/resources/chargeBacks/types/ChargebackQueryRecords.d.mts +1 -4
  2042. package/dist/esm/api/resources/chargeBacks/types/ChargebackQueryRecords.mjs +1 -3
  2043. package/dist/esm/api/resources/chargeBacks/types/index.d.mts +2 -2
  2044. package/dist/esm/api/resources/chargeBacks/types/index.mjs +2 -2
  2045. package/dist/esm/api/resources/checkCapture/client/Client.d.mts +10 -31
  2046. package/dist/esm/api/resources/checkCapture/client/Client.mjs +18 -35
  2047. package/dist/esm/api/resources/checkCapture/client/index.d.mts +0 -1
  2048. package/dist/esm/api/resources/checkCapture/client/requests/CheckCaptureRequestBody.d.mts +1 -4
  2049. package/dist/esm/api/resources/checkCapture/client/requests/CheckCaptureRequestBody.mjs +1 -3
  2050. package/dist/esm/api/resources/checkCapture/client/requests/index.d.mts +1 -1
  2051. package/dist/esm/api/resources/checkCapture/index.d.mts +1 -1
  2052. package/dist/esm/api/resources/checkCapture/index.mjs +1 -1
  2053. package/dist/esm/api/resources/checkCapture/types/CheckCaptureRequest.d.mts +1 -4
  2054. package/dist/esm/api/resources/checkCapture/types/CheckCaptureRequest.mjs +1 -3
  2055. package/dist/esm/api/resources/checkCapture/types/CheckCaptureResponse.d.mts +1 -4
  2056. package/dist/esm/api/resources/checkCapture/types/CheckCaptureResponse.mjs +1 -3
  2057. package/dist/esm/api/resources/cloud/client/Client.d.mts +20 -41
  2058. package/dist/esm/api/resources/cloud/client/Client.mjs +60 -110
  2059. package/dist/esm/api/resources/cloud/client/index.d.mts +0 -1
  2060. package/dist/esm/api/resources/cloud/client/requests/DeviceEntry.d.mts +1 -4
  2061. package/dist/esm/api/resources/cloud/client/requests/DeviceEntry.mjs +1 -3
  2062. package/dist/esm/api/resources/cloud/client/requests/ListDeviceRequest.d.mts +0 -3
  2063. package/dist/esm/api/resources/cloud/client/requests/ListDeviceRequest.mjs +1 -3
  2064. package/dist/esm/api/resources/cloud/client/requests/index.d.mts +2 -2
  2065. package/dist/esm/api/resources/cloud/index.d.mts +1 -1
  2066. package/dist/esm/api/resources/cloud/index.mjs +1 -1
  2067. package/dist/esm/api/resources/cloud/types/AddDeviceResponse.d.mts +1 -4
  2068. package/dist/esm/api/resources/cloud/types/AddDeviceResponse.mjs +1 -3
  2069. package/dist/esm/api/resources/cloud/types/RemoveDeviceResponse.d.mts +1 -4
  2070. package/dist/esm/api/resources/cloud/types/RemoveDeviceResponse.mjs +1 -3
  2071. package/dist/esm/api/resources/customer/client/Client.d.mts +20 -41
  2072. package/dist/esm/api/resources/customer/client/Client.mjs +71 -143
  2073. package/dist/esm/api/resources/customer/client/index.d.mts +0 -1
  2074. package/dist/esm/api/resources/customer/client/requests/AddCustomerRequest.d.mts +1 -4
  2075. package/dist/esm/api/resources/customer/client/requests/AddCustomerRequest.mjs +1 -3
  2076. package/dist/esm/api/resources/customer/client/requests/index.d.mts +1 -1
  2077. package/dist/esm/api/resources/export/client/Client.d.mts +96 -113
  2078. package/dist/esm/api/resources/export/client/Client.mjs +499 -820
  2079. package/dist/esm/api/resources/export/client/index.d.mts +0 -1
  2080. package/dist/esm/api/resources/export/client/requests/ExportApplicationsRequest.d.mts +0 -3
  2081. package/dist/esm/api/resources/export/client/requests/ExportApplicationsRequest.mjs +1 -3
  2082. package/dist/esm/api/resources/export/client/requests/ExportBatchDetailsOrgRequest.d.mts +0 -3
  2083. package/dist/esm/api/resources/export/client/requests/ExportBatchDetailsOrgRequest.mjs +1 -3
  2084. package/dist/esm/api/resources/export/client/requests/ExportBatchDetailsRequest.d.mts +0 -3
  2085. package/dist/esm/api/resources/export/client/requests/ExportBatchDetailsRequest.mjs +1 -3
  2086. package/dist/esm/api/resources/export/client/requests/ExportBatchesOrgRequest.d.mts +0 -3
  2087. package/dist/esm/api/resources/export/client/requests/ExportBatchesOrgRequest.mjs +1 -3
  2088. package/dist/esm/api/resources/export/client/requests/ExportBatchesOutOrgRequest.d.mts +0 -3
  2089. package/dist/esm/api/resources/export/client/requests/ExportBatchesOutOrgRequest.mjs +1 -3
  2090. package/dist/esm/api/resources/export/client/requests/ExportBatchesOutRequest.d.mts +0 -3
  2091. package/dist/esm/api/resources/export/client/requests/ExportBatchesOutRequest.mjs +1 -3
  2092. package/dist/esm/api/resources/export/client/requests/ExportBatchesRequest.d.mts +0 -3
  2093. package/dist/esm/api/resources/export/client/requests/ExportBatchesRequest.mjs +1 -3
  2094. package/dist/esm/api/resources/export/client/requests/ExportBillsOrgRequest.d.mts +0 -3
  2095. package/dist/esm/api/resources/export/client/requests/ExportBillsOrgRequest.mjs +1 -3
  2096. package/dist/esm/api/resources/export/client/requests/ExportBillsRequest.d.mts +0 -3
  2097. package/dist/esm/api/resources/export/client/requests/ExportBillsRequest.mjs +1 -3
  2098. package/dist/esm/api/resources/export/client/requests/ExportChargebacksOrgRequest.d.mts +0 -3
  2099. package/dist/esm/api/resources/export/client/requests/ExportChargebacksOrgRequest.mjs +1 -3
  2100. package/dist/esm/api/resources/export/client/requests/ExportChargebacksRequest.d.mts +0 -3
  2101. package/dist/esm/api/resources/export/client/requests/ExportChargebacksRequest.mjs +1 -3
  2102. package/dist/esm/api/resources/export/client/requests/ExportCustomersOrgRequest.d.mts +0 -3
  2103. package/dist/esm/api/resources/export/client/requests/ExportCustomersOrgRequest.mjs +1 -3
  2104. package/dist/esm/api/resources/export/client/requests/ExportCustomersRequest.d.mts +0 -3
  2105. package/dist/esm/api/resources/export/client/requests/ExportCustomersRequest.mjs +1 -3
  2106. package/dist/esm/api/resources/export/client/requests/ExportInvoicesOrgRequest.d.mts +0 -3
  2107. package/dist/esm/api/resources/export/client/requests/ExportInvoicesOrgRequest.mjs +1 -3
  2108. package/dist/esm/api/resources/export/client/requests/ExportInvoicesRequest.d.mts +0 -3
  2109. package/dist/esm/api/resources/export/client/requests/ExportInvoicesRequest.mjs +1 -3
  2110. package/dist/esm/api/resources/export/client/requests/ExportOrganizationsRequest.d.mts +0 -3
  2111. package/dist/esm/api/resources/export/client/requests/ExportOrganizationsRequest.mjs +1 -3
  2112. package/dist/esm/api/resources/export/client/requests/ExportPayoutOrgRequest.d.mts +0 -3
  2113. package/dist/esm/api/resources/export/client/requests/ExportPayoutOrgRequest.mjs +1 -3
  2114. package/dist/esm/api/resources/export/client/requests/ExportPayoutRequest.d.mts +0 -3
  2115. package/dist/esm/api/resources/export/client/requests/ExportPayoutRequest.mjs +1 -3
  2116. package/dist/esm/api/resources/export/client/requests/ExportPaypointsRequest.d.mts +0 -3
  2117. package/dist/esm/api/resources/export/client/requests/ExportPaypointsRequest.mjs +1 -3
  2118. package/dist/esm/api/resources/export/client/requests/ExportSettlementsOrgRequest.d.mts +0 -3
  2119. package/dist/esm/api/resources/export/client/requests/ExportSettlementsOrgRequest.mjs +1 -3
  2120. package/dist/esm/api/resources/export/client/requests/ExportSettlementsRequest.d.mts +0 -3
  2121. package/dist/esm/api/resources/export/client/requests/ExportSettlementsRequest.mjs +1 -3
  2122. package/dist/esm/api/resources/export/client/requests/ExportSubscriptionsOrgRequest.d.mts +0 -3
  2123. package/dist/esm/api/resources/export/client/requests/ExportSubscriptionsOrgRequest.mjs +1 -3
  2124. package/dist/esm/api/resources/export/client/requests/ExportSubscriptionsRequest.d.mts +0 -3
  2125. package/dist/esm/api/resources/export/client/requests/ExportSubscriptionsRequest.mjs +1 -3
  2126. package/dist/esm/api/resources/export/client/requests/ExportTransactionsOrgRequest.d.mts +0 -3
  2127. package/dist/esm/api/resources/export/client/requests/ExportTransactionsOrgRequest.mjs +1 -3
  2128. package/dist/esm/api/resources/export/client/requests/ExportTransactionsRequest.d.mts +0 -3
  2129. package/dist/esm/api/resources/export/client/requests/ExportTransactionsRequest.mjs +1 -3
  2130. package/dist/esm/api/resources/export/client/requests/ExportTransferDetailsRequest.d.mts +0 -3
  2131. package/dist/esm/api/resources/export/client/requests/ExportTransferDetailsRequest.mjs +1 -3
  2132. package/dist/esm/api/resources/export/client/requests/ExportTransfersRequest.d.mts +0 -3
  2133. package/dist/esm/api/resources/export/client/requests/ExportTransfersRequest.mjs +1 -3
  2134. package/dist/esm/api/resources/export/client/requests/ExportVendorsOrgRequest.d.mts +0 -3
  2135. package/dist/esm/api/resources/export/client/requests/ExportVendorsOrgRequest.mjs +1 -3
  2136. package/dist/esm/api/resources/export/client/requests/ExportVendorsRequest.d.mts +0 -3
  2137. package/dist/esm/api/resources/export/client/requests/ExportVendorsRequest.mjs +1 -3
  2138. package/dist/esm/api/resources/export/client/requests/index.d.mts +29 -29
  2139. package/dist/esm/api/resources/export/index.d.mts +1 -1
  2140. package/dist/esm/api/resources/export/index.mjs +1 -1
  2141. package/dist/esm/api/resources/export/types/ExportFormat1.d.mts +1 -4
  2142. package/dist/esm/api/resources/export/types/ExportFormat1.mjs +1 -3
  2143. package/dist/esm/api/resources/hostedPaymentPages/client/Client.d.mts +14 -35
  2144. package/dist/esm/api/resources/hostedPaymentPages/client/Client.mjs +39 -78
  2145. package/dist/esm/api/resources/hostedPaymentPages/client/index.d.mts +0 -1
  2146. package/dist/esm/api/resources/hostedPaymentPages/client/requests/NewPageRequest.d.mts +1 -4
  2147. package/dist/esm/api/resources/hostedPaymentPages/client/requests/NewPageRequest.mjs +1 -3
  2148. package/dist/esm/api/resources/hostedPaymentPages/client/requests/index.d.mts +1 -1
  2149. package/dist/esm/api/resources/import/client/Client.d.mts +14 -35
  2150. package/dist/esm/api/resources/import/client/Client.mjs +40 -79
  2151. package/dist/esm/api/resources/import/client/index.d.mts +0 -1
  2152. package/dist/esm/api/resources/import/client/requests/ImportBillsRequest.d.mts +2 -5
  2153. package/dist/esm/api/resources/import/client/requests/ImportBillsRequest.mjs +1 -3
  2154. package/dist/esm/api/resources/import/client/requests/ImportCustomerRequest.d.mts +2 -5
  2155. package/dist/esm/api/resources/import/client/requests/ImportCustomerRequest.mjs +1 -3
  2156. package/dist/esm/api/resources/import/client/requests/ImportVendorRequest.d.mts +2 -5
  2157. package/dist/esm/api/resources/import/client/requests/ImportVendorRequest.mjs +1 -3
  2158. package/dist/esm/api/resources/import/client/requests/index.d.mts +3 -3
  2159. package/dist/esm/api/resources/index.d.mts +36 -36
  2160. package/dist/esm/api/resources/index.mjs +36 -36
  2161. package/dist/esm/api/resources/invoice/client/Client.d.mts +34 -55
  2162. package/dist/esm/api/resources/invoice/client/Client.mjs +146 -273
  2163. package/dist/esm/api/resources/invoice/client/index.d.mts +0 -1
  2164. package/dist/esm/api/resources/invoice/client/requests/AddInvoiceRequest.d.mts +1 -4
  2165. package/dist/esm/api/resources/invoice/client/requests/AddInvoiceRequest.mjs +1 -3
  2166. package/dist/esm/api/resources/invoice/client/requests/EditInvoiceRequest.d.mts +1 -4
  2167. package/dist/esm/api/resources/invoice/client/requests/EditInvoiceRequest.mjs +1 -3
  2168. package/dist/esm/api/resources/invoice/client/requests/GetAttachedFileFromInvoiceRequest.d.mts +0 -3
  2169. package/dist/esm/api/resources/invoice/client/requests/GetAttachedFileFromInvoiceRequest.mjs +1 -3
  2170. package/dist/esm/api/resources/invoice/client/requests/ListInvoicesOrgRequest.d.mts +1 -4
  2171. package/dist/esm/api/resources/invoice/client/requests/ListInvoicesOrgRequest.mjs +1 -3
  2172. package/dist/esm/api/resources/invoice/client/requests/ListInvoicesRequest.d.mts +1 -4
  2173. package/dist/esm/api/resources/invoice/client/requests/ListInvoicesRequest.mjs +1 -3
  2174. package/dist/esm/api/resources/invoice/client/requests/SendInvoiceRequest.d.mts +0 -3
  2175. package/dist/esm/api/resources/invoice/client/requests/SendInvoiceRequest.mjs +1 -3
  2176. package/dist/esm/api/resources/invoice/client/requests/index.d.mts +6 -6
  2177. package/dist/esm/api/resources/invoice/index.d.mts +1 -1
  2178. package/dist/esm/api/resources/invoice/index.mjs +1 -1
  2179. package/dist/esm/api/resources/invoice/types/GetInvoiceRecord.d.mts +1 -4
  2180. package/dist/esm/api/resources/invoice/types/GetInvoiceRecord.mjs +1 -3
  2181. package/dist/esm/api/resources/invoice/types/InvoiceDataRequest.d.mts +1 -4
  2182. package/dist/esm/api/resources/invoice/types/InvoiceDataRequest.mjs +1 -3
  2183. package/dist/esm/api/resources/invoice/types/InvoiceId.d.mts +0 -3
  2184. package/dist/esm/api/resources/invoice/types/InvoiceId.mjs +1 -3
  2185. package/dist/esm/api/resources/invoice/types/InvoiceNumberResponse.d.mts +1 -4
  2186. package/dist/esm/api/resources/invoice/types/InvoiceNumberResponse.mjs +1 -3
  2187. package/dist/esm/api/resources/invoice/types/InvoicePaidAmount.d.mts +0 -3
  2188. package/dist/esm/api/resources/invoice/types/InvoicePaidAmount.mjs +1 -3
  2189. package/dist/esm/api/resources/invoice/types/InvoiceResponseWithoutData.d.mts +1 -4
  2190. package/dist/esm/api/resources/invoice/types/InvoiceResponseWithoutData.mjs +1 -3
  2191. package/dist/esm/api/resources/invoice/types/QueryInvoiceResponse.d.mts +1 -4
  2192. package/dist/esm/api/resources/invoice/types/QueryInvoiceResponse.mjs +1 -3
  2193. package/dist/esm/api/resources/invoice/types/SendInvoiceResponse.d.mts +1 -4
  2194. package/dist/esm/api/resources/invoice/types/SendInvoiceResponse.mjs +1 -3
  2195. package/dist/esm/api/resources/invoice/types/index.d.mts +5 -5
  2196. package/dist/esm/api/resources/invoice/types/index.mjs +5 -5
  2197. package/dist/esm/api/resources/lineItem/client/Client.d.mts +18 -39
  2198. package/dist/esm/api/resources/lineItem/client/Client.mjs +64 -125
  2199. package/dist/esm/api/resources/lineItem/client/index.d.mts +0 -1
  2200. package/dist/esm/api/resources/lineItem/client/requests/AddItemRequest.d.mts +1 -4
  2201. package/dist/esm/api/resources/lineItem/client/requests/AddItemRequest.mjs +1 -3
  2202. package/dist/esm/api/resources/lineItem/client/requests/ListLineItemsRequest.d.mts +0 -3
  2203. package/dist/esm/api/resources/lineItem/client/requests/ListLineItemsRequest.mjs +1 -3
  2204. package/dist/esm/api/resources/lineItem/client/requests/index.d.mts +2 -2
  2205. package/dist/esm/api/resources/lineItem/index.d.mts +1 -1
  2206. package/dist/esm/api/resources/lineItem/index.mjs +1 -1
  2207. package/dist/esm/api/resources/lineItem/types/DeleteItemResponse.d.mts +1 -4
  2208. package/dist/esm/api/resources/lineItem/types/DeleteItemResponse.mjs +1 -3
  2209. package/dist/esm/api/resources/moneyIn/client/Client.d.mts +43 -88
  2210. package/dist/esm/api/resources/moneyIn/client/Client.mjs +169 -333
  2211. package/dist/esm/api/resources/moneyIn/client/index.d.mts +0 -1
  2212. package/dist/esm/api/resources/moneyIn/client/requests/RequestCredit.d.mts +1 -4
  2213. package/dist/esm/api/resources/moneyIn/client/requests/RequestCredit.mjs +1 -3
  2214. package/dist/esm/api/resources/moneyIn/client/requests/RequestPayment.d.mts +4 -5
  2215. package/dist/esm/api/resources/moneyIn/client/requests/RequestPayment.mjs +1 -3
  2216. package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentAuthorize.d.mts +1 -4
  2217. package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentAuthorize.mjs +1 -3
  2218. package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentValidate.d.mts +3 -8
  2219. package/dist/esm/api/resources/moneyIn/client/requests/RequestPaymentValidate.mjs +2 -3
  2220. package/dist/esm/api/resources/moneyIn/client/requests/RequestRefund.d.mts +1 -4
  2221. package/dist/esm/api/resources/moneyIn/client/requests/RequestRefund.mjs +1 -3
  2222. package/dist/esm/api/resources/moneyIn/client/requests/SendReceipt2TransRequest.d.mts +0 -3
  2223. package/dist/esm/api/resources/moneyIn/client/requests/SendReceipt2TransRequest.mjs +1 -3
  2224. package/dist/esm/api/resources/moneyIn/client/requests/index.d.mts +6 -6
  2225. package/dist/esm/api/resources/moneyIn/errors/CaptureError.d.mts +2 -5
  2226. package/dist/esm/api/resources/moneyIn/errors/CaptureError.mjs +1 -3
  2227. package/dist/esm/api/resources/moneyIn/errors/InvalidTransStatusError.d.mts +2 -5
  2228. package/dist/esm/api/resources/moneyIn/errors/InvalidTransStatusError.mjs +1 -3
  2229. package/dist/esm/api/resources/moneyIn/errors/index.d.mts +1 -1
  2230. package/dist/esm/api/resources/moneyIn/errors/index.mjs +1 -1
  2231. package/dist/esm/api/resources/moneyIn/index.d.mts +2 -2
  2232. package/dist/esm/api/resources/moneyIn/index.mjs +2 -2
  2233. package/dist/esm/api/resources/moneyIn/types/AuthResponse.d.mts +1 -4
  2234. package/dist/esm/api/resources/moneyIn/types/AuthResponse.mjs +1 -3
  2235. package/dist/esm/api/resources/moneyIn/types/AuthResponseResponseData.d.mts +1 -4
  2236. package/dist/esm/api/resources/moneyIn/types/AuthResponseResponseData.mjs +1 -3
  2237. package/dist/esm/api/resources/moneyIn/types/CapturePaymentDetails.d.mts +0 -3
  2238. package/dist/esm/api/resources/moneyIn/types/CapturePaymentDetails.mjs +1 -3
  2239. package/dist/esm/api/resources/moneyIn/types/CaptureRequest.d.mts +1 -4
  2240. package/dist/esm/api/resources/moneyIn/types/CaptureRequest.mjs +1 -3
  2241. package/dist/esm/api/resources/moneyIn/types/CaptureResponse.d.mts +1 -4
  2242. package/dist/esm/api/resources/moneyIn/types/CaptureResponse.mjs +1 -3
  2243. package/dist/esm/api/resources/moneyIn/types/CaptureResponseData.d.mts +1 -4
  2244. package/dist/esm/api/resources/moneyIn/types/CaptureResponseData.mjs +1 -3
  2245. package/dist/esm/api/resources/moneyIn/types/GetPaidResponseData.d.mts +3 -4
  2246. package/dist/esm/api/resources/moneyIn/types/GetPaidResponseData.mjs +1 -3
  2247. package/dist/esm/api/resources/moneyIn/types/InvalidTransStatusErrorType.d.mts +0 -3
  2248. package/dist/esm/api/resources/moneyIn/types/InvalidTransStatusErrorType.mjs +1 -3
  2249. package/dist/esm/api/resources/moneyIn/types/PayabliApiResponseGetPaid.d.mts +1 -4
  2250. package/dist/esm/api/resources/moneyIn/types/PayabliApiResponseGetPaid.mjs +1 -3
  2251. package/dist/esm/api/resources/moneyIn/types/ReceiptResponse.d.mts +1 -4
  2252. package/dist/esm/api/resources/moneyIn/types/ReceiptResponse.mjs +1 -3
  2253. package/dist/esm/api/resources/moneyIn/types/RefundResponse.d.mts +1 -4
  2254. package/dist/esm/api/resources/moneyIn/types/RefundResponse.mjs +1 -3
  2255. package/dist/esm/api/resources/moneyIn/types/RefundWithInstructionsResponse.d.mts +1 -4
  2256. package/dist/esm/api/resources/moneyIn/types/RefundWithInstructionsResponse.mjs +1 -3
  2257. package/dist/esm/api/resources/moneyIn/types/ResponseDataRefunds.d.mts +1 -4
  2258. package/dist/esm/api/resources/moneyIn/types/ResponseDataRefunds.mjs +1 -3
  2259. package/dist/esm/api/resources/moneyIn/types/ReverseResponse.d.mts +1 -4
  2260. package/dist/esm/api/resources/moneyIn/types/ReverseResponse.mjs +1 -3
  2261. package/dist/esm/api/resources/moneyIn/types/TransRequestBody.d.mts +20 -4
  2262. package/dist/esm/api/resources/moneyIn/types/TransRequestBody.mjs +1 -3
  2263. package/dist/esm/api/resources/moneyIn/types/TransactionDetailCustomer.d.mts +28 -0
  2264. package/dist/esm/api/resources/moneyIn/types/TransactionDetailCustomer.mjs +2 -0
  2265. package/dist/esm/api/resources/moneyIn/types/TransactionDetailEvent.d.mts +8 -0
  2266. package/dist/esm/api/resources/moneyIn/types/TransactionDetailEvent.mjs +2 -0
  2267. package/dist/esm/api/resources/moneyIn/types/TransactionDetailInvoiceData.d.mts +38 -0
  2268. package/dist/esm/api/resources/moneyIn/types/TransactionDetailInvoiceData.mjs +2 -0
  2269. package/dist/esm/api/resources/moneyIn/types/TransactionDetailPaymentData.d.mts +19 -0
  2270. package/dist/esm/api/resources/moneyIn/types/TransactionDetailPaymentData.mjs +2 -0
  2271. package/dist/esm/api/resources/moneyIn/types/TransactionDetailPaymentDetails.d.mts +22 -0
  2272. package/dist/esm/api/resources/moneyIn/types/TransactionDetailPaymentDetails.mjs +2 -0
  2273. package/dist/esm/api/resources/moneyIn/types/TransactionDetailRecord.d.mts +58 -0
  2274. package/dist/esm/api/resources/moneyIn/types/TransactionDetailRecord.mjs +2 -0
  2275. package/dist/esm/api/resources/moneyIn/types/TransactionDetailRecordMethod.d.mts +6 -0
  2276. package/dist/esm/api/resources/moneyIn/types/TransactionDetailRecordMethod.mjs +6 -0
  2277. package/dist/esm/api/resources/moneyIn/types/TransactionDetailResponseData.d.mts +20 -0
  2278. package/dist/esm/api/resources/moneyIn/types/TransactionDetailResponseData.mjs +2 -0
  2279. package/dist/esm/api/resources/moneyIn/types/ValidateResponse.d.mts +1 -4
  2280. package/dist/esm/api/resources/moneyIn/types/ValidateResponse.mjs +1 -3
  2281. package/dist/esm/api/resources/moneyIn/types/ValidateResponseData.d.mts +1 -4
  2282. package/dist/esm/api/resources/moneyIn/types/ValidateResponseData.mjs +1 -3
  2283. package/dist/esm/api/resources/moneyIn/types/VoidResponse.d.mts +1 -4
  2284. package/dist/esm/api/resources/moneyIn/types/VoidResponse.mjs +1 -3
  2285. package/dist/esm/api/resources/moneyIn/types/VoidResponseData.d.mts +1 -4
  2286. package/dist/esm/api/resources/moneyIn/types/VoidResponseData.mjs +1 -3
  2287. package/dist/esm/api/resources/moneyIn/types/index.d.mts +19 -11
  2288. package/dist/esm/api/resources/moneyIn/types/index.mjs +19 -11
  2289. package/dist/esm/api/resources/moneyOut/client/Client.d.mts +47 -51
  2290. package/dist/esm/api/resources/moneyOut/client/Client.mjs +161 -208
  2291. package/dist/esm/api/resources/moneyOut/client/index.d.mts +0 -1
  2292. package/dist/esm/api/resources/moneyOut/client/requests/CaptureAllOutRequest.d.mts +1 -4
  2293. package/dist/esm/api/resources/moneyOut/client/requests/CaptureAllOutRequest.mjs +1 -3
  2294. package/dist/esm/api/resources/moneyOut/client/requests/CaptureOutRequest.d.mts +1 -4
  2295. package/dist/esm/api/resources/moneyOut/client/requests/CaptureOutRequest.mjs +1 -3
  2296. package/dist/esm/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.d.mts +3 -5
  2297. package/dist/esm/api/resources/moneyOut/client/requests/MoneyOutTypesRequestOutAuthorize.mjs +1 -3
  2298. package/dist/esm/api/resources/moneyOut/client/requests/SendVCardLinkRequest.d.mts +0 -3
  2299. package/dist/esm/api/resources/moneyOut/client/requests/SendVCardLinkRequest.mjs +1 -3
  2300. package/dist/esm/api/resources/moneyOut/client/requests/index.d.mts +4 -4
  2301. package/dist/esm/api/resources/moneyOutTypes/types/AuthCapturePayoutResponse.d.mts +1 -4
  2302. package/dist/esm/api/resources/moneyOutTypes/types/AuthCapturePayoutResponse.mjs +1 -3
  2303. package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.d.mts +1 -4
  2304. package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePaymentMethod.mjs +1 -3
  2305. package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePayoutBody.d.mts +4 -5
  2306. package/dist/esm/api/resources/moneyOutTypes/types/AuthorizePayoutBody.mjs +1 -3
  2307. package/dist/esm/api/resources/moneyOutTypes/types/CaptureAllOutResponse.d.mts +1 -4
  2308. package/dist/esm/api/resources/moneyOutTypes/types/CaptureAllOutResponse.mjs +1 -3
  2309. package/dist/esm/api/resources/moneyOutTypes/types/LotNumber.d.mts +0 -3
  2310. package/dist/esm/api/resources/moneyOutTypes/types/LotNumber.mjs +1 -3
  2311. package/dist/esm/api/resources/moneyOutTypes/types/OperationResult.d.mts +0 -3
  2312. package/dist/esm/api/resources/moneyOutTypes/types/OperationResult.mjs +1 -3
  2313. package/dist/esm/api/resources/moneyOutTypes/types/VCardGetResponse.d.mts +1 -4
  2314. package/dist/esm/api/resources/moneyOutTypes/types/VCardGetResponse.mjs +1 -3
  2315. package/dist/esm/api/resources/moneyOutTypes/types/index.d.mts +4 -4
  2316. package/dist/esm/api/resources/moneyOutTypes/types/index.mjs +4 -4
  2317. package/dist/esm/api/resources/notification/client/Client.d.mts +19 -40
  2318. package/dist/esm/api/resources/notification/client/Client.mjs +62 -123
  2319. package/dist/esm/api/resources/notification/index.d.mts +1 -1
  2320. package/dist/esm/api/resources/notification/index.mjs +1 -1
  2321. package/dist/esm/api/resources/notification/types/AddNotificationRequest.d.mts +1 -4
  2322. package/dist/esm/api/resources/notification/types/AddNotificationRequest.mjs +1 -3
  2323. package/dist/esm/api/resources/notification/types/UpdateNotificationRequest.d.mts +1 -4
  2324. package/dist/esm/api/resources/notification/types/UpdateNotificationRequest.mjs +1 -3
  2325. package/dist/esm/api/resources/notificationlogs/client/Client.d.mts +16 -37
  2326. package/dist/esm/api/resources/notificationlogs/client/Client.mjs +51 -101
  2327. package/dist/esm/api/resources/notificationlogs/client/index.d.mts +0 -1
  2328. package/dist/esm/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.d.mts +3 -6
  2329. package/dist/esm/api/resources/notificationlogs/client/requests/SearchNotificationLogsRequest.mjs +1 -3
  2330. package/dist/esm/api/resources/notificationlogs/client/requests/index.d.mts +1 -1
  2331. package/dist/esm/api/resources/notificationlogs/index.d.mts +1 -1
  2332. package/dist/esm/api/resources/notificationlogs/index.mjs +1 -1
  2333. package/dist/esm/api/resources/notificationlogs/types/BulkRetryRequest.d.mts +0 -3
  2334. package/dist/esm/api/resources/notificationlogs/types/BulkRetryRequest.mjs +1 -3
  2335. package/dist/esm/api/resources/notificationlogs/types/KeyValueArray.d.mts +0 -3
  2336. package/dist/esm/api/resources/notificationlogs/types/KeyValueArray.mjs +1 -3
  2337. package/dist/esm/api/resources/notificationlogs/types/NotificationLog.d.mts +0 -3
  2338. package/dist/esm/api/resources/notificationlogs/types/NotificationLog.mjs +1 -3
  2339. package/dist/esm/api/resources/notificationlogs/types/NotificationLogDetail.d.mts +1 -4
  2340. package/dist/esm/api/resources/notificationlogs/types/NotificationLogDetail.mjs +1 -3
  2341. package/dist/esm/api/resources/notificationlogs/types/NotificationLogSearchRequest.d.mts +0 -3
  2342. package/dist/esm/api/resources/notificationlogs/types/NotificationLogSearchRequest.mjs +1 -3
  2343. package/dist/esm/api/resources/notificationlogs/types/StringStringKeyValuePair.d.mts +0 -3
  2344. package/dist/esm/api/resources/notificationlogs/types/StringStringKeyValuePair.mjs +1 -3
  2345. package/dist/esm/api/resources/notificationlogs/types/index.d.mts +3 -3
  2346. package/dist/esm/api/resources/notificationlogs/types/index.mjs +3 -3
  2347. package/dist/esm/api/resources/ocr/client/Client.d.mts +18 -45
  2348. package/dist/esm/api/resources/ocr/client/Client.mjs +35 -69
  2349. package/dist/esm/api/resources/ocr/index.d.mts +1 -1
  2350. package/dist/esm/api/resources/ocr/index.mjs +1 -1
  2351. package/dist/esm/api/resources/ocr/types/FileContentImageOnly.d.mts +2 -7
  2352. package/dist/esm/api/resources/ocr/types/FileContentImageOnly.mjs +2 -3
  2353. package/dist/esm/api/resources/ocr/types/OcrAttachment.d.mts +0 -3
  2354. package/dist/esm/api/resources/ocr/types/OcrAttachment.mjs +1 -3
  2355. package/dist/esm/api/resources/ocr/types/OcrBillItem.d.mts +0 -3
  2356. package/dist/esm/api/resources/ocr/types/OcrBillItem.mjs +1 -3
  2357. package/dist/esm/api/resources/ocr/types/OcrBillItemAdditionalData.d.mts +0 -3
  2358. package/dist/esm/api/resources/ocr/types/OcrBillItemAdditionalData.mjs +1 -3
  2359. package/dist/esm/api/resources/ocr/types/OcrResponseData.d.mts +1 -4
  2360. package/dist/esm/api/resources/ocr/types/OcrResponseData.mjs +1 -3
  2361. package/dist/esm/api/resources/ocr/types/OcrResultData.d.mts +1 -4
  2362. package/dist/esm/api/resources/ocr/types/OcrResultData.mjs +1 -3
  2363. package/dist/esm/api/resources/ocr/types/OcrVendor.d.mts +1 -4
  2364. package/dist/esm/api/resources/ocr/types/OcrVendor.mjs +1 -3
  2365. package/dist/esm/api/resources/ocr/types/OcrVendorAdditionalData.d.mts +0 -3
  2366. package/dist/esm/api/resources/ocr/types/OcrVendorAdditionalData.mjs +1 -3
  2367. package/dist/esm/api/resources/ocr/types/OcrVendorBillingData.d.mts +0 -3
  2368. package/dist/esm/api/resources/ocr/types/OcrVendorBillingData.mjs +1 -3
  2369. package/dist/esm/api/resources/ocr/types/PayabliApiResponseOcr.d.mts +1 -4
  2370. package/dist/esm/api/resources/ocr/types/PayabliApiResponseOcr.mjs +1 -3
  2371. package/dist/esm/api/resources/ocr/types/TypeResult.d.mts +0 -3
  2372. package/dist/esm/api/resources/ocr/types/TypeResult.mjs +1 -3
  2373. package/dist/esm/api/resources/ocr/types/index.d.mts +8 -8
  2374. package/dist/esm/api/resources/ocr/types/index.mjs +8 -8
  2375. package/dist/esm/api/resources/organization/client/Client.d.mts +22 -43
  2376. package/dist/esm/api/resources/organization/client/Client.mjs +78 -161
  2377. package/dist/esm/api/resources/organization/client/index.d.mts +0 -1
  2378. package/dist/esm/api/resources/organization/client/requests/AddOrganizationRequest.d.mts +1 -4
  2379. package/dist/esm/api/resources/organization/client/requests/AddOrganizationRequest.mjs +1 -3
  2380. package/dist/esm/api/resources/organization/client/requests/OrganizationData.d.mts +1 -4
  2381. package/dist/esm/api/resources/organization/client/requests/OrganizationData.mjs +1 -3
  2382. package/dist/esm/api/resources/organization/client/requests/index.d.mts +2 -2
  2383. package/dist/esm/api/resources/organization/index.d.mts +1 -1
  2384. package/dist/esm/api/resources/organization/index.mjs +1 -1
  2385. package/dist/esm/api/resources/organization/types/AddOrganizationResponse.d.mts +1 -4
  2386. package/dist/esm/api/resources/organization/types/AddOrganizationResponse.mjs +1 -3
  2387. package/dist/esm/api/resources/organization/types/DeleteOrganizationResponse.d.mts +1 -4
  2388. package/dist/esm/api/resources/organization/types/DeleteOrganizationResponse.mjs +1 -3
  2389. package/dist/esm/api/resources/organization/types/EditOrganizationResponse.d.mts +1 -4
  2390. package/dist/esm/api/resources/organization/types/EditOrganizationResponse.mjs +1 -3
  2391. package/dist/esm/api/resources/paymentLink/client/Client.d.mts +26 -47
  2392. package/dist/esm/api/resources/paymentLink/client/Client.mjs +110 -215
  2393. package/dist/esm/api/resources/paymentLink/client/index.d.mts +0 -1
  2394. package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataBill.d.mts +1 -4
  2395. package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataBill.mjs +1 -3
  2396. package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataInvoice.d.mts +1 -4
  2397. package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataInvoice.mjs +1 -3
  2398. package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataOut.d.mts +1 -4
  2399. package/dist/esm/api/resources/paymentLink/client/requests/PayLinkDataOut.mjs +1 -3
  2400. package/dist/esm/api/resources/paymentLink/client/requests/PayLinkUpdateData.d.mts +1 -4
  2401. package/dist/esm/api/resources/paymentLink/client/requests/PayLinkUpdateData.mjs +1 -3
  2402. package/dist/esm/api/resources/paymentLink/client/requests/RefreshPayLinkFromIdRequest.d.mts +0 -3
  2403. package/dist/esm/api/resources/paymentLink/client/requests/RefreshPayLinkFromIdRequest.mjs +1 -3
  2404. package/dist/esm/api/resources/paymentLink/client/requests/SendPayLinkFromIdRequest.d.mts +0 -3
  2405. package/dist/esm/api/resources/paymentLink/client/requests/SendPayLinkFromIdRequest.mjs +1 -3
  2406. package/dist/esm/api/resources/paymentLink/client/requests/index.d.mts +6 -6
  2407. package/dist/esm/api/resources/paymentLink/index.d.mts +1 -1
  2408. package/dist/esm/api/resources/paymentLink/index.mjs +1 -1
  2409. package/dist/esm/api/resources/paymentLink/types/GetPayLinkFromIdResponse.d.mts +1 -4
  2410. package/dist/esm/api/resources/paymentLink/types/GetPayLinkFromIdResponse.mjs +1 -3
  2411. package/dist/esm/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.d.mts +1 -4
  2412. package/dist/esm/api/resources/paymentLink/types/PayabliApiResponsePaymentLinks.mjs +1 -3
  2413. package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBody.d.mts +1 -4
  2414. package/dist/esm/api/resources/paymentLink/types/PaymentPageRequestBody.mjs +1 -3
  2415. package/dist/esm/api/resources/paymentLink/types/index.d.mts +1 -1
  2416. package/dist/esm/api/resources/paymentLink/types/index.mjs +1 -1
  2417. package/dist/esm/api/resources/paymentMethodDomain/client/Client.d.mts +22 -43
  2418. package/dist/esm/api/resources/paymentMethodDomain/client/Client.mjs +81 -164
  2419. package/dist/esm/api/resources/paymentMethodDomain/client/index.d.mts +0 -1
  2420. package/dist/esm/api/resources/paymentMethodDomain/client/requests/AddPaymentMethodDomainRequest.d.mts +1 -4
  2421. package/dist/esm/api/resources/paymentMethodDomain/client/requests/AddPaymentMethodDomainRequest.mjs +1 -3
  2422. package/dist/esm/api/resources/paymentMethodDomain/client/requests/ListPaymentMethodDomainsRequest.d.mts +0 -3
  2423. package/dist/esm/api/resources/paymentMethodDomain/client/requests/ListPaymentMethodDomainsRequest.mjs +1 -3
  2424. package/dist/esm/api/resources/paymentMethodDomain/client/requests/UpdatePaymentMethodDomainRequest.d.mts +1 -4
  2425. package/dist/esm/api/resources/paymentMethodDomain/client/requests/UpdatePaymentMethodDomainRequest.mjs +1 -3
  2426. package/dist/esm/api/resources/paymentMethodDomain/client/requests/index.d.mts +3 -3
  2427. package/dist/esm/api/resources/paymentMethodDomain/index.d.mts +1 -1
  2428. package/dist/esm/api/resources/paymentMethodDomain/index.mjs +1 -1
  2429. package/dist/esm/api/resources/paymentMethodDomain/types/DeletePaymentMethodDomainResponse.d.mts +1 -4
  2430. package/dist/esm/api/resources/paymentMethodDomain/types/DeletePaymentMethodDomainResponse.mjs +1 -3
  2431. package/dist/esm/api/resources/paymentMethodDomain/types/ListPaymentMethodDomainsResponse.d.mts +1 -4
  2432. package/dist/esm/api/resources/paymentMethodDomain/types/ListPaymentMethodDomainsResponse.mjs +1 -3
  2433. package/dist/esm/api/resources/paypoint/client/Client.d.mts +25 -46
  2434. package/dist/esm/api/resources/paypoint/client/Client.mjs +93 -187
  2435. package/dist/esm/api/resources/paypoint/client/index.d.mts +0 -1
  2436. package/dist/esm/api/resources/paypoint/client/requests/GetEntryConfigRequest.d.mts +0 -3
  2437. package/dist/esm/api/resources/paypoint/client/requests/GetEntryConfigRequest.mjs +1 -3
  2438. package/dist/esm/api/resources/paypoint/client/requests/index.d.mts +1 -1
  2439. package/dist/esm/api/resources/paypoint/index.d.mts +1 -1
  2440. package/dist/esm/api/resources/paypoint/index.mjs +1 -1
  2441. package/dist/esm/api/resources/paypoint/types/GetBasicEntryByIdResponse.d.mts +1 -4
  2442. package/dist/esm/api/resources/paypoint/types/GetBasicEntryByIdResponse.mjs +1 -3
  2443. package/dist/esm/api/resources/paypoint/types/GetBasicEntryResponse.d.mts +1 -4
  2444. package/dist/esm/api/resources/paypoint/types/GetBasicEntryResponse.mjs +1 -3
  2445. package/dist/esm/api/resources/paypoint/types/GetEntryConfigResponse.d.mts +1 -4
  2446. package/dist/esm/api/resources/paypoint/types/GetEntryConfigResponse.mjs +1 -3
  2447. package/dist/esm/api/resources/paypoint/types/MigratePaypointResponse.d.mts +1 -4
  2448. package/dist/esm/api/resources/paypoint/types/MigratePaypointResponse.mjs +1 -3
  2449. package/dist/esm/api/resources/paypoint/types/NotificationRequest.d.mts +1 -4
  2450. package/dist/esm/api/resources/paypoint/types/NotificationRequest.mjs +1 -3
  2451. package/dist/esm/api/resources/paypoint/types/PaypointMoveRequest.d.mts +1 -4
  2452. package/dist/esm/api/resources/paypoint/types/PaypointMoveRequest.mjs +1 -3
  2453. package/dist/esm/api/resources/paypoint/types/WebHeaderParameter.d.mts +0 -3
  2454. package/dist/esm/api/resources/paypoint/types/WebHeaderParameter.mjs +1 -3
  2455. package/dist/esm/api/resources/paypoint/types/index.d.mts +2 -2
  2456. package/dist/esm/api/resources/paypoint/types/index.mjs +2 -2
  2457. package/dist/esm/api/resources/query/client/Client.d.mts +74 -95
  2458. package/dist/esm/api/resources/query/client/Client.mjs +496 -867
  2459. package/dist/esm/api/resources/query/client/index.d.mts +0 -1
  2460. package/dist/esm/api/resources/query/client/requests/ListBatchDetailsOrgRequest.d.mts +1 -4
  2461. package/dist/esm/api/resources/query/client/requests/ListBatchDetailsOrgRequest.mjs +1 -3
  2462. package/dist/esm/api/resources/query/client/requests/ListBatchDetailsRequest.d.mts +1 -4
  2463. package/dist/esm/api/resources/query/client/requests/ListBatchDetailsRequest.mjs +1 -3
  2464. package/dist/esm/api/resources/query/client/requests/ListBatchesOrgRequest.d.mts +1 -4
  2465. package/dist/esm/api/resources/query/client/requests/ListBatchesOrgRequest.mjs +1 -3
  2466. package/dist/esm/api/resources/query/client/requests/ListBatchesOutOrgRequest.d.mts +1 -4
  2467. package/dist/esm/api/resources/query/client/requests/ListBatchesOutOrgRequest.mjs +1 -3
  2468. package/dist/esm/api/resources/query/client/requests/ListBatchesOutRequest.d.mts +1 -4
  2469. package/dist/esm/api/resources/query/client/requests/ListBatchesOutRequest.mjs +1 -3
  2470. package/dist/esm/api/resources/query/client/requests/ListBatchesRequest.d.mts +1 -4
  2471. package/dist/esm/api/resources/query/client/requests/ListBatchesRequest.mjs +1 -3
  2472. package/dist/esm/api/resources/query/client/requests/ListChargebacksOrgRequest.d.mts +1 -4
  2473. package/dist/esm/api/resources/query/client/requests/ListChargebacksOrgRequest.mjs +1 -3
  2474. package/dist/esm/api/resources/query/client/requests/ListChargebacksRequest.d.mts +1 -4
  2475. package/dist/esm/api/resources/query/client/requests/ListChargebacksRequest.mjs +1 -3
  2476. package/dist/esm/api/resources/query/client/requests/ListCustomersOrgRequest.d.mts +1 -4
  2477. package/dist/esm/api/resources/query/client/requests/ListCustomersOrgRequest.mjs +1 -3
  2478. package/dist/esm/api/resources/query/client/requests/ListCustomersRequest.d.mts +1 -4
  2479. package/dist/esm/api/resources/query/client/requests/ListCustomersRequest.mjs +1 -3
  2480. package/dist/esm/api/resources/query/client/requests/ListNotificationReportsOrgRequest.d.mts +0 -3
  2481. package/dist/esm/api/resources/query/client/requests/ListNotificationReportsOrgRequest.mjs +1 -3
  2482. package/dist/esm/api/resources/query/client/requests/ListNotificationReportsRequest.d.mts +0 -3
  2483. package/dist/esm/api/resources/query/client/requests/ListNotificationReportsRequest.mjs +1 -3
  2484. package/dist/esm/api/resources/query/client/requests/ListNotificationsOrgRequest.d.mts +0 -3
  2485. package/dist/esm/api/resources/query/client/requests/ListNotificationsOrgRequest.mjs +1 -3
  2486. package/dist/esm/api/resources/query/client/requests/ListNotificationsRequest.d.mts +0 -3
  2487. package/dist/esm/api/resources/query/client/requests/ListNotificationsRequest.mjs +1 -3
  2488. package/dist/esm/api/resources/query/client/requests/ListOrganizationsRequest.d.mts +1 -4
  2489. package/dist/esm/api/resources/query/client/requests/ListOrganizationsRequest.mjs +1 -3
  2490. package/dist/esm/api/resources/query/client/requests/ListPayoutOrgRequest.d.mts +2 -4
  2491. package/dist/esm/api/resources/query/client/requests/ListPayoutOrgRequest.mjs +1 -3
  2492. package/dist/esm/api/resources/query/client/requests/ListPayoutRequest.d.mts +2 -4
  2493. package/dist/esm/api/resources/query/client/requests/ListPayoutRequest.mjs +1 -3
  2494. package/dist/esm/api/resources/query/client/requests/ListPaypointsRequest.d.mts +1 -4
  2495. package/dist/esm/api/resources/query/client/requests/ListPaypointsRequest.mjs +1 -3
  2496. package/dist/esm/api/resources/query/client/requests/ListSettlementsOrgRequest.d.mts +1 -4
  2497. package/dist/esm/api/resources/query/client/requests/ListSettlementsOrgRequest.mjs +1 -3
  2498. package/dist/esm/api/resources/query/client/requests/ListSettlementsRequest.d.mts +1 -4
  2499. package/dist/esm/api/resources/query/client/requests/ListSettlementsRequest.mjs +1 -3
  2500. package/dist/esm/api/resources/query/client/requests/ListSubscriptionsOrgRequest.d.mts +1 -4
  2501. package/dist/esm/api/resources/query/client/requests/ListSubscriptionsOrgRequest.mjs +1 -3
  2502. package/dist/esm/api/resources/query/client/requests/ListSubscriptionsRequest.d.mts +1 -4
  2503. package/dist/esm/api/resources/query/client/requests/ListSubscriptionsRequest.mjs +1 -3
  2504. package/dist/esm/api/resources/query/client/requests/ListTransactionsOrgRequest.d.mts +1 -4
  2505. package/dist/esm/api/resources/query/client/requests/ListTransactionsOrgRequest.mjs +1 -3
  2506. package/dist/esm/api/resources/query/client/requests/ListTransactionsRequest.d.mts +4 -5
  2507. package/dist/esm/api/resources/query/client/requests/ListTransactionsRequest.mjs +1 -3
  2508. package/dist/esm/api/resources/query/client/requests/ListTransfersPaypointRequest.d.mts +1 -4
  2509. package/dist/esm/api/resources/query/client/requests/ListTransfersPaypointRequest.mjs +1 -3
  2510. package/dist/esm/api/resources/query/client/requests/ListTransfersRequest.d.mts +1 -4
  2511. package/dist/esm/api/resources/query/client/requests/ListTransfersRequest.mjs +1 -3
  2512. package/dist/esm/api/resources/query/client/requests/ListTransfersRequestOrg.d.mts +1 -4
  2513. package/dist/esm/api/resources/query/client/requests/ListTransfersRequestOrg.mjs +1 -3
  2514. package/dist/esm/api/resources/query/client/requests/ListUsersOrgRequest.d.mts +0 -3
  2515. package/dist/esm/api/resources/query/client/requests/ListUsersOrgRequest.mjs +1 -3
  2516. package/dist/esm/api/resources/query/client/requests/ListUsersPaypointRequest.d.mts +0 -3
  2517. package/dist/esm/api/resources/query/client/requests/ListUsersPaypointRequest.mjs +1 -3
  2518. package/dist/esm/api/resources/query/client/requests/ListVcardsOrgRequest.d.mts +1 -4
  2519. package/dist/esm/api/resources/query/client/requests/ListVcardsOrgRequest.mjs +1 -3
  2520. package/dist/esm/api/resources/query/client/requests/ListVcardsRequest.d.mts +1 -4
  2521. package/dist/esm/api/resources/query/client/requests/ListVcardsRequest.mjs +1 -3
  2522. package/dist/esm/api/resources/query/client/requests/ListVendorsOrgRequest.d.mts +1 -4
  2523. package/dist/esm/api/resources/query/client/requests/ListVendorsOrgRequest.mjs +1 -3
  2524. package/dist/esm/api/resources/query/client/requests/ListVendorsRequest.d.mts +1 -4
  2525. package/dist/esm/api/resources/query/client/requests/ListVendorsRequest.mjs +1 -3
  2526. package/dist/esm/api/resources/query/client/requests/index.d.mts +33 -33
  2527. package/dist/esm/api/resources/query/types/Entry.mjs +3 -0
  2528. package/dist/esm/api/resources/queryTypes/types/LimitRecord.d.mts +0 -3
  2529. package/dist/esm/api/resources/queryTypes/types/LimitRecord.mjs +1 -3
  2530. package/dist/esm/api/resources/queryTypes/types/ListOrganizationsResponse.d.mts +1 -4
  2531. package/dist/esm/api/resources/queryTypes/types/ListOrganizationsResponse.mjs +1 -3
  2532. package/dist/esm/api/resources/queryTypes/types/QueryBatchesDetailResponse.d.mts +1 -4
  2533. package/dist/esm/api/resources/queryTypes/types/QueryBatchesDetailResponse.mjs +1 -3
  2534. package/dist/esm/api/resources/queryTypes/types/QueryBatchesResponse.d.mts +1 -10
  2535. package/dist/esm/api/resources/queryTypes/types/QueryBatchesResponse.mjs +1 -3
  2536. package/dist/esm/api/resources/queryTypes/types/QueryBatchesTransfer.d.mts +0 -3
  2537. package/dist/esm/api/resources/queryTypes/types/QueryBatchesTransfer.mjs +1 -3
  2538. package/dist/esm/api/resources/queryTypes/types/QueryTransferDetailResponse.d.mts +1 -4
  2539. package/dist/esm/api/resources/queryTypes/types/QueryTransferDetailResponse.mjs +1 -3
  2540. package/dist/esm/api/resources/queryTypes/types/QueryTransferResponse.d.mts +1 -4
  2541. package/dist/esm/api/resources/queryTypes/types/QueryTransferResponse.mjs +1 -3
  2542. package/dist/esm/api/resources/queryTypes/types/QueryTransferSummary.d.mts +3 -4
  2543. package/dist/esm/api/resources/queryTypes/types/QueryTransferSummary.mjs +1 -3
  2544. package/dist/esm/api/resources/queryTypes/types/index.d.mts +3 -3
  2545. package/dist/esm/api/resources/queryTypes/types/index.mjs +3 -3
  2546. package/dist/esm/api/resources/statistic/client/Client.d.mts +53 -74
  2547. package/dist/esm/api/resources/statistic/client/Client.mjs +112 -159
  2548. package/dist/esm/api/resources/statistic/client/index.d.mts +0 -1
  2549. package/dist/esm/api/resources/statistic/client/requests/BasicStatsRequest.d.mts +2 -5
  2550. package/dist/esm/api/resources/statistic/client/requests/BasicStatsRequest.mjs +1 -3
  2551. package/dist/esm/api/resources/statistic/client/requests/CustomerBasicStatsRequest.d.mts +0 -3
  2552. package/dist/esm/api/resources/statistic/client/requests/CustomerBasicStatsRequest.mjs +1 -3
  2553. package/dist/esm/api/resources/statistic/client/requests/SubStatsRequest.d.mts +0 -3
  2554. package/dist/esm/api/resources/statistic/client/requests/SubStatsRequest.mjs +1 -3
  2555. package/dist/esm/api/resources/statistic/client/requests/VendorBasicStatsRequest.d.mts +0 -3
  2556. package/dist/esm/api/resources/statistic/client/requests/VendorBasicStatsRequest.mjs +1 -3
  2557. package/dist/esm/api/resources/statistic/client/requests/index.d.mts +4 -4
  2558. package/dist/esm/api/resources/statistic/index.d.mts +1 -1
  2559. package/dist/esm/api/resources/statistic/index.mjs +1 -1
  2560. package/dist/esm/api/resources/statistic/types/StatBasicExtendedQueryRecord.d.mts +76 -0
  2561. package/dist/esm/api/resources/statistic/types/StatBasicExtendedQueryRecord.mjs +2 -0
  2562. package/dist/esm/api/resources/statistic/types/StatBasicQueryRecord.d.mts +4 -3
  2563. package/dist/esm/api/resources/statistic/types/StatBasicQueryRecord.mjs +1 -3
  2564. package/dist/esm/api/resources/statistic/types/StatisticsVendorQueryRecord.d.mts +0 -3
  2565. package/dist/esm/api/resources/statistic/types/StatisticsVendorQueryRecord.mjs +1 -3
  2566. package/dist/esm/api/resources/statistic/types/SubscriptionStatsQueryRecord.d.mts +0 -3
  2567. package/dist/esm/api/resources/statistic/types/SubscriptionStatsQueryRecord.mjs +1 -3
  2568. package/dist/esm/api/resources/statistic/types/index.d.mts +2 -1
  2569. package/dist/esm/api/resources/statistic/types/index.mjs +2 -1
  2570. package/dist/esm/api/resources/subscription/client/Client.d.mts +16 -37
  2571. package/dist/esm/api/resources/subscription/client/Client.mjs +49 -99
  2572. package/dist/esm/api/resources/subscription/client/index.d.mts +0 -1
  2573. package/dist/esm/api/resources/subscription/client/requests/RequestSchedule.d.mts +1 -4
  2574. package/dist/esm/api/resources/subscription/client/requests/RequestSchedule.mjs +1 -3
  2575. package/dist/esm/api/resources/subscription/client/requests/RequestUpdateSchedule.d.mts +1 -4
  2576. package/dist/esm/api/resources/subscription/client/requests/RequestUpdateSchedule.mjs +1 -3
  2577. package/dist/esm/api/resources/subscription/client/requests/index.d.mts +2 -2
  2578. package/dist/esm/api/resources/subscription/index.d.mts +1 -1
  2579. package/dist/esm/api/resources/subscription/index.mjs +1 -1
  2580. package/dist/esm/api/resources/subscription/types/AddSubscriptionResponse.d.mts +1 -4
  2581. package/dist/esm/api/resources/subscription/types/AddSubscriptionResponse.mjs +1 -3
  2582. package/dist/esm/api/resources/subscription/types/RemoveSubscriptionResponse.d.mts +1 -4
  2583. package/dist/esm/api/resources/subscription/types/RemoveSubscriptionResponse.mjs +1 -3
  2584. package/dist/esm/api/resources/subscription/types/SetPause.d.mts +0 -3
  2585. package/dist/esm/api/resources/subscription/types/SetPause.mjs +1 -3
  2586. package/dist/esm/api/resources/subscription/types/SubscriptionRequestBody.d.mts +1 -4
  2587. package/dist/esm/api/resources/subscription/types/SubscriptionRequestBody.mjs +1 -3
  2588. package/dist/esm/api/resources/subscription/types/UpdateSubscriptionResponse.d.mts +1 -4
  2589. package/dist/esm/api/resources/subscription/types/UpdateSubscriptionResponse.mjs +1 -3
  2590. package/dist/esm/api/resources/subscription/types/index.d.mts +3 -3
  2591. package/dist/esm/api/resources/subscription/types/index.mjs +3 -3
  2592. package/dist/esm/api/resources/templates/client/Client.d.mts +18 -73
  2593. package/dist/esm/api/resources/templates/client/Client.mjs +59 -253
  2594. package/dist/esm/api/resources/templates/client/index.d.mts +0 -1
  2595. package/dist/esm/api/resources/templates/client/requests/ListTemplatesRequest.d.mts +0 -3
  2596. package/dist/esm/api/resources/templates/client/requests/ListTemplatesRequest.mjs +1 -3
  2597. package/dist/esm/api/resources/templates/client/requests/index.d.mts +1 -1
  2598. package/dist/esm/api/resources/tokenStorage/client/Client.d.mts +16 -37
  2599. package/dist/esm/api/resources/tokenStorage/client/Client.mjs +55 -105
  2600. package/dist/esm/api/resources/tokenStorage/client/index.d.mts +0 -1
  2601. package/dist/esm/api/resources/tokenStorage/client/requests/AddMethodRequest.d.mts +1 -4
  2602. package/dist/esm/api/resources/tokenStorage/client/requests/AddMethodRequest.mjs +1 -3
  2603. package/dist/esm/api/resources/tokenStorage/client/requests/GetMethodRequest.d.mts +0 -3
  2604. package/dist/esm/api/resources/tokenStorage/client/requests/GetMethodRequest.mjs +1 -3
  2605. package/dist/esm/api/resources/tokenStorage/client/requests/UpdateMethodRequest.d.mts +1 -4
  2606. package/dist/esm/api/resources/tokenStorage/client/requests/UpdateMethodRequest.mjs +1 -3
  2607. package/dist/esm/api/resources/tokenStorage/client/requests/index.d.mts +3 -3
  2608. package/dist/esm/api/resources/tokenStorage/index.d.mts +1 -1
  2609. package/dist/esm/api/resources/tokenStorage/index.mjs +1 -1
  2610. package/dist/esm/api/resources/tokenStorage/types/AddMethodResponse.d.mts +1 -4
  2611. package/dist/esm/api/resources/tokenStorage/types/AddMethodResponse.mjs +1 -3
  2612. package/dist/esm/api/resources/tokenStorage/types/ConvertToken.d.mts +0 -3
  2613. package/dist/esm/api/resources/tokenStorage/types/ConvertToken.mjs +1 -3
  2614. package/dist/esm/api/resources/tokenStorage/types/CreateAnonymous.d.mts +0 -3
  2615. package/dist/esm/api/resources/tokenStorage/types/CreateAnonymous.mjs +1 -3
  2616. package/dist/esm/api/resources/tokenStorage/types/GetMethodResponse.d.mts +1 -4
  2617. package/dist/esm/api/resources/tokenStorage/types/GetMethodResponse.mjs +1 -3
  2618. package/dist/esm/api/resources/tokenStorage/types/RequestTokenStorage.d.mts +1 -4
  2619. package/dist/esm/api/resources/tokenStorage/types/RequestTokenStorage.mjs +1 -3
  2620. package/dist/esm/api/resources/tokenStorage/types/RequestTokenStoragePaymentMethod.d.mts +1 -4
  2621. package/dist/esm/api/resources/tokenStorage/types/RequestTokenStoragePaymentMethod.mjs +1 -3
  2622. package/dist/esm/api/resources/tokenStorage/types/Temporary.d.mts +0 -3
  2623. package/dist/esm/api/resources/tokenStorage/types/Temporary.mjs +1 -3
  2624. package/dist/esm/api/resources/tokenStorage/types/TokenizeAch.d.mts +1 -4
  2625. package/dist/esm/api/resources/tokenStorage/types/TokenizeAch.mjs +1 -3
  2626. package/dist/esm/api/resources/tokenStorage/types/TokenizeCard.d.mts +1 -4
  2627. package/dist/esm/api/resources/tokenStorage/types/TokenizeCard.mjs +1 -3
  2628. package/dist/esm/api/resources/tokenStorage/types/index.d.mts +4 -4
  2629. package/dist/esm/api/resources/tokenStorage/types/index.mjs +4 -4
  2630. package/dist/esm/api/resources/user/client/Client.d.mts +57 -56
  2631. package/dist/esm/api/resources/user/client/Client.mjs +153 -269
  2632. package/dist/esm/api/resources/user/client/index.d.mts +0 -1
  2633. package/dist/esm/api/resources/user/client/requests/GetUserRequest.d.mts +0 -3
  2634. package/dist/esm/api/resources/user/client/requests/GetUserRequest.mjs +1 -3
  2635. package/dist/esm/api/resources/user/client/requests/MfaValidationData.d.mts +1 -4
  2636. package/dist/esm/api/resources/user/client/requests/MfaValidationData.mjs +1 -3
  2637. package/dist/esm/api/resources/user/client/requests/UserAuthPswResetRequest.d.mts +0 -3
  2638. package/dist/esm/api/resources/user/client/requests/UserAuthPswResetRequest.mjs +1 -3
  2639. package/dist/esm/api/resources/user/client/requests/UserAuthRequest.d.mts +1 -4
  2640. package/dist/esm/api/resources/user/client/requests/UserAuthRequest.mjs +1 -3
  2641. package/dist/esm/api/resources/user/client/requests/UserAuthResetRequest.d.mts +1 -4
  2642. package/dist/esm/api/resources/user/client/requests/UserAuthResetRequest.mjs +1 -3
  2643. package/dist/esm/api/resources/user/client/requests/index.d.mts +5 -5
  2644. package/dist/esm/api/resources/user/index.d.mts +1 -1
  2645. package/dist/esm/api/resources/user/index.mjs +1 -1
  2646. package/dist/esm/api/resources/user/types/AddUserResponse.d.mts +1 -4
  2647. package/dist/esm/api/resources/user/types/AddUserResponse.mjs +1 -3
  2648. package/dist/esm/api/resources/user/types/AuthResetUserResponse.d.mts +1 -4
  2649. package/dist/esm/api/resources/user/types/AuthResetUserResponse.mjs +1 -3
  2650. package/dist/esm/api/resources/user/types/ChangePswUserResponse.d.mts +1 -4
  2651. package/dist/esm/api/resources/user/types/ChangePswUserResponse.mjs +1 -3
  2652. package/dist/esm/api/resources/user/types/DeleteUserResponse.d.mts +1 -4
  2653. package/dist/esm/api/resources/user/types/DeleteUserResponse.mjs +1 -3
  2654. package/dist/esm/api/resources/user/types/EditMfaUserResponse.d.mts +1 -4
  2655. package/dist/esm/api/resources/user/types/EditMfaUserResponse.mjs +1 -3
  2656. package/dist/esm/api/resources/user/types/LogoutUserResponse.d.mts +1 -4
  2657. package/dist/esm/api/resources/user/types/LogoutUserResponse.mjs +1 -3
  2658. package/dist/esm/api/resources/vendor/client/Client.d.mts +16 -37
  2659. package/dist/esm/api/resources/vendor/client/Client.mjs +49 -99
  2660. package/dist/esm/api/resources/wallet/client/Client.d.mts +16 -37
  2661. package/dist/esm/api/resources/wallet/client/Client.mjs +45 -95
  2662. package/dist/esm/api/resources/wallet/client/index.d.mts +0 -1
  2663. package/dist/esm/api/resources/wallet/client/requests/ConfigureOrganizationRequestApplePay.d.mts +1 -4
  2664. package/dist/esm/api/resources/wallet/client/requests/ConfigureOrganizationRequestApplePay.mjs +1 -3
  2665. package/dist/esm/api/resources/wallet/client/requests/ConfigureOrganizationRequestGooglePay.d.mts +1 -4
  2666. package/dist/esm/api/resources/wallet/client/requests/ConfigureOrganizationRequestGooglePay.mjs +1 -3
  2667. package/dist/esm/api/resources/wallet/client/requests/ConfigurePaypointRequestApplePay.d.mts +1 -4
  2668. package/dist/esm/api/resources/wallet/client/requests/ConfigurePaypointRequestApplePay.mjs +1 -3
  2669. package/dist/esm/api/resources/wallet/client/requests/ConfigurePaypointRequestGooglePay.d.mts +1 -4
  2670. package/dist/esm/api/resources/wallet/client/requests/ConfigurePaypointRequestGooglePay.mjs +1 -3
  2671. package/dist/esm/api/resources/wallet/client/requests/index.d.mts +4 -4
  2672. package/dist/esm/api/types/ASection.d.mts +0 -3
  2673. package/dist/esm/api/types/ASection.mjs +1 -3
  2674. package/dist/esm/api/types/AcceptOauth.d.mts +0 -3
  2675. package/dist/esm/api/types/AcceptOauth.mjs +1 -3
  2676. package/dist/esm/api/types/AcceptRegister.d.mts +0 -3
  2677. package/dist/esm/api/types/AcceptRegister.mjs +1 -3
  2678. package/dist/esm/api/types/AccountNumber.d.mts +0 -3
  2679. package/dist/esm/api/types/AccountNumber.mjs +1 -3
  2680. package/dist/esm/api/types/Accountexp.d.mts +0 -3
  2681. package/dist/esm/api/types/Accountexp.mjs +1 -3
  2682. package/dist/esm/api/types/Accountid.d.mts +0 -3
  2683. package/dist/esm/api/types/Accountid.mjs +1 -3
  2684. package/dist/esm/api/types/AccountingField.d.mts +0 -3
  2685. package/dist/esm/api/types/AccountingField.mjs +1 -3
  2686. package/dist/esm/api/types/Accounttype.d.mts +0 -3
  2687. package/dist/esm/api/types/Accounttype.mjs +1 -3
  2688. package/dist/esm/api/types/Accountzip.d.mts +0 -3
  2689. package/dist/esm/api/types/Accountzip.mjs +1 -3
  2690. package/dist/esm/api/types/AchAbsorbSection.d.mts +1 -4
  2691. package/dist/esm/api/types/AchAbsorbSection.mjs +1 -3
  2692. package/dist/esm/api/types/AchAcceptanceElement.d.mts +1 -4
  2693. package/dist/esm/api/types/AchAcceptanceElement.mjs +1 -3
  2694. package/dist/esm/api/types/AchFeeSection.d.mts +1 -4
  2695. package/dist/esm/api/types/AchFeeSection.mjs +1 -3
  2696. package/dist/esm/api/types/AchHolder.d.mts +0 -3
  2697. package/dist/esm/api/types/AchHolder.mjs +1 -3
  2698. package/dist/esm/api/types/AchHolderType.d.mts +2 -7
  2699. package/dist/esm/api/types/AchHolderType.mjs +2 -3
  2700. package/dist/esm/api/types/AchLinkTypes.d.mts +1 -4
  2701. package/dist/esm/api/types/AchLinkTypes.mjs +1 -3
  2702. package/dist/esm/api/types/AchPassThroughSection.d.mts +1 -4
  2703. package/dist/esm/api/types/AchPassThroughSection.mjs +1 -3
  2704. package/dist/esm/api/types/AchPaymentMethod.d.mts +0 -3
  2705. package/dist/esm/api/types/AchPaymentMethod.mjs +1 -3
  2706. package/dist/esm/api/types/AchSecCode.d.mts +0 -3
  2707. package/dist/esm/api/types/AchSecCode.mjs +1 -3
  2708. package/dist/esm/api/types/AchSection.d.mts +1 -4
  2709. package/dist/esm/api/types/AchSection.mjs +1 -3
  2710. package/dist/esm/api/types/AchService.d.mts +1 -4
  2711. package/dist/esm/api/types/AchService.mjs +1 -3
  2712. package/dist/esm/api/types/AchSetup.d.mts +0 -3
  2713. package/dist/esm/api/types/AchSetup.mjs +1 -3
  2714. package/dist/esm/api/types/AchTypes.d.mts +1 -4
  2715. package/dist/esm/api/types/AchTypes.mjs +1 -3
  2716. package/dist/esm/api/types/AchTypesPass.d.mts +1 -4
  2717. package/dist/esm/api/types/AchTypesPass.mjs +1 -3
  2718. package/dist/esm/api/types/AchTypesTiers.d.mts +1 -4
  2719. package/dist/esm/api/types/AchTypesTiers.mjs +1 -3
  2720. package/dist/esm/api/types/AchValidation.d.mts +0 -3
  2721. package/dist/esm/api/types/AchValidation.mjs +1 -3
  2722. package/dist/esm/api/types/Achaccount.d.mts +0 -3
  2723. package/dist/esm/api/types/Achaccount.mjs +1 -3
  2724. package/dist/esm/api/types/Achaccounttype.d.mts +2 -7
  2725. package/dist/esm/api/types/Achaccounttype.mjs +2 -3
  2726. package/dist/esm/api/types/Achrouting.d.mts +0 -3
  2727. package/dist/esm/api/types/Achrouting.mjs +1 -3
  2728. package/dist/esm/api/types/AddPaymentMethodDomainApiResponse.d.mts +1 -4
  2729. package/dist/esm/api/types/AddPaymentMethodDomainApiResponse.mjs +1 -3
  2730. package/dist/esm/api/types/AdditionalData.d.mts +0 -3
  2731. package/dist/esm/api/types/AdditionalData.mjs +1 -3
  2732. package/dist/esm/api/types/AdditionalDataMap.d.mts +0 -3
  2733. package/dist/esm/api/types/AdditionalDataMap.mjs +1 -3
  2734. package/dist/esm/api/types/AdditionalDataString.d.mts +0 -3
  2735. package/dist/esm/api/types/AdditionalDataString.mjs +1 -3
  2736. package/dist/esm/api/types/AddressAddtlNullable.d.mts +0 -3
  2737. package/dist/esm/api/types/AddressAddtlNullable.mjs +1 -3
  2738. package/dist/esm/api/types/AddressNullable.d.mts +0 -3
  2739. package/dist/esm/api/types/AddressNullable.mjs +1 -3
  2740. package/dist/esm/api/types/AmountElement.d.mts +1 -4
  2741. package/dist/esm/api/types/AmountElement.mjs +1 -3
  2742. package/dist/esm/api/types/Annualrevenue.d.mts +0 -3
  2743. package/dist/esm/api/types/Annualrevenue.mjs +1 -3
  2744. package/dist/esm/api/types/AppId.d.mts +0 -3
  2745. package/dist/esm/api/types/AppId.mjs +1 -3
  2746. package/dist/esm/api/types/ApplePayData.d.mts +1 -4
  2747. package/dist/esm/api/types/ApplePayData.mjs +1 -3
  2748. package/dist/esm/api/types/ApplePayId.d.mts +0 -3
  2749. package/dist/esm/api/types/ApplePayId.mjs +1 -3
  2750. package/dist/esm/api/types/ApplePayMetadata.d.mts +0 -3
  2751. package/dist/esm/api/types/ApplePayMetadata.mjs +1 -3
  2752. package/dist/esm/api/types/ApplePayOrganizationUpdateData.d.mts +1 -4
  2753. package/dist/esm/api/types/ApplePayOrganizationUpdateData.mjs +1 -3
  2754. package/dist/esm/api/types/ApplePayPaypointRegistrationData.d.mts +1 -4
  2755. package/dist/esm/api/types/ApplePayPaypointRegistrationData.mjs +1 -3
  2756. package/dist/esm/api/types/ApplePayStatusData.d.mts +1 -4
  2757. package/dist/esm/api/types/ApplePayStatusData.mjs +1 -3
  2758. package/dist/esm/api/types/ApplePayType.d.mts +0 -3
  2759. package/dist/esm/api/types/ApplePayType.mjs +1 -3
  2760. package/dist/esm/api/types/AppleWalletData.d.mts +1 -4
  2761. package/dist/esm/api/types/AppleWalletData.mjs +1 -3
  2762. package/dist/esm/api/types/ApplicationData.d.mts +1 -4
  2763. package/dist/esm/api/types/ApplicationData.mjs +1 -3
  2764. package/dist/esm/api/types/ApplicationDataManaged.d.mts +1 -4
  2765. package/dist/esm/api/types/ApplicationDataManaged.mjs +1 -3
  2766. package/dist/esm/api/types/ApplicationDataOdp.d.mts +1 -4
  2767. package/dist/esm/api/types/ApplicationDataOdp.mjs +1 -3
  2768. package/dist/esm/api/types/ApplicationDataPayIn.d.mts +1 -4
  2769. package/dist/esm/api/types/ApplicationDataPayIn.mjs +1 -3
  2770. package/dist/esm/api/types/ApplicationDetailsRecord.d.mts +3 -6
  2771. package/dist/esm/api/types/ApplicationDetailsRecord.mjs +1 -3
  2772. package/dist/esm/api/types/ApplicationQueryRecord.d.mts +1 -4
  2773. package/dist/esm/api/types/ApplicationQueryRecord.mjs +1 -3
  2774. package/dist/esm/api/types/AssociatedVendor.d.mts +1 -4
  2775. package/dist/esm/api/types/AssociatedVendor.mjs +1 -3
  2776. package/dist/esm/api/types/Attachments.d.mts +1 -4
  2777. package/dist/esm/api/types/Attachments.mjs +1 -3
  2778. package/dist/esm/api/types/AttestationDate.d.mts +0 -3
  2779. package/dist/esm/api/types/AttestationDate.mjs +1 -3
  2780. package/dist/esm/api/types/Authcode.d.mts +0 -3
  2781. package/dist/esm/api/types/Authcode.mjs +1 -3
  2782. package/dist/esm/api/types/AutoElement.d.mts +1 -4
  2783. package/dist/esm/api/types/AutoElement.mjs +1 -3
  2784. package/dist/esm/api/types/Avgmonthly.d.mts +0 -3
  2785. package/dist/esm/api/types/Avgmonthly.mjs +1 -3
  2786. package/dist/esm/api/types/Avgticketamt.d.mts +0 -3
  2787. package/dist/esm/api/types/Avgticketamt.mjs +1 -3
  2788. package/dist/esm/api/types/Avsresponsetext.d.mts +0 -3
  2789. package/dist/esm/api/types/Avsresponsetext.mjs +1 -3
  2790. package/dist/esm/api/types/BAddress.d.mts +1 -4
  2791. package/dist/esm/api/types/BAddress.mjs +1 -3
  2792. package/dist/esm/api/types/BDetails.d.mts +1 -4
  2793. package/dist/esm/api/types/BDetails.mjs +1 -3
  2794. package/dist/esm/api/types/BSection.d.mts +1 -4
  2795. package/dist/esm/api/types/BSection.mjs +1 -3
  2796. package/dist/esm/api/types/Baddress1.d.mts +0 -3
  2797. package/dist/esm/api/types/Baddress1.mjs +1 -3
  2798. package/dist/esm/api/types/Baddress2.d.mts +0 -3
  2799. package/dist/esm/api/types/Baddress2.mjs +1 -3
  2800. package/dist/esm/api/types/Bank.d.mts +1 -4
  2801. package/dist/esm/api/types/Bank.mjs +1 -3
  2802. package/dist/esm/api/types/BankAccountFunction.d.mts +0 -3
  2803. package/dist/esm/api/types/BankAccountFunction.mjs +1 -3
  2804. package/dist/esm/api/types/BankAccountHolderName.d.mts +0 -3
  2805. package/dist/esm/api/types/BankAccountHolderName.mjs +1 -3
  2806. package/dist/esm/api/types/BankAccountHolderType.d.mts +2 -7
  2807. package/dist/esm/api/types/BankAccountHolderType.mjs +2 -3
  2808. package/dist/esm/api/types/BankData.d.mts +1 -4
  2809. package/dist/esm/api/types/BankData.mjs +1 -3
  2810. package/dist/esm/api/types/BankName.d.mts +0 -3
  2811. package/dist/esm/api/types/BankName.mjs +1 -3
  2812. package/dist/esm/api/types/BankNickname.d.mts +0 -3
  2813. package/dist/esm/api/types/BankNickname.mjs +1 -3
  2814. package/dist/esm/api/types/BankSection.d.mts +1 -4
  2815. package/dist/esm/api/types/BankSection.mjs +1 -3
  2816. package/dist/esm/api/types/BasicTable.d.mts +1 -4
  2817. package/dist/esm/api/types/BasicTable.mjs +1 -3
  2818. package/dist/esm/api/types/BasicTemplateElement.d.mts +1 -4
  2819. package/dist/esm/api/types/BasicTemplateElement.mjs +1 -3
  2820. package/dist/esm/api/types/BatchNumber.d.mts +4 -4
  2821. package/dist/esm/api/types/BatchNumber.mjs +1 -3
  2822. package/dist/esm/api/types/BatchSummary.d.mts +1 -5
  2823. package/dist/esm/api/types/BatchSummary.mjs +1 -3
  2824. package/dist/esm/api/types/Bcity.d.mts +0 -3
  2825. package/dist/esm/api/types/Bcity.mjs +1 -3
  2826. package/dist/esm/api/types/Bcountry.d.mts +0 -3
  2827. package/dist/esm/api/types/Bcountry.mjs +1 -3
  2828. package/dist/esm/api/types/BillApprovals.d.mts +1 -4
  2829. package/dist/esm/api/types/BillApprovals.mjs +1 -3
  2830. package/dist/esm/api/types/BillData.d.mts +2 -5
  2831. package/dist/esm/api/types/BillData.mjs +48 -3
  2832. package/dist/esm/api/types/BillDetailResponse.d.mts +16 -5
  2833. package/dist/esm/api/types/BillDetailResponse.mjs +1 -3
  2834. package/dist/esm/api/types/BillDetailsResponse.d.mts +1 -4
  2835. package/dist/esm/api/types/BillDetailsResponse.mjs +1 -3
  2836. package/dist/esm/api/types/BillEvents.d.mts +1 -4
  2837. package/dist/esm/api/types/BillEvents.mjs +1 -3
  2838. package/dist/esm/api/types/BillId.d.mts +0 -3
  2839. package/dist/esm/api/types/BillId.mjs +1 -3
  2840. package/dist/esm/api/types/BillItem.d.mts +1 -4
  2841. package/dist/esm/api/types/BillItem.mjs +1 -3
  2842. package/dist/esm/api/types/BillOptions.d.mts +0 -3
  2843. package/dist/esm/api/types/BillOptions.mjs +1 -3
  2844. package/dist/esm/api/types/BillPayOutData.d.mts +1 -4
  2845. package/dist/esm/api/types/BillPayOutData.mjs +1 -3
  2846. package/dist/esm/api/types/BillPayOutDataRequest.d.mts +1 -4
  2847. package/dist/esm/api/types/BillPayOutDataRequest.mjs +1 -3
  2848. package/dist/esm/api/types/BillQueryRecord2.d.mts +1 -4
  2849. package/dist/esm/api/types/BillQueryRecord2.mjs +1 -3
  2850. package/dist/esm/api/types/BillQueryRecord2BillApprovalsItem.d.mts +1 -4
  2851. package/dist/esm/api/types/BillQueryRecord2BillApprovalsItem.mjs +1 -3
  2852. package/dist/esm/api/types/BillQueryRecord2PaymentMethod.d.mts +2 -7
  2853. package/dist/esm/api/types/BillQueryRecord2PaymentMethod.mjs +2 -3
  2854. package/dist/esm/api/types/BillQueryResponse.d.mts +1 -5
  2855. package/dist/esm/api/types/BillQueryResponse.mjs +1 -3
  2856. package/dist/esm/api/types/BillQueryResponseSummary.d.mts +1 -4
  2857. package/dist/esm/api/types/BillQueryResponseSummary.mjs +1 -3
  2858. package/dist/esm/api/types/BillingAddressAddtlNullable.d.mts +0 -3
  2859. package/dist/esm/api/types/BillingAddressAddtlNullable.mjs +1 -3
  2860. package/dist/esm/api/types/BillingAddressNullable.d.mts +0 -3
  2861. package/dist/esm/api/types/BillingAddressNullable.mjs +1 -3
  2862. package/dist/esm/api/types/BillingCityNullable.d.mts +0 -3
  2863. package/dist/esm/api/types/BillingCityNullable.mjs +1 -3
  2864. package/dist/esm/api/types/BillingCountryNullable.d.mts +0 -3
  2865. package/dist/esm/api/types/BillingCountryNullable.mjs +1 -3
  2866. package/dist/esm/api/types/BillingData.d.mts +1 -4
  2867. package/dist/esm/api/types/BillingData.mjs +1 -3
  2868. package/dist/esm/api/types/BillingDataResponse.d.mts +1 -4
  2869. package/dist/esm/api/types/BillingDataResponse.mjs +1 -3
  2870. package/dist/esm/api/types/BillingFeeDetail.d.mts +0 -3
  2871. package/dist/esm/api/types/BillingFeeDetail.mjs +1 -3
  2872. package/dist/esm/api/types/BillingStateNullable.d.mts +0 -3
  2873. package/dist/esm/api/types/BillingStateNullable.mjs +1 -3
  2874. package/dist/esm/api/types/BillingZip.d.mts +0 -3
  2875. package/dist/esm/api/types/BillingZip.mjs +1 -3
  2876. package/dist/esm/api/types/Billitems.d.mts +1 -4
  2877. package/dist/esm/api/types/Billitems.mjs +1 -3
  2878. package/dist/esm/api/types/Billstatus.d.mts +0 -3
  2879. package/dist/esm/api/types/Billstatus.mjs +1 -3
  2880. package/dist/esm/api/types/BinData.d.mts +0 -3
  2881. package/dist/esm/api/types/BinData.mjs +1 -3
  2882. package/dist/esm/api/types/Binperson.d.mts +0 -3
  2883. package/dist/esm/api/types/Binperson.mjs +1 -3
  2884. package/dist/esm/api/types/Binphone.d.mts +0 -3
  2885. package/dist/esm/api/types/Binphone.mjs +1 -3
  2886. package/dist/esm/api/types/Binweb.d.mts +0 -3
  2887. package/dist/esm/api/types/Binweb.mjs +1 -3
  2888. package/dist/esm/api/types/Bnk.d.mts +1 -4
  2889. package/dist/esm/api/types/Bnk.mjs +1 -3
  2890. package/dist/esm/api/types/BoardingApplicationAttachments.d.mts +1 -4
  2891. package/dist/esm/api/types/BoardingApplicationAttachments.mjs +1 -3
  2892. package/dist/esm/api/types/BoardingAverageBillSize.d.mts +0 -3
  2893. package/dist/esm/api/types/BoardingAverageBillSize.mjs +1 -3
  2894. package/dist/esm/api/types/BoardingAvgMonthlyBill.d.mts +0 -3
  2895. package/dist/esm/api/types/BoardingAvgMonthlyBill.mjs +1 -3
  2896. package/dist/esm/api/types/BoardingBusinessFax.d.mts +0 -3
  2897. package/dist/esm/api/types/BoardingBusinessFax.mjs +1 -3
  2898. package/dist/esm/api/types/BoardingBusinessPhone.d.mts +0 -3
  2899. package/dist/esm/api/types/BoardingBusinessPhone.mjs +1 -3
  2900. package/dist/esm/api/types/BoardingId.d.mts +0 -3
  2901. package/dist/esm/api/types/BoardingId.mjs +1 -3
  2902. package/dist/esm/api/types/BoardingLinkApiResponse.d.mts +1 -4
  2903. package/dist/esm/api/types/BoardingLinkApiResponse.mjs +1 -3
  2904. package/dist/esm/api/types/BoardingLinkId.d.mts +0 -3
  2905. package/dist/esm/api/types/BoardingLinkId.mjs +1 -3
  2906. package/dist/esm/api/types/BoardingLinkQueryRecord.d.mts +1 -4
  2907. package/dist/esm/api/types/BoardingLinkQueryRecord.mjs +1 -3
  2908. package/dist/esm/api/types/BoardingQueryLinks.d.mts +1 -4
  2909. package/dist/esm/api/types/BoardingQueryLinks.mjs +1 -3
  2910. package/dist/esm/api/types/BoardingStatus.d.mts +0 -3
  2911. package/dist/esm/api/types/BoardingStatus.mjs +1 -3
  2912. package/dist/esm/api/types/Bphone.d.mts +0 -3
  2913. package/dist/esm/api/types/Bphone.mjs +1 -3
  2914. package/dist/esm/api/types/Bstate.d.mts +0 -3
  2915. package/dist/esm/api/types/Bstate.mjs +1 -3
  2916. package/dist/esm/api/types/Bsummary.d.mts +0 -3
  2917. package/dist/esm/api/types/Bsummary.mjs +1 -3
  2918. package/dist/esm/api/types/BuilderData.d.mts +1 -4
  2919. package/dist/esm/api/types/BuilderData.mjs +1 -3
  2920. package/dist/esm/api/types/BusinessSection.d.mts +1 -4
  2921. package/dist/esm/api/types/BusinessSection.mjs +1 -3
  2922. package/dist/esm/api/types/Busstartdate.d.mts +0 -3
  2923. package/dist/esm/api/types/Busstartdate.mjs +1 -3
  2924. package/dist/esm/api/types/ButtonElement.d.mts +2 -7
  2925. package/dist/esm/api/types/ButtonElement.mjs +2 -3
  2926. package/dist/esm/api/types/Bzip.d.mts +0 -3
  2927. package/dist/esm/api/types/Bzip.mjs +1 -3
  2928. package/dist/esm/api/types/CList.d.mts +1 -4
  2929. package/dist/esm/api/types/CList.mjs +1 -3
  2930. package/dist/esm/api/types/CardAcceptanceElement.d.mts +1 -4
  2931. package/dist/esm/api/types/CardAcceptanceElement.mjs +1 -3
  2932. package/dist/esm/api/types/CardFeeSection.d.mts +1 -4
  2933. package/dist/esm/api/types/CardFeeSection.mjs +1 -3
  2934. package/dist/esm/api/types/CardFlatSection.d.mts +1 -4
  2935. package/dist/esm/api/types/CardFlatSection.mjs +1 -3
  2936. package/dist/esm/api/types/CardIcpSection.d.mts +1 -4
  2937. package/dist/esm/api/types/CardIcpSection.mjs +1 -3
  2938. package/dist/esm/api/types/CardLinkTypes.d.mts +1 -4
  2939. package/dist/esm/api/types/CardLinkTypes.mjs +1 -3
  2940. package/dist/esm/api/types/CardPassThroughSection.d.mts +1 -4
  2941. package/dist/esm/api/types/CardPassThroughSection.mjs +1 -3
  2942. package/dist/esm/api/types/CardSection.d.mts +1 -4
  2943. package/dist/esm/api/types/CardSection.mjs +1 -3
  2944. package/dist/esm/api/types/CardService.d.mts +1 -4
  2945. package/dist/esm/api/types/CardService.mjs +1 -3
  2946. package/dist/esm/api/types/CardSetup.d.mts +0 -3
  2947. package/dist/esm/api/types/CardSetup.mjs +1 -3
  2948. package/dist/esm/api/types/CardType.d.mts +1 -4
  2949. package/dist/esm/api/types/CardType.mjs +1 -3
  2950. package/dist/esm/api/types/CardTypePass.d.mts +1 -4
  2951. package/dist/esm/api/types/CardTypePass.mjs +1 -3
  2952. package/dist/esm/api/types/CardTypes.d.mts +1 -4
  2953. package/dist/esm/api/types/CardTypes.mjs +1 -3
  2954. package/dist/esm/api/types/Cardcvv.d.mts +0 -3
  2955. package/dist/esm/api/types/Cardcvv.mjs +1 -3
  2956. package/dist/esm/api/types/Cardexp.d.mts +0 -3
  2957. package/dist/esm/api/types/Cardexp.mjs +1 -3
  2958. package/dist/esm/api/types/Cardholder.d.mts +0 -3
  2959. package/dist/esm/api/types/Cardholder.mjs +1 -3
  2960. package/dist/esm/api/types/Cardnumber.d.mts +0 -3
  2961. package/dist/esm/api/types/Cardnumber.mjs +1 -3
  2962. package/dist/esm/api/types/Cardzip.d.mts +0 -3
  2963. package/dist/esm/api/types/Cardzip.mjs +1 -3
  2964. package/dist/esm/api/types/Cascade.d.mts +0 -3
  2965. package/dist/esm/api/types/Cascade.mjs +1 -3
  2966. package/dist/esm/api/types/CascadeJobDetails.d.mts +1 -4
  2967. package/dist/esm/api/types/CascadeJobDetails.mjs +1 -3
  2968. package/dist/esm/api/types/Cash.d.mts +0 -3
  2969. package/dist/esm/api/types/Cash.mjs +1 -3
  2970. package/dist/esm/api/types/Category.d.mts +0 -3
  2971. package/dist/esm/api/types/Category.mjs +1 -3
  2972. package/dist/esm/api/types/ChargebackId.d.mts +0 -3
  2973. package/dist/esm/api/types/ChargebackId.mjs +1 -3
  2974. package/dist/esm/api/types/Check.d.mts +1 -4
  2975. package/dist/esm/api/types/Check.mjs +1 -3
  2976. package/dist/esm/api/types/CityNullable.d.mts +0 -3
  2977. package/dist/esm/api/types/CityNullable.mjs +1 -3
  2978. package/dist/esm/api/types/CloudQueryApiResponse.d.mts +1 -4
  2979. package/dist/esm/api/types/CloudQueryApiResponse.mjs +1 -3
  2980. package/dist/esm/api/types/Comments.d.mts +0 -3
  2981. package/dist/esm/api/types/Comments.mjs +1 -3
  2982. package/dist/esm/api/types/ConfigureApplePayOrganizationApiResponse.d.mts +1 -4
  2983. package/dist/esm/api/types/ConfigureApplePayOrganizationApiResponse.mjs +1 -3
  2984. package/dist/esm/api/types/ConfigureApplePaypointApiResponse.d.mts +1 -4
  2985. package/dist/esm/api/types/ConfigureApplePaypointApiResponse.mjs +1 -3
  2986. package/dist/esm/api/types/ConfigureGooglePaypointApiResponse.d.mts +1 -4
  2987. package/dist/esm/api/types/ConfigureGooglePaypointApiResponse.mjs +1 -3
  2988. package/dist/esm/api/types/ContactElement.d.mts +1 -4
  2989. package/dist/esm/api/types/ContactElement.mjs +1 -3
  2990. package/dist/esm/api/types/Contacts.d.mts +1 -4
  2991. package/dist/esm/api/types/Contacts.mjs +1 -3
  2992. package/dist/esm/api/types/ContactsField.d.mts +1 -4
  2993. package/dist/esm/api/types/ContactsField.mjs +1 -3
  2994. package/dist/esm/api/types/ContactsResponse.d.mts +1 -4
  2995. package/dist/esm/api/types/ContactsResponse.mjs +1 -3
  2996. package/dist/esm/api/types/CountryNullable.d.mts +0 -3
  2997. package/dist/esm/api/types/CountryNullable.mjs +1 -3
  2998. package/dist/esm/api/types/CreatedAt.d.mts +0 -3
  2999. package/dist/esm/api/types/CreatedAt.mjs +1 -3
  3000. package/dist/esm/api/types/CustomerData.d.mts +1 -4
  3001. package/dist/esm/api/types/CustomerData.mjs +1 -3
  3002. package/dist/esm/api/types/CustomerId.d.mts +0 -3
  3003. package/dist/esm/api/types/CustomerId.mjs +1 -3
  3004. package/dist/esm/api/types/CustomerNumberNullable.d.mts +0 -3
  3005. package/dist/esm/api/types/CustomerNumberNullable.mjs +1 -3
  3006. package/dist/esm/api/types/CustomerQueryRecords.d.mts +2 -22
  3007. package/dist/esm/api/types/CustomerQueryRecords.mjs +1 -3
  3008. package/dist/esm/api/types/CustomerStatus.d.mts +0 -3
  3009. package/dist/esm/api/types/CustomerStatus.mjs +1 -3
  3010. package/dist/esm/api/types/CustomerSummaryRecord.d.mts +1 -4
  3011. package/dist/esm/api/types/CustomerSummaryRecord.mjs +1 -3
  3012. package/dist/esm/api/types/Customeridtrans.d.mts +0 -3
  3013. package/dist/esm/api/types/Customeridtrans.mjs +1 -3
  3014. package/dist/esm/api/types/Cvvresponsetext.d.mts +0 -3
  3015. package/dist/esm/api/types/Cvvresponsetext.mjs +1 -3
  3016. package/dist/esm/api/types/DSection.d.mts +1 -4
  3017. package/dist/esm/api/types/DSection.mjs +1 -3
  3018. package/dist/esm/api/types/Datenullable.d.mts +0 -3
  3019. package/dist/esm/api/types/Datenullable.mjs +1 -3
  3020. package/dist/esm/api/types/DatetimeNullable.d.mts +0 -3
  3021. package/dist/esm/api/types/DatetimeNullable.mjs +1 -3
  3022. package/dist/esm/api/types/Dbaname.d.mts +0 -3
  3023. package/dist/esm/api/types/Dbaname.mjs +1 -3
  3024. package/dist/esm/api/types/DepositDate.d.mts +0 -3
  3025. package/dist/esm/api/types/DepositDate.mjs +1 -3
  3026. package/dist/esm/api/types/Descriptor.d.mts +0 -3
  3027. package/dist/esm/api/types/Descriptor.mjs +1 -3
  3028. package/dist/esm/api/types/Device.d.mts +0 -3
  3029. package/dist/esm/api/types/Device.mjs +1 -3
  3030. package/dist/esm/api/types/DeviceId.d.mts +1 -4
  3031. package/dist/esm/api/types/DeviceId.mjs +1 -3
  3032. package/dist/esm/api/types/Discount.d.mts +0 -3
  3033. package/dist/esm/api/types/Discount.mjs +1 -3
  3034. package/dist/esm/api/types/DisplayProperty.d.mts +0 -3
  3035. package/dist/esm/api/types/DisplayProperty.mjs +1 -3
  3036. package/dist/esm/api/types/DocumentSection.d.mts +1 -4
  3037. package/dist/esm/api/types/DocumentSection.mjs +1 -3
  3038. package/dist/esm/api/types/DocumentsRef.d.mts +1 -4
  3039. package/dist/esm/api/types/DocumentsRef.mjs +1 -3
  3040. package/dist/esm/api/types/DomainName.d.mts +0 -3
  3041. package/dist/esm/api/types/DomainName.mjs +1 -3
  3042. package/dist/esm/api/types/DutyAmount.d.mts +0 -3
  3043. package/dist/esm/api/types/DutyAmount.mjs +1 -3
  3044. package/dist/esm/api/types/Ein.d.mts +0 -3
  3045. package/dist/esm/api/types/Ein.mjs +1 -3
  3046. package/dist/esm/api/types/Element.d.mts +1 -4
  3047. package/dist/esm/api/types/Element.mjs +1 -3
  3048. package/dist/esm/api/types/Email.d.mts +0 -3
  3049. package/dist/esm/api/types/Email.mjs +1 -3
  3050. package/dist/esm/api/types/Enabled.d.mts +0 -3
  3051. package/dist/esm/api/types/Enabled.mjs +1 -3
  3052. package/dist/esm/api/types/EnrollmentStatus.d.mts +0 -3
  3053. package/dist/esm/api/types/EnrollmentStatus.mjs +1 -3
  3054. package/dist/esm/api/types/EntityId.d.mts +0 -3
  3055. package/dist/esm/api/types/EntityId.mjs +1 -3
  3056. package/dist/esm/api/types/EntityType.d.mts +0 -3
  3057. package/dist/esm/api/types/EntityType.mjs +1 -3
  3058. package/dist/esm/api/types/Entry.d.mts +0 -3
  3059. package/dist/esm/api/types/Entry.mjs +1 -3
  3060. package/dist/esm/api/types/EntryAttributes.d.mts +0 -3
  3061. package/dist/esm/api/types/EntryAttributes.mjs +1 -3
  3062. package/dist/esm/api/types/EntrypageId.d.mts +0 -3
  3063. package/dist/esm/api/types/EntrypageId.mjs +1 -3
  3064. package/dist/esm/api/types/Entrypointfield.d.mts +0 -3
  3065. package/dist/esm/api/types/Entrypointfield.mjs +1 -3
  3066. package/dist/esm/api/types/ExpectedDepositDate.d.mts +0 -3
  3067. package/dist/esm/api/types/ExpectedDepositDate.mjs +1 -3
  3068. package/dist/esm/api/types/ExpectedProcessingDateTime.d.mts +0 -3
  3069. package/dist/esm/api/types/ExpectedProcessingDateTime.mjs +1 -3
  3070. package/dist/esm/api/types/ExportFormat.d.mts +6 -13
  3071. package/dist/esm/api/types/ExportFormat.mjs +6 -3
  3072. package/dist/esm/api/types/ExternalPaypointId.d.mts +0 -3
  3073. package/dist/esm/api/types/ExternalPaypointId.mjs +1 -3
  3074. package/dist/esm/api/types/ExternalProcessorInformation.d.mts +0 -3
  3075. package/dist/esm/api/types/ExternalProcessorInformation.mjs +1 -3
  3076. package/dist/esm/api/types/FaxNumber.d.mts +0 -3
  3077. package/dist/esm/api/types/FaxNumber.mjs +1 -3
  3078. package/dist/esm/api/types/FeeAmount.d.mts +0 -3
  3079. package/dist/esm/api/types/FeeAmount.mjs +1 -3
  3080. package/dist/esm/api/types/FileContent.d.mts +2 -7
  3081. package/dist/esm/api/types/FileContent.mjs +2 -3
  3082. package/dist/esm/api/types/File_.d.mts +0 -3
  3083. package/dist/esm/api/types/File_.mjs +1 -3
  3084. package/dist/esm/api/types/Finishtype.d.mts +0 -3
  3085. package/dist/esm/api/types/Finishtype.mjs +1 -3
  3086. package/dist/esm/api/types/ForceCustomerCreation.d.mts +0 -3
  3087. package/dist/esm/api/types/ForceCustomerCreation.mjs +1 -3
  3088. package/dist/esm/api/types/FreightAmount.d.mts +0 -3
  3089. package/dist/esm/api/types/FreightAmount.mjs +1 -3
  3090. package/dist/esm/api/types/Frequency.d.mts +2 -7
  3091. package/dist/esm/api/types/Frequency.mjs +2 -3
  3092. package/dist/esm/api/types/FrequencyList.d.mts +0 -3
  3093. package/dist/esm/api/types/FrequencyList.mjs +1 -3
  3094. package/dist/esm/api/types/Frequencynotification.d.mts +1 -4
  3095. package/dist/esm/api/types/Frequencynotification.mjs +15 -1
  3096. package/dist/esm/api/types/Gatewayfield.d.mts +0 -3
  3097. package/dist/esm/api/types/Gatewayfield.mjs +1 -3
  3098. package/dist/esm/api/types/GeneralEvents.d.mts +1 -4
  3099. package/dist/esm/api/types/GeneralEvents.mjs +1 -3
  3100. package/dist/esm/api/types/GooglePayData.d.mts +1 -4
  3101. package/dist/esm/api/types/GooglePayData.mjs +1 -3
  3102. package/dist/esm/api/types/GooglePayMetadata.d.mts +0 -3
  3103. package/dist/esm/api/types/GooglePayMetadata.mjs +1 -3
  3104. package/dist/esm/api/types/GooglePayPaypointRegistrationData.d.mts +1 -4
  3105. package/dist/esm/api/types/GooglePayPaypointRegistrationData.mjs +1 -3
  3106. package/dist/esm/api/types/GooglePayStatusData.d.mts +1 -4
  3107. package/dist/esm/api/types/GooglePayStatusData.mjs +1 -3
  3108. package/dist/esm/api/types/GoogleWalletData.d.mts +0 -3
  3109. package/dist/esm/api/types/GoogleWalletData.mjs +1 -3
  3110. package/dist/esm/api/types/HasVcardTransactions.d.mts +0 -3
  3111. package/dist/esm/api/types/HasVcardTransactions.mjs +1 -3
  3112. package/dist/esm/api/types/HeaderElement.d.mts +1 -4
  3113. package/dist/esm/api/types/HeaderElement.mjs +1 -3
  3114. package/dist/esm/api/types/Highticketamt.d.mts +0 -3
  3115. package/dist/esm/api/types/Highticketamt.mjs +1 -3
  3116. package/dist/esm/api/types/Holdername.d.mts +0 -3
  3117. package/dist/esm/api/types/Holdername.mjs +1 -3
  3118. package/dist/esm/api/types/IdempotencyKey.d.mts +0 -3
  3119. package/dist/esm/api/types/IdempotencyKey.mjs +1 -3
  3120. package/dist/esm/api/types/Identifierfields.d.mts +0 -3
  3121. package/dist/esm/api/types/Identifierfields.mjs +1 -3
  3122. package/dist/esm/api/types/Idpaypoint.d.mts +0 -3
  3123. package/dist/esm/api/types/Idpaypoint.mjs +1 -3
  3124. package/dist/esm/api/types/Initiator.d.mts +0 -3
  3125. package/dist/esm/api/types/Initiator.mjs +1 -3
  3126. package/dist/esm/api/types/Instrument.d.mts +1 -4
  3127. package/dist/esm/api/types/Instrument.mjs +1 -3
  3128. package/dist/esm/api/types/InternalReferenceId.d.mts +0 -3
  3129. package/dist/esm/api/types/InternalReferenceId.mjs +1 -3
  3130. package/dist/esm/api/types/InvoiceAmount.d.mts +0 -3
  3131. package/dist/esm/api/types/InvoiceAmount.mjs +1 -3
  3132. package/dist/esm/api/types/InvoiceElement.d.mts +1 -4
  3133. package/dist/esm/api/types/InvoiceElement.mjs +1 -3
  3134. package/dist/esm/api/types/InvoiceNumber.d.mts +0 -3
  3135. package/dist/esm/api/types/InvoiceNumber.mjs +1 -3
  3136. package/dist/esm/api/types/InvoiceType.d.mts +0 -3
  3137. package/dist/esm/api/types/InvoiceType.mjs +1 -3
  3138. package/dist/esm/api/types/Invoicestatus.d.mts +0 -3
  3139. package/dist/esm/api/types/Invoicestatus.mjs +1 -3
  3140. package/dist/esm/api/types/IpAddress.d.mts +0 -3
  3141. package/dist/esm/api/types/IpAddress.mjs +1 -3
  3142. package/dist/esm/api/types/IsEnabled.d.mts +0 -3
  3143. package/dist/esm/api/types/IsEnabled.mjs +1 -3
  3144. package/dist/esm/api/types/IsRoot.d.mts +0 -3
  3145. package/dist/esm/api/types/IsRoot.mjs +1 -3
  3146. package/dist/esm/api/types/IsSameDayAch.d.mts +0 -3
  3147. package/dist/esm/api/types/IsSameDayAch.mjs +1 -3
  3148. package/dist/esm/api/types/IsSuccess.d.mts +0 -3
  3149. package/dist/esm/api/types/IsSuccess.mjs +1 -3
  3150. package/dist/esm/api/types/ItemCommodityCode.d.mts +0 -3
  3151. package/dist/esm/api/types/ItemCommodityCode.mjs +1 -3
  3152. package/dist/esm/api/types/ItemDescription.d.mts +0 -3
  3153. package/dist/esm/api/types/ItemDescription.mjs +1 -3
  3154. package/dist/esm/api/types/ItemProductCode.d.mts +0 -3
  3155. package/dist/esm/api/types/ItemProductCode.mjs +1 -3
  3156. package/dist/esm/api/types/ItemProductName.d.mts +0 -3
  3157. package/dist/esm/api/types/ItemProductName.mjs +1 -3
  3158. package/dist/esm/api/types/ItemUnitofMeasure.d.mts +0 -3
  3159. package/dist/esm/api/types/ItemUnitofMeasure.mjs +1 -3
  3160. package/dist/esm/api/types/JobId.d.mts +0 -3
  3161. package/dist/esm/api/types/JobId.mjs +1 -3
  3162. package/dist/esm/api/types/JobStatus.d.mts +0 -3
  3163. package/dist/esm/api/types/JobStatus.mjs +1 -3
  3164. package/dist/esm/api/types/KeyValue.d.mts +1 -4
  3165. package/dist/esm/api/types/KeyValue.mjs +1 -3
  3166. package/dist/esm/api/types/KeyValueDuo.d.mts +0 -3
  3167. package/dist/esm/api/types/KeyValueDuo.mjs +1 -3
  3168. package/dist/esm/api/types/LabelElement.d.mts +1 -4
  3169. package/dist/esm/api/types/LabelElement.mjs +1 -3
  3170. package/dist/esm/api/types/Language.d.mts +0 -3
  3171. package/dist/esm/api/types/Language.mjs +1 -3
  3172. package/dist/esm/api/types/LastModified.d.mts +0 -3
  3173. package/dist/esm/api/types/LastModified.mjs +1 -3
  3174. package/dist/esm/api/types/Legalname.d.mts +0 -3
  3175. package/dist/esm/api/types/Legalname.mjs +1 -3
  3176. package/dist/esm/api/types/License.d.mts +0 -3
  3177. package/dist/esm/api/types/License.mjs +1 -3
  3178. package/dist/esm/api/types/Licensestate.d.mts +0 -3
  3179. package/dist/esm/api/types/Licensestate.mjs +1 -3
  3180. package/dist/esm/api/types/LineItem.d.mts +1 -4
  3181. package/dist/esm/api/types/LineItem.mjs +1 -3
  3182. package/dist/esm/api/types/LineItemQueryRecord.d.mts +1 -4
  3183. package/dist/esm/api/types/LineItemQueryRecord.mjs +1 -3
  3184. package/dist/esm/api/types/LinkData.d.mts +1 -4
  3185. package/dist/esm/api/types/LinkData.mjs +1 -3
  3186. package/dist/esm/api/types/LinkRow.d.mts +1 -4
  3187. package/dist/esm/api/types/LinkRow.mjs +1 -3
  3188. package/dist/esm/api/types/LocationCode.d.mts +0 -3
  3189. package/dist/esm/api/types/LocationCode.mjs +1 -3
  3190. package/dist/esm/api/types/Maddress.d.mts +0 -3
  3191. package/dist/esm/api/types/Maddress.mjs +1 -3
  3192. package/dist/esm/api/types/Maddress1.d.mts +0 -3
  3193. package/dist/esm/api/types/Maddress1.mjs +1 -3
  3194. package/dist/esm/api/types/Maskedaccount.d.mts +0 -3
  3195. package/dist/esm/api/types/Maskedaccount.mjs +1 -3
  3196. package/dist/esm/api/types/Mcc.d.mts +0 -3
  3197. package/dist/esm/api/types/Mcc.mjs +1 -3
  3198. package/dist/esm/api/types/Mcity.d.mts +0 -3
  3199. package/dist/esm/api/types/Mcity.mjs +1 -3
  3200. package/dist/esm/api/types/Mcountry.d.mts +0 -3
  3201. package/dist/esm/api/types/Mcountry.mjs +1 -3
  3202. package/dist/esm/api/types/MethodElement.d.mts +7 -16
  3203. package/dist/esm/api/types/MethodElement.mjs +4 -3
  3204. package/dist/esm/api/types/MethodQueryRecords.d.mts +1 -4
  3205. package/dist/esm/api/types/MethodQueryRecords.mjs +1 -3
  3206. package/dist/esm/api/types/MethodReferenceId.d.mts +0 -3
  3207. package/dist/esm/api/types/MethodReferenceId.mjs +1 -3
  3208. package/dist/esm/api/types/Methodall.d.mts +2 -7
  3209. package/dist/esm/api/types/Methodall.mjs +2 -3
  3210. package/dist/esm/api/types/Methodnotification.d.mts +2 -7
  3211. package/dist/esm/api/types/Methodnotification.mjs +2 -3
  3212. package/dist/esm/api/types/MethodsList.d.mts +0 -3
  3213. package/dist/esm/api/types/MethodsList.mjs +1 -3
  3214. package/dist/esm/api/types/Mfa.d.mts +0 -3
  3215. package/dist/esm/api/types/Mfa.mjs +1 -3
  3216. package/dist/esm/api/types/MfaData.d.mts +1 -4
  3217. package/dist/esm/api/types/MfaData.mjs +1 -3
  3218. package/dist/esm/api/types/MfaMode.d.mts +0 -3
  3219. package/dist/esm/api/types/MfaMode.mjs +1 -3
  3220. package/dist/esm/api/types/MfaValidationCode.d.mts +0 -3
  3221. package/dist/esm/api/types/MfaValidationCode.mjs +1 -3
  3222. package/dist/esm/api/types/Mstate.d.mts +0 -3
  3223. package/dist/esm/api/types/Mstate.mjs +1 -3
  3224. package/dist/esm/api/types/Mzip.d.mts +0 -3
  3225. package/dist/esm/api/types/Mzip.mjs +1 -3
  3226. package/dist/esm/api/types/NameUser.d.mts +0 -3
  3227. package/dist/esm/api/types/NameUser.mjs +1 -3
  3228. package/dist/esm/api/types/NetAmountstring.d.mts +0 -3
  3229. package/dist/esm/api/types/NetAmountstring.mjs +1 -3
  3230. package/dist/esm/api/types/Netamountnullable.d.mts +0 -3
  3231. package/dist/esm/api/types/Netamountnullable.mjs +1 -3
  3232. package/dist/esm/api/types/NoteElement.d.mts +1 -4
  3233. package/dist/esm/api/types/NoteElement.mjs +1 -3
  3234. package/dist/esm/api/types/NotificationContent.d.mts +7 -13
  3235. package/dist/esm/api/types/NotificationContent.mjs +8 -3
  3236. package/dist/esm/api/types/NotificationId.d.mts +0 -3
  3237. package/dist/esm/api/types/NotificationId.mjs +1 -3
  3238. package/dist/esm/api/types/NotificationQueryRecord.d.mts +1 -4
  3239. package/dist/esm/api/types/NotificationQueryRecord.mjs +1 -3
  3240. package/dist/esm/api/types/NotificationReportRequest.d.mts +8 -17
  3241. package/dist/esm/api/types/NotificationReportRequest.mjs +4 -3
  3242. package/dist/esm/api/types/NotificationStandardRequest.d.mts +7 -13
  3243. package/dist/esm/api/types/NotificationStandardRequest.mjs +4 -3
  3244. package/dist/esm/api/types/OList.d.mts +1 -4
  3245. package/dist/esm/api/types/OList.mjs +1 -3
  3246. package/dist/esm/api/types/OSection.d.mts +1 -4
  3247. package/dist/esm/api/types/OSection.mjs +1 -3
  3248. package/dist/esm/api/types/OdpSetup.d.mts +2 -7
  3249. package/dist/esm/api/types/OdpSetup.mjs +2 -3
  3250. package/dist/esm/api/types/Operation.d.mts +0 -3
  3251. package/dist/esm/api/types/Operation.mjs +1 -3
  3252. package/dist/esm/api/types/OptinStatus.d.mts +0 -3
  3253. package/dist/esm/api/types/OptinStatus.mjs +1 -3
  3254. package/dist/esm/api/types/Order.d.mts +0 -3
  3255. package/dist/esm/api/types/Order.mjs +1 -3
  3256. package/dist/esm/api/types/OrderId.d.mts +0 -3
  3257. package/dist/esm/api/types/OrderId.mjs +1 -3
  3258. package/dist/esm/api/types/Orderdescription.d.mts +0 -3
  3259. package/dist/esm/api/types/Orderdescription.mjs +1 -3
  3260. package/dist/esm/api/types/OrgData.d.mts +1 -4
  3261. package/dist/esm/api/types/OrgData.mjs +1 -3
  3262. package/dist/esm/api/types/OrgParentId.d.mts +0 -3
  3263. package/dist/esm/api/types/OrgParentId.mjs +1 -3
  3264. package/dist/esm/api/types/OrgParentName.d.mts +0 -3
  3265. package/dist/esm/api/types/OrgParentName.mjs +1 -3
  3266. package/dist/esm/api/types/OrgScope.d.mts +1 -4
  3267. package/dist/esm/api/types/OrgScope.mjs +1 -3
  3268. package/dist/esm/api/types/OrgXScope.d.mts +1 -4
  3269. package/dist/esm/api/types/OrgXScope.mjs +1 -3
  3270. package/dist/esm/api/types/Orgaddress.d.mts +0 -3
  3271. package/dist/esm/api/types/Orgaddress.mjs +1 -3
  3272. package/dist/esm/api/types/OrganizationId.d.mts +0 -3
  3273. package/dist/esm/api/types/OrganizationId.mjs +1 -3
  3274. package/dist/esm/api/types/OrganizationQueryRecord.d.mts +1 -4
  3275. package/dist/esm/api/types/OrganizationQueryRecord.mjs +1 -3
  3276. package/dist/esm/api/types/OrganizationUpdates.d.mts +1 -4
  3277. package/dist/esm/api/types/OrganizationUpdates.mjs +1 -3
  3278. package/dist/esm/api/types/Orgcity.d.mts +0 -3
  3279. package/dist/esm/api/types/Orgcity.mjs +1 -3
  3280. package/dist/esm/api/types/Orgcountry.d.mts +0 -3
  3281. package/dist/esm/api/types/Orgcountry.mjs +1 -3
  3282. package/dist/esm/api/types/Orgentryname.d.mts +0 -3
  3283. package/dist/esm/api/types/Orgentryname.mjs +1 -3
  3284. package/dist/esm/api/types/Orgid.d.mts +0 -3
  3285. package/dist/esm/api/types/Orgid.mjs +1 -3
  3286. package/dist/esm/api/types/Orgidstring.d.mts +0 -3
  3287. package/dist/esm/api/types/Orgidstring.mjs +1 -3
  3288. package/dist/esm/api/types/Orgname.d.mts +0 -3
  3289. package/dist/esm/api/types/Orgname.mjs +1 -3
  3290. package/dist/esm/api/types/Orgstate.d.mts +0 -3
  3291. package/dist/esm/api/types/Orgstate.mjs +1 -3
  3292. package/dist/esm/api/types/Orgtimezone.d.mts +0 -3
  3293. package/dist/esm/api/types/Orgtimezone.mjs +1 -3
  3294. package/dist/esm/api/types/Orgtype.d.mts +0 -3
  3295. package/dist/esm/api/types/Orgtype.mjs +1 -3
  3296. package/dist/esm/api/types/Orgwebsite.d.mts +0 -3
  3297. package/dist/esm/api/types/Orgwebsite.mjs +1 -3
  3298. package/dist/esm/api/types/Orgzip.d.mts +0 -3
  3299. package/dist/esm/api/types/Orgzip.mjs +1 -3
  3300. package/dist/esm/api/types/OwnType.d.mts +2 -7
  3301. package/dist/esm/api/types/OwnType.mjs +2 -3
  3302. package/dist/esm/api/types/OwnerEntityId.d.mts +0 -3
  3303. package/dist/esm/api/types/OwnerEntityId.mjs +1 -3
  3304. package/dist/esm/api/types/OwnerEntityType.d.mts +0 -3
  3305. package/dist/esm/api/types/OwnerEntityType.mjs +1 -3
  3306. package/dist/esm/api/types/Ownerid.d.mts +0 -3
  3307. package/dist/esm/api/types/Ownerid.mjs +1 -3
  3308. package/dist/esm/api/types/Owners.d.mts +1 -4
  3309. package/dist/esm/api/types/Owners.mjs +1 -3
  3310. package/dist/esm/api/types/OwnersSection.d.mts +1 -4
  3311. package/dist/esm/api/types/OwnersSection.mjs +1 -3
  3312. package/dist/esm/api/types/Ownership.d.mts +1 -4
  3313. package/dist/esm/api/types/Ownership.mjs +1 -3
  3314. package/dist/esm/api/types/Ownertype.d.mts +0 -3
  3315. package/dist/esm/api/types/Ownertype.mjs +1 -3
  3316. package/dist/esm/api/types/PSection.d.mts +1 -4
  3317. package/dist/esm/api/types/PSection.mjs +1 -3
  3318. package/dist/esm/api/types/PageContent.d.mts +1 -4
  3319. package/dist/esm/api/types/PageContent.mjs +1 -3
  3320. package/dist/esm/api/types/PageElement.d.mts +1 -4
  3321. package/dist/esm/api/types/PageElement.mjs +1 -3
  3322. package/dist/esm/api/types/PageIdentifier.d.mts +0 -3
  3323. package/dist/esm/api/types/PageIdentifier.mjs +1 -3
  3324. package/dist/esm/api/types/PageSetting.d.mts +1 -4
  3325. package/dist/esm/api/types/PageSetting.mjs +1 -3
  3326. package/dist/esm/api/types/PagelinkSetting.d.mts +1 -4
  3327. package/dist/esm/api/types/PagelinkSetting.mjs +1 -3
  3328. package/dist/esm/api/types/Pagesize.d.mts +0 -3
  3329. package/dist/esm/api/types/Pagesize.mjs +1 -3
  3330. package/dist/esm/api/types/PairFiles.d.mts +0 -3
  3331. package/dist/esm/api/types/PairFiles.mjs +1 -3
  3332. package/dist/esm/api/types/PayCategory.d.mts +1 -4
  3333. package/dist/esm/api/types/PayCategory.mjs +1 -3
  3334. package/dist/esm/api/types/PayMethodBodyAllFields.d.mts +1 -4
  3335. package/dist/esm/api/types/PayMethodBodyAllFields.mjs +1 -3
  3336. package/dist/esm/api/types/PayMethodCloud.d.mts +1 -4
  3337. package/dist/esm/api/types/PayMethodCloud.mjs +1 -3
  3338. package/dist/esm/api/types/PayMethodCredit.d.mts +1 -4
  3339. package/dist/esm/api/types/PayMethodCredit.mjs +1 -3
  3340. package/dist/esm/api/types/PayMethodStoredMethod.d.mts +3 -8
  3341. package/dist/esm/api/types/PayMethodStoredMethod.mjs +2 -3
  3342. package/dist/esm/api/types/PayabliApiResponse.d.mts +1 -4
  3343. package/dist/esm/api/types/PayabliApiResponse.mjs +1 -3
  3344. package/dist/esm/api/types/PayabliApiResponse0.d.mts +1 -4
  3345. package/dist/esm/api/types/PayabliApiResponse0.mjs +1 -3
  3346. package/dist/esm/api/types/PayabliApiResponse00.d.mts +1 -4
  3347. package/dist/esm/api/types/PayabliApiResponse00.mjs +1 -3
  3348. package/dist/esm/api/types/PayabliApiResponse0000.d.mts +1 -4
  3349. package/dist/esm/api/types/PayabliApiResponse0000.mjs +1 -3
  3350. package/dist/esm/api/types/PayabliApiResponse00Responsedatanonobject.d.mts +1 -4
  3351. package/dist/esm/api/types/PayabliApiResponse00Responsedatanonobject.mjs +1 -3
  3352. package/dist/esm/api/types/PayabliApiResponse6.d.mts +1 -4
  3353. package/dist/esm/api/types/PayabliApiResponse6.mjs +1 -3
  3354. package/dist/esm/api/types/PayabliApiResponseCustomerQuery.d.mts +1 -4
  3355. package/dist/esm/api/types/PayabliApiResponseCustomerQuery.mjs +1 -3
  3356. package/dist/esm/api/types/PayabliApiResponseError400.d.mts +1 -4
  3357. package/dist/esm/api/types/PayabliApiResponseError400.mjs +1 -3
  3358. package/dist/esm/api/types/PayabliApiResponseGeneric2Part.d.mts +1 -4
  3359. package/dist/esm/api/types/PayabliApiResponseGeneric2Part.mjs +1 -3
  3360. package/dist/esm/api/types/PayabliApiResponseImport.d.mts +1 -4
  3361. package/dist/esm/api/types/PayabliApiResponseImport.mjs +1 -3
  3362. package/dist/esm/api/types/PayabliApiResponseMfaBasic.d.mts +1 -4
  3363. package/dist/esm/api/types/PayabliApiResponseMfaBasic.mjs +1 -3
  3364. package/dist/esm/api/types/PayabliApiResponseNotifications.d.mts +1 -4
  3365. package/dist/esm/api/types/PayabliApiResponseNotifications.mjs +1 -3
  3366. package/dist/esm/api/types/PayabliApiResponsePaylinks.d.mts +1 -4
  3367. package/dist/esm/api/types/PayabliApiResponsePaylinks.mjs +1 -3
  3368. package/dist/esm/api/types/PayabliApiResponsePaymethodDelete.d.mts +1 -4
  3369. package/dist/esm/api/types/PayabliApiResponsePaymethodDelete.mjs +1 -3
  3370. package/dist/esm/api/types/PayabliApiResponseTemplateId.d.mts +1 -4
  3371. package/dist/esm/api/types/PayabliApiResponseTemplateId.mjs +1 -3
  3372. package/dist/esm/api/types/PayabliApiResponseUserMfa.d.mts +1 -4
  3373. package/dist/esm/api/types/PayabliApiResponseUserMfa.mjs +1 -3
  3374. package/dist/esm/api/types/PayabliApiResponseVendors.d.mts +1 -4
  3375. package/dist/esm/api/types/PayabliApiResponseVendors.mjs +1 -3
  3376. package/dist/esm/api/types/PayabliCredentials.d.mts +0 -3
  3377. package/dist/esm/api/types/PayabliCredentials.mjs +1 -3
  3378. package/dist/esm/api/types/PayabliCredentialsPascal.d.mts +0 -3
  3379. package/dist/esm/api/types/PayabliCredentialsPascal.mjs +1 -3
  3380. package/dist/esm/api/types/PayabliPages.d.mts +1 -4
  3381. package/dist/esm/api/types/PayabliPages.mjs +1 -3
  3382. package/dist/esm/api/types/PayeeName.d.mts +0 -3
  3383. package/dist/esm/api/types/PayeeName.mjs +1 -3
  3384. package/dist/esm/api/types/PaylinkId.d.mts +0 -3
  3385. package/dist/esm/api/types/PaylinkId.mjs +1 -3
  3386. package/dist/esm/api/types/PaymentCategories.d.mts +0 -3
  3387. package/dist/esm/api/types/PaymentCategories.mjs +1 -3
  3388. package/dist/esm/api/types/PaymentDetail.d.mts +1 -4
  3389. package/dist/esm/api/types/PaymentDetail.mjs +1 -3
  3390. package/dist/esm/api/types/PaymentDetailCredit.d.mts +0 -3
  3391. package/dist/esm/api/types/PaymentDetailCredit.mjs +1 -3
  3392. package/dist/esm/api/types/PaymentIdString.d.mts +0 -3
  3393. package/dist/esm/api/types/PaymentIdString.mjs +1 -3
  3394. package/dist/esm/api/types/PaymentMethod.d.mts +1 -4
  3395. package/dist/esm/api/types/PaymentMethod.mjs +1 -3
  3396. package/dist/esm/api/types/PaymentMethodDomainApiResponse.d.mts +1 -4
  3397. package/dist/esm/api/types/PaymentMethodDomainApiResponse.mjs +1 -3
  3398. package/dist/esm/api/types/PaymentMethodDomainGeneralResponse.d.mts +1 -4
  3399. package/dist/esm/api/types/PaymentMethodDomainGeneralResponse.mjs +1 -3
  3400. package/dist/esm/api/types/PaymentMethodDomainId.d.mts +0 -3
  3401. package/dist/esm/api/types/PaymentMethodDomainId.mjs +1 -3
  3402. package/dist/esm/api/types/PaymentTransStatusDescription.d.mts +0 -3
  3403. package/dist/esm/api/types/PaymentTransStatusDescription.mjs +1 -3
  3404. package/dist/esm/api/types/Paymentid.d.mts +0 -3
  3405. package/dist/esm/api/types/Paymentid.mjs +1 -3
  3406. package/dist/esm/api/types/PayorDataRequest.d.mts +1 -4
  3407. package/dist/esm/api/types/PayorDataRequest.mjs +1 -3
  3408. package/dist/esm/api/types/PayorDataResponse.d.mts +1 -4
  3409. package/dist/esm/api/types/PayorDataResponse.mjs +1 -3
  3410. package/dist/esm/api/types/PayorElement.d.mts +1 -4
  3411. package/dist/esm/api/types/PayorElement.mjs +1 -3
  3412. package/dist/esm/api/types/PayorFields.d.mts +1 -4
  3413. package/dist/esm/api/types/PayorFields.mjs +1 -3
  3414. package/dist/esm/api/types/PayorId.d.mts +0 -3
  3415. package/dist/esm/api/types/PayorId.mjs +1 -3
  3416. package/dist/esm/api/types/PayoutAverageMonthlyVolume.d.mts +0 -3
  3417. package/dist/esm/api/types/PayoutAverageMonthlyVolume.mjs +1 -3
  3418. package/dist/esm/api/types/PayoutAverageTicketLimit.d.mts +0 -3
  3419. package/dist/esm/api/types/PayoutAverageTicketLimit.mjs +1 -3
  3420. package/dist/esm/api/types/PayoutCreditLimit.d.mts +0 -3
  3421. package/dist/esm/api/types/PayoutCreditLimit.mjs +1 -3
  3422. package/dist/esm/api/types/PayoutGatewayConnector.d.mts +0 -3
  3423. package/dist/esm/api/types/PayoutGatewayConnector.mjs +1 -3
  3424. package/dist/esm/api/types/PayoutHighTicketAmount.d.mts +0 -3
  3425. package/dist/esm/api/types/PayoutHighTicketAmount.mjs +1 -3
  3426. package/dist/esm/api/types/PayoutProgram.d.mts +0 -3
  3427. package/dist/esm/api/types/PayoutProgram.mjs +1 -3
  3428. package/dist/esm/api/types/PaypointData.d.mts +1 -4
  3429. package/dist/esm/api/types/PaypointData.mjs +1 -3
  3430. package/dist/esm/api/types/PaypointEntryConfig.d.mts +1 -4
  3431. package/dist/esm/api/types/PaypointEntryConfig.mjs +1 -3
  3432. package/dist/esm/api/types/PaypointId.d.mts +0 -3
  3433. package/dist/esm/api/types/PaypointId.mjs +1 -3
  3434. package/dist/esm/api/types/PaypointName.d.mts +0 -3
  3435. package/dist/esm/api/types/PaypointName.mjs +1 -3
  3436. package/dist/esm/api/types/PaypointSummary.d.mts +0 -3
  3437. package/dist/esm/api/types/PaypointSummary.mjs +1 -3
  3438. package/dist/esm/api/types/Paypointstatus.d.mts +0 -3
  3439. package/dist/esm/api/types/Paypointstatus.mjs +1 -3
  3440. package/dist/esm/api/types/PciAttestation.d.mts +0 -3
  3441. package/dist/esm/api/types/PciAttestation.mjs +1 -3
  3442. package/dist/esm/api/types/PendingFeeAmount.d.mts +0 -3
  3443. package/dist/esm/api/types/PendingFeeAmount.mjs +1 -3
  3444. package/dist/esm/api/types/PhoneNumber.d.mts +0 -3
  3445. package/dist/esm/api/types/PhoneNumber.mjs +1 -3
  3446. package/dist/esm/api/types/PoiDevice.d.mts +0 -3
  3447. package/dist/esm/api/types/PoiDevice.mjs +1 -3
  3448. package/dist/esm/api/types/PolicyId.d.mts +0 -3
  3449. package/dist/esm/api/types/PolicyId.mjs +1 -3
  3450. package/dist/esm/api/types/PosCol.d.mts +0 -3
  3451. package/dist/esm/api/types/PosCol.mjs +1 -3
  3452. package/dist/esm/api/types/PosRow.d.mts +0 -3
  3453. package/dist/esm/api/types/PosRow.mjs +1 -3
  3454. package/dist/esm/api/types/ProcessingSection.d.mts +1 -4
  3455. package/dist/esm/api/types/ProcessingSection.mjs +1 -3
  3456. package/dist/esm/api/types/PurchaseOrder.d.mts +0 -3
  3457. package/dist/esm/api/types/PurchaseOrder.mjs +1 -3
  3458. package/dist/esm/api/types/PushPayLinkRequest.d.mts +1 -4
  3459. package/dist/esm/api/types/PushPayLinkRequest.mjs +1 -3
  3460. package/dist/esm/api/types/QueryBatchesOutResponse.d.mts +1 -4
  3461. package/dist/esm/api/types/QueryBatchesOutResponse.mjs +1 -3
  3462. package/dist/esm/api/types/QueryBoardingAppsListResponse.d.mts +1 -4
  3463. package/dist/esm/api/types/QueryBoardingAppsListResponse.mjs +1 -3
  3464. package/dist/esm/api/types/QueryBoardingLinksResponse.d.mts +1 -4
  3465. package/dist/esm/api/types/QueryBoardingLinksResponse.mjs +1 -3
  3466. package/dist/esm/api/types/QueryCFeeTransaction.d.mts +1 -4
  3467. package/dist/esm/api/types/QueryCFeeTransaction.mjs +1 -3
  3468. package/dist/esm/api/types/QueryChargebacksResponse.d.mts +1 -4
  3469. package/dist/esm/api/types/QueryChargebacksResponse.mjs +1 -3
  3470. package/dist/esm/api/types/QueryCustomerResponse.d.mts +1 -4
  3471. package/dist/esm/api/types/QueryCustomerResponse.mjs +1 -3
  3472. package/dist/esm/api/types/QueryEntrypointResponse.d.mts +1 -4
  3473. package/dist/esm/api/types/QueryEntrypointResponse.mjs +1 -3
  3474. package/dist/esm/api/types/QueryPaymentData.d.mts +1 -4
  3475. package/dist/esm/api/types/QueryPaymentData.mjs +1 -3
  3476. package/dist/esm/api/types/QueryPayoutTransaction.d.mts +1 -4
  3477. package/dist/esm/api/types/QueryPayoutTransaction.mjs +1 -3
  3478. package/dist/esm/api/types/QueryResponse.d.mts +0 -3
  3479. package/dist/esm/api/types/QueryResponse.mjs +1 -3
  3480. package/dist/esm/api/types/QueryResponseData.d.mts +1 -4
  3481. package/dist/esm/api/types/QueryResponseData.mjs +1 -3
  3482. package/dist/esm/api/types/QueryResponseItems.d.mts +1 -4
  3483. package/dist/esm/api/types/QueryResponseItems.mjs +1 -3
  3484. package/dist/esm/api/types/QueryResponseNotificationReports.d.mts +1 -4
  3485. package/dist/esm/api/types/QueryResponseNotificationReports.mjs +1 -3
  3486. package/dist/esm/api/types/QueryResponseNotifications.d.mts +1 -4
  3487. package/dist/esm/api/types/QueryResponseNotifications.mjs +1 -3
  3488. package/dist/esm/api/types/QueryResponseSettlements.d.mts +2 -5
  3489. package/dist/esm/api/types/QueryResponseSettlements.mjs +1 -3
  3490. package/dist/esm/api/types/QueryResponseTransactions.d.mts +1 -4
  3491. package/dist/esm/api/types/QueryResponseTransactions.mjs +1 -3
  3492. package/dist/esm/api/types/QueryResponseVendors.d.mts +1 -4
  3493. package/dist/esm/api/types/QueryResponseVendors.mjs +1 -3
  3494. package/dist/esm/api/types/QuerySubscriptionResponse.d.mts +1 -4
  3495. package/dist/esm/api/types/QuerySubscriptionResponse.mjs +1 -3
  3496. package/dist/esm/api/types/QuerySummary.d.mts +1 -4
  3497. package/dist/esm/api/types/QuerySummary.mjs +1 -3
  3498. package/dist/esm/api/types/QuerySummaryNoAmt.d.mts +1 -4
  3499. package/dist/esm/api/types/QuerySummaryNoAmt.mjs +1 -3
  3500. package/dist/esm/api/types/QueryTransactionEvents.d.mts +0 -3
  3501. package/dist/esm/api/types/QueryTransactionEvents.mjs +1 -3
  3502. package/dist/esm/api/types/QueryTransactionPayorData.d.mts +1 -4
  3503. package/dist/esm/api/types/QueryTransactionPayorData.mjs +1 -3
  3504. package/dist/esm/api/types/QueryTransactionPayorDataCustomer.d.mts +37 -0
  3505. package/dist/esm/api/types/QueryTransactionPayorDataCustomer.mjs +2 -0
  3506. package/dist/esm/api/types/QueryUserResponse.d.mts +1 -4
  3507. package/dist/esm/api/types/QueryUserResponse.mjs +1 -3
  3508. package/dist/esm/api/types/ReadOnly.d.mts +0 -3
  3509. package/dist/esm/api/types/ReadOnly.mjs +1 -3
  3510. package/dist/esm/api/types/ReceiptContent.d.mts +1 -4
  3511. package/dist/esm/api/types/ReceiptContent.mjs +1 -3
  3512. package/dist/esm/api/types/RecipientEmailNotification.d.mts +0 -3
  3513. package/dist/esm/api/types/RecipientEmailNotification.mjs +1 -3
  3514. package/dist/esm/api/types/ReferenceName.d.mts +0 -3
  3515. package/dist/esm/api/types/ReferenceName.mjs +1 -3
  3516. package/dist/esm/api/types/ReferenceTemplateId.d.mts +0 -3
  3517. package/dist/esm/api/types/ReferenceTemplateId.mjs +1 -3
  3518. package/dist/esm/api/types/Referenceidtrans.d.mts +0 -3
  3519. package/dist/esm/api/types/Referenceidtrans.mjs +1 -3
  3520. package/dist/esm/api/types/RefundDetail.d.mts +1 -4
  3521. package/dist/esm/api/types/RefundDetail.mjs +1 -3
  3522. package/dist/esm/api/types/RefundId.d.mts +0 -3
  3523. package/dist/esm/api/types/RefundId.mjs +1 -3
  3524. package/dist/esm/api/types/RemitEmail.d.mts +0 -3
  3525. package/dist/esm/api/types/RemitEmail.mjs +1 -3
  3526. package/dist/esm/api/types/Remitaddress1.d.mts +0 -3
  3527. package/dist/esm/api/types/Remitaddress1.mjs +1 -3
  3528. package/dist/esm/api/types/Remitaddress2.d.mts +0 -3
  3529. package/dist/esm/api/types/Remitaddress2.mjs +1 -3
  3530. package/dist/esm/api/types/Remitcity.d.mts +0 -3
  3531. package/dist/esm/api/types/Remitcity.mjs +1 -3
  3532. package/dist/esm/api/types/Remitcountry.d.mts +0 -3
  3533. package/dist/esm/api/types/Remitcountry.mjs +1 -3
  3534. package/dist/esm/api/types/Remitstate.d.mts +0 -3
  3535. package/dist/esm/api/types/Remitstate.mjs +1 -3
  3536. package/dist/esm/api/types/Remitzip.d.mts +0 -3
  3537. package/dist/esm/api/types/Remitzip.mjs +1 -3
  3538. package/dist/esm/api/types/RepCode.d.mts +0 -3
  3539. package/dist/esm/api/types/RepCode.mjs +1 -3
  3540. package/dist/esm/api/types/RepName.d.mts +0 -3
  3541. package/dist/esm/api/types/RepName.mjs +1 -3
  3542. package/dist/esm/api/types/RepOffice.d.mts +0 -3
  3543. package/dist/esm/api/types/RepOffice.mjs +1 -3
  3544. package/dist/esm/api/types/ReplyToEmail.d.mts +0 -3
  3545. package/dist/esm/api/types/ReplyToEmail.mjs +1 -3
  3546. package/dist/esm/api/types/Replyby.d.mts +0 -3
  3547. package/dist/esm/api/types/Replyby.mjs +1 -3
  3548. package/dist/esm/api/types/RequiredElement.d.mts +0 -3
  3549. package/dist/esm/api/types/RequiredElement.mjs +1 -3
  3550. package/dist/esm/api/types/ResponseText.d.mts +0 -3
  3551. package/dist/esm/api/types/ResponseText.mjs +1 -3
  3552. package/dist/esm/api/types/Responsecode.d.mts +0 -3
  3553. package/dist/esm/api/types/Responsecode.mjs +1 -3
  3554. package/dist/esm/api/types/Responsedata.d.mts +0 -3
  3555. package/dist/esm/api/types/Responsedata.mjs +1 -3
  3556. package/dist/esm/api/types/Responsedatanonobject.d.mts +0 -3
  3557. package/dist/esm/api/types/Responsedatanonobject.mjs +1 -3
  3558. package/dist/esm/api/types/ResultCode.d.mts +0 -3
  3559. package/dist/esm/api/types/ResultCode.mjs +1 -3
  3560. package/dist/esm/api/types/Resulttext.d.mts +0 -3
  3561. package/dist/esm/api/types/Resulttext.mjs +1 -3
  3562. package/dist/esm/api/types/Resumable.d.mts +0 -3
  3563. package/dist/esm/api/types/Resumable.mjs +1 -3
  3564. package/dist/esm/api/types/RetrievalId.d.mts +0 -3
  3565. package/dist/esm/api/types/RetrievalId.mjs +1 -3
  3566. package/dist/esm/api/types/ReturnedId.d.mts +0 -3
  3567. package/dist/esm/api/types/ReturnedId.mjs +1 -3
  3568. package/dist/esm/api/types/RiskAction.d.mts +0 -3
  3569. package/dist/esm/api/types/RiskAction.mjs +1 -3
  3570. package/dist/esm/api/types/RiskActionCode.d.mts +0 -3
  3571. package/dist/esm/api/types/RiskActionCode.mjs +1 -3
  3572. package/dist/esm/api/types/RiskFlagged.d.mts +0 -3
  3573. package/dist/esm/api/types/RiskFlagged.mjs +1 -3
  3574. package/dist/esm/api/types/RiskFlaggedOn.d.mts +0 -3
  3575. package/dist/esm/api/types/RiskFlaggedOn.mjs +1 -3
  3576. package/dist/esm/api/types/RiskReason.d.mts +0 -3
  3577. package/dist/esm/api/types/RiskReason.mjs +1 -3
  3578. package/dist/esm/api/types/RiskStatus.d.mts +0 -3
  3579. package/dist/esm/api/types/RiskStatus.mjs +1 -3
  3580. package/dist/esm/api/types/RoomIdNotInUse.d.mts +0 -3
  3581. package/dist/esm/api/types/RoomIdNotInUse.mjs +1 -3
  3582. package/dist/esm/api/types/RoutingAccount.d.mts +0 -3
  3583. package/dist/esm/api/types/RoutingAccount.mjs +1 -3
  3584. package/dist/esm/api/types/SSection.d.mts +1 -4
  3585. package/dist/esm/api/types/SSection.mjs +1 -3
  3586. package/dist/esm/api/types/SalesCode.d.mts +0 -3
  3587. package/dist/esm/api/types/SalesCode.mjs +1 -3
  3588. package/dist/esm/api/types/SalesSection.d.mts +1 -4
  3589. package/dist/esm/api/types/SalesSection.mjs +1 -3
  3590. package/dist/esm/api/types/SaveIfSuccess.d.mts +0 -3
  3591. package/dist/esm/api/types/SaveIfSuccess.mjs +1 -3
  3592. package/dist/esm/api/types/ScheduleDetail.d.mts +1 -4
  3593. package/dist/esm/api/types/ScheduleDetail.mjs +1 -3
  3594. package/dist/esm/api/types/ScheduleId.d.mts +0 -3
  3595. package/dist/esm/api/types/ScheduleId.mjs +1 -3
  3596. package/dist/esm/api/types/Sequence.d.mts +0 -3
  3597. package/dist/esm/api/types/Sequence.mjs +1 -3
  3598. package/dist/esm/api/types/ServiceCost.d.mts +1 -4
  3599. package/dist/esm/api/types/ServiceCost.mjs +1 -3
  3600. package/dist/esm/api/types/Services.d.mts +1 -4
  3601. package/dist/esm/api/types/Services.mjs +1 -3
  3602. package/dist/esm/api/types/ServicesSection.d.mts +1 -4
  3603. package/dist/esm/api/types/ServicesSection.mjs +1 -3
  3604. package/dist/esm/api/types/SettingElement.d.mts +1 -4
  3605. package/dist/esm/api/types/SettingElement.mjs +1 -3
  3606. package/dist/esm/api/types/SettingsQueryRecord.d.mts +1 -4
  3607. package/dist/esm/api/types/SettingsQueryRecord.mjs +1 -3
  3608. package/dist/esm/api/types/SettlementStatus.d.mts +0 -3
  3609. package/dist/esm/api/types/SettlementStatus.mjs +1 -3
  3610. package/dist/esm/api/types/SettlementStatusPayout.d.mts +0 -3
  3611. package/dist/esm/api/types/SettlementStatusPayout.mjs +1 -3
  3612. package/dist/esm/api/types/ShippingFromZip.d.mts +0 -3
  3613. package/dist/esm/api/types/ShippingFromZip.mjs +1 -3
  3614. package/dist/esm/api/types/Shippingaddress.d.mts +0 -3
  3615. package/dist/esm/api/types/Shippingaddress.mjs +1 -3
  3616. package/dist/esm/api/types/Shippingaddressadditional.d.mts +0 -3
  3617. package/dist/esm/api/types/Shippingaddressadditional.mjs +1 -3
  3618. package/dist/esm/api/types/Shippingcity.d.mts +0 -3
  3619. package/dist/esm/api/types/Shippingcity.mjs +1 -3
  3620. package/dist/esm/api/types/Shippingcountry.d.mts +0 -3
  3621. package/dist/esm/api/types/Shippingcountry.mjs +1 -3
  3622. package/dist/esm/api/types/Shippingstate.d.mts +0 -3
  3623. package/dist/esm/api/types/Shippingstate.mjs +1 -3
  3624. package/dist/esm/api/types/Shippingzip.d.mts +0 -3
  3625. package/dist/esm/api/types/Shippingzip.mjs +1 -3
  3626. package/dist/esm/api/types/SignDate.d.mts +0 -3
  3627. package/dist/esm/api/types/SignDate.mjs +1 -3
  3628. package/dist/esm/api/types/Signaturedata.d.mts +0 -3
  3629. package/dist/esm/api/types/Signaturedata.mjs +1 -3
  3630. package/dist/esm/api/types/SignedDocumentReference.d.mts +0 -3
  3631. package/dist/esm/api/types/SignedDocumentReference.mjs +1 -3
  3632. package/dist/esm/api/types/SignerAcceptance.d.mts +0 -3
  3633. package/dist/esm/api/types/SignerAcceptance.mjs +1 -3
  3634. package/dist/esm/api/types/SignerAddress1.d.mts +0 -3
  3635. package/dist/esm/api/types/SignerAddress1.mjs +1 -3
  3636. package/dist/esm/api/types/SignerCity.d.mts +0 -3
  3637. package/dist/esm/api/types/SignerCity.mjs +1 -3
  3638. package/dist/esm/api/types/SignerCountry.d.mts +0 -3
  3639. package/dist/esm/api/types/SignerCountry.mjs +1 -3
  3640. package/dist/esm/api/types/SignerData.d.mts +1 -4
  3641. package/dist/esm/api/types/SignerData.mjs +1 -3
  3642. package/dist/esm/api/types/SignerDataRequest.d.mts +1 -4
  3643. package/dist/esm/api/types/SignerDataRequest.mjs +1 -3
  3644. package/dist/esm/api/types/SignerDob.d.mts +0 -3
  3645. package/dist/esm/api/types/SignerDob.mjs +1 -3
  3646. package/dist/esm/api/types/SignerName.d.mts +0 -3
  3647. package/dist/esm/api/types/SignerName.mjs +1 -3
  3648. package/dist/esm/api/types/SignerPhone.d.mts +0 -3
  3649. package/dist/esm/api/types/SignerPhone.mjs +1 -3
  3650. package/dist/esm/api/types/SignerSection.d.mts +1 -4
  3651. package/dist/esm/api/types/SignerSection.mjs +1 -3
  3652. package/dist/esm/api/types/SignerSsn.d.mts +0 -3
  3653. package/dist/esm/api/types/SignerSsn.mjs +1 -3
  3654. package/dist/esm/api/types/SignerState.d.mts +0 -3
  3655. package/dist/esm/api/types/SignerState.mjs +1 -3
  3656. package/dist/esm/api/types/SignerZip.d.mts +0 -3
  3657. package/dist/esm/api/types/SignerZip.mjs +1 -3
  3658. package/dist/esm/api/types/Signeraddress.d.mts +0 -3
  3659. package/dist/esm/api/types/Signeraddress.mjs +1 -3
  3660. package/dist/esm/api/types/Source.d.mts +0 -3
  3661. package/dist/esm/api/types/Source.mjs +1 -3
  3662. package/dist/esm/api/types/SplitFunding.d.mts +1 -4
  3663. package/dist/esm/api/types/SplitFunding.mjs +1 -3
  3664. package/dist/esm/api/types/SplitFundingContent.d.mts +0 -3
  3665. package/dist/esm/api/types/SplitFundingContent.mjs +1 -3
  3666. package/dist/esm/api/types/SplitFundingRefundContent.d.mts +0 -3
  3667. package/dist/esm/api/types/SplitFundingRefundContent.mjs +1 -3
  3668. package/dist/esm/api/types/StateNullable.d.mts +0 -3
  3669. package/dist/esm/api/types/StateNullable.mjs +1 -3
  3670. package/dist/esm/api/types/Statusnotification.d.mts +0 -3
  3671. package/dist/esm/api/types/Statusnotification.mjs +1 -3
  3672. package/dist/esm/api/types/StoredMethodUsageType.d.mts +0 -3
  3673. package/dist/esm/api/types/StoredMethodUsageType.mjs +1 -3
  3674. package/dist/esm/api/types/Storedmethodid.d.mts +0 -3
  3675. package/dist/esm/api/types/Storedmethodid.mjs +1 -3
  3676. package/dist/esm/api/types/SubFooter.d.mts +0 -3
  3677. package/dist/esm/api/types/SubFooter.mjs +1 -3
  3678. package/dist/esm/api/types/SubHeader.d.mts +0 -3
  3679. package/dist/esm/api/types/SubHeader.mjs +1 -3
  3680. package/dist/esm/api/types/Subdomain.d.mts +0 -3
  3681. package/dist/esm/api/types/Subdomain.mjs +1 -3
  3682. package/dist/esm/api/types/SubscriptionQueryRecords.d.mts +1 -4
  3683. package/dist/esm/api/types/SubscriptionQueryRecords.mjs +1 -3
  3684. package/dist/esm/api/types/Subscriptionid.d.mts +0 -3
  3685. package/dist/esm/api/types/Subscriptionid.mjs +1 -3
  3686. package/dist/esm/api/types/SummaryCommodityCode.d.mts +0 -3
  3687. package/dist/esm/api/types/SummaryCommodityCode.mjs +1 -3
  3688. package/dist/esm/api/types/SummaryOrg.d.mts +0 -3
  3689. package/dist/esm/api/types/SummaryOrg.mjs +1 -3
  3690. package/dist/esm/api/types/Target.d.mts +0 -3
  3691. package/dist/esm/api/types/Target.mjs +1 -3
  3692. package/dist/esm/api/types/Tax.d.mts +0 -3
  3693. package/dist/esm/api/types/Tax.mjs +1 -3
  3694. package/dist/esm/api/types/Taxfillname.d.mts +0 -3
  3695. package/dist/esm/api/types/Taxfillname.mjs +1 -3
  3696. package/dist/esm/api/types/TemplateAdditionalDataField.d.mts +1 -4
  3697. package/dist/esm/api/types/TemplateAdditionalDataField.mjs +1 -3
  3698. package/dist/esm/api/types/TemplateAdditionalDataSection.d.mts +1 -4
  3699. package/dist/esm/api/types/TemplateAdditionalDataSection.mjs +1 -3
  3700. package/dist/esm/api/types/TemplateCode.d.mts +0 -3
  3701. package/dist/esm/api/types/TemplateCode.mjs +1 -3
  3702. package/dist/esm/api/types/TemplateContent.d.mts +1 -4
  3703. package/dist/esm/api/types/TemplateContent.mjs +1 -3
  3704. package/dist/esm/api/types/TemplateContentResponse.d.mts +1 -4
  3705. package/dist/esm/api/types/TemplateContentResponse.mjs +1 -3
  3706. package/dist/esm/api/types/TemplateData.d.mts +1 -4
  3707. package/dist/esm/api/types/TemplateData.mjs +1 -3
  3708. package/dist/esm/api/types/TemplateElement.d.mts +1 -4
  3709. package/dist/esm/api/types/TemplateElement.mjs +1 -3
  3710. package/dist/esm/api/types/TemplateId.d.mts +0 -3
  3711. package/dist/esm/api/types/TemplateId.mjs +1 -3
  3712. package/dist/esm/api/types/TemplateName.d.mts +0 -3
  3713. package/dist/esm/api/types/TemplateName.mjs +1 -3
  3714. package/dist/esm/api/types/TemplateQueryRecord.d.mts +1 -4
  3715. package/dist/esm/api/types/TemplateQueryRecord.mjs +1 -3
  3716. package/dist/esm/api/types/TemplateQueryResponse.d.mts +1 -4
  3717. package/dist/esm/api/types/TemplateQueryResponse.mjs +1 -3
  3718. package/dist/esm/api/types/Terms.d.mts +0 -3
  3719. package/dist/esm/api/types/Terms.mjs +1 -3
  3720. package/dist/esm/api/types/TermsConditions.d.mts +0 -3
  3721. package/dist/esm/api/types/TermsConditions.mjs +1 -3
  3722. package/dist/esm/api/types/Ticketamt.d.mts +0 -3
  3723. package/dist/esm/api/types/Ticketamt.mjs +1 -3
  3724. package/dist/esm/api/types/TierItem.d.mts +0 -3
  3725. package/dist/esm/api/types/TierItem.mjs +1 -3
  3726. package/dist/esm/api/types/TierItemPass.d.mts +0 -3
  3727. package/dist/esm/api/types/TierItemPass.mjs +1 -3
  3728. package/dist/esm/api/types/Timezone.d.mts +0 -3
  3729. package/dist/esm/api/types/Timezone.mjs +1 -3
  3730. package/dist/esm/api/types/Totalpages.d.mts +0 -3
  3731. package/dist/esm/api/types/Totalpages.mjs +1 -3
  3732. package/dist/esm/api/types/Totalrecords.d.mts +0 -3
  3733. package/dist/esm/api/types/Totalrecords.mjs +1 -3
  3734. package/dist/esm/api/types/TransStatus.d.mts +0 -3
  3735. package/dist/esm/api/types/TransStatus.mjs +1 -3
  3736. package/dist/esm/api/types/TransactionOutQueryRecord.d.mts +1 -4
  3737. package/dist/esm/api/types/TransactionOutQueryRecord.mjs +1 -3
  3738. package/dist/esm/api/types/TransactionQueryRecords.d.mts +1 -4
  3739. package/dist/esm/api/types/TransactionQueryRecords.mjs +1 -3
  3740. package/dist/esm/api/types/TransactionQueryRecordsCustomer.d.mts +60 -0
  3741. package/dist/esm/api/types/TransactionQueryRecordsCustomer.mjs +2 -0
  3742. package/dist/esm/api/types/TransactionTime.d.mts +0 -3
  3743. package/dist/esm/api/types/TransactionTime.mjs +1 -3
  3744. package/dist/esm/api/types/Transfer.d.mts +4 -6
  3745. package/dist/esm/api/types/Transfer.mjs +1 -3
  3746. package/dist/esm/api/types/TransferBankAccount.d.mts +1 -4
  3747. package/dist/esm/api/types/TransferBankAccount.mjs +1 -3
  3748. package/dist/esm/api/types/TransferIdentifier.d.mts +0 -3
  3749. package/dist/esm/api/types/TransferIdentifier.mjs +1 -3
  3750. package/dist/esm/api/types/TransferMessage.d.mts +1 -4
  3751. package/dist/esm/api/types/TransferMessage.mjs +1 -3
  3752. package/dist/esm/api/types/TransferMessageProperties.d.mts +0 -3
  3753. package/dist/esm/api/types/TransferMessageProperties.mjs +1 -3
  3754. package/dist/esm/api/types/TransferQueryResponse.d.mts +2 -6
  3755. package/dist/esm/api/types/TransferQueryResponse.mjs +1 -3
  3756. package/dist/esm/api/types/TransferSummary.d.mts +1 -4
  3757. package/dist/esm/api/types/TransferSummary.mjs +1 -3
  3758. package/dist/esm/api/types/TypeAccount.d.mts +2 -7
  3759. package/dist/esm/api/types/TypeAccount.mjs +2 -3
  3760. package/dist/esm/api/types/UnderWritingMethod.d.mts +1 -4
  3761. package/dist/esm/api/types/UnderWritingMethod.mjs +5 -1
  3762. package/dist/esm/api/types/UnderwritingData.d.mts +1 -4
  3763. package/dist/esm/api/types/UnderwritingData.mjs +1 -3
  3764. package/dist/esm/api/types/UnderwritingDataResponse.d.mts +1 -4
  3765. package/dist/esm/api/types/UnderwritingDataResponse.mjs +1 -3
  3766. package/dist/esm/api/types/UserData.d.mts +1 -4
  3767. package/dist/esm/api/types/UserData.mjs +1 -3
  3768. package/dist/esm/api/types/UserQueryRecord.d.mts +1 -4
  3769. package/dist/esm/api/types/UserQueryRecord.mjs +1 -3
  3770. package/dist/esm/api/types/UsrAccess.d.mts +0 -3
  3771. package/dist/esm/api/types/UsrAccess.mjs +1 -3
  3772. package/dist/esm/api/types/UsrStatus.d.mts +0 -3
  3773. package/dist/esm/api/types/UsrStatus.mjs +1 -3
  3774. package/dist/esm/api/types/VCardQueryResponse.d.mts +1 -4
  3775. package/dist/esm/api/types/VCardQueryResponse.mjs +1 -3
  3776. package/dist/esm/api/types/VCardRecord.d.mts +1 -4
  3777. package/dist/esm/api/types/VCardRecord.mjs +1 -3
  3778. package/dist/esm/api/types/VCardSummary.d.mts +1 -4
  3779. package/dist/esm/api/types/VCardSummary.mjs +1 -3
  3780. package/dist/esm/api/types/ValueTemplates.d.mts +0 -3
  3781. package/dist/esm/api/types/ValueTemplates.mjs +1 -3
  3782. package/dist/esm/api/types/VendorCheckNumber.d.mts +0 -3
  3783. package/dist/esm/api/types/VendorCheckNumber.mjs +1 -3
  3784. package/dist/esm/api/types/VendorData.d.mts +1 -4
  3785. package/dist/esm/api/types/VendorData.mjs +1 -3
  3786. package/dist/esm/api/types/VendorDataResponse.d.mts +3 -11
  3787. package/dist/esm/api/types/VendorDataResponse.mjs +2 -3
  3788. package/dist/esm/api/types/VendorEin.d.mts +0 -3
  3789. package/dist/esm/api/types/VendorEin.mjs +1 -3
  3790. package/dist/esm/api/types/VendorName1.d.mts +0 -3
  3791. package/dist/esm/api/types/VendorName1.mjs +1 -3
  3792. package/dist/esm/api/types/VendorName2.d.mts +0 -3
  3793. package/dist/esm/api/types/VendorName2.mjs +1 -3
  3794. package/dist/esm/api/types/VendorNumber.d.mts +0 -3
  3795. package/dist/esm/api/types/VendorNumber.mjs +1 -3
  3796. package/dist/esm/api/types/VendorOutData.d.mts +1 -4
  3797. package/dist/esm/api/types/VendorOutData.mjs +1 -3
  3798. package/dist/esm/api/types/VendorPaymentMethod.d.mts +0 -3
  3799. package/dist/esm/api/types/VendorPaymentMethod.mjs +1 -3
  3800. package/dist/esm/api/types/VendorPaymentMethodString.d.mts +0 -3
  3801. package/dist/esm/api/types/VendorPaymentMethodString.mjs +1 -3
  3802. package/dist/esm/api/types/VendorPhone.d.mts +0 -3
  3803. package/dist/esm/api/types/VendorPhone.mjs +1 -3
  3804. package/dist/esm/api/types/VendorQueryRecord.d.mts +1 -8
  3805. package/dist/esm/api/types/VendorQueryRecord.mjs +1 -3
  3806. package/dist/esm/api/types/VendorResponseBillingData.d.mts +0 -3
  3807. package/dist/esm/api/types/VendorResponseBillingData.mjs +1 -3
  3808. package/dist/esm/api/types/VendorResponseStoredMethod.d.mts +0 -3
  3809. package/dist/esm/api/types/VendorResponseStoredMethod.mjs +1 -3
  3810. package/dist/esm/api/types/VendorResponseSummary.d.mts +0 -3
  3811. package/dist/esm/api/types/VendorResponseSummary.mjs +1 -3
  3812. package/dist/esm/api/types/VendorSummary.d.mts +0 -3
  3813. package/dist/esm/api/types/VendorSummary.mjs +1 -3
  3814. package/dist/esm/api/types/Vendorid.d.mts +0 -3
  3815. package/dist/esm/api/types/Vendorid.mjs +1 -3
  3816. package/dist/esm/api/types/Vendorstatus.d.mts +0 -3
  3817. package/dist/esm/api/types/Vendorstatus.mjs +1 -3
  3818. package/dist/esm/api/types/Visible.d.mts +0 -3
  3819. package/dist/esm/api/types/Visible.mjs +1 -3
  3820. package/dist/esm/api/types/WalletCascade.d.mts +0 -3
  3821. package/dist/esm/api/types/WalletCascade.mjs +1 -3
  3822. package/dist/esm/api/types/WalletIsEnabled.d.mts +0 -3
  3823. package/dist/esm/api/types/WalletIsEnabled.mjs +1 -3
  3824. package/dist/esm/api/types/Website.d.mts +0 -3
  3825. package/dist/esm/api/types/Website.mjs +1 -3
  3826. package/dist/esm/api/types/Whencharged.d.mts +2 -7
  3827. package/dist/esm/api/types/Whencharged.mjs +2 -3
  3828. package/dist/esm/api/types/Whendelivered.d.mts +2 -7
  3829. package/dist/esm/api/types/Whendelivered.mjs +2 -3
  3830. package/dist/esm/api/types/Whenprovided.d.mts +2 -7
  3831. package/dist/esm/api/types/Whenprovided.mjs +2 -3
  3832. package/dist/esm/api/types/Whenrefunded.d.mts +2 -7
  3833. package/dist/esm/api/types/Whenrefunded.mjs +2 -3
  3834. package/dist/esm/api/types/Zip.d.mts +0 -3
  3835. package/dist/esm/api/types/Zip.mjs +1 -3
  3836. package/dist/esm/api/types/index.d.mts +63 -61
  3837. package/dist/esm/api/types/index.mjs +63 -61
  3838. package/dist/esm/auth/HeaderAuthProvider.d.mts +14 -0
  3839. package/dist/esm/auth/HeaderAuthProvider.mjs +34 -0
  3840. package/dist/esm/auth/index.d.mts +1 -0
  3841. package/dist/esm/auth/index.mjs +1 -0
  3842. package/dist/esm/core/auth/AuthProvider.d.mts +7 -0
  3843. package/dist/esm/core/auth/AuthProvider.mjs +1 -0
  3844. package/dist/esm/core/auth/AuthRequest.d.mts +9 -0
  3845. package/dist/esm/core/auth/AuthRequest.mjs +1 -0
  3846. package/dist/esm/core/auth/BasicAuth.d.mts +8 -0
  3847. package/dist/esm/core/auth/BasicAuth.mjs +24 -0
  3848. package/dist/esm/core/auth/BearerToken.d.mts +7 -0
  3849. package/dist/esm/core/auth/BearerToken.mjs +13 -0
  3850. package/dist/esm/core/auth/NoOpAuthProvider.d.mts +5 -0
  3851. package/dist/esm/core/auth/NoOpAuthProvider.mjs +5 -0
  3852. package/dist/esm/core/auth/index.d.mts +5 -0
  3853. package/dist/esm/core/auth/index.mjs +3 -0
  3854. package/dist/esm/core/base64.d.mts +2 -0
  3855. package/dist/esm/core/base64.mjs +22 -0
  3856. package/dist/esm/core/exports.d.mts +1 -0
  3857. package/dist/esm/core/exports.mjs +1 -0
  3858. package/dist/esm/core/fetcher/APIResponse.d.mts +1 -1
  3859. package/dist/esm/core/fetcher/BinaryResponse.d.mts +6 -7
  3860. package/dist/esm/core/fetcher/EndpointMetadata.d.mts +13 -0
  3861. package/dist/esm/core/fetcher/EndpointMetadata.mjs +1 -0
  3862. package/dist/esm/core/fetcher/EndpointSupplier.d.mts +12 -0
  3863. package/dist/esm/core/fetcher/EndpointSupplier.mjs +19 -0
  3864. package/dist/esm/core/fetcher/Fetcher.d.mts +14 -5
  3865. package/dist/esm/core/fetcher/Fetcher.mjs +207 -11
  3866. package/dist/esm/core/fetcher/HttpResponsePromise.d.mts +1 -1
  3867. package/dist/esm/core/fetcher/getErrorResponseBody.mjs +2 -1
  3868. package/dist/esm/core/fetcher/getRequestBody.d.mts +1 -1
  3869. package/dist/esm/core/fetcher/getRequestBody.mjs +4 -0
  3870. package/dist/esm/core/fetcher/getResponseBody.mjs +21 -7
  3871. package/dist/esm/core/fetcher/index.d.mts +2 -0
  3872. package/dist/esm/core/fetcher/index.mjs +1 -0
  3873. package/dist/esm/core/fetcher/makeRequest.d.mts +1 -1
  3874. package/dist/esm/core/fetcher/makeRequest.mjs +2 -4
  3875. package/dist/esm/core/fetcher/requestWithRetries.mjs +16 -21
  3876. package/dist/esm/core/fetcher/signals.d.mts +1 -7
  3877. package/dist/esm/core/fetcher/signals.mjs +0 -12
  3878. package/dist/esm/core/file/exports.d.mts +1 -1
  3879. package/dist/esm/core/file/file.d.mts +6 -1
  3880. package/dist/esm/core/file/file.mjs +24 -7
  3881. package/dist/esm/core/form-data-utils/FormDataWrapper.d.mts +2 -3
  3882. package/dist/esm/core/form-data-utils/FormDataWrapper.mjs +59 -82
  3883. package/dist/esm/core/headers.d.mts +2 -3
  3884. package/dist/esm/core/headers.mjs +6 -4
  3885. package/dist/esm/core/index.d.mts +5 -2
  3886. package/dist/esm/core/index.mjs +5 -2
  3887. package/dist/esm/core/logging/exports.d.mts +18 -0
  3888. package/dist/esm/core/logging/exports.mjs +9 -0
  3889. package/dist/esm/core/logging/index.d.mts +1 -0
  3890. package/dist/esm/core/logging/index.mjs +1 -0
  3891. package/dist/esm/core/logging/logger.d.mts +126 -0
  3892. package/dist/esm/core/logging/logger.mjs +138 -0
  3893. package/dist/esm/core/runtime/runtime.mjs +11 -10
  3894. package/dist/esm/core/url/encodePathParam.d.mts +1 -0
  3895. package/dist/esm/core/url/encodePathParam.mjs +18 -0
  3896. package/dist/esm/core/url/index.d.mts +1 -0
  3897. package/dist/esm/core/url/index.mjs +1 -0
  3898. package/dist/esm/core/url/join.mjs +3 -4
  3899. package/dist/esm/environments.d.mts +0 -3
  3900. package/dist/esm/environments.mjs +1 -3
  3901. package/dist/esm/errors/PayabliError.d.mts +1 -4
  3902. package/dist/esm/errors/PayabliError.mjs +2 -4
  3903. package/dist/esm/errors/PayabliTimeoutError.d.mts +0 -3
  3904. package/dist/esm/errors/PayabliTimeoutError.mjs +1 -3
  3905. package/dist/esm/errors/handleNonStatusCodeError.d.mts +2 -0
  3906. package/dist/esm/errors/handleNonStatusCodeError.mjs +29 -0
  3907. package/dist/esm/index.d.mts +2 -1
  3908. package/dist/esm/index.mjs +1 -1
  3909. package/package.json +20 -19
  3910. package/reference.md +2360 -2274
  3911. package/dist/cjs/core/fetcher/ResponseWithBody.d.ts +0 -4
  3912. package/dist/cjs/core/fetcher/ResponseWithBody.js +0 -6
  3913. package/dist/cjs/version.d.ts +0 -1
  3914. package/dist/esm/core/fetcher/ResponseWithBody.d.mts +0 -4
  3915. package/dist/esm/core/fetcher/ResponseWithBody.mjs +0 -3
  3916. package/dist/esm/version.d.mts +0 -1
  3917. package/dist/esm/version.mjs +0 -1
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
- /**
3
- * This file was auto-generated by Fern from our API Definition.
4
- */
2
+ // This file was auto-generated by Fern from our API Definition.
5
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
4
  if (k2 === undefined) k2 = k;
7
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -45,16 +43,18 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
45
43
  });
46
44
  };
47
45
  Object.defineProperty(exports, "__esModule", { value: true });
48
- exports.Query = void 0;
49
- const environments = __importStar(require("../../../../environments.js"));
46
+ exports.QueryClient = void 0;
47
+ const BaseClient_js_1 = require("../../../../BaseClient.js");
48
+ const headers_js_1 = require("../../../../core/headers.js");
50
49
  const core = __importStar(require("../../../../core/index.js"));
51
- const Payabli = __importStar(require("../../../index.js"));
52
50
  const json_js_1 = require("../../../../core/json.js");
53
- const headers_js_1 = require("../../../../core/headers.js");
51
+ const environments = __importStar(require("../../../../environments.js"));
52
+ const handleNonStatusCodeError_js_1 = require("../../../../errors/handleNonStatusCodeError.js");
54
53
  const errors = __importStar(require("../../../../errors/index.js"));
55
- class Query {
56
- constructor(_options = {}) {
57
- this._options = _options;
54
+ const Payabli = __importStar(require("../../../index.js"));
55
+ class QueryClient {
56
+ constructor(options = {}) {
57
+ this._options = (0, BaseClient_js_1.normalizeClientOptionsWithAuth)(options);
58
58
  }
59
59
  /**
60
60
  * Retrieve a list of batches and their details, including settled and
@@ -62,7 +62,7 @@ class Query {
62
62
  *
63
63
  * @param {Payabli.Entry} entry
64
64
  * @param {Payabli.ListBatchDetailsRequest} request
65
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
65
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
66
66
  *
67
67
  * @throws {@link Payabli.BadRequestError}
68
68
  * @throws {@link Payabli.UnauthorizedError}
@@ -81,33 +81,36 @@ class Query {
81
81
  }
82
82
  __listBatchDetails(entry_1) {
83
83
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
84
- var _a, _b, _c;
84
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
85
85
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
86
86
  const _queryParams = {};
87
87
  if (exportFormat != null) {
88
- _queryParams["exportFormat"] = exportFormat;
88
+ _queryParams.exportFormat = exportFormat;
89
89
  }
90
90
  if (fromRecord != null) {
91
- _queryParams["fromRecord"] = fromRecord.toString();
91
+ _queryParams.fromRecord = fromRecord.toString();
92
92
  }
93
93
  if (limitRecord != null) {
94
- _queryParams["limitRecord"] = limitRecord.toString();
94
+ _queryParams.limitRecord = limitRecord.toString();
95
95
  }
96
96
  if (parameters != null) {
97
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
97
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
98
98
  }
99
99
  if (sortBy != null) {
100
- _queryParams["sortBy"] = sortBy;
100
+ _queryParams.sortBy = sortBy;
101
101
  }
102
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
102
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
103
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
103
104
  const _response = yield core.fetcher({
104
- 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, `Query/batchDetails/${encodeURIComponent(entry)}`),
105
+ 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, `Query/batchDetails/${core.url.encodePathParam(entry)}`),
105
106
  method: "GET",
106
107
  headers: _headers,
107
108
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
108
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
109
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
109
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
110
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
110
111
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
112
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
113
+ logging: this._options.logging,
111
114
  });
112
115
  if (_response.ok) {
113
116
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -130,21 +133,7 @@ class Query {
130
133
  });
131
134
  }
132
135
  }
133
- switch (_response.error.reason) {
134
- case "non-json":
135
- throw new errors.PayabliError({
136
- statusCode: _response.error.statusCode,
137
- body: _response.error.rawBody,
138
- rawResponse: _response.rawResponse,
139
- });
140
- case "timeout":
141
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/batchDetails/{entry}.");
142
- case "unknown":
143
- throw new errors.PayabliError({
144
- message: _response.error.errorMessage,
145
- rawResponse: _response.rawResponse,
146
- });
147
- }
136
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/batchDetails/{entry}");
148
137
  });
149
138
  }
150
139
  /**
@@ -152,7 +141,7 @@ class Query {
152
141
  *
153
142
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
154
143
  * @param {Payabli.ListBatchDetailsOrgRequest} request
155
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
144
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
156
145
  *
157
146
  * @throws {@link Payabli.BadRequestError}
158
147
  * @throws {@link Payabli.UnauthorizedError}
@@ -171,33 +160,36 @@ class Query {
171
160
  }
172
161
  __listBatchDetailsOrg(orgId_1) {
173
162
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
174
- var _a, _b, _c;
163
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
175
164
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
176
165
  const _queryParams = {};
177
166
  if (exportFormat != null) {
178
- _queryParams["exportFormat"] = exportFormat;
167
+ _queryParams.exportFormat = exportFormat;
179
168
  }
180
169
  if (fromRecord != null) {
181
- _queryParams["fromRecord"] = fromRecord.toString();
170
+ _queryParams.fromRecord = fromRecord.toString();
182
171
  }
183
172
  if (limitRecord != null) {
184
- _queryParams["limitRecord"] = limitRecord.toString();
173
+ _queryParams.limitRecord = limitRecord.toString();
185
174
  }
186
175
  if (parameters != null) {
187
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
176
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
188
177
  }
189
178
  if (sortBy != null) {
190
- _queryParams["sortBy"] = sortBy;
179
+ _queryParams.sortBy = sortBy;
191
180
  }
192
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
181
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
182
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
193
183
  const _response = yield core.fetcher({
194
- 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, `Query/batchDetails/org/${encodeURIComponent(orgId)}`),
184
+ 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, `Query/batchDetails/org/${core.url.encodePathParam(orgId)}`),
195
185
  method: "GET",
196
186
  headers: _headers,
197
187
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
198
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
199
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
188
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
189
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
200
190
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
191
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
192
+ logging: this._options.logging,
201
193
  });
202
194
  if (_response.ok) {
203
195
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -220,21 +212,7 @@ class Query {
220
212
  });
221
213
  }
222
214
  }
223
- switch (_response.error.reason) {
224
- case "non-json":
225
- throw new errors.PayabliError({
226
- statusCode: _response.error.statusCode,
227
- body: _response.error.rawBody,
228
- rawResponse: _response.rawResponse,
229
- });
230
- case "timeout":
231
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/batchDetails/org/{orgId}.");
232
- case "unknown":
233
- throw new errors.PayabliError({
234
- message: _response.error.errorMessage,
235
- rawResponse: _response.rawResponse,
236
- });
237
- }
215
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/batchDetails/org/{orgId}");
238
216
  });
239
217
  }
240
218
  /**
@@ -242,7 +220,7 @@ class Query {
242
220
  *
243
221
  * @param {Payabli.Entry} entry
244
222
  * @param {Payabli.ListBatchesRequest} request
245
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
223
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
246
224
  *
247
225
  * @throws {@link Payabli.BadRequestError}
248
226
  * @throws {@link Payabli.UnauthorizedError}
@@ -261,33 +239,36 @@ class Query {
261
239
  }
262
240
  __listBatches(entry_1) {
263
241
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
264
- var _a, _b, _c;
242
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
265
243
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
266
244
  const _queryParams = {};
267
245
  if (exportFormat != null) {
268
- _queryParams["exportFormat"] = exportFormat;
246
+ _queryParams.exportFormat = exportFormat;
269
247
  }
270
248
  if (fromRecord != null) {
271
- _queryParams["fromRecord"] = fromRecord.toString();
249
+ _queryParams.fromRecord = fromRecord.toString();
272
250
  }
273
251
  if (limitRecord != null) {
274
- _queryParams["limitRecord"] = limitRecord.toString();
252
+ _queryParams.limitRecord = limitRecord.toString();
275
253
  }
276
254
  if (parameters != null) {
277
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
255
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
278
256
  }
279
257
  if (sortBy != null) {
280
- _queryParams["sortBy"] = sortBy;
258
+ _queryParams.sortBy = sortBy;
281
259
  }
282
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
260
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
261
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
283
262
  const _response = yield core.fetcher({
284
- 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, `Query/batches/${encodeURIComponent(entry)}`),
263
+ 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, `Query/batches/${core.url.encodePathParam(entry)}`),
285
264
  method: "GET",
286
265
  headers: _headers,
287
266
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
288
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
289
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
267
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
268
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
290
269
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
270
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
271
+ logging: this._options.logging,
291
272
  });
292
273
  if (_response.ok) {
293
274
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -310,21 +291,7 @@ class Query {
310
291
  });
311
292
  }
312
293
  }
313
- switch (_response.error.reason) {
314
- case "non-json":
315
- throw new errors.PayabliError({
316
- statusCode: _response.error.statusCode,
317
- body: _response.error.rawBody,
318
- rawResponse: _response.rawResponse,
319
- });
320
- case "timeout":
321
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/batches/{entry}.");
322
- case "unknown":
323
- throw new errors.PayabliError({
324
- message: _response.error.errorMessage,
325
- rawResponse: _response.rawResponse,
326
- });
327
- }
294
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/batches/{entry}");
328
295
  });
329
296
  }
330
297
  /**
@@ -332,7 +299,7 @@ class Query {
332
299
  *
333
300
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
334
301
  * @param {Payabli.ListBatchesOrgRequest} request
335
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
302
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
336
303
  *
337
304
  * @throws {@link Payabli.BadRequestError}
338
305
  * @throws {@link Payabli.UnauthorizedError}
@@ -351,33 +318,36 @@ class Query {
351
318
  }
352
319
  __listBatchesOrg(orgId_1) {
353
320
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
354
- var _a, _b, _c;
321
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
355
322
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
356
323
  const _queryParams = {};
357
324
  if (exportFormat != null) {
358
- _queryParams["exportFormat"] = exportFormat;
325
+ _queryParams.exportFormat = exportFormat;
359
326
  }
360
327
  if (fromRecord != null) {
361
- _queryParams["fromRecord"] = fromRecord.toString();
328
+ _queryParams.fromRecord = fromRecord.toString();
362
329
  }
363
330
  if (limitRecord != null) {
364
- _queryParams["limitRecord"] = limitRecord.toString();
331
+ _queryParams.limitRecord = limitRecord.toString();
365
332
  }
366
333
  if (parameters != null) {
367
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
334
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
368
335
  }
369
336
  if (sortBy != null) {
370
- _queryParams["sortBy"] = sortBy;
337
+ _queryParams.sortBy = sortBy;
371
338
  }
372
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
339
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
340
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
373
341
  const _response = yield core.fetcher({
374
- 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, `Query/batches/org/${encodeURIComponent(orgId)}`),
342
+ 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, `Query/batches/org/${core.url.encodePathParam(orgId)}`),
375
343
  method: "GET",
376
344
  headers: _headers,
377
345
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
378
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
379
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
346
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
347
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
380
348
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
349
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
350
+ logging: this._options.logging,
381
351
  });
382
352
  if (_response.ok) {
383
353
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -400,21 +370,7 @@ class Query {
400
370
  });
401
371
  }
402
372
  }
403
- switch (_response.error.reason) {
404
- case "non-json":
405
- throw new errors.PayabliError({
406
- statusCode: _response.error.statusCode,
407
- body: _response.error.rawBody,
408
- rawResponse: _response.rawResponse,
409
- });
410
- case "timeout":
411
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/batches/org/{orgId}.");
412
- case "unknown":
413
- throw new errors.PayabliError({
414
- message: _response.error.errorMessage,
415
- rawResponse: _response.rawResponse,
416
- });
417
- }
373
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/batches/org/{orgId}");
418
374
  });
419
375
  }
420
376
  /**
@@ -422,7 +378,7 @@ class Query {
422
378
  *
423
379
  * @param {Payabli.Entry} entry
424
380
  * @param {Payabli.ListBatchesOutRequest} request
425
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
381
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
426
382
  *
427
383
  * @throws {@link Payabli.BadRequestError}
428
384
  * @throws {@link Payabli.UnauthorizedError}
@@ -441,33 +397,36 @@ class Query {
441
397
  }
442
398
  __listBatchesOut(entry_1) {
443
399
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
444
- var _a, _b, _c;
400
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
445
401
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
446
402
  const _queryParams = {};
447
403
  if (exportFormat != null) {
448
- _queryParams["exportFormat"] = exportFormat;
404
+ _queryParams.exportFormat = exportFormat;
449
405
  }
450
406
  if (fromRecord != null) {
451
- _queryParams["fromRecord"] = fromRecord.toString();
407
+ _queryParams.fromRecord = fromRecord.toString();
452
408
  }
453
409
  if (limitRecord != null) {
454
- _queryParams["limitRecord"] = limitRecord.toString();
410
+ _queryParams.limitRecord = limitRecord.toString();
455
411
  }
456
412
  if (parameters != null) {
457
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
413
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
458
414
  }
459
415
  if (sortBy != null) {
460
- _queryParams["sortBy"] = sortBy;
416
+ _queryParams.sortBy = sortBy;
461
417
  }
462
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
418
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
419
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
463
420
  const _response = yield core.fetcher({
464
- 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, `Query/batchesOut/${encodeURIComponent(entry)}`),
421
+ 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, `Query/batchesOut/${core.url.encodePathParam(entry)}`),
465
422
  method: "GET",
466
423
  headers: _headers,
467
424
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
468
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
469
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
425
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
426
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
470
427
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
428
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
429
+ logging: this._options.logging,
471
430
  });
472
431
  if (_response.ok) {
473
432
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -490,21 +449,7 @@ class Query {
490
449
  });
491
450
  }
492
451
  }
493
- switch (_response.error.reason) {
494
- case "non-json":
495
- throw new errors.PayabliError({
496
- statusCode: _response.error.statusCode,
497
- body: _response.error.rawBody,
498
- rawResponse: _response.rawResponse,
499
- });
500
- case "timeout":
501
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/batchesOut/{entry}.");
502
- case "unknown":
503
- throw new errors.PayabliError({
504
- message: _response.error.errorMessage,
505
- rawResponse: _response.rawResponse,
506
- });
507
- }
452
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/batchesOut/{entry}");
508
453
  });
509
454
  }
510
455
  /**
@@ -512,7 +457,7 @@ class Query {
512
457
  *
513
458
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
514
459
  * @param {Payabli.ListBatchesOutOrgRequest} request
515
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
460
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
516
461
  *
517
462
  * @throws {@link Payabli.BadRequestError}
518
463
  * @throws {@link Payabli.UnauthorizedError}
@@ -531,33 +476,36 @@ class Query {
531
476
  }
532
477
  __listBatchesOutOrg(orgId_1) {
533
478
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
534
- var _a, _b, _c;
479
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
535
480
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
536
481
  const _queryParams = {};
537
482
  if (exportFormat != null) {
538
- _queryParams["exportFormat"] = exportFormat;
483
+ _queryParams.exportFormat = exportFormat;
539
484
  }
540
485
  if (fromRecord != null) {
541
- _queryParams["fromRecord"] = fromRecord.toString();
486
+ _queryParams.fromRecord = fromRecord.toString();
542
487
  }
543
488
  if (limitRecord != null) {
544
- _queryParams["limitRecord"] = limitRecord.toString();
489
+ _queryParams.limitRecord = limitRecord.toString();
545
490
  }
546
491
  if (parameters != null) {
547
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
492
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
548
493
  }
549
494
  if (sortBy != null) {
550
- _queryParams["sortBy"] = sortBy;
495
+ _queryParams.sortBy = sortBy;
551
496
  }
552
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
497
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
498
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
553
499
  const _response = yield core.fetcher({
554
- 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, `Query/batchesOut/org/${encodeURIComponent(orgId)}`),
500
+ 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, `Query/batchesOut/org/${core.url.encodePathParam(orgId)}`),
555
501
  method: "GET",
556
502
  headers: _headers,
557
503
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
558
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
559
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
504
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
505
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
560
506
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
507
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
508
+ logging: this._options.logging,
561
509
  });
562
510
  if (_response.ok) {
563
511
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -580,21 +528,7 @@ class Query {
580
528
  });
581
529
  }
582
530
  }
583
- switch (_response.error.reason) {
584
- case "non-json":
585
- throw new errors.PayabliError({
586
- statusCode: _response.error.statusCode,
587
- body: _response.error.rawBody,
588
- rawResponse: _response.rawResponse,
589
- });
590
- case "timeout":
591
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/batchesOut/org/{orgId}.");
592
- case "unknown":
593
- throw new errors.PayabliError({
594
- message: _response.error.errorMessage,
595
- rawResponse: _response.rawResponse,
596
- });
597
- }
531
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/batchesOut/org/{orgId}");
598
532
  });
599
533
  }
600
534
  /**
@@ -602,7 +536,7 @@ class Query {
602
536
  *
603
537
  * @param {Payabli.Entry} entry
604
538
  * @param {Payabli.ListChargebacksRequest} request
605
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
539
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
606
540
  *
607
541
  * @throws {@link Payabli.BadRequestError}
608
542
  * @throws {@link Payabli.UnauthorizedError}
@@ -621,33 +555,36 @@ class Query {
621
555
  }
622
556
  __listChargebacks(entry_1) {
623
557
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
624
- var _a, _b, _c;
558
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
625
559
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
626
560
  const _queryParams = {};
627
561
  if (exportFormat != null) {
628
- _queryParams["exportFormat"] = exportFormat;
562
+ _queryParams.exportFormat = exportFormat;
629
563
  }
630
564
  if (fromRecord != null) {
631
- _queryParams["fromRecord"] = fromRecord.toString();
565
+ _queryParams.fromRecord = fromRecord.toString();
632
566
  }
633
567
  if (limitRecord != null) {
634
- _queryParams["limitRecord"] = limitRecord.toString();
568
+ _queryParams.limitRecord = limitRecord.toString();
635
569
  }
636
570
  if (parameters != null) {
637
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
571
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
638
572
  }
639
573
  if (sortBy != null) {
640
- _queryParams["sortBy"] = sortBy;
574
+ _queryParams.sortBy = sortBy;
641
575
  }
642
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
576
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
577
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
643
578
  const _response = yield core.fetcher({
644
- 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, `Query/chargebacks/${encodeURIComponent(entry)}`),
579
+ 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, `Query/chargebacks/${core.url.encodePathParam(entry)}`),
645
580
  method: "GET",
646
581
  headers: _headers,
647
582
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
648
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
649
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
583
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
584
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
650
585
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
586
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
587
+ logging: this._options.logging,
651
588
  });
652
589
  if (_response.ok) {
653
590
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -670,21 +607,7 @@ class Query {
670
607
  });
671
608
  }
672
609
  }
673
- switch (_response.error.reason) {
674
- case "non-json":
675
- throw new errors.PayabliError({
676
- statusCode: _response.error.statusCode,
677
- body: _response.error.rawBody,
678
- rawResponse: _response.rawResponse,
679
- });
680
- case "timeout":
681
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/chargebacks/{entry}.");
682
- case "unknown":
683
- throw new errors.PayabliError({
684
- message: _response.error.errorMessage,
685
- rawResponse: _response.rawResponse,
686
- });
687
- }
610
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/chargebacks/{entry}");
688
611
  });
689
612
  }
690
613
  /**
@@ -692,7 +615,7 @@ class Query {
692
615
  *
693
616
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
694
617
  * @param {Payabli.ListChargebacksOrgRequest} request
695
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
618
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
696
619
  *
697
620
  * @throws {@link Payabli.BadRequestError}
698
621
  * @throws {@link Payabli.UnauthorizedError}
@@ -711,33 +634,36 @@ class Query {
711
634
  }
712
635
  __listChargebacksOrg(orgId_1) {
713
636
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
714
- var _a, _b, _c;
637
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
715
638
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
716
639
  const _queryParams = {};
717
640
  if (exportFormat != null) {
718
- _queryParams["exportFormat"] = exportFormat;
641
+ _queryParams.exportFormat = exportFormat;
719
642
  }
720
643
  if (fromRecord != null) {
721
- _queryParams["fromRecord"] = fromRecord.toString();
644
+ _queryParams.fromRecord = fromRecord.toString();
722
645
  }
723
646
  if (limitRecord != null) {
724
- _queryParams["limitRecord"] = limitRecord.toString();
647
+ _queryParams.limitRecord = limitRecord.toString();
725
648
  }
726
649
  if (parameters != null) {
727
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
650
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
728
651
  }
729
652
  if (sortBy != null) {
730
- _queryParams["sortBy"] = sortBy;
653
+ _queryParams.sortBy = sortBy;
731
654
  }
732
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
655
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
656
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
733
657
  const _response = yield core.fetcher({
734
- 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, `Query/chargebacks/org/${encodeURIComponent(orgId)}`),
658
+ 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, `Query/chargebacks/org/${core.url.encodePathParam(orgId)}`),
735
659
  method: "GET",
736
660
  headers: _headers,
737
661
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
738
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
739
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
662
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
663
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
740
664
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
665
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
666
+ logging: this._options.logging,
741
667
  });
742
668
  if (_response.ok) {
743
669
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -760,21 +686,7 @@ class Query {
760
686
  });
761
687
  }
762
688
  }
763
- switch (_response.error.reason) {
764
- case "non-json":
765
- throw new errors.PayabliError({
766
- statusCode: _response.error.statusCode,
767
- body: _response.error.rawBody,
768
- rawResponse: _response.rawResponse,
769
- });
770
- case "timeout":
771
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/chargebacks/org/{orgId}.");
772
- case "unknown":
773
- throw new errors.PayabliError({
774
- message: _response.error.errorMessage,
775
- rawResponse: _response.rawResponse,
776
- });
777
- }
689
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/chargebacks/org/{orgId}");
778
690
  });
779
691
  }
780
692
  /**
@@ -782,7 +694,7 @@ class Query {
782
694
  *
783
695
  * @param {Payabli.Entry} entry
784
696
  * @param {Payabli.ListCustomersRequest} request
785
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
697
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
786
698
  *
787
699
  * @throws {@link Payabli.BadRequestError}
788
700
  * @throws {@link Payabli.UnauthorizedError}
@@ -801,33 +713,36 @@ class Query {
801
713
  }
802
714
  __listCustomers(entry_1) {
803
715
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
804
- var _a, _b, _c;
716
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
805
717
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
806
718
  const _queryParams = {};
807
719
  if (exportFormat != null) {
808
- _queryParams["exportFormat"] = exportFormat;
720
+ _queryParams.exportFormat = exportFormat;
809
721
  }
810
722
  if (fromRecord != null) {
811
- _queryParams["fromRecord"] = fromRecord.toString();
723
+ _queryParams.fromRecord = fromRecord.toString();
812
724
  }
813
725
  if (limitRecord != null) {
814
- _queryParams["limitRecord"] = limitRecord.toString();
726
+ _queryParams.limitRecord = limitRecord.toString();
815
727
  }
816
728
  if (parameters != null) {
817
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
729
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
818
730
  }
819
731
  if (sortBy != null) {
820
- _queryParams["sortBy"] = sortBy;
732
+ _queryParams.sortBy = sortBy;
821
733
  }
822
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
734
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
735
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
823
736
  const _response = yield core.fetcher({
824
- 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, `Query/customers/${encodeURIComponent(entry)}`),
737
+ 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, `Query/customers/${core.url.encodePathParam(entry)}`),
825
738
  method: "GET",
826
739
  headers: _headers,
827
740
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
828
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
829
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
741
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
742
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
830
743
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
744
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
745
+ logging: this._options.logging,
831
746
  });
832
747
  if (_response.ok) {
833
748
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -850,21 +765,7 @@ class Query {
850
765
  });
851
766
  }
852
767
  }
853
- switch (_response.error.reason) {
854
- case "non-json":
855
- throw new errors.PayabliError({
856
- statusCode: _response.error.statusCode,
857
- body: _response.error.rawBody,
858
- rawResponse: _response.rawResponse,
859
- });
860
- case "timeout":
861
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/customers/{entry}.");
862
- case "unknown":
863
- throw new errors.PayabliError({
864
- message: _response.error.errorMessage,
865
- rawResponse: _response.rawResponse,
866
- });
867
- }
768
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/customers/{entry}");
868
769
  });
869
770
  }
870
771
  /**
@@ -872,7 +773,7 @@ class Query {
872
773
  *
873
774
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
874
775
  * @param {Payabli.ListCustomersOrgRequest} request
875
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
776
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
876
777
  *
877
778
  * @throws {@link Payabli.BadRequestError}
878
779
  * @throws {@link Payabli.UnauthorizedError}
@@ -891,33 +792,36 @@ class Query {
891
792
  }
892
793
  __listCustomersOrg(orgId_1) {
893
794
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
894
- var _a, _b, _c;
795
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
895
796
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
896
797
  const _queryParams = {};
897
798
  if (exportFormat != null) {
898
- _queryParams["exportFormat"] = exportFormat;
799
+ _queryParams.exportFormat = exportFormat;
899
800
  }
900
801
  if (fromRecord != null) {
901
- _queryParams["fromRecord"] = fromRecord.toString();
802
+ _queryParams.fromRecord = fromRecord.toString();
902
803
  }
903
804
  if (limitRecord != null) {
904
- _queryParams["limitRecord"] = limitRecord.toString();
805
+ _queryParams.limitRecord = limitRecord.toString();
905
806
  }
906
807
  if (parameters != null) {
907
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
808
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
908
809
  }
909
810
  if (sortBy != null) {
910
- _queryParams["sortBy"] = sortBy;
811
+ _queryParams.sortBy = sortBy;
911
812
  }
912
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
813
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
814
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
913
815
  const _response = yield core.fetcher({
914
- 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, `Query/customers/org/${encodeURIComponent(orgId)}`),
816
+ 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, `Query/customers/org/${core.url.encodePathParam(orgId)}`),
915
817
  method: "GET",
916
818
  headers: _headers,
917
819
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
918
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
919
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
820
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
821
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
920
822
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
823
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
824
+ logging: this._options.logging,
921
825
  });
922
826
  if (_response.ok) {
923
827
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -940,21 +844,7 @@ class Query {
940
844
  });
941
845
  }
942
846
  }
943
- switch (_response.error.reason) {
944
- case "non-json":
945
- throw new errors.PayabliError({
946
- statusCode: _response.error.statusCode,
947
- body: _response.error.rawBody,
948
- rawResponse: _response.rawResponse,
949
- });
950
- case "timeout":
951
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/customers/org/{orgId}.");
952
- case "unknown":
953
- throw new errors.PayabliError({
954
- message: _response.error.errorMessage,
955
- rawResponse: _response.rawResponse,
956
- });
957
- }
847
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/customers/org/{orgId}");
958
848
  });
959
849
  }
960
850
  /**
@@ -962,7 +852,7 @@ class Query {
962
852
  *
963
853
  * @param {Payabli.Entry} entry
964
854
  * @param {Payabli.ListNotificationReportsRequest} request
965
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
855
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
966
856
  *
967
857
  * @throws {@link Payabli.BadRequestError}
968
858
  * @throws {@link Payabli.UnauthorizedError}
@@ -981,30 +871,33 @@ class Query {
981
871
  }
982
872
  __listNotificationReports(entry_1) {
983
873
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
984
- var _a, _b, _c;
874
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
985
875
  const { fromRecord, limitRecord, parameters, sortBy } = request;
986
876
  const _queryParams = {};
987
877
  if (fromRecord != null) {
988
- _queryParams["fromRecord"] = fromRecord.toString();
878
+ _queryParams.fromRecord = fromRecord.toString();
989
879
  }
990
880
  if (limitRecord != null) {
991
- _queryParams["limitRecord"] = limitRecord.toString();
881
+ _queryParams.limitRecord = limitRecord.toString();
992
882
  }
993
883
  if (parameters != null) {
994
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
884
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
995
885
  }
996
886
  if (sortBy != null) {
997
- _queryParams["sortBy"] = sortBy;
887
+ _queryParams.sortBy = sortBy;
998
888
  }
999
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
889
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
890
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1000
891
  const _response = yield core.fetcher({
1001
- 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, `Query/notificationReports/${encodeURIComponent(entry)}`),
892
+ 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, `Query/notificationReports/${core.url.encodePathParam(entry)}`),
1002
893
  method: "GET",
1003
894
  headers: _headers,
1004
895
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1005
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1006
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
896
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
897
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1007
898
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
899
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
900
+ logging: this._options.logging,
1008
901
  });
1009
902
  if (_response.ok) {
1010
903
  return {
@@ -1030,21 +923,7 @@ class Query {
1030
923
  });
1031
924
  }
1032
925
  }
1033
- switch (_response.error.reason) {
1034
- case "non-json":
1035
- throw new errors.PayabliError({
1036
- statusCode: _response.error.statusCode,
1037
- body: _response.error.rawBody,
1038
- rawResponse: _response.rawResponse,
1039
- });
1040
- case "timeout":
1041
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/notificationReports/{entry}.");
1042
- case "unknown":
1043
- throw new errors.PayabliError({
1044
- message: _response.error.errorMessage,
1045
- rawResponse: _response.rawResponse,
1046
- });
1047
- }
926
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/notificationReports/{entry}");
1048
927
  });
1049
928
  }
1050
929
  /**
@@ -1052,7 +931,7 @@ class Query {
1052
931
  *
1053
932
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
1054
933
  * @param {Payabli.ListNotificationReportsOrgRequest} request
1055
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
934
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1056
935
  *
1057
936
  * @throws {@link Payabli.BadRequestError}
1058
937
  * @throws {@link Payabli.UnauthorizedError}
@@ -1071,30 +950,33 @@ class Query {
1071
950
  }
1072
951
  __listNotificationReportsOrg(orgId_1) {
1073
952
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
1074
- var _a, _b, _c;
953
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1075
954
  const { fromRecord, limitRecord, parameters, sortBy } = request;
1076
955
  const _queryParams = {};
1077
956
  if (fromRecord != null) {
1078
- _queryParams["fromRecord"] = fromRecord.toString();
957
+ _queryParams.fromRecord = fromRecord.toString();
1079
958
  }
1080
959
  if (limitRecord != null) {
1081
- _queryParams["limitRecord"] = limitRecord.toString();
960
+ _queryParams.limitRecord = limitRecord.toString();
1082
961
  }
1083
962
  if (parameters != null) {
1084
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
963
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1085
964
  }
1086
965
  if (sortBy != null) {
1087
- _queryParams["sortBy"] = sortBy;
966
+ _queryParams.sortBy = sortBy;
1088
967
  }
1089
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
968
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
969
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1090
970
  const _response = yield core.fetcher({
1091
- 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, `Query/notificationReports/org/${encodeURIComponent(orgId)}`),
971
+ 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, `Query/notificationReports/org/${core.url.encodePathParam(orgId)}`),
1092
972
  method: "GET",
1093
973
  headers: _headers,
1094
974
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1095
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1096
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
975
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
976
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1097
977
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
978
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
979
+ logging: this._options.logging,
1098
980
  });
1099
981
  if (_response.ok) {
1100
982
  return {
@@ -1120,21 +1002,7 @@ class Query {
1120
1002
  });
1121
1003
  }
1122
1004
  }
1123
- switch (_response.error.reason) {
1124
- case "non-json":
1125
- throw new errors.PayabliError({
1126
- statusCode: _response.error.statusCode,
1127
- body: _response.error.rawBody,
1128
- rawResponse: _response.rawResponse,
1129
- });
1130
- case "timeout":
1131
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/notificationReports/org/{orgId}.");
1132
- case "unknown":
1133
- throw new errors.PayabliError({
1134
- message: _response.error.errorMessage,
1135
- rawResponse: _response.rawResponse,
1136
- });
1137
- }
1005
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/notificationReports/org/{orgId}");
1138
1006
  });
1139
1007
  }
1140
1008
  /**
@@ -1142,7 +1010,7 @@ class Query {
1142
1010
  *
1143
1011
  * @param {Payabli.Entry} entry
1144
1012
  * @param {Payabli.ListNotificationsRequest} request
1145
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1013
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1146
1014
  *
1147
1015
  * @throws {@link Payabli.BadRequestError}
1148
1016
  * @throws {@link Payabli.UnauthorizedError}
@@ -1161,30 +1029,33 @@ class Query {
1161
1029
  }
1162
1030
  __listNotifications(entry_1) {
1163
1031
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
1164
- var _a, _b, _c;
1032
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1165
1033
  const { fromRecord, limitRecord, parameters, sortBy } = request;
1166
1034
  const _queryParams = {};
1167
1035
  if (fromRecord != null) {
1168
- _queryParams["fromRecord"] = fromRecord.toString();
1036
+ _queryParams.fromRecord = fromRecord.toString();
1169
1037
  }
1170
1038
  if (limitRecord != null) {
1171
- _queryParams["limitRecord"] = limitRecord.toString();
1039
+ _queryParams.limitRecord = limitRecord.toString();
1172
1040
  }
1173
1041
  if (parameters != null) {
1174
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1042
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1175
1043
  }
1176
1044
  if (sortBy != null) {
1177
- _queryParams["sortBy"] = sortBy;
1045
+ _queryParams.sortBy = sortBy;
1178
1046
  }
1179
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1047
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1048
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1180
1049
  const _response = yield core.fetcher({
1181
- 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, `Query/notifications/${encodeURIComponent(entry)}`),
1050
+ 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, `Query/notifications/${core.url.encodePathParam(entry)}`),
1182
1051
  method: "GET",
1183
1052
  headers: _headers,
1184
1053
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1185
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1186
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1054
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1055
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1187
1056
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1057
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1058
+ logging: this._options.logging,
1188
1059
  });
1189
1060
  if (_response.ok) {
1190
1061
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -1207,21 +1078,7 @@ class Query {
1207
1078
  });
1208
1079
  }
1209
1080
  }
1210
- switch (_response.error.reason) {
1211
- case "non-json":
1212
- throw new errors.PayabliError({
1213
- statusCode: _response.error.statusCode,
1214
- body: _response.error.rawBody,
1215
- rawResponse: _response.rawResponse,
1216
- });
1217
- case "timeout":
1218
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/notifications/{entry}.");
1219
- case "unknown":
1220
- throw new errors.PayabliError({
1221
- message: _response.error.errorMessage,
1222
- rawResponse: _response.rawResponse,
1223
- });
1224
- }
1081
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/notifications/{entry}");
1225
1082
  });
1226
1083
  }
1227
1084
  /**
@@ -1229,7 +1086,7 @@ class Query {
1229
1086
  *
1230
1087
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
1231
1088
  * @param {Payabli.ListNotificationsOrgRequest} request
1232
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1089
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1233
1090
  *
1234
1091
  * @throws {@link Payabli.BadRequestError}
1235
1092
  * @throws {@link Payabli.UnauthorizedError}
@@ -1248,30 +1105,33 @@ class Query {
1248
1105
  }
1249
1106
  __listNotificationsOrg(orgId_1) {
1250
1107
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
1251
- var _a, _b, _c;
1108
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1252
1109
  const { fromRecord, limitRecord, parameters, sortBy } = request;
1253
1110
  const _queryParams = {};
1254
1111
  if (fromRecord != null) {
1255
- _queryParams["fromRecord"] = fromRecord.toString();
1112
+ _queryParams.fromRecord = fromRecord.toString();
1256
1113
  }
1257
1114
  if (limitRecord != null) {
1258
- _queryParams["limitRecord"] = limitRecord.toString();
1115
+ _queryParams.limitRecord = limitRecord.toString();
1259
1116
  }
1260
1117
  if (parameters != null) {
1261
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1118
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1262
1119
  }
1263
1120
  if (sortBy != null) {
1264
- _queryParams["sortBy"] = sortBy;
1121
+ _queryParams.sortBy = sortBy;
1265
1122
  }
1266
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1123
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1124
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1267
1125
  const _response = yield core.fetcher({
1268
- 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, `Query/notifications/org/${encodeURIComponent(orgId)}`),
1126
+ 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, `Query/notifications/org/${core.url.encodePathParam(orgId)}`),
1269
1127
  method: "GET",
1270
1128
  headers: _headers,
1271
1129
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1272
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1273
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1130
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1131
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1274
1132
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1133
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1134
+ logging: this._options.logging,
1275
1135
  });
1276
1136
  if (_response.ok) {
1277
1137
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -1294,21 +1154,7 @@ class Query {
1294
1154
  });
1295
1155
  }
1296
1156
  }
1297
- switch (_response.error.reason) {
1298
- case "non-json":
1299
- throw new errors.PayabliError({
1300
- statusCode: _response.error.statusCode,
1301
- body: _response.error.rawBody,
1302
- rawResponse: _response.rawResponse,
1303
- });
1304
- case "timeout":
1305
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/notifications/org/{orgId}.");
1306
- case "unknown":
1307
- throw new errors.PayabliError({
1308
- message: _response.error.errorMessage,
1309
- rawResponse: _response.rawResponse,
1310
- });
1311
- }
1157
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/notifications/org/{orgId}");
1312
1158
  });
1313
1159
  }
1314
1160
  /**
@@ -1316,7 +1162,7 @@ class Query {
1316
1162
  *
1317
1163
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
1318
1164
  * @param {Payabli.ListOrganizationsRequest} request
1319
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1165
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1320
1166
  *
1321
1167
  * @throws {@link Payabli.BadRequestError}
1322
1168
  * @throws {@link Payabli.UnauthorizedError}
@@ -1335,33 +1181,36 @@ class Query {
1335
1181
  }
1336
1182
  __listOrganizations(orgId_1) {
1337
1183
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
1338
- var _a, _b, _c;
1184
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1339
1185
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
1340
1186
  const _queryParams = {};
1341
1187
  if (exportFormat != null) {
1342
- _queryParams["exportFormat"] = exportFormat;
1188
+ _queryParams.exportFormat = exportFormat;
1343
1189
  }
1344
1190
  if (fromRecord != null) {
1345
- _queryParams["fromRecord"] = fromRecord.toString();
1191
+ _queryParams.fromRecord = fromRecord.toString();
1346
1192
  }
1347
1193
  if (limitRecord != null) {
1348
- _queryParams["limitRecord"] = limitRecord.toString();
1194
+ _queryParams.limitRecord = limitRecord.toString();
1349
1195
  }
1350
1196
  if (parameters != null) {
1351
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1197
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1352
1198
  }
1353
1199
  if (sortBy != null) {
1354
- _queryParams["sortBy"] = sortBy;
1200
+ _queryParams.sortBy = sortBy;
1355
1201
  }
1356
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1202
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1203
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1357
1204
  const _response = yield core.fetcher({
1358
- 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, `Query/organizations/${encodeURIComponent(orgId)}`),
1205
+ 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, `Query/organizations/${core.url.encodePathParam(orgId)}`),
1359
1206
  method: "GET",
1360
1207
  headers: _headers,
1361
1208
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1362
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1363
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1209
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1210
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1364
1211
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1212
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1213
+ logging: this._options.logging,
1365
1214
  });
1366
1215
  if (_response.ok) {
1367
1216
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -1384,21 +1233,7 @@ class Query {
1384
1233
  });
1385
1234
  }
1386
1235
  }
1387
- switch (_response.error.reason) {
1388
- case "non-json":
1389
- throw new errors.PayabliError({
1390
- statusCode: _response.error.statusCode,
1391
- body: _response.error.rawBody,
1392
- rawResponse: _response.rawResponse,
1393
- });
1394
- case "timeout":
1395
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/organizations/{orgId}.");
1396
- case "unknown":
1397
- throw new errors.PayabliError({
1398
- message: _response.error.errorMessage,
1399
- rawResponse: _response.rawResponse,
1400
- });
1401
- }
1236
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/organizations/{orgId}");
1402
1237
  });
1403
1238
  }
1404
1239
  /**
@@ -1406,7 +1241,7 @@ class Query {
1406
1241
  *
1407
1242
  * @param {Payabli.Entry} entry
1408
1243
  * @param {Payabli.ListPayoutRequest} request
1409
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1244
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1410
1245
  *
1411
1246
  * @throws {@link Payabli.BadRequestError}
1412
1247
  * @throws {@link Payabli.UnauthorizedError}
@@ -1425,33 +1260,36 @@ class Query {
1425
1260
  }
1426
1261
  __listPayout(entry_1) {
1427
1262
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
1428
- var _a, _b, _c;
1263
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1429
1264
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
1430
1265
  const _queryParams = {};
1431
1266
  if (exportFormat != null) {
1432
- _queryParams["exportFormat"] = exportFormat;
1267
+ _queryParams.exportFormat = exportFormat;
1433
1268
  }
1434
1269
  if (fromRecord != null) {
1435
- _queryParams["fromRecord"] = fromRecord.toString();
1270
+ _queryParams.fromRecord = fromRecord.toString();
1436
1271
  }
1437
1272
  if (limitRecord != null) {
1438
- _queryParams["limitRecord"] = limitRecord.toString();
1273
+ _queryParams.limitRecord = limitRecord.toString();
1439
1274
  }
1440
1275
  if (parameters != null) {
1441
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1276
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1442
1277
  }
1443
1278
  if (sortBy != null) {
1444
- _queryParams["sortBy"] = sortBy;
1279
+ _queryParams.sortBy = sortBy;
1445
1280
  }
1446
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1281
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1282
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1447
1283
  const _response = yield core.fetcher({
1448
- 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, `Query/payouts/${encodeURIComponent(entry)}`),
1284
+ 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, `Query/payouts/${core.url.encodePathParam(entry)}`),
1449
1285
  method: "GET",
1450
1286
  headers: _headers,
1451
1287
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1452
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1453
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1288
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1289
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1454
1290
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1291
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1292
+ logging: this._options.logging,
1455
1293
  });
1456
1294
  if (_response.ok) {
1457
1295
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -1474,21 +1312,7 @@ class Query {
1474
1312
  });
1475
1313
  }
1476
1314
  }
1477
- switch (_response.error.reason) {
1478
- case "non-json":
1479
- throw new errors.PayabliError({
1480
- statusCode: _response.error.statusCode,
1481
- body: _response.error.rawBody,
1482
- rawResponse: _response.rawResponse,
1483
- });
1484
- case "timeout":
1485
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/payouts/{entry}.");
1486
- case "unknown":
1487
- throw new errors.PayabliError({
1488
- message: _response.error.errorMessage,
1489
- rawResponse: _response.rawResponse,
1490
- });
1491
- }
1315
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/payouts/{entry}");
1492
1316
  });
1493
1317
  }
1494
1318
  /**
@@ -1496,7 +1320,7 @@ class Query {
1496
1320
  *
1497
1321
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
1498
1322
  * @param {Payabli.ListPayoutOrgRequest} request
1499
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1323
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1500
1324
  *
1501
1325
  * @throws {@link Payabli.BadRequestError}
1502
1326
  * @throws {@link Payabli.UnauthorizedError}
@@ -1515,33 +1339,36 @@ class Query {
1515
1339
  }
1516
1340
  __listPayoutOrg(orgId_1) {
1517
1341
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
1518
- var _a, _b, _c;
1342
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1519
1343
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
1520
1344
  const _queryParams = {};
1521
1345
  if (exportFormat != null) {
1522
- _queryParams["exportFormat"] = exportFormat;
1346
+ _queryParams.exportFormat = exportFormat;
1523
1347
  }
1524
1348
  if (fromRecord != null) {
1525
- _queryParams["fromRecord"] = fromRecord.toString();
1349
+ _queryParams.fromRecord = fromRecord.toString();
1526
1350
  }
1527
1351
  if (limitRecord != null) {
1528
- _queryParams["limitRecord"] = limitRecord.toString();
1352
+ _queryParams.limitRecord = limitRecord.toString();
1529
1353
  }
1530
1354
  if (parameters != null) {
1531
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1355
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1532
1356
  }
1533
1357
  if (sortBy != null) {
1534
- _queryParams["sortBy"] = sortBy;
1358
+ _queryParams.sortBy = sortBy;
1535
1359
  }
1536
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1360
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1361
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1537
1362
  const _response = yield core.fetcher({
1538
- 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, `Query/payouts/org/${encodeURIComponent(orgId)}`),
1363
+ 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, `Query/payouts/org/${core.url.encodePathParam(orgId)}`),
1539
1364
  method: "GET",
1540
1365
  headers: _headers,
1541
1366
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1542
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1543
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1367
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1368
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1544
1369
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1370
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1371
+ logging: this._options.logging,
1545
1372
  });
1546
1373
  if (_response.ok) {
1547
1374
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -1564,21 +1391,7 @@ class Query {
1564
1391
  });
1565
1392
  }
1566
1393
  }
1567
- switch (_response.error.reason) {
1568
- case "non-json":
1569
- throw new errors.PayabliError({
1570
- statusCode: _response.error.statusCode,
1571
- body: _response.error.rawBody,
1572
- rawResponse: _response.rawResponse,
1573
- });
1574
- case "timeout":
1575
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/payouts/org/{orgId}.");
1576
- case "unknown":
1577
- throw new errors.PayabliError({
1578
- message: _response.error.errorMessage,
1579
- rawResponse: _response.rawResponse,
1580
- });
1581
- }
1394
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/payouts/org/{orgId}");
1582
1395
  });
1583
1396
  }
1584
1397
  /**
@@ -1586,7 +1399,7 @@ class Query {
1586
1399
  *
1587
1400
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
1588
1401
  * @param {Payabli.ListPaypointsRequest} request
1589
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1402
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1590
1403
  *
1591
1404
  * @throws {@link Payabli.BadRequestError}
1592
1405
  * @throws {@link Payabli.UnauthorizedError}
@@ -1605,33 +1418,36 @@ class Query {
1605
1418
  }
1606
1419
  __listPaypoints(orgId_1) {
1607
1420
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
1608
- var _a, _b, _c;
1421
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1609
1422
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
1610
1423
  const _queryParams = {};
1611
1424
  if (exportFormat != null) {
1612
- _queryParams["exportFormat"] = exportFormat;
1425
+ _queryParams.exportFormat = exportFormat;
1613
1426
  }
1614
1427
  if (fromRecord != null) {
1615
- _queryParams["fromRecord"] = fromRecord.toString();
1428
+ _queryParams.fromRecord = fromRecord.toString();
1616
1429
  }
1617
1430
  if (limitRecord != null) {
1618
- _queryParams["limitRecord"] = limitRecord.toString();
1431
+ _queryParams.limitRecord = limitRecord.toString();
1619
1432
  }
1620
1433
  if (parameters != null) {
1621
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1434
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1622
1435
  }
1623
1436
  if (sortBy != null) {
1624
- _queryParams["sortBy"] = sortBy;
1437
+ _queryParams.sortBy = sortBy;
1625
1438
  }
1626
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1439
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1440
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1627
1441
  const _response = yield core.fetcher({
1628
- 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, `Query/paypoints/${encodeURIComponent(orgId)}`),
1442
+ 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, `Query/paypoints/${core.url.encodePathParam(orgId)}`),
1629
1443
  method: "GET",
1630
1444
  headers: _headers,
1631
1445
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1632
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1633
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1446
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1447
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1634
1448
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1449
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1450
+ logging: this._options.logging,
1635
1451
  });
1636
1452
  if (_response.ok) {
1637
1453
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -1654,21 +1470,7 @@ class Query {
1654
1470
  });
1655
1471
  }
1656
1472
  }
1657
- switch (_response.error.reason) {
1658
- case "non-json":
1659
- throw new errors.PayabliError({
1660
- statusCode: _response.error.statusCode,
1661
- body: _response.error.rawBody,
1662
- rawResponse: _response.rawResponse,
1663
- });
1664
- case "timeout":
1665
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/paypoints/{orgId}.");
1666
- case "unknown":
1667
- throw new errors.PayabliError({
1668
- message: _response.error.errorMessage,
1669
- rawResponse: _response.rawResponse,
1670
- });
1671
- }
1473
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/paypoints/{orgId}");
1672
1474
  });
1673
1475
  }
1674
1476
  /**
@@ -1676,7 +1478,7 @@ class Query {
1676
1478
  *
1677
1479
  * @param {Payabli.Entry} entry
1678
1480
  * @param {Payabli.ListSettlementsRequest} request
1679
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1481
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1680
1482
  *
1681
1483
  * @throws {@link Payabli.BadRequestError}
1682
1484
  * @throws {@link Payabli.UnauthorizedError}
@@ -1695,33 +1497,36 @@ class Query {
1695
1497
  }
1696
1498
  __listSettlements(entry_1) {
1697
1499
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
1698
- var _a, _b, _c;
1500
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1699
1501
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
1700
1502
  const _queryParams = {};
1701
1503
  if (exportFormat != null) {
1702
- _queryParams["exportFormat"] = exportFormat;
1504
+ _queryParams.exportFormat = exportFormat;
1703
1505
  }
1704
1506
  if (fromRecord != null) {
1705
- _queryParams["fromRecord"] = fromRecord.toString();
1507
+ _queryParams.fromRecord = fromRecord.toString();
1706
1508
  }
1707
1509
  if (limitRecord != null) {
1708
- _queryParams["limitRecord"] = limitRecord.toString();
1510
+ _queryParams.limitRecord = limitRecord.toString();
1709
1511
  }
1710
1512
  if (parameters != null) {
1711
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1513
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1712
1514
  }
1713
1515
  if (sortBy != null) {
1714
- _queryParams["sortBy"] = sortBy;
1516
+ _queryParams.sortBy = sortBy;
1715
1517
  }
1716
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1518
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1519
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1717
1520
  const _response = yield core.fetcher({
1718
- 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, `Query/settlements/${encodeURIComponent(entry)}`),
1521
+ 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, `Query/settlements/${core.url.encodePathParam(entry)}`),
1719
1522
  method: "GET",
1720
1523
  headers: _headers,
1721
1524
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1722
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1723
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1525
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1526
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1724
1527
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1528
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1529
+ logging: this._options.logging,
1725
1530
  });
1726
1531
  if (_response.ok) {
1727
1532
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -1744,21 +1549,7 @@ class Query {
1744
1549
  });
1745
1550
  }
1746
1551
  }
1747
- switch (_response.error.reason) {
1748
- case "non-json":
1749
- throw new errors.PayabliError({
1750
- statusCode: _response.error.statusCode,
1751
- body: _response.error.rawBody,
1752
- rawResponse: _response.rawResponse,
1753
- });
1754
- case "timeout":
1755
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/settlements/{entry}.");
1756
- case "unknown":
1757
- throw new errors.PayabliError({
1758
- message: _response.error.errorMessage,
1759
- rawResponse: _response.rawResponse,
1760
- });
1761
- }
1552
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/settlements/{entry}");
1762
1553
  });
1763
1554
  }
1764
1555
  /**
@@ -1766,7 +1557,7 @@ class Query {
1766
1557
  *
1767
1558
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
1768
1559
  * @param {Payabli.ListSettlementsOrgRequest} request
1769
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1560
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1770
1561
  *
1771
1562
  * @throws {@link Payabli.BadRequestError}
1772
1563
  * @throws {@link Payabli.UnauthorizedError}
@@ -1785,33 +1576,36 @@ class Query {
1785
1576
  }
1786
1577
  __listSettlementsOrg(orgId_1) {
1787
1578
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
1788
- var _a, _b, _c;
1579
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1789
1580
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
1790
1581
  const _queryParams = {};
1791
1582
  if (exportFormat != null) {
1792
- _queryParams["exportFormat"] = exportFormat;
1583
+ _queryParams.exportFormat = exportFormat;
1793
1584
  }
1794
1585
  if (fromRecord != null) {
1795
- _queryParams["fromRecord"] = fromRecord.toString();
1586
+ _queryParams.fromRecord = fromRecord.toString();
1796
1587
  }
1797
1588
  if (limitRecord != null) {
1798
- _queryParams["limitRecord"] = limitRecord.toString();
1589
+ _queryParams.limitRecord = limitRecord.toString();
1799
1590
  }
1800
1591
  if (parameters != null) {
1801
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1592
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1802
1593
  }
1803
1594
  if (sortBy != null) {
1804
- _queryParams["sortBy"] = sortBy;
1595
+ _queryParams.sortBy = sortBy;
1805
1596
  }
1806
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1597
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1598
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1807
1599
  const _response = yield core.fetcher({
1808
- 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, `Query/settlements/org/${encodeURIComponent(orgId)}`),
1600
+ 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, `Query/settlements/org/${core.url.encodePathParam(orgId)}`),
1809
1601
  method: "GET",
1810
1602
  headers: _headers,
1811
1603
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1812
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1813
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1604
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1605
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1814
1606
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1607
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1608
+ logging: this._options.logging,
1815
1609
  });
1816
1610
  if (_response.ok) {
1817
1611
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -1834,21 +1628,7 @@ class Query {
1834
1628
  });
1835
1629
  }
1836
1630
  }
1837
- switch (_response.error.reason) {
1838
- case "non-json":
1839
- throw new errors.PayabliError({
1840
- statusCode: _response.error.statusCode,
1841
- body: _response.error.rawBody,
1842
- rawResponse: _response.rawResponse,
1843
- });
1844
- case "timeout":
1845
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/settlements/org/{orgId}.");
1846
- case "unknown":
1847
- throw new errors.PayabliError({
1848
- message: _response.error.errorMessage,
1849
- rawResponse: _response.rawResponse,
1850
- });
1851
- }
1631
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/settlements/org/{orgId}");
1852
1632
  });
1853
1633
  }
1854
1634
  /**
@@ -1856,7 +1636,7 @@ class Query {
1856
1636
  *
1857
1637
  * @param {Payabli.Entry} entry
1858
1638
  * @param {Payabli.ListSubscriptionsRequest} request
1859
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1639
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1860
1640
  *
1861
1641
  * @throws {@link Payabli.BadRequestError}
1862
1642
  * @throws {@link Payabli.UnauthorizedError}
@@ -1875,33 +1655,36 @@ class Query {
1875
1655
  }
1876
1656
  __listSubscriptions(entry_1) {
1877
1657
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
1878
- var _a, _b, _c;
1658
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1879
1659
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
1880
1660
  const _queryParams = {};
1881
1661
  if (exportFormat != null) {
1882
- _queryParams["exportFormat"] = exportFormat;
1662
+ _queryParams.exportFormat = exportFormat;
1883
1663
  }
1884
1664
  if (fromRecord != null) {
1885
- _queryParams["fromRecord"] = fromRecord.toString();
1665
+ _queryParams.fromRecord = fromRecord.toString();
1886
1666
  }
1887
1667
  if (limitRecord != null) {
1888
- _queryParams["limitRecord"] = limitRecord.toString();
1668
+ _queryParams.limitRecord = limitRecord.toString();
1889
1669
  }
1890
1670
  if (parameters != null) {
1891
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1671
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1892
1672
  }
1893
1673
  if (sortBy != null) {
1894
- _queryParams["sortBy"] = sortBy;
1674
+ _queryParams.sortBy = sortBy;
1895
1675
  }
1896
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1676
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1677
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1897
1678
  const _response = yield core.fetcher({
1898
- 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, `Query/subscriptions/${encodeURIComponent(entry)}`),
1679
+ 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, `Query/subscriptions/${core.url.encodePathParam(entry)}`),
1899
1680
  method: "GET",
1900
1681
  headers: _headers,
1901
1682
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1902
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1903
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1683
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1684
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1904
1685
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1686
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1687
+ logging: this._options.logging,
1905
1688
  });
1906
1689
  if (_response.ok) {
1907
1690
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -1924,21 +1707,7 @@ class Query {
1924
1707
  });
1925
1708
  }
1926
1709
  }
1927
- switch (_response.error.reason) {
1928
- case "non-json":
1929
- throw new errors.PayabliError({
1930
- statusCode: _response.error.statusCode,
1931
- body: _response.error.rawBody,
1932
- rawResponse: _response.rawResponse,
1933
- });
1934
- case "timeout":
1935
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/subscriptions/{entry}.");
1936
- case "unknown":
1937
- throw new errors.PayabliError({
1938
- message: _response.error.errorMessage,
1939
- rawResponse: _response.rawResponse,
1940
- });
1941
- }
1710
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/subscriptions/{entry}");
1942
1711
  });
1943
1712
  }
1944
1713
  /**
@@ -1946,7 +1715,7 @@ class Query {
1946
1715
  *
1947
1716
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
1948
1717
  * @param {Payabli.ListSubscriptionsOrgRequest} request
1949
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1718
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
1950
1719
  *
1951
1720
  * @throws {@link Payabli.BadRequestError}
1952
1721
  * @throws {@link Payabli.UnauthorizedError}
@@ -1965,33 +1734,36 @@ class Query {
1965
1734
  }
1966
1735
  __listSubscriptionsOrg(orgId_1) {
1967
1736
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
1968
- var _a, _b, _c;
1737
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
1969
1738
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
1970
1739
  const _queryParams = {};
1971
1740
  if (exportFormat != null) {
1972
- _queryParams["exportFormat"] = exportFormat;
1741
+ _queryParams.exportFormat = exportFormat;
1973
1742
  }
1974
1743
  if (fromRecord != null) {
1975
- _queryParams["fromRecord"] = fromRecord.toString();
1744
+ _queryParams.fromRecord = fromRecord.toString();
1976
1745
  }
1977
1746
  if (limitRecord != null) {
1978
- _queryParams["limitRecord"] = limitRecord.toString();
1747
+ _queryParams.limitRecord = limitRecord.toString();
1979
1748
  }
1980
1749
  if (parameters != null) {
1981
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1750
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
1982
1751
  }
1983
1752
  if (sortBy != null) {
1984
- _queryParams["sortBy"] = sortBy;
1753
+ _queryParams.sortBy = sortBy;
1985
1754
  }
1986
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1755
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1756
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1987
1757
  const _response = yield core.fetcher({
1988
- 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, `Query/subscriptions/org/${encodeURIComponent(orgId)}`),
1758
+ 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, `Query/subscriptions/org/${core.url.encodePathParam(orgId)}`),
1989
1759
  method: "GET",
1990
1760
  headers: _headers,
1991
1761
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
1992
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
1993
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1762
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1763
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
1994
1764
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1765
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1766
+ logging: this._options.logging,
1995
1767
  });
1996
1768
  if (_response.ok) {
1997
1769
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2014,21 +1786,7 @@ class Query {
2014
1786
  });
2015
1787
  }
2016
1788
  }
2017
- switch (_response.error.reason) {
2018
- case "non-json":
2019
- throw new errors.PayabliError({
2020
- statusCode: _response.error.statusCode,
2021
- body: _response.error.rawBody,
2022
- rawResponse: _response.rawResponse,
2023
- });
2024
- case "timeout":
2025
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/subscriptions/org/{orgId}.");
2026
- case "unknown":
2027
- throw new errors.PayabliError({
2028
- message: _response.error.errorMessage,
2029
- rawResponse: _response.rawResponse,
2030
- });
2031
- }
1789
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/subscriptions/org/{orgId}");
2032
1790
  });
2033
1791
  }
2034
1792
  /**
@@ -2043,7 +1801,7 @@ class Query {
2043
1801
  *
2044
1802
  * @param {Payabli.Entry} entry
2045
1803
  * @param {Payabli.ListTransactionsRequest} request
2046
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1804
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2047
1805
  *
2048
1806
  * @throws {@link Payabli.BadRequestError}
2049
1807
  * @throws {@link Payabli.UnauthorizedError}
@@ -2062,33 +1820,36 @@ class Query {
2062
1820
  }
2063
1821
  __listTransactions(entry_1) {
2064
1822
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
2065
- var _a, _b, _c;
1823
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2066
1824
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
2067
1825
  const _queryParams = {};
2068
1826
  if (exportFormat != null) {
2069
- _queryParams["exportFormat"] = exportFormat;
1827
+ _queryParams.exportFormat = exportFormat;
2070
1828
  }
2071
1829
  if (fromRecord != null) {
2072
- _queryParams["fromRecord"] = fromRecord.toString();
1830
+ _queryParams.fromRecord = fromRecord.toString();
2073
1831
  }
2074
1832
  if (limitRecord != null) {
2075
- _queryParams["limitRecord"] = limitRecord.toString();
1833
+ _queryParams.limitRecord = limitRecord.toString();
2076
1834
  }
2077
1835
  if (parameters != null) {
2078
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1836
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2079
1837
  }
2080
1838
  if (sortBy != null) {
2081
- _queryParams["sortBy"] = sortBy;
1839
+ _queryParams.sortBy = sortBy;
2082
1840
  }
2083
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1841
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1842
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2084
1843
  const _response = yield core.fetcher({
2085
- 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, `Query/transactions/${encodeURIComponent(entry)}`),
1844
+ 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, `Query/transactions/${core.url.encodePathParam(entry)}`),
2086
1845
  method: "GET",
2087
1846
  headers: _headers,
2088
1847
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2089
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2090
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1848
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1849
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2091
1850
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1851
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1852
+ logging: this._options.logging,
2092
1853
  });
2093
1854
  if (_response.ok) {
2094
1855
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2111,21 +1872,7 @@ class Query {
2111
1872
  });
2112
1873
  }
2113
1874
  }
2114
- switch (_response.error.reason) {
2115
- case "non-json":
2116
- throw new errors.PayabliError({
2117
- statusCode: _response.error.statusCode,
2118
- body: _response.error.rawBody,
2119
- rawResponse: _response.rawResponse,
2120
- });
2121
- case "timeout":
2122
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/transactions/{entry}.");
2123
- case "unknown":
2124
- throw new errors.PayabliError({
2125
- message: _response.error.errorMessage,
2126
- rawResponse: _response.rawResponse,
2127
- });
2128
- }
1875
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/transactions/{entry}");
2129
1876
  });
2130
1877
  }
2131
1878
  /**
@@ -2147,7 +1894,7 @@ class Query {
2147
1894
  *
2148
1895
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
2149
1896
  * @param {Payabli.ListTransactionsOrgRequest} request
2150
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1897
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2151
1898
  *
2152
1899
  * @throws {@link Payabli.BadRequestError}
2153
1900
  * @throws {@link Payabli.UnauthorizedError}
@@ -2166,33 +1913,36 @@ class Query {
2166
1913
  }
2167
1914
  __listTransactionsOrg(orgId_1) {
2168
1915
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
2169
- var _a, _b, _c;
1916
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2170
1917
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
2171
1918
  const _queryParams = {};
2172
1919
  if (exportFormat != null) {
2173
- _queryParams["exportFormat"] = exportFormat;
1920
+ _queryParams.exportFormat = exportFormat;
2174
1921
  }
2175
1922
  if (fromRecord != null) {
2176
- _queryParams["fromRecord"] = fromRecord.toString();
1923
+ _queryParams.fromRecord = fromRecord.toString();
2177
1924
  }
2178
1925
  if (limitRecord != null) {
2179
- _queryParams["limitRecord"] = limitRecord.toString();
1926
+ _queryParams.limitRecord = limitRecord.toString();
2180
1927
  }
2181
1928
  if (parameters != null) {
2182
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
1929
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2183
1930
  }
2184
1931
  if (sortBy != null) {
2185
- _queryParams["sortBy"] = sortBy;
1932
+ _queryParams.sortBy = sortBy;
2186
1933
  }
2187
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
1934
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
1935
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2188
1936
  const _response = yield core.fetcher({
2189
- 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, `Query/transactions/org/${encodeURIComponent(orgId)}`),
1937
+ 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, `Query/transactions/org/${core.url.encodePathParam(orgId)}`),
2190
1938
  method: "GET",
2191
1939
  headers: _headers,
2192
1940
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2193
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2194
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
1941
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
1942
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2195
1943
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1944
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
1945
+ logging: this._options.logging,
2196
1946
  });
2197
1947
  if (_response.ok) {
2198
1948
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2215,21 +1965,7 @@ class Query {
2215
1965
  });
2216
1966
  }
2217
1967
  }
2218
- switch (_response.error.reason) {
2219
- case "non-json":
2220
- throw new errors.PayabliError({
2221
- statusCode: _response.error.statusCode,
2222
- body: _response.error.rawBody,
2223
- rawResponse: _response.rawResponse,
2224
- });
2225
- case "timeout":
2226
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/transactions/org/{orgId}.");
2227
- case "unknown":
2228
- throw new errors.PayabliError({
2229
- message: _response.error.errorMessage,
2230
- rawResponse: _response.rawResponse,
2231
- });
2232
- }
1968
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/transactions/org/{orgId}");
2233
1969
  });
2234
1970
  }
2235
1971
  /**
@@ -2238,7 +1974,7 @@ class Query {
2238
1974
  * @param {Payabli.Entry} entry
2239
1975
  * @param {number} transferId - The numeric identifier for the transfer, assigned by Payabli.
2240
1976
  * @param {Payabli.ListTransfersPaypointRequest} request
2241
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
1977
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2242
1978
  *
2243
1979
  * @throws {@link Payabli.BadRequestError}
2244
1980
  * @throws {@link Payabli.UnauthorizedError}
@@ -2253,33 +1989,36 @@ class Query {
2253
1989
  }
2254
1990
  __listTransferDetails(entry_1, transferId_1) {
2255
1991
  return __awaiter(this, arguments, void 0, function* (entry, transferId, request = {}, requestOptions) {
2256
- var _a, _b, _c;
1992
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2257
1993
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
2258
1994
  const _queryParams = {};
2259
1995
  if (exportFormat != null) {
2260
- _queryParams["exportFormat"] = exportFormat;
1996
+ _queryParams.exportFormat = exportFormat;
2261
1997
  }
2262
1998
  if (fromRecord != null) {
2263
- _queryParams["fromRecord"] = fromRecord.toString();
1999
+ _queryParams.fromRecord = fromRecord.toString();
2264
2000
  }
2265
2001
  if (limitRecord != null) {
2266
- _queryParams["limitRecord"] = limitRecord.toString();
2002
+ _queryParams.limitRecord = limitRecord.toString();
2267
2003
  }
2268
2004
  if (parameters != null) {
2269
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
2005
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2270
2006
  }
2271
2007
  if (sortBy != null) {
2272
- _queryParams["sortBy"] = sortBy;
2008
+ _queryParams.sortBy = sortBy;
2273
2009
  }
2274
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2010
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
2011
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2275
2012
  const _response = yield core.fetcher({
2276
- 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, `Query/transferDetails/${encodeURIComponent(entry)}/${encodeURIComponent(transferId)}`),
2013
+ 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, `Query/transferDetails/${core.url.encodePathParam(entry)}/${core.url.encodePathParam(transferId)}`),
2277
2014
  method: "GET",
2278
2015
  headers: _headers,
2279
2016
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2280
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2281
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
2017
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
2018
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2282
2019
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
2020
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
2021
+ logging: this._options.logging,
2283
2022
  });
2284
2023
  if (_response.ok) {
2285
2024
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2302,21 +2041,7 @@ class Query {
2302
2041
  });
2303
2042
  }
2304
2043
  }
2305
- switch (_response.error.reason) {
2306
- case "non-json":
2307
- throw new errors.PayabliError({
2308
- statusCode: _response.error.statusCode,
2309
- body: _response.error.rawBody,
2310
- rawResponse: _response.rawResponse,
2311
- });
2312
- case "timeout":
2313
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/transferDetails/{entry}/{transferId}.");
2314
- case "unknown":
2315
- throw new errors.PayabliError({
2316
- message: _response.error.errorMessage,
2317
- rawResponse: _response.rawResponse,
2318
- });
2319
- }
2044
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/transferDetails/{entry}/{transferId}");
2320
2045
  });
2321
2046
  }
2322
2047
  /**
@@ -2324,7 +2049,7 @@ class Query {
2324
2049
  *
2325
2050
  * @param {Payabli.Entry} entry
2326
2051
  * @param {Payabli.ListTransfersRequest} request
2327
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
2052
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2328
2053
  *
2329
2054
  * @throws {@link Payabli.BadRequestError}
2330
2055
  * @throws {@link Payabli.UnauthorizedError}
@@ -2342,33 +2067,35 @@ class Query {
2342
2067
  }
2343
2068
  __listTransfers(entry_1) {
2344
2069
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
2345
- var _a, _b, _c;
2070
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2346
2071
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
2347
2072
  const _queryParams = {};
2348
2073
  if (exportFormat != null) {
2349
- _queryParams["exportFormat"] = exportFormat;
2074
+ _queryParams.exportFormat = exportFormat;
2350
2075
  }
2351
2076
  if (fromRecord != null) {
2352
- _queryParams["fromRecord"] = fromRecord.toString();
2077
+ _queryParams.fromRecord = fromRecord.toString();
2353
2078
  }
2354
2079
  if (limitRecord != null) {
2355
- _queryParams["limitRecord"] = limitRecord.toString();
2080
+ _queryParams.limitRecord = limitRecord.toString();
2356
2081
  }
2357
2082
  if (parameters != null) {
2358
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
2083
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2359
2084
  }
2360
2085
  if (sortBy != null) {
2361
- _queryParams["sortBy"] = sortBy;
2086
+ _queryParams.sortBy = sortBy;
2362
2087
  }
2363
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2088
+ const _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2364
2089
  const _response = yield core.fetcher({
2365
- 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, `Query/transfers/${encodeURIComponent(entry)}`),
2090
+ 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, `Query/transfers/${core.url.encodePathParam(entry)}`),
2366
2091
  method: "GET",
2367
2092
  headers: _headers,
2368
2093
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2369
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2370
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
2094
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
2095
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2371
2096
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
2097
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
2098
+ logging: this._options.logging,
2372
2099
  });
2373
2100
  if (_response.ok) {
2374
2101
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2391,28 +2118,14 @@ class Query {
2391
2118
  });
2392
2119
  }
2393
2120
  }
2394
- switch (_response.error.reason) {
2395
- case "non-json":
2396
- throw new errors.PayabliError({
2397
- statusCode: _response.error.statusCode,
2398
- body: _response.error.rawBody,
2399
- rawResponse: _response.rawResponse,
2400
- });
2401
- case "timeout":
2402
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/transfers/{entry}.");
2403
- case "unknown":
2404
- throw new errors.PayabliError({
2405
- message: _response.error.errorMessage,
2406
- rawResponse: _response.rawResponse,
2407
- });
2408
- }
2121
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/transfers/{entry}");
2409
2122
  });
2410
2123
  }
2411
2124
  /**
2412
2125
  * Retrieve a list of transfers for an org. Use filters to limit results. Include the `exportFormat` query parameter to return the results as a file instead of a JSON response.
2413
2126
  *
2414
2127
  * @param {Payabli.ListTransfersRequestOrg} request
2415
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
2128
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2416
2129
  *
2417
2130
  * @throws {@link Payabli.BadRequestError}
2418
2131
  * @throws {@link Payabli.UnauthorizedError}
@@ -2431,33 +2144,35 @@ class Query {
2431
2144
  }
2432
2145
  __listTransfersOrg(request, requestOptions) {
2433
2146
  return __awaiter(this, void 0, void 0, function* () {
2434
- var _a, _b, _c;
2147
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2435
2148
  const { orgId, exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
2436
2149
  const _queryParams = {};
2437
2150
  if (exportFormat != null) {
2438
- _queryParams["exportFormat"] = exportFormat;
2151
+ _queryParams.exportFormat = exportFormat;
2439
2152
  }
2440
2153
  if (fromRecord != null) {
2441
- _queryParams["fromRecord"] = fromRecord.toString();
2154
+ _queryParams.fromRecord = fromRecord.toString();
2442
2155
  }
2443
2156
  if (limitRecord != null) {
2444
- _queryParams["limitRecord"] = limitRecord.toString();
2157
+ _queryParams.limitRecord = limitRecord.toString();
2445
2158
  }
2446
2159
  if (parameters != null) {
2447
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
2160
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2448
2161
  }
2449
2162
  if (sortBy != null) {
2450
- _queryParams["sortBy"] = sortBy;
2163
+ _queryParams.sortBy = sortBy;
2451
2164
  }
2452
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2165
+ const _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2453
2166
  const _response = yield core.fetcher({
2454
- 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, `Query/transfers/org/${encodeURIComponent(orgId)}`),
2167
+ 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, `Query/transfers/org/${core.url.encodePathParam(orgId)}`),
2455
2168
  method: "GET",
2456
2169
  headers: _headers,
2457
2170
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2458
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2459
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
2171
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
2172
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2460
2173
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
2174
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
2175
+ logging: this._options.logging,
2461
2176
  });
2462
2177
  if (_response.ok) {
2463
2178
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2480,21 +2195,7 @@ class Query {
2480
2195
  });
2481
2196
  }
2482
2197
  }
2483
- switch (_response.error.reason) {
2484
- case "non-json":
2485
- throw new errors.PayabliError({
2486
- statusCode: _response.error.statusCode,
2487
- body: _response.error.rawBody,
2488
- rawResponse: _response.rawResponse,
2489
- });
2490
- case "timeout":
2491
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/transfers/org/{orgId}.");
2492
- case "unknown":
2493
- throw new errors.PayabliError({
2494
- message: _response.error.errorMessage,
2495
- rawResponse: _response.rawResponse,
2496
- });
2497
- }
2198
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/transfers/org/{orgId}");
2498
2199
  });
2499
2200
  }
2500
2201
  /**
@@ -2502,7 +2203,7 @@ class Query {
2502
2203
  *
2503
2204
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
2504
2205
  * @param {Payabli.ListUsersOrgRequest} request
2505
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
2206
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2506
2207
  *
2507
2208
  * @throws {@link Payabli.BadRequestError}
2508
2209
  * @throws {@link Payabli.UnauthorizedError}
@@ -2521,30 +2222,33 @@ class Query {
2521
2222
  }
2522
2223
  __listUsersOrg(orgId_1) {
2523
2224
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
2524
- var _a, _b, _c;
2225
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2525
2226
  const { fromRecord, limitRecord, parameters, sortBy } = request;
2526
2227
  const _queryParams = {};
2527
2228
  if (fromRecord != null) {
2528
- _queryParams["fromRecord"] = fromRecord.toString();
2229
+ _queryParams.fromRecord = fromRecord.toString();
2529
2230
  }
2530
2231
  if (limitRecord != null) {
2531
- _queryParams["limitRecord"] = limitRecord.toString();
2232
+ _queryParams.limitRecord = limitRecord.toString();
2532
2233
  }
2533
2234
  if (parameters != null) {
2534
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
2235
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2535
2236
  }
2536
2237
  if (sortBy != null) {
2537
- _queryParams["sortBy"] = sortBy;
2238
+ _queryParams.sortBy = sortBy;
2538
2239
  }
2539
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2240
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
2241
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2540
2242
  const _response = yield core.fetcher({
2541
- 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, `Query/users/org/${encodeURIComponent(orgId)}`),
2243
+ 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, `Query/users/org/${core.url.encodePathParam(orgId)}`),
2542
2244
  method: "GET",
2543
2245
  headers: _headers,
2544
2246
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2545
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2546
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
2247
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
2248
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2547
2249
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
2250
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
2251
+ logging: this._options.logging,
2548
2252
  });
2549
2253
  if (_response.ok) {
2550
2254
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2567,21 +2271,7 @@ class Query {
2567
2271
  });
2568
2272
  }
2569
2273
  }
2570
- switch (_response.error.reason) {
2571
- case "non-json":
2572
- throw new errors.PayabliError({
2573
- statusCode: _response.error.statusCode,
2574
- body: _response.error.rawBody,
2575
- rawResponse: _response.rawResponse,
2576
- });
2577
- case "timeout":
2578
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/users/org/{orgId}.");
2579
- case "unknown":
2580
- throw new errors.PayabliError({
2581
- message: _response.error.errorMessage,
2582
- rawResponse: _response.rawResponse,
2583
- });
2584
- }
2274
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/users/org/{orgId}");
2585
2275
  });
2586
2276
  }
2587
2277
  /**
@@ -2589,7 +2279,7 @@ class Query {
2589
2279
  *
2590
2280
  * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
2591
2281
  * @param {Payabli.ListUsersPaypointRequest} request
2592
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
2282
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2593
2283
  *
2594
2284
  * @throws {@link Payabli.BadRequestError}
2595
2285
  * @throws {@link Payabli.UnauthorizedError}
@@ -2608,30 +2298,33 @@ class Query {
2608
2298
  }
2609
2299
  __listUsersPaypoint(entry_1) {
2610
2300
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
2611
- var _a, _b, _c;
2301
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2612
2302
  const { fromRecord, limitRecord, parameters, sortBy } = request;
2613
2303
  const _queryParams = {};
2614
2304
  if (fromRecord != null) {
2615
- _queryParams["fromRecord"] = fromRecord.toString();
2305
+ _queryParams.fromRecord = fromRecord.toString();
2616
2306
  }
2617
2307
  if (limitRecord != null) {
2618
- _queryParams["limitRecord"] = limitRecord.toString();
2308
+ _queryParams.limitRecord = limitRecord.toString();
2619
2309
  }
2620
2310
  if (parameters != null) {
2621
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
2311
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2622
2312
  }
2623
2313
  if (sortBy != null) {
2624
- _queryParams["sortBy"] = sortBy;
2314
+ _queryParams.sortBy = sortBy;
2625
2315
  }
2626
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2316
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
2317
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2627
2318
  const _response = yield core.fetcher({
2628
- 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, `Query/users/point/${encodeURIComponent(entry)}`),
2319
+ 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, `Query/users/point/${core.url.encodePathParam(entry)}`),
2629
2320
  method: "GET",
2630
2321
  headers: _headers,
2631
2322
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2632
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2633
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
2323
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
2324
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2634
2325
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
2326
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
2327
+ logging: this._options.logging,
2635
2328
  });
2636
2329
  if (_response.ok) {
2637
2330
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2654,21 +2347,7 @@ class Query {
2654
2347
  });
2655
2348
  }
2656
2349
  }
2657
- switch (_response.error.reason) {
2658
- case "non-json":
2659
- throw new errors.PayabliError({
2660
- statusCode: _response.error.statusCode,
2661
- body: _response.error.rawBody,
2662
- rawResponse: _response.rawResponse,
2663
- });
2664
- case "timeout":
2665
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/users/point/{entry}.");
2666
- case "unknown":
2667
- throw new errors.PayabliError({
2668
- message: _response.error.errorMessage,
2669
- rawResponse: _response.rawResponse,
2670
- });
2671
- }
2350
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/users/point/{entry}");
2672
2351
  });
2673
2352
  }
2674
2353
  /**
@@ -2676,7 +2355,7 @@ class Query {
2676
2355
  *
2677
2356
  * @param {string} entry - The paypoint's entrypoint identifier. [Learn more](/api-reference/api-overview#entrypoint-vs-entry)
2678
2357
  * @param {Payabli.ListVendorsRequest} request
2679
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
2358
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2680
2359
  *
2681
2360
  * @throws {@link Payabli.BadRequestError}
2682
2361
  * @throws {@link Payabli.UnauthorizedError}
@@ -2695,33 +2374,36 @@ class Query {
2695
2374
  }
2696
2375
  __listVendors(entry_1) {
2697
2376
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
2698
- var _a, _b, _c;
2377
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2699
2378
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
2700
2379
  const _queryParams = {};
2701
2380
  if (exportFormat != null) {
2702
- _queryParams["exportFormat"] = exportFormat;
2381
+ _queryParams.exportFormat = exportFormat;
2703
2382
  }
2704
2383
  if (fromRecord != null) {
2705
- _queryParams["fromRecord"] = fromRecord.toString();
2384
+ _queryParams.fromRecord = fromRecord.toString();
2706
2385
  }
2707
2386
  if (limitRecord != null) {
2708
- _queryParams["limitRecord"] = limitRecord.toString();
2387
+ _queryParams.limitRecord = limitRecord.toString();
2709
2388
  }
2710
2389
  if (parameters != null) {
2711
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
2390
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2712
2391
  }
2713
2392
  if (sortBy != null) {
2714
- _queryParams["sortBy"] = sortBy;
2393
+ _queryParams.sortBy = sortBy;
2715
2394
  }
2716
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2395
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
2396
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2717
2397
  const _response = yield core.fetcher({
2718
- 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, `Query/vendors/${encodeURIComponent(entry)}`),
2398
+ 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, `Query/vendors/${core.url.encodePathParam(entry)}`),
2719
2399
  method: "GET",
2720
2400
  headers: _headers,
2721
2401
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2722
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2723
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
2402
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
2403
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2724
2404
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
2405
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
2406
+ logging: this._options.logging,
2725
2407
  });
2726
2408
  if (_response.ok) {
2727
2409
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2744,21 +2426,7 @@ class Query {
2744
2426
  });
2745
2427
  }
2746
2428
  }
2747
- switch (_response.error.reason) {
2748
- case "non-json":
2749
- throw new errors.PayabliError({
2750
- statusCode: _response.error.statusCode,
2751
- body: _response.error.rawBody,
2752
- rawResponse: _response.rawResponse,
2753
- });
2754
- case "timeout":
2755
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/vendors/{entry}.");
2756
- case "unknown":
2757
- throw new errors.PayabliError({
2758
- message: _response.error.errorMessage,
2759
- rawResponse: _response.rawResponse,
2760
- });
2761
- }
2429
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/vendors/{entry}");
2762
2430
  });
2763
2431
  }
2764
2432
  /**
@@ -2766,7 +2434,7 @@ class Query {
2766
2434
  *
2767
2435
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
2768
2436
  * @param {Payabli.ListVendorsOrgRequest} request
2769
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
2437
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2770
2438
  *
2771
2439
  * @throws {@link Payabli.BadRequestError}
2772
2440
  * @throws {@link Payabli.UnauthorizedError}
@@ -2785,33 +2453,36 @@ class Query {
2785
2453
  }
2786
2454
  __listVendorsOrg(orgId_1) {
2787
2455
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
2788
- var _a, _b, _c;
2456
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2789
2457
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
2790
2458
  const _queryParams = {};
2791
2459
  if (exportFormat != null) {
2792
- _queryParams["exportFormat"] = exportFormat;
2460
+ _queryParams.exportFormat = exportFormat;
2793
2461
  }
2794
2462
  if (fromRecord != null) {
2795
- _queryParams["fromRecord"] = fromRecord.toString();
2463
+ _queryParams.fromRecord = fromRecord.toString();
2796
2464
  }
2797
2465
  if (limitRecord != null) {
2798
- _queryParams["limitRecord"] = limitRecord.toString();
2466
+ _queryParams.limitRecord = limitRecord.toString();
2799
2467
  }
2800
2468
  if (parameters != null) {
2801
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
2469
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2802
2470
  }
2803
2471
  if (sortBy != null) {
2804
- _queryParams["sortBy"] = sortBy;
2472
+ _queryParams.sortBy = sortBy;
2805
2473
  }
2806
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2474
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
2475
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2807
2476
  const _response = yield core.fetcher({
2808
- 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, `Query/vendors/org/${encodeURIComponent(orgId)}`),
2477
+ 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, `Query/vendors/org/${core.url.encodePathParam(orgId)}`),
2809
2478
  method: "GET",
2810
2479
  headers: _headers,
2811
2480
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2812
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2813
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
2481
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
2482
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2814
2483
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
2484
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
2485
+ logging: this._options.logging,
2815
2486
  });
2816
2487
  if (_response.ok) {
2817
2488
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2834,21 +2505,7 @@ class Query {
2834
2505
  });
2835
2506
  }
2836
2507
  }
2837
- switch (_response.error.reason) {
2838
- case "non-json":
2839
- throw new errors.PayabliError({
2840
- statusCode: _response.error.statusCode,
2841
- body: _response.error.rawBody,
2842
- rawResponse: _response.rawResponse,
2843
- });
2844
- case "timeout":
2845
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/vendors/org/{orgId}.");
2846
- case "unknown":
2847
- throw new errors.PayabliError({
2848
- message: _response.error.errorMessage,
2849
- rawResponse: _response.rawResponse,
2850
- });
2851
- }
2508
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/vendors/org/{orgId}");
2852
2509
  });
2853
2510
  }
2854
2511
  /**
@@ -2856,7 +2513,7 @@ class Query {
2856
2513
  *
2857
2514
  * @param {Payabli.Entry} entry
2858
2515
  * @param {Payabli.ListVcardsRequest} request
2859
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
2516
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2860
2517
  *
2861
2518
  * @throws {@link Payabli.BadRequestError}
2862
2519
  * @throws {@link Payabli.UnauthorizedError}
@@ -2875,33 +2532,36 @@ class Query {
2875
2532
  }
2876
2533
  __listVcards(entry_1) {
2877
2534
  return __awaiter(this, arguments, void 0, function* (entry, request = {}, requestOptions) {
2878
- var _a, _b, _c;
2535
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2879
2536
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
2880
2537
  const _queryParams = {};
2881
2538
  if (exportFormat != null) {
2882
- _queryParams["exportFormat"] = exportFormat;
2539
+ _queryParams.exportFormat = exportFormat;
2883
2540
  }
2884
2541
  if (fromRecord != null) {
2885
- _queryParams["fromRecord"] = fromRecord.toString();
2542
+ _queryParams.fromRecord = fromRecord.toString();
2886
2543
  }
2887
2544
  if (limitRecord != null) {
2888
- _queryParams["limitRecord"] = limitRecord.toString();
2545
+ _queryParams.limitRecord = limitRecord.toString();
2889
2546
  }
2890
2547
  if (parameters != null) {
2891
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
2548
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2892
2549
  }
2893
2550
  if (sortBy != null) {
2894
- _queryParams["sortBy"] = sortBy;
2551
+ _queryParams.sortBy = sortBy;
2895
2552
  }
2896
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2553
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
2554
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2897
2555
  const _response = yield core.fetcher({
2898
- 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, `Query/vcards/${encodeURIComponent(entry)}`),
2556
+ 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, `Query/vcards/${core.url.encodePathParam(entry)}`),
2899
2557
  method: "GET",
2900
2558
  headers: _headers,
2901
2559
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2902
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2903
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
2560
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
2561
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2904
2562
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
2563
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
2564
+ logging: this._options.logging,
2905
2565
  });
2906
2566
  if (_response.ok) {
2907
2567
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -2924,21 +2584,7 @@ class Query {
2924
2584
  });
2925
2585
  }
2926
2586
  }
2927
- switch (_response.error.reason) {
2928
- case "non-json":
2929
- throw new errors.PayabliError({
2930
- statusCode: _response.error.statusCode,
2931
- body: _response.error.rawBody,
2932
- rawResponse: _response.rawResponse,
2933
- });
2934
- case "timeout":
2935
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/vcards/{entry}.");
2936
- case "unknown":
2937
- throw new errors.PayabliError({
2938
- message: _response.error.errorMessage,
2939
- rawResponse: _response.rawResponse,
2940
- });
2941
- }
2587
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/vcards/{entry}");
2942
2588
  });
2943
2589
  }
2944
2590
  /**
@@ -2946,7 +2592,7 @@ class Query {
2946
2592
  *
2947
2593
  * @param {number} orgId - The numeric identifier for organization, assigned by Payabli.
2948
2594
  * @param {Payabli.ListVcardsOrgRequest} request
2949
- * @param {Query.RequestOptions} requestOptions - Request-specific configuration.
2595
+ * @param {QueryClient.RequestOptions} requestOptions - Request-specific configuration.
2950
2596
  *
2951
2597
  * @throws {@link Payabli.BadRequestError}
2952
2598
  * @throws {@link Payabli.UnauthorizedError}
@@ -2965,33 +2611,36 @@ class Query {
2965
2611
  }
2966
2612
  __listVcardsOrg(orgId_1) {
2967
2613
  return __awaiter(this, arguments, void 0, function* (orgId, request = {}, requestOptions) {
2968
- var _a, _b, _c;
2614
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
2969
2615
  const { exportFormat, fromRecord, limitRecord, parameters, sortBy } = request;
2970
2616
  const _queryParams = {};
2971
2617
  if (exportFormat != null) {
2972
- _queryParams["exportFormat"] = exportFormat;
2618
+ _queryParams.exportFormat = exportFormat;
2973
2619
  }
2974
2620
  if (fromRecord != null) {
2975
- _queryParams["fromRecord"] = fromRecord.toString();
2621
+ _queryParams.fromRecord = fromRecord.toString();
2976
2622
  }
2977
2623
  if (limitRecord != null) {
2978
- _queryParams["limitRecord"] = limitRecord.toString();
2624
+ _queryParams.limitRecord = limitRecord.toString();
2979
2625
  }
2980
2626
  if (parameters != null) {
2981
- _queryParams["parameters"] = (0, json_js_1.toJson)(parameters);
2627
+ _queryParams.parameters = (0, json_js_1.toJson)(parameters);
2982
2628
  }
2983
2629
  if (sortBy != null) {
2984
- _queryParams["sortBy"] = sortBy;
2630
+ _queryParams.sortBy = sortBy;
2985
2631
  }
2986
- let _headers = (0, headers_js_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_js_1.mergeOnlyDefinedHeaders)(Object.assign({}, (yield this._getCustomAuthorizationHeaders()))), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2632
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
2633
+ const _headers = (0, headers_js_1.mergeHeaders)(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
2987
2634
  const _response = yield core.fetcher({
2988
- 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, `Query/vcards/org/${encodeURIComponent(orgId)}`),
2635
+ 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, `Query/vcards/org/${core.url.encodePathParam(orgId)}`),
2989
2636
  method: "GET",
2990
2637
  headers: _headers,
2991
2638
  queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
2992
- timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
2993
- maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
2639
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
2640
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
2994
2641
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
2642
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
2643
+ logging: this._options.logging,
2995
2644
  });
2996
2645
  if (_response.ok) {
2997
2646
  return { data: _response.body, rawResponse: _response.rawResponse };
@@ -3014,28 +2663,8 @@ class Query {
3014
2663
  });
3015
2664
  }
3016
2665
  }
3017
- switch (_response.error.reason) {
3018
- case "non-json":
3019
- throw new errors.PayabliError({
3020
- statusCode: _response.error.statusCode,
3021
- body: _response.error.rawBody,
3022
- rawResponse: _response.rawResponse,
3023
- });
3024
- case "timeout":
3025
- throw new errors.PayabliTimeoutError("Timeout exceeded when calling GET /Query/vcards/org/{orgId}.");
3026
- case "unknown":
3027
- throw new errors.PayabliError({
3028
- message: _response.error.errorMessage,
3029
- rawResponse: _response.rawResponse,
3030
- });
3031
- }
3032
- });
3033
- }
3034
- _getCustomAuthorizationHeaders() {
3035
- return __awaiter(this, void 0, void 0, function* () {
3036
- const apiKeyValue = yield core.Supplier.get(this._options.apiKey);
3037
- return { requestToken: apiKeyValue };
2666
+ return (0, handleNonStatusCodeError_js_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/Query/vcards/org/{orgId}");
3038
2667
  });
3039
2668
  }
3040
2669
  }
3041
- exports.Query = Query;
2670
+ exports.QueryClient = QueryClient;