@channelpayments/node-sdk 1.103.0 → 1.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/dist/cjs/apis/ChannelPaymentsApi.d.ts +8 -8
  2. package/dist/cjs/apis/ChannelPaymentsApi.js +80 -80
  3. package/dist/cjs/models/AddressEntity.d.ts +1 -1
  4. package/dist/cjs/models/AddressEntity.js +1 -1
  5. package/dist/cjs/models/AmountRuleConditionEntity.d.ts +1 -1
  6. package/dist/cjs/models/AmountRuleConditionEntity.js +1 -1
  7. package/dist/cjs/models/AvailablePaymentMethodEntity.d.ts +1 -1
  8. package/dist/cjs/models/AvailablePaymentMethodEntity.js +1 -1
  9. package/dist/cjs/models/BankDetailsServiceEntity.d.ts +1 -1
  10. package/dist/cjs/models/BankDetailsServiceEntity.js +1 -1
  11. package/dist/cjs/models/BuyerAddressDto.d.ts +1 -1
  12. package/dist/cjs/models/BuyerAddressDto.js +1 -1
  13. package/dist/cjs/models/BuyerAddressEntity.d.ts +1 -1
  14. package/dist/cjs/models/BuyerAddressEntity.js +1 -1
  15. package/dist/cjs/models/BuyerEntity.d.ts +3 -21
  16. package/dist/cjs/models/BuyerEntity.js +3 -9
  17. package/dist/cjs/models/BuyerEntityAddress.d.ts +1 -1
  18. package/dist/cjs/models/BuyerEntityAddress.js +1 -1
  19. package/dist/cjs/models/BuyersAddressEntity.d.ts +62 -0
  20. package/dist/cjs/models/{AddressDto.js → BuyersAddressEntity.js} +14 -14
  21. package/dist/cjs/models/BuyersBaseEntity.d.ts +93 -0
  22. package/dist/cjs/models/BuyersBaseEntity.js +75 -0
  23. package/dist/cjs/models/BuyersEntity.d.ts +93 -0
  24. package/dist/cjs/models/{BuyerEntity1.js → BuyersEntity.js} +23 -17
  25. package/dist/cjs/models/BuyersEntityAddress.d.ts +62 -0
  26. package/dist/cjs/models/{BuyerEntity1Address.js → BuyersEntityAddress.js} +12 -12
  27. package/dist/cjs/models/BuyersSearchEntity.d.ts +4 -4
  28. package/dist/cjs/models/BuyersSearchEntity.js +4 -4
  29. package/dist/cjs/models/CFeeEntity.d.ts +1 -1
  30. package/dist/cjs/models/CFeeEntity.js +1 -1
  31. package/dist/cjs/models/CFeeRuleConditionEntity.d.ts +1 -1
  32. package/dist/cjs/models/CFeeRuleConditionEntity.js +1 -1
  33. package/dist/cjs/models/CaptureTransactionDto.d.ts +1 -1
  34. package/dist/cjs/models/CaptureTransactionDto.js +1 -1
  35. package/dist/cjs/models/CardDetailsServiceEntity.d.ts +1 -1
  36. package/dist/cjs/models/CardDetailsServiceEntity.js +1 -1
  37. package/dist/cjs/models/CheckoutSessionEntity.d.ts +1 -1
  38. package/dist/cjs/models/CheckoutSessionEntity.js +1 -1
  39. package/dist/cjs/models/CheckoutSessionItemBaseEntity.d.ts +1 -1
  40. package/dist/cjs/models/CheckoutSessionItemBaseEntity.js +1 -1
  41. package/dist/cjs/models/CreateAmountRuleConditionDto.d.ts +1 -1
  42. package/dist/cjs/models/CreateAmountRuleConditionDto.js +1 -1
  43. package/dist/cjs/models/CreateBuyerAddressDto.d.ts +62 -0
  44. package/dist/cjs/models/{AddressEntity1.js → CreateBuyerAddressDto.js} +14 -14
  45. package/dist/cjs/models/CreateBuyerDto.d.ts +6 -6
  46. package/dist/cjs/models/CreateBuyerDto.js +1 -1
  47. package/dist/cjs/models/CreateBuyerDtoAddress.d.ts +7 -7
  48. package/dist/cjs/models/CreateBuyerDtoAddress.js +1 -1
  49. package/dist/cjs/models/CreateCFeeDto.d.ts +1 -1
  50. package/dist/cjs/models/CreateCFeeDto.js +1 -1
  51. package/dist/cjs/models/CreateCFeeRuleConditionDto.d.ts +1 -1
  52. package/dist/cjs/models/CreateCFeeRuleConditionDto.js +1 -1
  53. package/dist/cjs/models/CreateCheckoutSessionDto.d.ts +1 -1
  54. package/dist/cjs/models/CreateCheckoutSessionDto.js +1 -1
  55. package/dist/cjs/models/CreateCheckoutSessionItemDto.d.ts +1 -1
  56. package/dist/cjs/models/CreateCheckoutSessionItemDto.js +1 -1
  57. package/dist/cjs/models/CreateCheckoutSessionPaymentMethodDto.d.ts +1 -1
  58. package/dist/cjs/models/CreateCheckoutSessionPaymentMethodDto.js +1 -1
  59. package/dist/cjs/models/CreateCheckoutSessionTransactionDto.d.ts +1 -1
  60. package/dist/cjs/models/CreateCheckoutSessionTransactionDto.js +1 -1
  61. package/dist/cjs/models/CreateCheckoutSessionTransactionDtoAddress.d.ts +1 -1
  62. package/dist/cjs/models/CreateCheckoutSessionTransactionDtoAddress.js +1 -1
  63. package/dist/cjs/models/CreateCheckoutSessionTransactionDtoPaymentMethod.d.ts +1 -1
  64. package/dist/cjs/models/CreateCheckoutSessionTransactionDtoPaymentMethod.js +1 -1
  65. package/dist/cjs/models/CreateEventConfigDto.d.ts +1 -1
  66. package/dist/cjs/models/CreateEventConfigDto.js +1 -1
  67. package/dist/cjs/models/CreateEventDomainDto.d.ts +1 -1
  68. package/dist/cjs/models/CreateEventDomainDto.js +1 -1
  69. package/dist/cjs/models/CreateEventDomainDtoBuyers.d.ts +1 -1
  70. package/dist/cjs/models/CreateEventDomainDtoBuyers.js +1 -1
  71. package/dist/cjs/models/CreateEventDomainDtoMerchants.d.ts +1 -1
  72. package/dist/cjs/models/CreateEventDomainDtoMerchants.js +1 -1
  73. package/dist/cjs/models/CreateEventDomainDtoPaymentMethods.d.ts +1 -1
  74. package/dist/cjs/models/CreateEventDomainDtoPaymentMethods.js +1 -1
  75. package/dist/cjs/models/CreateEventDomainDtoTransactions.d.ts +1 -1
  76. package/dist/cjs/models/CreateEventDomainDtoTransactions.js +1 -1
  77. package/dist/cjs/models/CreateEventDomainDtoUsers.d.ts +1 -1
  78. package/dist/cjs/models/CreateEventDomainDtoUsers.js +1 -1
  79. package/dist/cjs/models/CreateFeatureDto.d.ts +1 -1
  80. package/dist/cjs/models/CreateFeatureDto.js +1 -1
  81. package/dist/cjs/models/CreateInitialUserDto.d.ts +1 -1
  82. package/dist/cjs/models/CreateInitialUserDto.js +1 -1
  83. package/dist/cjs/models/CreateMerchantAccountDto.d.ts +1 -1
  84. package/dist/cjs/models/CreateMerchantAccountDto.js +1 -1
  85. package/dist/cjs/models/CreateMerchantAccountDtoCFee.d.ts +1 -1
  86. package/dist/cjs/models/CreateMerchantAccountDtoCFee.js +1 -1
  87. package/dist/cjs/models/CreateMerchantAccountWithoutMerchantIdDto.d.ts +1 -1
  88. package/dist/cjs/models/CreateMerchantAccountWithoutMerchantIdDto.js +1 -1
  89. package/dist/cjs/models/CreateMerchantAddressDto.d.ts +1 -1
  90. package/dist/cjs/models/CreateMerchantAddressDto.js +1 -1
  91. package/dist/cjs/models/CreateMerchantConnectorCredentialsDto.d.ts +1 -1
  92. package/dist/cjs/models/CreateMerchantConnectorCredentialsDto.js +1 -1
  93. package/dist/cjs/models/CreateMerchantConnectorDto.d.ts +1 -1
  94. package/dist/cjs/models/CreateMerchantConnectorDto.js +1 -1
  95. package/dist/cjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.d.ts +1 -1
  96. package/dist/cjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.js +1 -1
  97. package/dist/cjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDtoConnectorCredentials.d.ts +1 -1
  98. package/dist/cjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDtoConnectorCredentials.js +1 -1
  99. package/dist/cjs/models/CreateMerchantCredentialsDto.d.ts +1 -1
  100. package/dist/cjs/models/CreateMerchantCredentialsDto.js +1 -1
  101. package/dist/cjs/models/CreateMerchantDto.d.ts +1 -1
  102. package/dist/cjs/models/CreateMerchantDto.js +1 -1
  103. package/dist/cjs/models/CreateMerchantDtoAddress.d.ts +1 -1
  104. package/dist/cjs/models/CreateMerchantDtoAddress.js +1 -1
  105. package/dist/cjs/models/CreateMerchantRoutingFlowDto.d.ts +1 -1
  106. package/dist/cjs/models/CreateMerchantRoutingFlowDto.js +1 -1
  107. package/dist/cjs/models/CreateMerchantRoutingFlowRuleDto.d.ts +1 -1
  108. package/dist/cjs/models/CreateMerchantRoutingFlowRuleDto.js +1 -1
  109. package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDto.d.ts +1 -1
  110. package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDto.js +1 -1
  111. package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConditions.d.ts +1 -1
  112. package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConditions.js +1 -1
  113. package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConnectors.d.ts +1 -1
  114. package/dist/cjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConnectors.js +1 -1
  115. package/dist/cjs/models/CreateMetadataRuleConditionDto.d.ts +1 -1
  116. package/dist/cjs/models/CreateMetadataRuleConditionDto.js +1 -1
  117. package/dist/cjs/models/CreatePaymentMethodDto.d.ts +1 -1
  118. package/dist/cjs/models/CreatePaymentMethodDto.js +1 -1
  119. package/dist/cjs/models/CreateRuleConditionsDto.d.ts +1 -1
  120. package/dist/cjs/models/CreateRuleConditionsDto.js +1 -1
  121. package/dist/cjs/models/CreateRuleConditionsDtoAmount.d.ts +1 -1
  122. package/dist/cjs/models/CreateRuleConditionsDtoAmount.js +1 -1
  123. package/dist/cjs/models/CreateRuleConditionsDtoCFee.d.ts +1 -1
  124. package/dist/cjs/models/CreateRuleConditionsDtoCFee.js +1 -1
  125. package/dist/cjs/models/CreateRuleConnectorsDto.d.ts +1 -1
  126. package/dist/cjs/models/CreateRuleConnectorsDto.js +1 -1
  127. package/dist/cjs/models/CreateStoredCardPaymentMethod.d.ts +1 -1
  128. package/dist/cjs/models/CreateStoredCardPaymentMethod.js +1 -1
  129. package/dist/cjs/models/CreateTransactionDto.d.ts +1 -1
  130. package/dist/cjs/models/CreateTransactionDto.js +1 -1
  131. package/dist/cjs/models/CreateTransactionDtoPaymentMethod.d.ts +1 -1
  132. package/dist/cjs/models/CreateTransactionDtoPaymentMethod.js +1 -1
  133. package/dist/cjs/models/CreateTransactionRefundDto.d.ts +1 -1
  134. package/dist/cjs/models/CreateTransactionRefundDto.js +1 -1
  135. package/dist/cjs/models/CreateUserDto.d.ts +1 -1
  136. package/dist/cjs/models/CreateUserDto.js +1 -1
  137. package/dist/cjs/models/CreateWebhookDto.d.ts +1 -1
  138. package/dist/cjs/models/CreateWebhookDto.js +1 -1
  139. package/dist/cjs/models/CreateWebhookDtoEventDomains.d.ts +1 -1
  140. package/dist/cjs/models/CreateWebhookDtoEventDomains.js +1 -1
  141. package/dist/cjs/models/ErrorEntity.d.ts +7 -1
  142. package/dist/cjs/models/ErrorEntity.js +3 -1
  143. package/dist/cjs/models/ErrorEntity1.d.ts +1 -1
  144. package/dist/cjs/models/ErrorEntity1.js +1 -1
  145. package/dist/cjs/models/ErrorEntity2.d.ts +3 -3
  146. package/dist/cjs/models/ErrorEntity2.js +1 -1
  147. package/dist/cjs/models/ErrorEntity3.d.ts +3 -9
  148. package/dist/cjs/models/ErrorEntity3.js +1 -3
  149. package/dist/cjs/models/ErrorEntity4.d.ts +56 -0
  150. package/dist/cjs/models/ErrorEntity4.js +56 -0
  151. package/dist/cjs/models/ErrorEntity5.d.ts +56 -0
  152. package/dist/cjs/models/ErrorEntity5.js +56 -0
  153. package/dist/cjs/models/FeatureEntity.d.ts +1 -1
  154. package/dist/cjs/models/FeatureEntity.js +1 -1
  155. package/dist/cjs/models/FeaturesEntity.d.ts +1 -1
  156. package/dist/cjs/models/FeaturesEntity.js +1 -1
  157. package/dist/cjs/models/MerchantAccountEntity.d.ts +1 -1
  158. package/dist/cjs/models/MerchantAccountEntity.js +1 -1
  159. package/dist/cjs/models/MerchantAccountEntityCFee.d.ts +1 -1
  160. package/dist/cjs/models/MerchantAccountEntityCFee.js +1 -1
  161. package/dist/cjs/models/MerchantAddressEntity.d.ts +1 -1
  162. package/dist/cjs/models/MerchantAddressEntity.js +1 -1
  163. package/dist/cjs/models/MerchantConnectorCredentialsEntity.d.ts +1 -1
  164. package/dist/cjs/models/MerchantConnectorCredentialsEntity.js +1 -1
  165. package/dist/cjs/models/MerchantConnectorEntity.d.ts +1 -1
  166. package/dist/cjs/models/MerchantConnectorEntity.js +1 -1
  167. package/dist/cjs/models/MerchantCredentialsEntity.d.ts +1 -1
  168. package/dist/cjs/models/MerchantCredentialsEntity.js +1 -1
  169. package/dist/cjs/models/MerchantEntity.d.ts +1 -1
  170. package/dist/cjs/models/MerchantEntity.js +1 -1
  171. package/dist/cjs/models/MerchantEntityAddress.d.ts +1 -1
  172. package/dist/cjs/models/MerchantEntityAddress.js +1 -1
  173. package/dist/cjs/models/MerchantRoutingFlowEntity.d.ts +1 -1
  174. package/dist/cjs/models/MerchantRoutingFlowEntity.js +1 -1
  175. package/dist/cjs/models/MerchantRoutingFlowRuleEntity.d.ts +1 -1
  176. package/dist/cjs/models/MerchantRoutingFlowRuleEntity.js +1 -1
  177. package/dist/cjs/models/MerchantRoutingFlowRuleEntityConditions.d.ts +1 -1
  178. package/dist/cjs/models/MerchantRoutingFlowRuleEntityConditions.js +1 -1
  179. package/dist/cjs/models/MerchantRoutingFlowRuleEntityConnectors.d.ts +1 -1
  180. package/dist/cjs/models/MerchantRoutingFlowRuleEntityConnectors.js +1 -1
  181. package/dist/cjs/models/MetadataRuleConditionEntity.d.ts +1 -1
  182. package/dist/cjs/models/MetadataRuleConditionEntity.js +1 -1
  183. package/dist/cjs/models/PaymentMethodDto.d.ts +1 -1
  184. package/dist/cjs/models/PaymentMethodDto.js +1 -1
  185. package/dist/cjs/models/PaymentMethodEntity.d.ts +1 -1
  186. package/dist/cjs/models/PaymentMethodEntity.js +1 -1
  187. package/dist/cjs/models/PaymentMethodEntity1.d.ts +1 -1
  188. package/dist/cjs/models/PaymentMethodEntity1.js +1 -1
  189. package/dist/cjs/models/PaymentMethodEntityAccountDetails.d.ts +1 -1
  190. package/dist/cjs/models/PaymentMethodEntityAccountDetails.js +1 -1
  191. package/dist/cjs/models/PaymentMethodEntityBuyer.d.ts +4 -4
  192. package/dist/cjs/models/PaymentMethodEntityBuyer.js +4 -4
  193. package/dist/cjs/models/PaymentMethodEntityCardDetails.d.ts +1 -1
  194. package/dist/cjs/models/PaymentMethodEntityCardDetails.js +1 -1
  195. package/dist/cjs/models/PaymentMethodServiceEntity.d.ts +1 -1
  196. package/dist/cjs/models/PaymentMethodServiceEntity.js +1 -1
  197. package/dist/cjs/models/PaymentMethodsSearchEntity.d.ts +1 -1
  198. package/dist/cjs/models/PaymentMethodsSearchEntity.js +1 -1
  199. package/dist/cjs/models/PaymentsBuyerEntity.d.ts +1 -1
  200. package/dist/cjs/models/PaymentsBuyerEntity.js +1 -1
  201. package/dist/cjs/models/PaymentsBuyerEntityAddress.d.ts +1 -1
  202. package/dist/cjs/models/PaymentsBuyerEntityAddress.js +1 -1
  203. package/dist/cjs/models/RuleConditionsEntity.d.ts +1 -1
  204. package/dist/cjs/models/RuleConditionsEntity.js +1 -1
  205. package/dist/cjs/models/RuleConditionsEntityAmount.d.ts +1 -1
  206. package/dist/cjs/models/RuleConditionsEntityAmount.js +1 -1
  207. package/dist/cjs/models/RuleConditionsEntityCfee.d.ts +1 -1
  208. package/dist/cjs/models/RuleConditionsEntityCfee.js +1 -1
  209. package/dist/cjs/models/RuleConnectorsEntity.d.ts +1 -1
  210. package/dist/cjs/models/RuleConnectorsEntity.js +1 -1
  211. package/dist/cjs/models/TransactionEntity.d.ts +1 -1
  212. package/dist/cjs/models/TransactionEntity.js +1 -1
  213. package/dist/cjs/models/TransactionEntityBuyer.d.ts +1 -1
  214. package/dist/cjs/models/TransactionEntityBuyer.js +1 -1
  215. package/dist/cjs/models/TransactionEntityPaymentMethod.d.ts +1 -1
  216. package/dist/cjs/models/TransactionEntityPaymentMethod.js +1 -1
  217. package/dist/cjs/models/TransactionFeeDetailsEntity.d.ts +1 -1
  218. package/dist/cjs/models/TransactionFeeDetailsEntity.js +1 -1
  219. package/dist/cjs/models/TransactionRefundEntity.d.ts +1 -1
  220. package/dist/cjs/models/TransactionRefundEntity.js +1 -1
  221. package/dist/cjs/models/TransactionRefundsSearchEntity.d.ts +1 -1
  222. package/dist/cjs/models/TransactionRefundsSearchEntity.js +1 -1
  223. package/dist/cjs/models/TransactionsSearchEntity.d.ts +1 -1
  224. package/dist/cjs/models/TransactionsSearchEntity.js +1 -1
  225. package/dist/cjs/models/TransactionsSearchReturnsEntity.d.ts +1 -1
  226. package/dist/cjs/models/TransactionsSearchReturnsEntity.js +1 -1
  227. package/dist/cjs/models/UpdateBuyerDto.d.ts +13 -13
  228. package/dist/cjs/models/UpdateBuyerDto.js +4 -4
  229. package/dist/cjs/models/UpdateCFeeDto.d.ts +1 -1
  230. package/dist/cjs/models/UpdateCFeeDto.js +1 -1
  231. package/dist/cjs/models/UpdateFeatureDto.d.ts +1 -1
  232. package/dist/cjs/models/UpdateFeatureDto.js +1 -1
  233. package/dist/cjs/models/UpdateMerchantAccountDto.d.ts +1 -1
  234. package/dist/cjs/models/UpdateMerchantAccountDto.js +1 -1
  235. package/dist/cjs/models/UpdateMerchantAccountDtoCFee.d.ts +1 -1
  236. package/dist/cjs/models/UpdateMerchantAccountDtoCFee.js +1 -1
  237. package/dist/cjs/models/UpdateMerchantAddressDto.d.ts +1 -1
  238. package/dist/cjs/models/UpdateMerchantAddressDto.js +1 -1
  239. package/dist/cjs/models/UpdateMerchantConnectorCredentialsDto.d.ts +1 -1
  240. package/dist/cjs/models/UpdateMerchantConnectorCredentialsDto.js +1 -1
  241. package/dist/cjs/models/UpdateMerchantConnectorDto.d.ts +1 -1
  242. package/dist/cjs/models/UpdateMerchantConnectorDto.js +1 -1
  243. package/dist/cjs/models/UpdateMerchantCredentialsDto.d.ts +1 -1
  244. package/dist/cjs/models/UpdateMerchantCredentialsDto.js +1 -1
  245. package/dist/cjs/models/UpdateMerchantDto.d.ts +1 -1
  246. package/dist/cjs/models/UpdateMerchantDto.js +1 -1
  247. package/dist/cjs/models/UpdateMerchantDtoAddress.d.ts +1 -1
  248. package/dist/cjs/models/UpdateMerchantDtoAddress.js +1 -1
  249. package/dist/cjs/models/UpdateMerchantRoutingFlowRuleDto.d.ts +1 -1
  250. package/dist/cjs/models/UpdateMerchantRoutingFlowRuleDto.js +1 -1
  251. package/dist/cjs/models/UpdatePaymentMethodStatusDto.d.ts +1 -1
  252. package/dist/cjs/models/UpdatePaymentMethodStatusDto.js +1 -1
  253. package/dist/cjs/models/UpdateSelfDto.d.ts +1 -1
  254. package/dist/cjs/models/UpdateSelfDto.js +1 -1
  255. package/dist/cjs/models/UpdateUserDto.d.ts +1 -1
  256. package/dist/cjs/models/UpdateUserDto.js +1 -1
  257. package/dist/cjs/models/UpdateWebhookDto.d.ts +1 -1
  258. package/dist/cjs/models/UpdateWebhookDto.js +1 -1
  259. package/dist/cjs/models/UserEntity.d.ts +1 -1
  260. package/dist/cjs/models/UserEntity.js +1 -1
  261. package/dist/cjs/models/ValidateMerchantCredentialsDto.d.ts +1 -1
  262. package/dist/cjs/models/ValidateMerchantCredentialsDto.js +1 -1
  263. package/dist/cjs/models/WebhookEntity.d.ts +1 -1
  264. package/dist/cjs/models/WebhookEntity.js +1 -1
  265. package/dist/cjs/models/index.d.ts +7 -6
  266. package/dist/cjs/models/index.js +7 -6
  267. package/dist/cjs/runtime.d.ts +1 -1
  268. package/dist/cjs/runtime.js +2 -2
  269. package/dist/mjs/apis/ChannelPaymentsApi.d.ts +8 -8
  270. package/dist/mjs/apis/ChannelPaymentsApi.js +81 -81
  271. package/dist/mjs/models/AddressEntity.d.ts +1 -1
  272. package/dist/mjs/models/AddressEntity.js +1 -1
  273. package/dist/mjs/models/AmountRuleConditionEntity.d.ts +1 -1
  274. package/dist/mjs/models/AmountRuleConditionEntity.js +1 -1
  275. package/dist/mjs/models/AvailablePaymentMethodEntity.d.ts +1 -1
  276. package/dist/mjs/models/AvailablePaymentMethodEntity.js +1 -1
  277. package/dist/mjs/models/BankDetailsServiceEntity.d.ts +1 -1
  278. package/dist/mjs/models/BankDetailsServiceEntity.js +1 -1
  279. package/dist/mjs/models/BuyerAddressDto.d.ts +1 -1
  280. package/dist/mjs/models/BuyerAddressDto.js +1 -1
  281. package/dist/mjs/models/BuyerAddressEntity.d.ts +1 -1
  282. package/dist/mjs/models/BuyerAddressEntity.js +1 -1
  283. package/dist/mjs/models/BuyerEntity.d.ts +3 -21
  284. package/dist/mjs/models/BuyerEntity.js +3 -9
  285. package/dist/mjs/models/BuyerEntityAddress.d.ts +1 -1
  286. package/dist/mjs/models/BuyerEntityAddress.js +1 -1
  287. package/dist/mjs/models/BuyersAddressEntity.d.ts +62 -0
  288. package/dist/mjs/models/{BuyerEntity1Address.js → BuyersAddressEntity.js} +7 -7
  289. package/dist/mjs/models/BuyersBaseEntity.d.ts +93 -0
  290. package/dist/mjs/models/BuyersBaseEntity.js +68 -0
  291. package/dist/mjs/models/BuyersEntity.d.ts +93 -0
  292. package/dist/mjs/models/{BuyerEntity1.js → BuyersEntity.js} +18 -12
  293. package/dist/mjs/models/BuyersEntityAddress.d.ts +62 -0
  294. package/dist/mjs/models/{AddressDto.js → BuyersEntityAddress.js} +9 -9
  295. package/dist/mjs/models/BuyersSearchEntity.d.ts +4 -4
  296. package/dist/mjs/models/BuyersSearchEntity.js +4 -4
  297. package/dist/mjs/models/CFeeEntity.d.ts +1 -1
  298. package/dist/mjs/models/CFeeEntity.js +1 -1
  299. package/dist/mjs/models/CFeeRuleConditionEntity.d.ts +1 -1
  300. package/dist/mjs/models/CFeeRuleConditionEntity.js +1 -1
  301. package/dist/mjs/models/CaptureTransactionDto.d.ts +1 -1
  302. package/dist/mjs/models/CaptureTransactionDto.js +1 -1
  303. package/dist/mjs/models/CardDetailsServiceEntity.d.ts +1 -1
  304. package/dist/mjs/models/CardDetailsServiceEntity.js +1 -1
  305. package/dist/mjs/models/CheckoutSessionEntity.d.ts +1 -1
  306. package/dist/mjs/models/CheckoutSessionEntity.js +1 -1
  307. package/dist/mjs/models/CheckoutSessionItemBaseEntity.d.ts +1 -1
  308. package/dist/mjs/models/CheckoutSessionItemBaseEntity.js +1 -1
  309. package/dist/mjs/models/CreateAmountRuleConditionDto.d.ts +1 -1
  310. package/dist/mjs/models/CreateAmountRuleConditionDto.js +1 -1
  311. package/dist/mjs/models/CreateBuyerAddressDto.d.ts +62 -0
  312. package/dist/mjs/models/{AddressEntity1.js → CreateBuyerAddressDto.js} +9 -9
  313. package/dist/mjs/models/CreateBuyerDto.d.ts +6 -6
  314. package/dist/mjs/models/CreateBuyerDto.js +1 -1
  315. package/dist/mjs/models/CreateBuyerDtoAddress.d.ts +7 -7
  316. package/dist/mjs/models/CreateBuyerDtoAddress.js +1 -1
  317. package/dist/mjs/models/CreateCFeeDto.d.ts +1 -1
  318. package/dist/mjs/models/CreateCFeeDto.js +1 -1
  319. package/dist/mjs/models/CreateCFeeRuleConditionDto.d.ts +1 -1
  320. package/dist/mjs/models/CreateCFeeRuleConditionDto.js +1 -1
  321. package/dist/mjs/models/CreateCheckoutSessionDto.d.ts +1 -1
  322. package/dist/mjs/models/CreateCheckoutSessionDto.js +1 -1
  323. package/dist/mjs/models/CreateCheckoutSessionItemDto.d.ts +1 -1
  324. package/dist/mjs/models/CreateCheckoutSessionItemDto.js +1 -1
  325. package/dist/mjs/models/CreateCheckoutSessionPaymentMethodDto.d.ts +1 -1
  326. package/dist/mjs/models/CreateCheckoutSessionPaymentMethodDto.js +1 -1
  327. package/dist/mjs/models/CreateCheckoutSessionTransactionDto.d.ts +1 -1
  328. package/dist/mjs/models/CreateCheckoutSessionTransactionDto.js +1 -1
  329. package/dist/mjs/models/CreateCheckoutSessionTransactionDtoAddress.d.ts +1 -1
  330. package/dist/mjs/models/CreateCheckoutSessionTransactionDtoAddress.js +1 -1
  331. package/dist/mjs/models/CreateCheckoutSessionTransactionDtoPaymentMethod.d.ts +1 -1
  332. package/dist/mjs/models/CreateCheckoutSessionTransactionDtoPaymentMethod.js +1 -1
  333. package/dist/mjs/models/CreateEventConfigDto.d.ts +1 -1
  334. package/dist/mjs/models/CreateEventConfigDto.js +1 -1
  335. package/dist/mjs/models/CreateEventDomainDto.d.ts +1 -1
  336. package/dist/mjs/models/CreateEventDomainDto.js +1 -1
  337. package/dist/mjs/models/CreateEventDomainDtoBuyers.d.ts +1 -1
  338. package/dist/mjs/models/CreateEventDomainDtoBuyers.js +1 -1
  339. package/dist/mjs/models/CreateEventDomainDtoMerchants.d.ts +1 -1
  340. package/dist/mjs/models/CreateEventDomainDtoMerchants.js +1 -1
  341. package/dist/mjs/models/CreateEventDomainDtoPaymentMethods.d.ts +1 -1
  342. package/dist/mjs/models/CreateEventDomainDtoPaymentMethods.js +1 -1
  343. package/dist/mjs/models/CreateEventDomainDtoTransactions.d.ts +1 -1
  344. package/dist/mjs/models/CreateEventDomainDtoTransactions.js +1 -1
  345. package/dist/mjs/models/CreateEventDomainDtoUsers.d.ts +1 -1
  346. package/dist/mjs/models/CreateEventDomainDtoUsers.js +1 -1
  347. package/dist/mjs/models/CreateFeatureDto.d.ts +1 -1
  348. package/dist/mjs/models/CreateFeatureDto.js +1 -1
  349. package/dist/mjs/models/CreateInitialUserDto.d.ts +1 -1
  350. package/dist/mjs/models/CreateInitialUserDto.js +1 -1
  351. package/dist/mjs/models/CreateMerchantAccountDto.d.ts +1 -1
  352. package/dist/mjs/models/CreateMerchantAccountDto.js +1 -1
  353. package/dist/mjs/models/CreateMerchantAccountDtoCFee.d.ts +1 -1
  354. package/dist/mjs/models/CreateMerchantAccountDtoCFee.js +1 -1
  355. package/dist/mjs/models/CreateMerchantAccountWithoutMerchantIdDto.d.ts +1 -1
  356. package/dist/mjs/models/CreateMerchantAccountWithoutMerchantIdDto.js +1 -1
  357. package/dist/mjs/models/CreateMerchantAddressDto.d.ts +1 -1
  358. package/dist/mjs/models/CreateMerchantAddressDto.js +1 -1
  359. package/dist/mjs/models/CreateMerchantConnectorCredentialsDto.d.ts +1 -1
  360. package/dist/mjs/models/CreateMerchantConnectorCredentialsDto.js +1 -1
  361. package/dist/mjs/models/CreateMerchantConnectorDto.d.ts +1 -1
  362. package/dist/mjs/models/CreateMerchantConnectorDto.js +1 -1
  363. package/dist/mjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.d.ts +1 -1
  364. package/dist/mjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDto.js +1 -1
  365. package/dist/mjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDtoConnectorCredentials.d.ts +1 -1
  366. package/dist/mjs/models/CreateMerchantConnectorWithoutMerchantAccountIdDtoConnectorCredentials.js +1 -1
  367. package/dist/mjs/models/CreateMerchantCredentialsDto.d.ts +1 -1
  368. package/dist/mjs/models/CreateMerchantCredentialsDto.js +1 -1
  369. package/dist/mjs/models/CreateMerchantDto.d.ts +1 -1
  370. package/dist/mjs/models/CreateMerchantDto.js +1 -1
  371. package/dist/mjs/models/CreateMerchantDtoAddress.d.ts +1 -1
  372. package/dist/mjs/models/CreateMerchantDtoAddress.js +1 -1
  373. package/dist/mjs/models/CreateMerchantRoutingFlowDto.d.ts +1 -1
  374. package/dist/mjs/models/CreateMerchantRoutingFlowDto.js +1 -1
  375. package/dist/mjs/models/CreateMerchantRoutingFlowRuleDto.d.ts +1 -1
  376. package/dist/mjs/models/CreateMerchantRoutingFlowRuleDto.js +1 -1
  377. package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDto.d.ts +1 -1
  378. package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDto.js +1 -1
  379. package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConditions.d.ts +1 -1
  380. package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConditions.js +1 -1
  381. package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConnectors.d.ts +1 -1
  382. package/dist/mjs/models/CreateMerchantRoutingFlowRuleWithoutIdDtoConnectors.js +1 -1
  383. package/dist/mjs/models/CreateMetadataRuleConditionDto.d.ts +1 -1
  384. package/dist/mjs/models/CreateMetadataRuleConditionDto.js +1 -1
  385. package/dist/mjs/models/CreatePaymentMethodDto.d.ts +1 -1
  386. package/dist/mjs/models/CreatePaymentMethodDto.js +1 -1
  387. package/dist/mjs/models/CreateRuleConditionsDto.d.ts +1 -1
  388. package/dist/mjs/models/CreateRuleConditionsDto.js +1 -1
  389. package/dist/mjs/models/CreateRuleConditionsDtoAmount.d.ts +1 -1
  390. package/dist/mjs/models/CreateRuleConditionsDtoAmount.js +1 -1
  391. package/dist/mjs/models/CreateRuleConditionsDtoCFee.d.ts +1 -1
  392. package/dist/mjs/models/CreateRuleConditionsDtoCFee.js +1 -1
  393. package/dist/mjs/models/CreateRuleConnectorsDto.d.ts +1 -1
  394. package/dist/mjs/models/CreateRuleConnectorsDto.js +1 -1
  395. package/dist/mjs/models/CreateStoredCardPaymentMethod.d.ts +1 -1
  396. package/dist/mjs/models/CreateStoredCardPaymentMethod.js +1 -1
  397. package/dist/mjs/models/CreateTransactionDto.d.ts +1 -1
  398. package/dist/mjs/models/CreateTransactionDto.js +1 -1
  399. package/dist/mjs/models/CreateTransactionDtoPaymentMethod.d.ts +1 -1
  400. package/dist/mjs/models/CreateTransactionDtoPaymentMethod.js +1 -1
  401. package/dist/mjs/models/CreateTransactionRefundDto.d.ts +1 -1
  402. package/dist/mjs/models/CreateTransactionRefundDto.js +1 -1
  403. package/dist/mjs/models/CreateUserDto.d.ts +1 -1
  404. package/dist/mjs/models/CreateUserDto.js +1 -1
  405. package/dist/mjs/models/CreateWebhookDto.d.ts +1 -1
  406. package/dist/mjs/models/CreateWebhookDto.js +1 -1
  407. package/dist/mjs/models/CreateWebhookDtoEventDomains.d.ts +1 -1
  408. package/dist/mjs/models/CreateWebhookDtoEventDomains.js +1 -1
  409. package/dist/mjs/models/ErrorEntity.d.ts +7 -1
  410. package/dist/mjs/models/ErrorEntity.js +3 -1
  411. package/dist/mjs/models/ErrorEntity1.d.ts +1 -1
  412. package/dist/mjs/models/ErrorEntity1.js +1 -1
  413. package/dist/mjs/models/ErrorEntity2.d.ts +3 -3
  414. package/dist/mjs/models/ErrorEntity2.js +1 -1
  415. package/dist/mjs/models/ErrorEntity3.d.ts +3 -9
  416. package/dist/mjs/models/ErrorEntity3.js +1 -3
  417. package/dist/mjs/models/ErrorEntity4.d.ts +56 -0
  418. package/dist/mjs/models/ErrorEntity4.js +49 -0
  419. package/dist/mjs/models/ErrorEntity5.d.ts +56 -0
  420. package/dist/mjs/models/ErrorEntity5.js +49 -0
  421. package/dist/mjs/models/FeatureEntity.d.ts +1 -1
  422. package/dist/mjs/models/FeatureEntity.js +1 -1
  423. package/dist/mjs/models/FeaturesEntity.d.ts +1 -1
  424. package/dist/mjs/models/FeaturesEntity.js +1 -1
  425. package/dist/mjs/models/MerchantAccountEntity.d.ts +1 -1
  426. package/dist/mjs/models/MerchantAccountEntity.js +1 -1
  427. package/dist/mjs/models/MerchantAccountEntityCFee.d.ts +1 -1
  428. package/dist/mjs/models/MerchantAccountEntityCFee.js +1 -1
  429. package/dist/mjs/models/MerchantAddressEntity.d.ts +1 -1
  430. package/dist/mjs/models/MerchantAddressEntity.js +1 -1
  431. package/dist/mjs/models/MerchantConnectorCredentialsEntity.d.ts +1 -1
  432. package/dist/mjs/models/MerchantConnectorCredentialsEntity.js +1 -1
  433. package/dist/mjs/models/MerchantConnectorEntity.d.ts +1 -1
  434. package/dist/mjs/models/MerchantConnectorEntity.js +1 -1
  435. package/dist/mjs/models/MerchantCredentialsEntity.d.ts +1 -1
  436. package/dist/mjs/models/MerchantCredentialsEntity.js +1 -1
  437. package/dist/mjs/models/MerchantEntity.d.ts +1 -1
  438. package/dist/mjs/models/MerchantEntity.js +1 -1
  439. package/dist/mjs/models/MerchantEntityAddress.d.ts +1 -1
  440. package/dist/mjs/models/MerchantEntityAddress.js +1 -1
  441. package/dist/mjs/models/MerchantRoutingFlowEntity.d.ts +1 -1
  442. package/dist/mjs/models/MerchantRoutingFlowEntity.js +1 -1
  443. package/dist/mjs/models/MerchantRoutingFlowRuleEntity.d.ts +1 -1
  444. package/dist/mjs/models/MerchantRoutingFlowRuleEntity.js +1 -1
  445. package/dist/mjs/models/MerchantRoutingFlowRuleEntityConditions.d.ts +1 -1
  446. package/dist/mjs/models/MerchantRoutingFlowRuleEntityConditions.js +1 -1
  447. package/dist/mjs/models/MerchantRoutingFlowRuleEntityConnectors.d.ts +1 -1
  448. package/dist/mjs/models/MerchantRoutingFlowRuleEntityConnectors.js +1 -1
  449. package/dist/mjs/models/MetadataRuleConditionEntity.d.ts +1 -1
  450. package/dist/mjs/models/MetadataRuleConditionEntity.js +1 -1
  451. package/dist/mjs/models/PaymentMethodDto.d.ts +1 -1
  452. package/dist/mjs/models/PaymentMethodDto.js +1 -1
  453. package/dist/mjs/models/PaymentMethodEntity.d.ts +1 -1
  454. package/dist/mjs/models/PaymentMethodEntity.js +1 -1
  455. package/dist/mjs/models/PaymentMethodEntity1.d.ts +1 -1
  456. package/dist/mjs/models/PaymentMethodEntity1.js +1 -1
  457. package/dist/mjs/models/PaymentMethodEntityAccountDetails.d.ts +1 -1
  458. package/dist/mjs/models/PaymentMethodEntityAccountDetails.js +1 -1
  459. package/dist/mjs/models/PaymentMethodEntityBuyer.d.ts +4 -4
  460. package/dist/mjs/models/PaymentMethodEntityBuyer.js +4 -4
  461. package/dist/mjs/models/PaymentMethodEntityCardDetails.d.ts +1 -1
  462. package/dist/mjs/models/PaymentMethodEntityCardDetails.js +1 -1
  463. package/dist/mjs/models/PaymentMethodServiceEntity.d.ts +1 -1
  464. package/dist/mjs/models/PaymentMethodServiceEntity.js +1 -1
  465. package/dist/mjs/models/PaymentMethodsSearchEntity.d.ts +1 -1
  466. package/dist/mjs/models/PaymentMethodsSearchEntity.js +1 -1
  467. package/dist/mjs/models/PaymentsBuyerEntity.d.ts +1 -1
  468. package/dist/mjs/models/PaymentsBuyerEntity.js +1 -1
  469. package/dist/mjs/models/PaymentsBuyerEntityAddress.d.ts +1 -1
  470. package/dist/mjs/models/PaymentsBuyerEntityAddress.js +1 -1
  471. package/dist/mjs/models/RuleConditionsEntity.d.ts +1 -1
  472. package/dist/mjs/models/RuleConditionsEntity.js +1 -1
  473. package/dist/mjs/models/RuleConditionsEntityAmount.d.ts +1 -1
  474. package/dist/mjs/models/RuleConditionsEntityAmount.js +1 -1
  475. package/dist/mjs/models/RuleConditionsEntityCfee.d.ts +1 -1
  476. package/dist/mjs/models/RuleConditionsEntityCfee.js +1 -1
  477. package/dist/mjs/models/RuleConnectorsEntity.d.ts +1 -1
  478. package/dist/mjs/models/RuleConnectorsEntity.js +1 -1
  479. package/dist/mjs/models/TransactionEntity.d.ts +1 -1
  480. package/dist/mjs/models/TransactionEntity.js +1 -1
  481. package/dist/mjs/models/TransactionEntityBuyer.d.ts +1 -1
  482. package/dist/mjs/models/TransactionEntityBuyer.js +1 -1
  483. package/dist/mjs/models/TransactionEntityPaymentMethod.d.ts +1 -1
  484. package/dist/mjs/models/TransactionEntityPaymentMethod.js +1 -1
  485. package/dist/mjs/models/TransactionFeeDetailsEntity.d.ts +1 -1
  486. package/dist/mjs/models/TransactionFeeDetailsEntity.js +1 -1
  487. package/dist/mjs/models/TransactionRefundEntity.d.ts +1 -1
  488. package/dist/mjs/models/TransactionRefundEntity.js +1 -1
  489. package/dist/mjs/models/TransactionRefundsSearchEntity.d.ts +1 -1
  490. package/dist/mjs/models/TransactionRefundsSearchEntity.js +1 -1
  491. package/dist/mjs/models/TransactionsSearchEntity.d.ts +1 -1
  492. package/dist/mjs/models/TransactionsSearchEntity.js +1 -1
  493. package/dist/mjs/models/TransactionsSearchReturnsEntity.d.ts +1 -1
  494. package/dist/mjs/models/TransactionsSearchReturnsEntity.js +1 -1
  495. package/dist/mjs/models/UpdateBuyerDto.d.ts +13 -13
  496. package/dist/mjs/models/UpdateBuyerDto.js +4 -4
  497. package/dist/mjs/models/UpdateCFeeDto.d.ts +1 -1
  498. package/dist/mjs/models/UpdateCFeeDto.js +1 -1
  499. package/dist/mjs/models/UpdateFeatureDto.d.ts +1 -1
  500. package/dist/mjs/models/UpdateFeatureDto.js +1 -1
  501. package/dist/mjs/models/UpdateMerchantAccountDto.d.ts +1 -1
  502. package/dist/mjs/models/UpdateMerchantAccountDto.js +1 -1
  503. package/dist/mjs/models/UpdateMerchantAccountDtoCFee.d.ts +1 -1
  504. package/dist/mjs/models/UpdateMerchantAccountDtoCFee.js +1 -1
  505. package/dist/mjs/models/UpdateMerchantAddressDto.d.ts +1 -1
  506. package/dist/mjs/models/UpdateMerchantAddressDto.js +1 -1
  507. package/dist/mjs/models/UpdateMerchantConnectorCredentialsDto.d.ts +1 -1
  508. package/dist/mjs/models/UpdateMerchantConnectorCredentialsDto.js +1 -1
  509. package/dist/mjs/models/UpdateMerchantConnectorDto.d.ts +1 -1
  510. package/dist/mjs/models/UpdateMerchantConnectorDto.js +1 -1
  511. package/dist/mjs/models/UpdateMerchantCredentialsDto.d.ts +1 -1
  512. package/dist/mjs/models/UpdateMerchantCredentialsDto.js +1 -1
  513. package/dist/mjs/models/UpdateMerchantDto.d.ts +1 -1
  514. package/dist/mjs/models/UpdateMerchantDto.js +1 -1
  515. package/dist/mjs/models/UpdateMerchantDtoAddress.d.ts +1 -1
  516. package/dist/mjs/models/UpdateMerchantDtoAddress.js +1 -1
  517. package/dist/mjs/models/UpdateMerchantRoutingFlowRuleDto.d.ts +1 -1
  518. package/dist/mjs/models/UpdateMerchantRoutingFlowRuleDto.js +1 -1
  519. package/dist/mjs/models/UpdatePaymentMethodStatusDto.d.ts +1 -1
  520. package/dist/mjs/models/UpdatePaymentMethodStatusDto.js +1 -1
  521. package/dist/mjs/models/UpdateSelfDto.d.ts +1 -1
  522. package/dist/mjs/models/UpdateSelfDto.js +1 -1
  523. package/dist/mjs/models/UpdateUserDto.d.ts +1 -1
  524. package/dist/mjs/models/UpdateUserDto.js +1 -1
  525. package/dist/mjs/models/UpdateWebhookDto.d.ts +1 -1
  526. package/dist/mjs/models/UpdateWebhookDto.js +1 -1
  527. package/dist/mjs/models/UserEntity.d.ts +1 -1
  528. package/dist/mjs/models/UserEntity.js +1 -1
  529. package/dist/mjs/models/ValidateMerchantCredentialsDto.d.ts +1 -1
  530. package/dist/mjs/models/ValidateMerchantCredentialsDto.js +1 -1
  531. package/dist/mjs/models/WebhookEntity.d.ts +1 -1
  532. package/dist/mjs/models/WebhookEntity.js +1 -1
  533. package/dist/mjs/models/index.d.ts +7 -6
  534. package/dist/mjs/models/index.js +7 -6
  535. package/dist/mjs/runtime.d.ts +1 -1
  536. package/dist/mjs/runtime.js +2 -2
  537. package/package.json +1 -1
  538. package/dist/cjs/models/AddressDto.d.ts +0 -62
  539. package/dist/cjs/models/AddressEntity1.d.ts +0 -62
  540. package/dist/cjs/models/BuyerEntity1.d.ts +0 -75
  541. package/dist/cjs/models/BuyerEntity1Address.d.ts +0 -62
  542. package/dist/cjs/models/UpdateAddressDto.d.ts +0 -62
  543. package/dist/cjs/models/UpdateAddressDto.js +0 -58
  544. package/dist/cjs/models/UpdateBuyerDtoAddress.d.ts +0 -62
  545. package/dist/cjs/models/UpdateBuyerDtoAddress.js +0 -58
  546. package/dist/mjs/models/AddressDto.d.ts +0 -62
  547. package/dist/mjs/models/AddressEntity1.d.ts +0 -62
  548. package/dist/mjs/models/BuyerEntity1.d.ts +0 -75
  549. package/dist/mjs/models/BuyerEntity1Address.d.ts +0 -62
  550. package/dist/mjs/models/UpdateAddressDto.d.ts +0 -62
  551. package/dist/mjs/models/UpdateAddressDto.js +0 -51
  552. package/dist/mjs/models/UpdateBuyerDtoAddress.d.ts +0 -62
  553. package/dist/mjs/models/UpdateBuyerDtoAddress.js +0 -51
@@ -1,13 +1,13 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Channel Payments API v1.103.0
4
+ * Channel Payments API v1.104.0
5
5
  *
6
6
  * NOTE: This class is auto generated. Do not edit the class manually.
7
7
  *
8
8
  */
9
9
  import * as runtime from '../runtime';
10
- import { BuyerEntityFromJSON, BuyersSearchEntityFromJSON, CaptureTransactionDtoToJSON, CheckoutSessionEntityFromJSON, CreateBuyerDtoToJSON, CreateCheckoutSessionDtoToJSON, CreatePaymentMethodDtoToJSON, CreateTransactionDtoToJSON, CreateTransactionRefundDtoToJSON, ErrorEntityFromJSON, ErrorEntity2FromJSON, ErrorEntity3FromJSON, MerchantEntityFromJSON, PaymentMethodEntityFromJSON, PaymentMethodsSearchEntityFromJSON, TransactionEntityFromJSON, TransactionRefundEntityFromJSON, TransactionRefundsSearchEntityFromJSON, TransactionsSearchEntityFromJSON, TransactionsSearchReturnsEntityFromJSON, UpdateBuyerDtoToJSON, } from '../models';
10
+ import { BuyersEntityFromJSON, BuyersSearchEntityFromJSON, CaptureTransactionDtoToJSON, CheckoutSessionEntityFromJSON, CreateBuyerDtoToJSON, CreateCheckoutSessionDtoToJSON, CreatePaymentMethodDtoToJSON, CreateTransactionDtoToJSON, CreateTransactionRefundDtoToJSON, ErrorEntityFromJSON, ErrorEntity2FromJSON, ErrorEntity3FromJSON, MerchantEntityFromJSON, PaymentMethodEntityFromJSON, PaymentMethodsSearchEntityFromJSON, TransactionEntityFromJSON, TransactionRefundEntityFromJSON, TransactionRefundsSearchEntityFromJSON, TransactionsSearchEntityFromJSON, TransactionsSearchReturnsEntityFromJSON, UpdateBuyerDtoToJSON, } from '../models';
11
11
  /**
12
12
  *
13
13
  */
@@ -38,27 +38,27 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
38
38
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => TransactionEntityFromJSON(jsonValue));
39
39
  }
40
40
  if (rawResponse.status === 400) {
41
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
41
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
42
42
  const error = await errorResponse.value();
43
43
  throw error;
44
44
  }
45
45
  if (rawResponse.status === 401) {
46
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
46
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
47
47
  const error = await errorResponse.value();
48
48
  throw error;
49
49
  }
50
50
  if (rawResponse.status === 403) {
51
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
51
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
52
52
  const error = await errorResponse.value();
53
53
  throw error;
54
54
  }
55
55
  if (rawResponse.status === 404) {
56
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
56
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
57
57
  const error = await errorResponse.value();
58
58
  throw error;
59
59
  }
60
60
  if (rawResponse.status === 500) {
61
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
61
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
62
62
  const error = await errorResponse.value();
63
63
  throw error;
64
64
  }
@@ -96,7 +96,7 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
96
96
  });
97
97
  let response;
98
98
  if (rawResponse.status === 201) {
99
- response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => BuyerEntityFromJSON(jsonValue));
99
+ response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => BuyersEntityFromJSON(jsonValue));
100
100
  }
101
101
  if (rawResponse.status === 400) {
102
102
  const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
@@ -141,27 +141,27 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
141
141
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => CheckoutSessionEntityFromJSON(jsonValue));
142
142
  }
143
143
  if (rawResponse.status === 400) {
144
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
144
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
145
145
  const error = await errorResponse.value();
146
146
  throw error;
147
147
  }
148
148
  if (rawResponse.status === 401) {
149
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
149
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
150
150
  const error = await errorResponse.value();
151
151
  throw error;
152
152
  }
153
153
  if (rawResponse.status === 403) {
154
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
154
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
155
155
  const error = await errorResponse.value();
156
156
  throw error;
157
157
  }
158
158
  if (rawResponse.status === 404) {
159
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
159
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
160
160
  const error = await errorResponse.value();
161
161
  throw error;
162
162
  }
163
163
  if (rawResponse.status === 500) {
164
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
164
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
165
165
  const error = await errorResponse.value();
166
166
  throw error;
167
167
  }
@@ -202,22 +202,22 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
202
202
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => TransactionEntityFromJSON(jsonValue));
203
203
  }
204
204
  if (rawResponse.status === 400) {
205
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
205
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
206
206
  const error = await errorResponse.value();
207
207
  throw error;
208
208
  }
209
209
  if (rawResponse.status === 401) {
210
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
210
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
211
211
  const error = await errorResponse.value();
212
212
  throw error;
213
213
  }
214
214
  if (rawResponse.status === 403) {
215
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
215
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
216
216
  const error = await errorResponse.value();
217
217
  throw error;
218
218
  }
219
219
  if (rawResponse.status === 500) {
220
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
220
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
221
221
  const error = await errorResponse.value();
222
222
  throw error;
223
223
  }
@@ -244,7 +244,7 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
244
244
  });
245
245
  let response;
246
246
  if (rawResponse.status === 200) {
247
- response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => BuyerEntityFromJSON(jsonValue));
247
+ response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => BuyersEntityFromJSON(jsonValue));
248
248
  }
249
249
  if (rawResponse.status === 400) {
250
250
  const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
@@ -287,22 +287,22 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
287
287
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => PaymentMethodEntityFromJSON(jsonValue));
288
288
  }
289
289
  if (rawResponse.status === 400) {
290
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
290
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
291
291
  const error = await errorResponse.value();
292
292
  throw error;
293
293
  }
294
294
  if (rawResponse.status === 401) {
295
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
295
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
296
296
  const error = await errorResponse.value();
297
297
  throw error;
298
298
  }
299
299
  if (rawResponse.status === 403) {
300
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
300
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
301
301
  const error = await errorResponse.value();
302
302
  throw error;
303
303
  }
304
304
  if (rawResponse.status === 500) {
305
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
305
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
306
306
  const error = await errorResponse.value();
307
307
  throw error;
308
308
  }
@@ -329,7 +329,7 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
329
329
  });
330
330
  let response;
331
331
  if (rawResponse.status === 200) {
332
- response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => BuyerEntityFromJSON(jsonValue));
332
+ response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => BuyersEntityFromJSON(jsonValue));
333
333
  }
334
334
  if (rawResponse.status === 400) {
335
335
  const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
@@ -372,27 +372,27 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
372
372
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => CheckoutSessionEntityFromJSON(jsonValue));
373
373
  }
374
374
  if (rawResponse.status === 400) {
375
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
375
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
376
376
  const error = await errorResponse.value();
377
377
  throw error;
378
378
  }
379
379
  if (rawResponse.status === 401) {
380
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
380
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
381
381
  const error = await errorResponse.value();
382
382
  throw error;
383
383
  }
384
384
  if (rawResponse.status === 403) {
385
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
385
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
386
386
  const error = await errorResponse.value();
387
387
  throw error;
388
388
  }
389
389
  if (rawResponse.status === 404) {
390
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
390
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
391
391
  const error = await errorResponse.value();
392
392
  throw error;
393
393
  }
394
394
  if (rawResponse.status === 500) {
395
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
395
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
396
396
  const error = await errorResponse.value();
397
397
  throw error;
398
398
  }
@@ -419,17 +419,17 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
419
419
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => jsonValue.map(MerchantEntityFromJSON));
420
420
  }
421
421
  if (rawResponse.status === 401) {
422
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
422
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
423
423
  const error = await errorResponse.value();
424
424
  throw error;
425
425
  }
426
426
  if (rawResponse.status === 404) {
427
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
427
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
428
428
  const error = await errorResponse.value();
429
429
  throw error;
430
430
  }
431
431
  if (rawResponse.status === 500) {
432
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
432
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
433
433
  const error = await errorResponse.value();
434
434
  throw error;
435
435
  }
@@ -456,17 +456,17 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
456
456
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => MerchantEntityFromJSON(jsonValue));
457
457
  }
458
458
  if (rawResponse.status === 401) {
459
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
459
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
460
460
  const error = await errorResponse.value();
461
461
  throw error;
462
462
  }
463
463
  if (rawResponse.status === 404) {
464
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
464
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
465
465
  const error = await errorResponse.value();
466
466
  throw error;
467
467
  }
468
468
  if (rawResponse.status === 500) {
469
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
469
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
470
470
  const error = await errorResponse.value();
471
471
  throw error;
472
472
  }
@@ -496,22 +496,22 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
496
496
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => PaymentMethodEntityFromJSON(jsonValue));
497
497
  }
498
498
  if (rawResponse.status === 400) {
499
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
499
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
500
500
  const error = await errorResponse.value();
501
501
  throw error;
502
502
  }
503
503
  if (rawResponse.status === 401) {
504
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
504
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
505
505
  const error = await errorResponse.value();
506
506
  throw error;
507
507
  }
508
508
  if (rawResponse.status === 403) {
509
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
509
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
510
510
  const error = await errorResponse.value();
511
511
  throw error;
512
512
  }
513
513
  if (rawResponse.status === 500) {
514
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
514
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
515
515
  const error = await errorResponse.value();
516
516
  throw error;
517
517
  }
@@ -541,27 +541,27 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
541
541
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => TransactionRefundEntityFromJSON(jsonValue));
542
542
  }
543
543
  if (rawResponse.status === 400) {
544
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
544
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
545
545
  const error = await errorResponse.value();
546
546
  throw error;
547
547
  }
548
548
  if (rawResponse.status === 401) {
549
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
549
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
550
550
  const error = await errorResponse.value();
551
551
  throw error;
552
552
  }
553
553
  if (rawResponse.status === 403) {
554
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
554
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
555
555
  const error = await errorResponse.value();
556
556
  throw error;
557
557
  }
558
558
  if (rawResponse.status === 404) {
559
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
559
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
560
560
  const error = await errorResponse.value();
561
561
  throw error;
562
562
  }
563
563
  if (rawResponse.status === 500) {
564
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
564
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
565
565
  const error = await errorResponse.value();
566
566
  throw error;
567
567
  }
@@ -591,27 +591,27 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
591
591
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => TransactionEntityFromJSON(jsonValue));
592
592
  }
593
593
  if (rawResponse.status === 400) {
594
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
594
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
595
595
  const error = await errorResponse.value();
596
596
  throw error;
597
597
  }
598
598
  if (rawResponse.status === 401) {
599
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
599
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
600
600
  const error = await errorResponse.value();
601
601
  throw error;
602
602
  }
603
603
  if (rawResponse.status === 403) {
604
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
604
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
605
605
  const error = await errorResponse.value();
606
606
  throw error;
607
607
  }
608
608
  if (rawResponse.status === 404) {
609
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
609
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
610
610
  const error = await errorResponse.value();
611
611
  throw error;
612
612
  }
613
613
  if (rawResponse.status === 500) {
614
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
614
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
615
615
  const error = await errorResponse.value();
616
616
  throw error;
617
617
  }
@@ -649,27 +649,27 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
649
649
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => TransactionRefundEntityFromJSON(jsonValue));
650
650
  }
651
651
  if (rawResponse.status === 400) {
652
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
652
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
653
653
  const error = await errorResponse.value();
654
654
  throw error;
655
655
  }
656
656
  if (rawResponse.status === 401) {
657
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
657
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
658
658
  const error = await errorResponse.value();
659
659
  throw error;
660
660
  }
661
661
  if (rawResponse.status === 403) {
662
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
662
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
663
663
  const error = await errorResponse.value();
664
664
  throw error;
665
665
  }
666
666
  if (rawResponse.status === 404) {
667
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
667
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
668
668
  const error = await errorResponse.value();
669
669
  throw error;
670
670
  }
671
671
  if (rawResponse.status === 500) {
672
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
672
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
673
673
  const error = await errorResponse.value();
674
674
  throw error;
675
675
  }
@@ -697,10 +697,10 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
697
697
  queryParameters['externalBuyerId'] = requestParameters.externalBuyerId;
698
698
  }
699
699
  if (requestParameters.startDate !== undefined) {
700
- queryParameters['startDate'] = requestParameters.startDate.toISOString();
700
+ queryParameters['startDate'] = requestParameters.startDate;
701
701
  }
702
702
  if (requestParameters.endDate !== undefined) {
703
- queryParameters['endDate'] = requestParameters.endDate.toISOString();
703
+ queryParameters['endDate'] = requestParameters.endDate;
704
704
  }
705
705
  if (requestParameters.givenName !== undefined) {
706
706
  queryParameters['givenName'] = requestParameters.givenName;
@@ -811,17 +811,17 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
811
811
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => PaymentMethodsSearchEntityFromJSON(jsonValue));
812
812
  }
813
813
  if (rawResponse.status === 400) {
814
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
814
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
815
815
  const error = await errorResponse.value();
816
816
  throw error;
817
817
  }
818
818
  if (rawResponse.status === 401) {
819
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
819
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
820
820
  const error = await errorResponse.value();
821
821
  throw error;
822
822
  }
823
823
  if (rawResponse.status === 500) {
824
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
824
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
825
825
  const error = await errorResponse.value();
826
826
  throw error;
827
827
  }
@@ -878,27 +878,27 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
878
878
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => TransactionRefundsSearchEntityFromJSON(jsonValue));
879
879
  }
880
880
  if (rawResponse.status === 400) {
881
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
881
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
882
882
  const error = await errorResponse.value();
883
883
  throw error;
884
884
  }
885
885
  if (rawResponse.status === 401) {
886
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
886
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
887
887
  const error = await errorResponse.value();
888
888
  throw error;
889
889
  }
890
890
  if (rawResponse.status === 403) {
891
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
891
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
892
892
  const error = await errorResponse.value();
893
893
  throw error;
894
894
  }
895
895
  if (rawResponse.status === 404) {
896
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
896
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
897
897
  const error = await errorResponse.value();
898
898
  throw error;
899
899
  }
900
900
  if (rawResponse.status === 500) {
901
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
901
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
902
902
  const error = await errorResponse.value();
903
903
  throw error;
904
904
  }
@@ -940,27 +940,27 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
940
940
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => jsonValue.map(TransactionsSearchReturnsEntityFromJSON));
941
941
  }
942
942
  if (rawResponse.status === 400) {
943
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
943
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
944
944
  const error = await errorResponse.value();
945
945
  throw error;
946
946
  }
947
947
  if (rawResponse.status === 401) {
948
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
948
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
949
949
  const error = await errorResponse.value();
950
950
  throw error;
951
951
  }
952
952
  if (rawResponse.status === 403) {
953
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
953
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
954
954
  const error = await errorResponse.value();
955
955
  throw error;
956
956
  }
957
957
  if (rawResponse.status === 404) {
958
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
958
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
959
959
  const error = await errorResponse.value();
960
960
  throw error;
961
961
  }
962
962
  if (rawResponse.status === 500) {
963
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
963
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
964
964
  const error = await errorResponse.value();
965
965
  throw error;
966
966
  }
@@ -1074,17 +1074,17 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
1074
1074
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => TransactionsSearchEntityFromJSON(jsonValue));
1075
1075
  }
1076
1076
  if (rawResponse.status === 400) {
1077
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1077
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
1078
1078
  const error = await errorResponse.value();
1079
1079
  throw error;
1080
1080
  }
1081
1081
  if (rawResponse.status === 401) {
1082
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1082
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
1083
1083
  const error = await errorResponse.value();
1084
1084
  throw error;
1085
1085
  }
1086
1086
  if (rawResponse.status === 500) {
1087
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1087
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
1088
1088
  const error = await errorResponse.value();
1089
1089
  throw error;
1090
1090
  }
@@ -1116,22 +1116,22 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
1116
1116
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => PaymentMethodEntityFromJSON(jsonValue));
1117
1117
  }
1118
1118
  if (rawResponse.status === 400) {
1119
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
1119
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1120
1120
  const error = await errorResponse.value();
1121
1121
  throw error;
1122
1122
  }
1123
1123
  if (rawResponse.status === 401) {
1124
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
1124
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1125
1125
  const error = await errorResponse.value();
1126
1126
  throw error;
1127
1127
  }
1128
1128
  if (rawResponse.status === 403) {
1129
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
1129
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1130
1130
  const error = await errorResponse.value();
1131
1131
  throw error;
1132
1132
  }
1133
1133
  if (rawResponse.status === 500) {
1134
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity2FromJSON(jsonValue));
1134
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1135
1135
  const error = await errorResponse.value();
1136
1136
  throw error;
1137
1137
  }
@@ -1160,7 +1160,7 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
1160
1160
  });
1161
1161
  let response;
1162
1162
  if (rawResponse.status === 200) {
1163
- response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => BuyerEntityFromJSON(jsonValue));
1163
+ response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => BuyersEntityFromJSON(jsonValue));
1164
1164
  }
1165
1165
  if (rawResponse.status === 400) {
1166
1166
  const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
@@ -1203,27 +1203,27 @@ export class ChannelPaymentsApi extends runtime.BaseAPI {
1203
1203
  response = new runtime.JSONApiResponse(rawResponse, (jsonValue) => TransactionEntityFromJSON(jsonValue));
1204
1204
  }
1205
1205
  if (rawResponse.status === 400) {
1206
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1206
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
1207
1207
  const error = await errorResponse.value();
1208
1208
  throw error;
1209
1209
  }
1210
1210
  if (rawResponse.status === 401) {
1211
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1211
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
1212
1212
  const error = await errorResponse.value();
1213
1213
  throw error;
1214
1214
  }
1215
1215
  if (rawResponse.status === 403) {
1216
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1216
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
1217
1217
  const error = await errorResponse.value();
1218
1218
  throw error;
1219
1219
  }
1220
1220
  if (rawResponse.status === 404) {
1221
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1221
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
1222
1222
  const error = await errorResponse.value();
1223
1223
  throw error;
1224
1224
  }
1225
1225
  if (rawResponse.status === 500) {
1226
- const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntity3FromJSON(jsonValue));
1226
+ const errorResponse = new runtime.JSONApiResponse(rawResponse, (jsonValue) => ErrorEntityFromJSON(jsonValue));
1227
1227
  const error = await errorResponse.value();
1228
1228
  throw error;
1229
1229
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Channel Payments API v1.103.0
2
+ * Channel Payments API v1.104.0
3
3
  *
4
4
  * NOTE: This class is auto generated. Do not edit the class manually.
5
5
  *
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Channel Payments API v1.103.0
4
+ * Channel Payments API v1.104.0
5
5
  *
6
6
  * NOTE: This class is auto generated. Do not edit the class manually.
7
7
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Channel Payments API v1.103.0
2
+ * Channel Payments API v1.104.0
3
3
  *
4
4
  * NOTE: This class is auto generated. Do not edit the class manually.
5
5
  *
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Channel Payments API v1.103.0
4
+ * Channel Payments API v1.104.0
5
5
  *
6
6
  * NOTE: This class is auto generated. Do not edit the class manually.
7
7
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Channel Payments API v1.103.0
2
+ * Channel Payments API v1.104.0
3
3
  *
4
4
  * NOTE: This class is auto generated. Do not edit the class manually.
5
5
  *
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Channel Payments API v1.103.0
4
+ * Channel Payments API v1.104.0
5
5
  *
6
6
  * NOTE: This class is auto generated. Do not edit the class manually.
7
7
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Channel Payments API v1.103.0
2
+ * Channel Payments API v1.104.0
3
3
  *
4
4
  * NOTE: This class is auto generated. Do not edit the class manually.
5
5
  *
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Channel Payments API v1.103.0
4
+ * Channel Payments API v1.104.0
5
5
  *
6
6
  * NOTE: This class is auto generated. Do not edit the class manually.
7
7
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Channel Payments API v1.103.0
2
+ * Channel Payments API v1.104.0
3
3
  *
4
4
  * NOTE: This class is auto generated. Do not edit the class manually.
5
5
  *
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Channel Payments API v1.103.0
4
+ * Channel Payments API v1.104.0
5
5
  *
6
6
  * NOTE: This class is auto generated. Do not edit the class manually.
7
7
  *