vrpayment-ruby-sdk 5.1.0 → 6.0.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 (1429) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +20 -5
  3. data/Gemfile.lock +31 -38
  4. data/LICENSE +1 -1
  5. data/README.md +3025 -140
  6. data/Rakefile +24 -5
  7. data/lib/vrpayment-ruby-sdk/api_client.rb +236 -196
  8. data/lib/vrpayment-ruby-sdk/api_error.rb +40 -17
  9. data/lib/vrpayment-ruby-sdk/configuration.rb +240 -41
  10. data/lib/vrpayment-ruby-sdk/models/abstract_account_update.rb +85 -62
  11. data/lib/vrpayment-ruby-sdk/models/abstract_application_user_update.rb +112 -58
  12. data/lib/vrpayment-ruby-sdk/models/abstract_customer_active.rb +156 -99
  13. data/lib/vrpayment-ruby-sdk/models/abstract_customer_address_active.rb +98 -49
  14. data/lib/vrpayment-ruby-sdk/models/abstract_customer_comment_active.rb +79 -46
  15. data/lib/vrpayment-ruby-sdk/models/abstract_human_user_update.rb +167 -101
  16. data/lib/vrpayment-ruby-sdk/models/abstract_payment_connector_configuration_update.rb +304 -0
  17. data/lib/vrpayment-ruby-sdk/models/abstract_payment_link_update.rb +202 -108
  18. data/lib/vrpayment-ruby-sdk/models/abstract_payment_method_configuration_update.rb +313 -0
  19. data/lib/vrpayment-ruby-sdk/models/abstract_payment_processor_configuration_active.rb +269 -0
  20. data/lib/vrpayment-ruby-sdk/models/abstract_payment_terminal_update.rb +238 -0
  21. data/lib/vrpayment-ruby-sdk/models/abstract_refund_comment_active.rb +79 -46
  22. data/lib/vrpayment-ruby-sdk/models/abstract_role_update.rb +253 -0
  23. data/lib/vrpayment-ruby-sdk/models/abstract_single_sign_on_user_update.rb +318 -0
  24. data/lib/vrpayment-ruby-sdk/models/abstract_space_update.rb +153 -100
  25. data/lib/vrpayment-ruby-sdk/models/abstract_subscriber_update.rb +167 -116
  26. data/lib/vrpayment-ruby-sdk/models/abstract_subscription_affiliate_update.rb +118 -64
  27. data/lib/vrpayment-ruby-sdk/models/abstract_subscription_metric_update.rb +89 -60
  28. data/lib/vrpayment-ruby-sdk/models/abstract_subscription_product_active.rb +136 -82
  29. data/lib/vrpayment-ruby-sdk/models/abstract_token_update.rb +125 -76
  30. data/lib/vrpayment-ruby-sdk/models/abstract_transaction_comment_active.rb +79 -46
  31. data/lib/vrpayment-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +79 -46
  32. data/lib/vrpayment-ruby-sdk/models/abstract_transaction_pending.rb +298 -203
  33. data/lib/vrpayment-ruby-sdk/models/abstract_webhook_listener_update.rb +125 -61
  34. data/lib/vrpayment-ruby-sdk/models/abstract_webhook_url_update.rb +111 -53
  35. data/lib/vrpayment-ruby-sdk/models/account.rb +186 -146
  36. data/lib/vrpayment-ruby-sdk/models/account_create.rb +107 -76
  37. data/lib/vrpayment-ruby-sdk/models/account_list_response.rb +241 -0
  38. data/lib/vrpayment-ruby-sdk/models/account_search_response.rb +251 -0
  39. data/lib/vrpayment-ruby-sdk/models/account_state.rb +40 -27
  40. data/lib/vrpayment-ruby-sdk/models/account_type.rb +37 -24
  41. data/lib/vrpayment-ruby-sdk/models/account_update.rb +95 -79
  42. data/lib/vrpayment-ruby-sdk/models/address.rb +365 -257
  43. data/lib/vrpayment-ruby-sdk/models/address_create.rb +366 -257
  44. data/lib/vrpayment-ruby-sdk/models/application_key_state.rb +49 -0
  45. data/lib/vrpayment-ruby-sdk/models/application_user.rb +142 -83
  46. data/lib/vrpayment-ruby-sdk/models/application_user_create.rb +123 -61
  47. data/lib/vrpayment-ruby-sdk/models/application_user_create_with_mac_key.rb +142 -83
  48. data/lib/vrpayment-ruby-sdk/models/application_user_list_response.rb +241 -0
  49. data/lib/vrpayment-ruby-sdk/models/application_user_search_response.rb +251 -0
  50. data/lib/vrpayment-ruby-sdk/models/application_user_update.rb +122 -75
  51. data/lib/vrpayment-ruby-sdk/models/authenticated_card_data.rb +119 -65
  52. data/lib/vrpayment-ruby-sdk/models/authenticated_card_data_create.rb +208 -102
  53. data/lib/vrpayment-ruby-sdk/models/authenticated_card_request.rb +228 -0
  54. data/lib/vrpayment-ruby-sdk/models/bank_account.rb +145 -88
  55. data/lib/vrpayment-ruby-sdk/models/bank_account_environment.rb +36 -23
  56. data/lib/vrpayment-ruby-sdk/models/bank_account_list_response.rb +241 -0
  57. data/lib/vrpayment-ruby-sdk/models/bank_account_search_response.rb +251 -0
  58. data/lib/vrpayment-ruby-sdk/models/bank_account_state.rb +38 -25
  59. data/lib/vrpayment-ruby-sdk/models/bank_account_type.rb +101 -73
  60. data/lib/vrpayment-ruby-sdk/models/bank_transaction.rb +218 -155
  61. data/lib/vrpayment-ruby-sdk/models/bank_transaction_flow_direction.rb +36 -23
  62. data/lib/vrpayment-ruby-sdk/models/bank_transaction_list_response.rb +241 -0
  63. data/lib/vrpayment-ruby-sdk/models/bank_transaction_search_response.rb +251 -0
  64. data/lib/vrpayment-ruby-sdk/models/bank_transaction_source.rb +91 -63
  65. data/lib/vrpayment-ruby-sdk/models/bank_transaction_state.rb +36 -23
  66. data/lib/vrpayment-ruby-sdk/models/bank_transaction_type.rb +91 -63
  67. data/lib/vrpayment-ruby-sdk/models/billing_cycle_model.rb +147 -79
  68. data/lib/vrpayment-ruby-sdk/models/billing_cycle_type.rb +38 -25
  69. data/lib/vrpayment-ruby-sdk/models/billing_day_customization.rb +36 -23
  70. data/lib/vrpayment-ruby-sdk/models/card_authentication_response.rb +39 -26
  71. data/lib/vrpayment-ruby-sdk/models/card_authentication_version.rb +36 -23
  72. data/lib/vrpayment-ruby-sdk/models/card_cryptogram.rb +75 -47
  73. data/lib/vrpayment-ruby-sdk/models/card_cryptogram_create.rb +77 -47
  74. data/lib/vrpayment-ruby-sdk/models/cardholder_authentication.rb +111 -63
  75. data/lib/vrpayment-ruby-sdk/models/cardholder_authentication_create.rb +115 -63
  76. data/lib/vrpayment-ruby-sdk/models/charge.rb +175 -129
  77. data/lib/vrpayment-ruby-sdk/models/charge_attempt.rb +277 -224
  78. data/lib/vrpayment-ruby-sdk/models/charge_attempt_environment.rb +36 -23
  79. data/lib/vrpayment-ruby-sdk/models/charge_attempt_list_response.rb +241 -0
  80. data/lib/vrpayment-ruby-sdk/models/charge_attempt_search_response.rb +251 -0
  81. data/lib/vrpayment-ruby-sdk/models/charge_attempt_state.rb +37 -24
  82. data/lib/vrpayment-ruby-sdk/models/charge_bank_transaction.rb +129 -104
  83. data/lib/vrpayment-ruby-sdk/models/charge_bank_transaction_list_response.rb +241 -0
  84. data/lib/vrpayment-ruby-sdk/models/charge_bank_transaction_search_response.rb +251 -0
  85. data/lib/vrpayment-ruby-sdk/models/charge_flow.rb +131 -82
  86. data/lib/vrpayment-ruby-sdk/models/charge_flow_level.rb +159 -115
  87. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_configuration.rb +146 -94
  88. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_configuration_type.rb +92 -64
  89. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_list_response.rb +241 -0
  90. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_payment_link.rb +88 -61
  91. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_payment_link_list_response.rb +241 -0
  92. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_payment_link_search_response.rb +251 -0
  93. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_search_response.rb +251 -0
  94. data/lib/vrpayment-ruby-sdk/models/charge_flow_level_state.rb +37 -24
  95. data/lib/vrpayment-ruby-sdk/models/charge_flow_list_response.rb +241 -0
  96. data/lib/vrpayment-ruby-sdk/models/charge_flow_search_response.rb +251 -0
  97. data/lib/vrpayment-ruby-sdk/models/charge_state.rb +37 -24
  98. data/lib/vrpayment-ruby-sdk/models/charge_type.rb +38 -25
  99. data/lib/vrpayment-ruby-sdk/models/client_platform_information_list_response.rb +241 -0
  100. data/lib/vrpayment-ruby-sdk/models/client_platform_information_search_response.rb +251 -0
  101. data/lib/vrpayment-ruby-sdk/models/completion_line_item.rb +82 -50
  102. data/lib/vrpayment-ruby-sdk/models/completion_line_item_create.rb +83 -49
  103. data/lib/vrpayment-ruby-sdk/models/completion_list_response.rb +241 -0
  104. data/lib/vrpayment-ruby-sdk/models/completion_search_response.rb +251 -0
  105. data/lib/vrpayment-ruby-sdk/models/condition.rb +125 -72
  106. data/lib/vrpayment-ruby-sdk/models/condition_type.rb +91 -63
  107. data/lib/vrpayment-ruby-sdk/models/condition_type_list_response.rb +241 -0
  108. data/lib/vrpayment-ruby-sdk/models/condition_type_search_response.rb +251 -0
  109. data/lib/vrpayment-ruby-sdk/models/connector_invocation.rb +141 -92
  110. data/lib/vrpayment-ruby-sdk/models/connector_invocation_stage.rb +38 -25
  111. data/lib/vrpayment-ruby-sdk/models/country_list_response.rb +241 -0
  112. data/lib/vrpayment-ruby-sdk/models/country_search_response.rb +251 -0
  113. data/lib/vrpayment-ruby-sdk/models/creation_entity_state.rb +39 -26
  114. data/lib/vrpayment-ruby-sdk/models/currency_bank_account.rb +117 -69
  115. data/lib/vrpayment-ruby-sdk/models/currency_bank_account_list_response.rb +241 -0
  116. data/lib/vrpayment-ruby-sdk/models/currency_bank_account_search_response.rb +251 -0
  117. data/lib/vrpayment-ruby-sdk/models/currency_list_response.rb +241 -0
  118. data/lib/vrpayment-ruby-sdk/models/currency_search_response.rb +251 -0
  119. data/lib/vrpayment-ruby-sdk/models/customer.rb +174 -118
  120. data/lib/vrpayment-ruby-sdk/models/customer_active.rb +160 -110
  121. data/lib/vrpayment-ruby-sdk/models/customer_address.rb +132 -85
  122. data/lib/vrpayment-ruby-sdk/models/customer_address_active.rb +109 -67
  123. data/lib/vrpayment-ruby-sdk/models/customer_address_create.rb +108 -51
  124. data/lib/vrpayment-ruby-sdk/models/customer_address_list_response.rb +241 -0
  125. data/lib/vrpayment-ruby-sdk/models/customer_address_search_response.rb +251 -0
  126. data/lib/vrpayment-ruby-sdk/models/customer_address_type.rb +37 -24
  127. data/lib/vrpayment-ruby-sdk/models/customer_comment.rb +138 -107
  128. data/lib/vrpayment-ruby-sdk/models/customer_comment_active.rb +90 -64
  129. data/lib/vrpayment-ruby-sdk/models/customer_comment_create.rb +89 -48
  130. data/lib/vrpayment-ruby-sdk/models/customer_comment_list_response.rb +241 -0
  131. data/lib/vrpayment-ruby-sdk/models/customer_comment_search_response.rb +251 -0
  132. data/lib/vrpayment-ruby-sdk/models/customer_create.rb +163 -100
  133. data/lib/vrpayment-ruby-sdk/models/customer_email_address_list_response.rb +241 -0
  134. data/lib/vrpayment-ruby-sdk/models/customer_list_response.rb +241 -0
  135. data/lib/vrpayment-ruby-sdk/models/customer_postal_address.rb +365 -257
  136. data/lib/vrpayment-ruby-sdk/models/customer_postal_address_create.rb +366 -257
  137. data/lib/vrpayment-ruby-sdk/models/customer_search_response.rb +251 -0
  138. data/lib/vrpayment-ruby-sdk/models/customers_presence.rb +37 -24
  139. data/lib/vrpayment-ruby-sdk/models/data_collection_type.rb +36 -23
  140. data/lib/vrpayment-ruby-sdk/models/delivery_indication.rb +157 -111
  141. data/lib/vrpayment-ruby-sdk/models/delivery_indication_decision_reason.rb +91 -63
  142. data/lib/vrpayment-ruby-sdk/models/delivery_indication_list_response.rb +241 -0
  143. data/lib/vrpayment-ruby-sdk/models/delivery_indication_search_response.rb +251 -0
  144. data/lib/vrpayment-ruby-sdk/models/delivery_indication_state.rb +38 -25
  145. data/lib/vrpayment-ruby-sdk/models/displayable_day_of_week.rb +41 -28
  146. data/lib/vrpayment-ruby-sdk/models/displayable_month.rb +46 -33
  147. data/lib/vrpayment-ruby-sdk/models/document_template.rb +146 -93
  148. data/lib/vrpayment-ruby-sdk/models/document_template_list_response.rb +241 -0
  149. data/lib/vrpayment-ruby-sdk/models/document_template_search_response.rb +251 -0
  150. data/lib/vrpayment-ruby-sdk/models/document_template_type.rb +97 -71
  151. data/lib/vrpayment-ruby-sdk/models/document_template_type_group.rb +75 -47
  152. data/lib/vrpayment-ruby-sdk/models/document_template_type_list_response.rb +241 -0
  153. data/lib/vrpayment-ruby-sdk/models/document_template_type_search_response.rb +251 -0
  154. data/lib/vrpayment-ruby-sdk/models/dunning_case.rb +164 -121
  155. data/lib/vrpayment-ruby-sdk/models/dunning_case_list_response.rb +241 -0
  156. data/lib/vrpayment-ruby-sdk/models/dunning_case_search_response.rb +251 -0
  157. data/lib/vrpayment-ruby-sdk/models/dunning_case_state.rb +40 -27
  158. data/lib/vrpayment-ruby-sdk/models/dunning_condition.rb +119 -65
  159. data/lib/vrpayment-ruby-sdk/models/dunning_condition_type.rb +91 -63
  160. data/lib/vrpayment-ruby-sdk/models/dunning_flow.rb +132 -84
  161. data/lib/vrpayment-ruby-sdk/models/dunning_flow_level.rb +175 -125
  162. data/lib/vrpayment-ruby-sdk/models/dunning_flow_level_list_response.rb +241 -0
  163. data/lib/vrpayment-ruby-sdk/models/dunning_flow_level_processor.rb +99 -72
  164. data/lib/vrpayment-ruby-sdk/models/dunning_flow_level_search_response.rb +251 -0
  165. data/lib/vrpayment-ruby-sdk/models/dunning_flow_list_response.rb +241 -0
  166. data/lib/vrpayment-ruby-sdk/models/dunning_flow_search_response.rb +251 -0
  167. data/lib/vrpayment-ruby-sdk/models/dunning_flow_type.rb +98 -71
  168. data/lib/vrpayment-ruby-sdk/models/environment.rb +36 -23
  169. data/lib/vrpayment-ruby-sdk/models/express_checkout_create_response.rb +227 -0
  170. data/lib/vrpayment-ruby-sdk/models/express_checkout_session.rb +302 -0
  171. data/lib/vrpayment-ruby-sdk/models/express_checkout_session_create.rb +231 -0
  172. data/lib/vrpayment-ruby-sdk/models/express_checkout_session_state.rb +51 -0
  173. data/lib/vrpayment-ruby-sdk/models/express_checkout_shipping_option.rb +279 -0
  174. data/lib/vrpayment-ruby-sdk/models/express_checkout_wallet_type.rb +243 -0
  175. data/lib/vrpayment-ruby-sdk/models/external_transfer_bank_transaction.rb +112 -85
  176. data/lib/vrpayment-ruby-sdk/models/external_transfer_bank_transaction_list_response.rb +241 -0
  177. data/lib/vrpayment-ruby-sdk/models/external_transfer_bank_transaction_search_response.rb +251 -0
  178. data/lib/vrpayment-ruby-sdk/models/failure_category.rb +39 -26
  179. data/lib/vrpayment-ruby-sdk/models/failure_reason.rb +113 -64
  180. data/lib/vrpayment-ruby-sdk/models/feature.rb +132 -105
  181. data/lib/vrpayment-ruby-sdk/models/feature_category.rb +100 -72
  182. data/lib/vrpayment-ruby-sdk/models/gender.rb +36 -23
  183. data/lib/vrpayment-ruby-sdk/models/human_user.rb +171 -128
  184. data/lib/vrpayment-ruby-sdk/models/human_user_create.rb +178 -106
  185. data/lib/vrpayment-ruby-sdk/models/human_user_list_response.rb +241 -0
  186. data/lib/vrpayment-ruby-sdk/models/human_user_search_response.rb +251 -0
  187. data/lib/vrpayment-ruby-sdk/models/human_user_update.rb +179 -120
  188. data/lib/vrpayment-ruby-sdk/models/internal_transfer_bank_transaction.rb +93 -67
  189. data/lib/vrpayment-ruby-sdk/models/internal_transfer_bank_transaction_list_response.rb +241 -0
  190. data/lib/vrpayment-ruby-sdk/models/internal_transfer_bank_transaction_search_response.rb +251 -0
  191. data/lib/vrpayment-ruby-sdk/models/invoice_comment_list_response.rb +241 -0
  192. data/lib/vrpayment-ruby-sdk/models/invoice_comment_search_response.rb +251 -0
  193. data/lib/vrpayment-ruby-sdk/models/invoice_list_response.rb +241 -0
  194. data/lib/vrpayment-ruby-sdk/models/invoice_search_response.rb +251 -0
  195. data/lib/vrpayment-ruby-sdk/models/label.rb +90 -62
  196. data/lib/vrpayment-ruby-sdk/models/label_descriptor.rb +148 -90
  197. data/lib/vrpayment-ruby-sdk/models/label_descriptor_category.rb +36 -23
  198. data/lib/vrpayment-ruby-sdk/models/label_descriptor_group.rb +100 -72
  199. data/lib/vrpayment-ruby-sdk/models/label_descriptor_group_list_response.rb +241 -0
  200. data/lib/vrpayment-ruby-sdk/models/label_descriptor_group_search_response.rb +251 -0
  201. data/lib/vrpayment-ruby-sdk/models/label_descriptor_list_response.rb +241 -0
  202. data/lib/vrpayment-ruby-sdk/models/label_descriptor_search_response.rb +251 -0
  203. data/lib/vrpayment-ruby-sdk/models/label_descriptor_type.rb +91 -63
  204. data/lib/vrpayment-ruby-sdk/models/language_list_response.rb +241 -0
  205. data/lib/vrpayment-ruby-sdk/models/language_search_response.rb +251 -0
  206. data/lib/vrpayment-ruby-sdk/models/legal_organization_form.rb +120 -72
  207. data/lib/vrpayment-ruby-sdk/models/legal_organization_form_list_response.rb +241 -0
  208. data/lib/vrpayment-ruby-sdk/models/legal_organization_form_search_response.rb +251 -0
  209. data/lib/vrpayment-ruby-sdk/models/line_item.rb +252 -181
  210. data/lib/vrpayment-ruby-sdk/models/line_item_attribute.rb +85 -49
  211. data/lib/vrpayment-ruby-sdk/models/line_item_attribute_create.rb +79 -47
  212. data/lib/vrpayment-ruby-sdk/models/line_item_create.rb +180 -107
  213. data/lib/vrpayment-ruby-sdk/models/line_item_reduction.rb +94 -62
  214. data/lib/vrpayment-ruby-sdk/models/line_item_reduction_create.rb +105 -71
  215. data/lib/vrpayment-ruby-sdk/models/line_item_type.rb +39 -26
  216. data/lib/vrpayment-ruby-sdk/models/line_item_version_list_response.rb +241 -0
  217. data/lib/vrpayment-ruby-sdk/models/line_item_version_search_response.rb +251 -0
  218. data/lib/vrpayment-ruby-sdk/models/localized_string.rb +87 -59
  219. data/lib/vrpayment-ruby-sdk/models/manual_task.rb +141 -91
  220. data/lib/vrpayment-ruby-sdk/models/manual_task_action.rb +118 -69
  221. data/lib/vrpayment-ruby-sdk/models/manual_task_action_style.rb +37 -24
  222. data/lib/vrpayment-ruby-sdk/models/manual_task_list_response.rb +241 -0
  223. data/lib/vrpayment-ruby-sdk/models/manual_task_search_response.rb +251 -0
  224. data/lib/vrpayment-ruby-sdk/models/manual_task_state.rb +37 -24
  225. data/lib/vrpayment-ruby-sdk/models/manual_task_type.rb +110 -71
  226. data/lib/vrpayment-ruby-sdk/models/metric_list_response.rb +241 -0
  227. data/lib/vrpayment-ruby-sdk/models/metric_search_response.rb +251 -0
  228. data/lib/vrpayment-ruby-sdk/models/metric_usage.rb +93 -64
  229. data/lib/vrpayment-ruby-sdk/models/metric_usage_list_response.rb +241 -0
  230. data/lib/vrpayment-ruby-sdk/models/metric_usage_report_list_response.rb +241 -0
  231. data/lib/vrpayment-ruby-sdk/models/metric_usage_report_search_response.rb +251 -0
  232. data/lib/vrpayment-ruby-sdk/models/one_click_payment_mode.rb +37 -24
  233. data/lib/vrpayment-ruby-sdk/models/pan_type.rb +42 -28
  234. data/lib/vrpayment-ruby-sdk/models/payment_adjustment.rb +116 -70
  235. data/lib/vrpayment-ruby-sdk/models/payment_adjustment_type.rb +91 -63
  236. data/lib/vrpayment-ruby-sdk/models/payment_app_charge_attempt_target_state.rb +36 -23
  237. data/lib/vrpayment-ruby-sdk/models/payment_app_charge_attempt_update.rb +321 -0
  238. data/lib/vrpayment-ruby-sdk/models/payment_app_completion_configuration.rb +96 -68
  239. data/lib/vrpayment-ruby-sdk/models/payment_app_completion_configuration_create.rb +96 -68
  240. data/lib/vrpayment-ruby-sdk/models/payment_app_completion_target_state.rb +36 -23
  241. data/lib/vrpayment-ruby-sdk/models/payment_app_completion_update.rb +292 -0
  242. data/lib/vrpayment-ruby-sdk/models/payment_app_connector.rb +179 -126
  243. data/lib/vrpayment-ruby-sdk/models/payment_app_connector_details.rb +209 -0
  244. data/lib/vrpayment-ruby-sdk/models/payment_app_connector_details_create.rb +259 -0
  245. data/lib/vrpayment-ruby-sdk/models/payment_app_connector_state.rb +36 -23
  246. data/lib/vrpayment-ruby-sdk/models/payment_app_processor.rb +210 -151
  247. data/lib/vrpayment-ruby-sdk/models/payment_app_processor_details.rb +209 -0
  248. data/lib/vrpayment-ruby-sdk/models/payment_app_processor_details_create.rb +259 -0
  249. data/lib/vrpayment-ruby-sdk/models/payment_app_processor_state.rb +36 -23
  250. data/lib/vrpayment-ruby-sdk/models/payment_app_refund_configuration.rb +90 -62
  251. data/lib/vrpayment-ruby-sdk/models/payment_app_refund_configuration_create.rb +90 -62
  252. data/lib/vrpayment-ruby-sdk/models/payment_app_refund_target_state.rb +36 -23
  253. data/lib/vrpayment-ruby-sdk/models/payment_app_refund_update.rb +292 -0
  254. data/lib/vrpayment-ruby-sdk/models/payment_app_void_target_state.rb +36 -23
  255. data/lib/vrpayment-ruby-sdk/models/payment_app_void_update.rb +292 -0
  256. data/lib/vrpayment-ruby-sdk/models/payment_connector.rb +200 -125
  257. data/lib/vrpayment-ruby-sdk/models/payment_connector_configuration.rb +208 -138
  258. data/lib/vrpayment-ruby-sdk/models/payment_connector_configuration_create.rb +400 -0
  259. data/lib/vrpayment-ruby-sdk/models/payment_connector_configuration_list_response.rb +241 -0
  260. data/lib/vrpayment-ruby-sdk/models/payment_connector_configuration_search_response.rb +251 -0
  261. data/lib/vrpayment-ruby-sdk/models/payment_connector_configuration_update.rb +328 -0
  262. data/lib/vrpayment-ruby-sdk/models/payment_connector_feature.rb +76 -48
  263. data/lib/vrpayment-ruby-sdk/models/payment_connector_list_response.rb +241 -0
  264. data/lib/vrpayment-ruby-sdk/models/payment_connector_search_response.rb +251 -0
  265. data/lib/vrpayment-ruby-sdk/models/payment_contract.rb +179 -142
  266. data/lib/vrpayment-ruby-sdk/models/payment_contract_state.rb +39 -26
  267. data/lib/vrpayment-ruby-sdk/models/payment_contract_type.rb +91 -63
  268. data/lib/vrpayment-ruby-sdk/models/payment_information_hash.rb +76 -48
  269. data/lib/vrpayment-ruby-sdk/models/payment_information_hash_type.rb +88 -60
  270. data/lib/vrpayment-ruby-sdk/models/payment_link.rb +249 -158
  271. data/lib/vrpayment-ruby-sdk/models/payment_link_active.rb +213 -127
  272. data/lib/vrpayment-ruby-sdk/models/payment_link_address_handling_mode.rb +37 -24
  273. data/lib/vrpayment-ruby-sdk/models/payment_link_create.rb +232 -130
  274. data/lib/vrpayment-ruby-sdk/models/payment_link_list_response.rb +241 -0
  275. data/lib/vrpayment-ruby-sdk/models/payment_link_protection_mode.rb +36 -23
  276. data/lib/vrpayment-ruby-sdk/models/payment_link_search_response.rb +251 -0
  277. data/lib/vrpayment-ruby-sdk/models/payment_link_update.rb +206 -126
  278. data/lib/vrpayment-ruby-sdk/models/payment_method.rb +137 -89
  279. data/lib/vrpayment-ruby-sdk/models/payment_method_brand.rb +105 -77
  280. data/lib/vrpayment-ruby-sdk/models/payment_method_brand_list_response.rb +241 -0
  281. data/lib/vrpayment-ruby-sdk/models/payment_method_brand_search_response.rb +251 -0
  282. data/lib/vrpayment-ruby-sdk/models/payment_method_configuration.rb +214 -145
  283. data/lib/vrpayment-ruby-sdk/models/payment_method_configuration_active.rb +346 -0
  284. data/lib/vrpayment-ruby-sdk/models/payment_method_configuration_create.rb +369 -0
  285. data/lib/vrpayment-ruby-sdk/models/payment_method_configuration_list_response.rb +241 -0
  286. data/lib/vrpayment-ruby-sdk/models/payment_method_configuration_search_response.rb +251 -0
  287. data/lib/vrpayment-ruby-sdk/models/payment_method_configuration_update.rb +330 -0
  288. data/lib/vrpayment-ruby-sdk/models/payment_method_list_response.rb +241 -0
  289. data/lib/vrpayment-ruby-sdk/models/payment_method_search_response.rb +251 -0
  290. data/lib/vrpayment-ruby-sdk/models/payment_primary_risk_taker.rb +37 -24
  291. data/lib/vrpayment-ruby-sdk/models/payment_processor.rb +105 -76
  292. data/lib/vrpayment-ruby-sdk/models/payment_processor_configuration.rb +136 -84
  293. data/lib/vrpayment-ruby-sdk/models/payment_processor_configuration_active.rb +293 -0
  294. data/lib/vrpayment-ruby-sdk/models/payment_processor_configuration_create.rb +293 -0
  295. data/lib/vrpayment-ruby-sdk/models/payment_processor_configuration_list_response.rb +241 -0
  296. data/lib/vrpayment-ruby-sdk/models/payment_processor_configuration_search_response.rb +251 -0
  297. data/lib/vrpayment-ruby-sdk/models/payment_processor_list_response.rb +241 -0
  298. data/lib/vrpayment-ruby-sdk/models/payment_processor_search_response.rb +251 -0
  299. data/lib/vrpayment-ruby-sdk/models/payment_terminal.rb +173 -123
  300. data/lib/vrpayment-ruby-sdk/models/payment_terminal_address.rb +196 -148
  301. data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration.rb +119 -67
  302. data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_state.rb +38 -25
  303. data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_version.rb +173 -125
  304. data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_version_state.rb +39 -26
  305. data/lib/vrpayment-ruby-sdk/models/payment_terminal_create.rb +309 -0
  306. data/lib/vrpayment-ruby-sdk/models/payment_terminal_location.rb +126 -73
  307. data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_state.rb +38 -25
  308. data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_version.rb +151 -105
  309. data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_version_state.rb +39 -26
  310. data/lib/vrpayment-ruby-sdk/models/payment_terminal_preparing.rb +272 -0
  311. data/lib/vrpayment-ruby-sdk/models/payment_terminal_receipt_type.rb +91 -63
  312. data/lib/vrpayment-ruby-sdk/models/payment_terminal_state.rb +40 -27
  313. data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary_reference.rb +88 -60
  314. data/lib/vrpayment-ruby-sdk/models/payment_terminal_type.rb +91 -63
  315. data/lib/vrpayment-ruby-sdk/models/payment_terminal_update.rb +255 -0
  316. data/lib/vrpayment-ruby-sdk/models/permission.rb +135 -109
  317. data/lib/vrpayment-ruby-sdk/models/permission_list_response.rb +241 -0
  318. data/lib/vrpayment-ruby-sdk/models/permission_search_response.rb +251 -0
  319. data/lib/vrpayment-ruby-sdk/models/persistable_currency_amount.rb +75 -49
  320. data/lib/vrpayment-ruby-sdk/models/persistable_currency_amount_update.rb +75 -49
  321. data/lib/vrpayment-ruby-sdk/models/product_component_group_list_response.rb +241 -0
  322. data/lib/vrpayment-ruby-sdk/models/product_component_group_search_response.rb +251 -0
  323. data/lib/vrpayment-ruby-sdk/models/product_component_list_response.rb +241 -0
  324. data/lib/vrpayment-ruby-sdk/models/product_component_search_response.rb +251 -0
  325. data/lib/vrpayment-ruby-sdk/models/product_fee_type.rb +37 -24
  326. data/lib/vrpayment-ruby-sdk/models/product_list_response.rb +241 -0
  327. data/lib/vrpayment-ruby-sdk/models/product_metered_fee.rb +134 -88
  328. data/lib/vrpayment-ruby-sdk/models/product_metered_fee_list_response.rb +241 -0
  329. data/lib/vrpayment-ruby-sdk/models/product_metered_fee_search_response.rb +251 -0
  330. data/lib/vrpayment-ruby-sdk/models/product_metered_fee_tier_list_response.rb +241 -0
  331. data/lib/vrpayment-ruby-sdk/models/product_metered_fee_tier_search_response.rb +251 -0
  332. data/lib/vrpayment-ruby-sdk/models/product_metered_fee_update.rb +125 -89
  333. data/lib/vrpayment-ruby-sdk/models/product_metered_tier_fee.rb +106 -69
  334. data/lib/vrpayment-ruby-sdk/models/product_metered_tier_fee_update.rb +108 -83
  335. data/lib/vrpayment-ruby-sdk/models/product_metered_tier_pricing.rb +36 -23
  336. data/lib/vrpayment-ruby-sdk/models/product_period_fee.rb +162 -104
  337. data/lib/vrpayment-ruby-sdk/models/product_period_fee_list_response.rb +241 -0
  338. data/lib/vrpayment-ruby-sdk/models/product_period_fee_search_response.rb +251 -0
  339. data/lib/vrpayment-ruby-sdk/models/product_period_fee_update.rb +130 -105
  340. data/lib/vrpayment-ruby-sdk/models/product_retirement_list_response.rb +241 -0
  341. data/lib/vrpayment-ruby-sdk/models/product_retirement_search_response.rb +251 -0
  342. data/lib/vrpayment-ruby-sdk/models/product_search_response.rb +251 -0
  343. data/lib/vrpayment-ruby-sdk/models/product_setup_fee.rb +204 -99
  344. data/lib/vrpayment-ruby-sdk/models/product_setup_fee_list_response.rb +241 -0
  345. data/lib/vrpayment-ruby-sdk/models/product_setup_fee_search_response.rb +251 -0
  346. data/lib/vrpayment-ruby-sdk/models/product_setup_fee_update.rb +143 -98
  347. data/lib/vrpayment-ruby-sdk/models/product_version_list_response.rb +241 -0
  348. data/lib/vrpayment-ruby-sdk/models/product_version_retirement_list_response.rb +241 -0
  349. data/lib/vrpayment-ruby-sdk/models/product_version_retirement_search_response.rb +251 -0
  350. data/lib/vrpayment-ruby-sdk/models/product_version_search_response.rb +251 -0
  351. data/lib/vrpayment-ruby-sdk/models/recurring_indicator.rb +38 -25
  352. data/lib/vrpayment-ruby-sdk/models/refund.rb +358 -256
  353. data/lib/vrpayment-ruby-sdk/models/refund_bank_transaction.rb +129 -103
  354. data/lib/vrpayment-ruby-sdk/models/refund_bank_transaction_list_response.rb +241 -0
  355. data/lib/vrpayment-ruby-sdk/models/refund_bank_transaction_search_response.rb +251 -0
  356. data/lib/vrpayment-ruby-sdk/models/refund_comment.rb +138 -107
  357. data/lib/vrpayment-ruby-sdk/models/refund_comment_active.rb +90 -64
  358. data/lib/vrpayment-ruby-sdk/models/refund_comment_create.rb +89 -48
  359. data/lib/vrpayment-ruby-sdk/models/refund_comment_list_response.rb +241 -0
  360. data/lib/vrpayment-ruby-sdk/models/refund_comment_search_response.rb +251 -0
  361. data/lib/vrpayment-ruby-sdk/models/refund_create.rb +167 -85
  362. data/lib/vrpayment-ruby-sdk/models/refund_list_response.rb +241 -0
  363. data/lib/vrpayment-ruby-sdk/models/refund_recovery_bank_transaction.rb +133 -107
  364. data/lib/vrpayment-ruby-sdk/models/refund_recovery_bank_transaction_list_response.rb +241 -0
  365. data/lib/vrpayment-ruby-sdk/models/refund_recovery_bank_transaction_search_response.rb +251 -0
  366. data/lib/vrpayment-ruby-sdk/models/refund_search_response.rb +251 -0
  367. data/lib/vrpayment-ruby-sdk/models/refund_state.rb +40 -27
  368. data/lib/vrpayment-ruby-sdk/models/refund_type.rb +38 -25
  369. data/lib/vrpayment-ruby-sdk/models/rendered_document.rb +87 -73
  370. data/lib/vrpayment-ruby-sdk/models/rendered_terminal_receipt.rb +97 -84
  371. data/lib/vrpayment-ruby-sdk/models/rendered_terminal_receipt_list_response.rb +241 -0
  372. data/lib/vrpayment-ruby-sdk/models/rest_address_format.rb +113 -65
  373. data/lib/vrpayment-ruby-sdk/models/rest_address_format_field.rb +44 -31
  374. data/lib/vrpayment-ruby-sdk/models/rest_api_bulk_operation_result.rb +249 -0
  375. data/lib/vrpayment-ruby-sdk/models/rest_api_error_response.rb +261 -0
  376. data/lib/vrpayment-ruby-sdk/models/rest_application_user_mac_key.rb +260 -0
  377. data/lib/vrpayment-ruby-sdk/models/rest_application_user_mac_key_created.rb +277 -0
  378. data/lib/vrpayment-ruby-sdk/models/rest_country.rb +112 -75
  379. data/lib/vrpayment-ruby-sdk/models/rest_country_state.rb +90 -62
  380. data/lib/vrpayment-ruby-sdk/models/rest_currency.rb +92 -64
  381. data/lib/vrpayment-ruby-sdk/models/rest_customer_email_address.rb +229 -0
  382. data/lib/vrpayment-ruby-sdk/models/rest_language.rb +109 -81
  383. data/lib/vrpayment-ruby-sdk/models/role.rb +149 -91
  384. data/lib/vrpayment-ruby-sdk/models/role_create.rb +277 -0
  385. data/lib/vrpayment-ruby-sdk/models/role_list_response.rb +241 -0
  386. data/lib/vrpayment-ruby-sdk/models/role_search_response.rb +251 -0
  387. data/lib/vrpayment-ruby-sdk/models/role_state.rb +38 -25
  388. data/lib/vrpayment-ruby-sdk/models/role_update.rb +277 -0
  389. data/lib/vrpayment-ruby-sdk/models/sales_channel.rb +99 -71
  390. data/lib/vrpayment-ruby-sdk/models/sales_channel_list_response.rb +241 -0
  391. data/lib/vrpayment-ruby-sdk/models/sales_channel_search_response.rb +251 -0
  392. data/lib/vrpayment-ruby-sdk/models/scope.rb +296 -136
  393. data/lib/vrpayment-ruby-sdk/models/scope_single_sign_on_provider.rb +318 -0
  394. data/lib/vrpayment-ruby-sdk/models/single_sign_on_user.rb +317 -0
  395. data/lib/vrpayment-ruby-sdk/models/single_sign_on_user_create.rb +352 -0
  396. data/lib/vrpayment-ruby-sdk/models/single_sign_on_user_list_response.rb +241 -0
  397. data/lib/vrpayment-ruby-sdk/models/single_sign_on_user_search_response.rb +251 -0
  398. data/lib/vrpayment-ruby-sdk/models/single_sign_on_user_update.rb +342 -0
  399. data/lib/vrpayment-ruby-sdk/models/sorting_order.rb +48 -0
  400. data/lib/vrpayment-ruby-sdk/models/space.rb +221 -171
  401. data/lib/vrpayment-ruby-sdk/models/space_address.rb +244 -180
  402. data/lib/vrpayment-ruby-sdk/models/space_address_create.rb +244 -180
  403. data/lib/vrpayment-ruby-sdk/models/space_create.rb +170 -109
  404. data/lib/vrpayment-ruby-sdk/models/space_list_response.rb +241 -0
  405. data/lib/vrpayment-ruby-sdk/models/space_search_response.rb +251 -0
  406. data/lib/vrpayment-ruby-sdk/models/space_update.rb +159 -113
  407. data/lib/vrpayment-ruby-sdk/models/space_view.rb +131 -79
  408. data/lib/vrpayment-ruby-sdk/models/static_value.rb +100 -72
  409. data/lib/vrpayment-ruby-sdk/models/static_value_list_response.rb +241 -0
  410. data/lib/vrpayment-ruby-sdk/models/static_value_search_response.rb +251 -0
  411. data/lib/vrpayment-ruby-sdk/models/subscriber.rb +216 -144
  412. data/lib/vrpayment-ruby-sdk/models/subscriber_active.rb +206 -140
  413. data/lib/vrpayment-ruby-sdk/models/subscriber_create.rb +208 -127
  414. data/lib/vrpayment-ruby-sdk/models/subscriber_list_response.rb +241 -0
  415. data/lib/vrpayment-ruby-sdk/models/subscriber_search_response.rb +251 -0
  416. data/lib/vrpayment-ruby-sdk/models/subscriber_update.rb +176 -138
  417. data/lib/vrpayment-ruby-sdk/models/subscription.rb +232 -167
  418. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate.rb +171 -114
  419. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_create.rb +148 -84
  420. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_deleted.rb +178 -114
  421. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_deleting.rb +178 -114
  422. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_inactive.rb +144 -97
  423. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_list_response.rb +241 -0
  424. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_search_response.rb +251 -0
  425. data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_update.rb +137 -97
  426. data/lib/vrpayment-ruby-sdk/models/subscription_charge.rb +274 -194
  427. data/lib/vrpayment-ruby-sdk/models/subscription_charge_create.rb +197 -117
  428. data/lib/vrpayment-ruby-sdk/models/subscription_charge_list_response.rb +241 -0
  429. data/lib/vrpayment-ruby-sdk/models/subscription_charge_processing_type.rb +36 -23
  430. data/lib/vrpayment-ruby-sdk/models/subscription_charge_search_response.rb +251 -0
  431. data/lib/vrpayment-ruby-sdk/models/subscription_charge_state.rb +39 -26
  432. data/lib/vrpayment-ruby-sdk/models/subscription_charge_type.rb +36 -23
  433. data/lib/vrpayment-ruby-sdk/models/subscription_component_configuration.rb +95 -67
  434. data/lib/vrpayment-ruby-sdk/models/subscription_component_reference_configuration.rb +87 -58
  435. data/lib/vrpayment-ruby-sdk/models/subscription_create_request.rb +97 -87
  436. data/lib/vrpayment-ruby-sdk/models/subscription_initialize_subscriber_present_request.rb +229 -0
  437. data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry.rb +262 -187
  438. data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry_create.rb +149 -102
  439. data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry_list_response.rb +241 -0
  440. data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry_search_response.rb +251 -0
  441. data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry_state.rb +37 -24
  442. data/lib/vrpayment-ruby-sdk/models/subscription_list_response.rb +241 -0
  443. data/lib/vrpayment-ruby-sdk/models/subscription_metric.rb +125 -76
  444. data/lib/vrpayment-ruby-sdk/models/subscription_metric_active.rb +100 -77
  445. data/lib/vrpayment-ruby-sdk/models/subscription_metric_create.rb +98 -58
  446. data/lib/vrpayment-ruby-sdk/models/subscription_metric_type.rb +99 -71
  447. data/lib/vrpayment-ruby-sdk/models/subscription_metric_update.rb +93 -77
  448. data/lib/vrpayment-ruby-sdk/models/subscription_metric_usage_report.rb +123 -90
  449. data/lib/vrpayment-ruby-sdk/models/subscription_metric_usage_report_create.rb +107 -66
  450. data/lib/vrpayment-ruby-sdk/models/subscription_pending.rb +131 -89
  451. data/lib/vrpayment-ruby-sdk/models/subscription_period_bill.rb +152 -104
  452. data/lib/vrpayment-ruby-sdk/models/subscription_period_bill_list_response.rb +241 -0
  453. data/lib/vrpayment-ruby-sdk/models/subscription_period_bill_search_response.rb +251 -0
  454. data/lib/vrpayment-ruby-sdk/models/subscription_period_bill_state.rb +36 -23
  455. data/lib/vrpayment-ruby-sdk/models/subscription_product.rb +195 -125
  456. data/lib/vrpayment-ruby-sdk/models/subscription_product_active.rb +140 -92
  457. data/lib/vrpayment-ruby-sdk/models/subscription_product_component.rb +152 -127
  458. data/lib/vrpayment-ruby-sdk/models/subscription_product_component_group.rb +103 -76
  459. data/lib/vrpayment-ruby-sdk/models/subscription_product_component_group_update.rb +100 -85
  460. data/lib/vrpayment-ruby-sdk/models/subscription_product_component_reference.rb +143 -73
  461. data/lib/vrpayment-ruby-sdk/models/subscription_product_component_reference_state.rb +38 -25
  462. data/lib/vrpayment-ruby-sdk/models/subscription_product_component_update.rb +150 -135
  463. data/lib/vrpayment-ruby-sdk/models/subscription_product_create.rb +155 -80
  464. data/lib/vrpayment-ruby-sdk/models/subscription_product_retirement.rb +112 -86
  465. data/lib/vrpayment-ruby-sdk/models/subscription_product_retirement_request.rb +229 -0
  466. data/lib/vrpayment-ruby-sdk/models/subscription_product_state.rb +39 -26
  467. data/lib/vrpayment-ruby-sdk/models/subscription_product_version.rb +239 -179
  468. data/lib/vrpayment-ruby-sdk/models/subscription_product_version_pending.rb +164 -119
  469. data/lib/vrpayment-ruby-sdk/models/subscription_product_version_retirement.rb +112 -86
  470. data/lib/vrpayment-ruby-sdk/models/subscription_product_version_retirement_request.rb +229 -0
  471. data/lib/vrpayment-ruby-sdk/models/subscription_product_version_state.rb +39 -26
  472. data/lib/vrpayment-ruby-sdk/models/subscription_search_response.rb +251 -0
  473. data/lib/vrpayment-ruby-sdk/models/subscription_state.rb +42 -29
  474. data/lib/vrpayment-ruby-sdk/models/subscription_suspension.rb +177 -127
  475. data/lib/vrpayment-ruby-sdk/models/subscription_suspension_action.rb +36 -23
  476. data/lib/vrpayment-ruby-sdk/models/subscription_suspension_reason.rb +37 -24
  477. data/lib/vrpayment-ruby-sdk/models/subscription_suspension_state.rb +36 -23
  478. data/lib/vrpayment-ruby-sdk/models/subscription_update.rb +106 -87
  479. data/lib/vrpayment-ruby-sdk/models/subscription_update_request.rb +79 -47
  480. data/lib/vrpayment-ruby-sdk/models/subscription_version.rb +219 -163
  481. data/lib/vrpayment-ruby-sdk/models/subscription_version_list_response.rb +241 -0
  482. data/lib/vrpayment-ruby-sdk/models/subscription_version_search_response.rb +251 -0
  483. data/lib/vrpayment-ruby-sdk/models/subscription_version_state.rb +40 -27
  484. data/lib/vrpayment-ruby-sdk/models/suspension_creation_request.rb +279 -0
  485. data/lib/vrpayment-ruby-sdk/models/suspension_list_response.rb +241 -0
  486. data/lib/vrpayment-ruby-sdk/models/suspension_search_response.rb +251 -0
  487. data/lib/vrpayment-ruby-sdk/models/tax.rb +102 -51
  488. data/lib/vrpayment-ruby-sdk/models/tax_calculation.rb +36 -23
  489. data/lib/vrpayment-ruby-sdk/models/tax_class.rb +118 -65
  490. data/lib/vrpayment-ruby-sdk/models/tax_create.rb +100 -49
  491. data/lib/vrpayment-ruby-sdk/models/tenant_database.rb +90 -58
  492. data/lib/vrpayment-ruby-sdk/models/terminal_list_response.rb +241 -0
  493. data/lib/vrpayment-ruby-sdk/models/terminal_receipt_format.rb +36 -23
  494. data/lib/vrpayment-ruby-sdk/models/terminal_search_response.rb +251 -0
  495. data/lib/vrpayment-ruby-sdk/models/token.rb +186 -117
  496. data/lib/vrpayment-ruby-sdk/models/token_create.rb +159 -81
  497. data/lib/vrpayment-ruby-sdk/models/token_list_response.rb +241 -0
  498. data/lib/vrpayment-ruby-sdk/models/token_search_response.rb +251 -0
  499. data/lib/vrpayment-ruby-sdk/models/token_update.rb +133 -91
  500. data/lib/vrpayment-ruby-sdk/models/token_version.rb +285 -187
  501. data/lib/vrpayment-ruby-sdk/models/token_version_list_response.rb +241 -0
  502. data/lib/vrpayment-ruby-sdk/models/token_version_retry_strategy.rb +49 -0
  503. data/lib/vrpayment-ruby-sdk/models/token_version_search_response.rb +251 -0
  504. data/lib/vrpayment-ruby-sdk/models/token_version_state.rb +37 -24
  505. data/lib/vrpayment-ruby-sdk/models/token_version_type.rb +99 -72
  506. data/lib/vrpayment-ruby-sdk/models/tokenization_mode.rb +38 -25
  507. data/lib/vrpayment-ruby-sdk/models/tokenized_card_data.rb +113 -65
  508. data/lib/vrpayment-ruby-sdk/models/tokenized_card_data_create.rb +201 -94
  509. data/lib/vrpayment-ruby-sdk/models/tokenized_card_request.rb +228 -0
  510. data/lib/vrpayment-ruby-sdk/models/transaction.rb +659 -561
  511. data/lib/vrpayment-ruby-sdk/models/transaction_client_platform_information.rb +289 -0
  512. data/lib/vrpayment-ruby-sdk/models/transaction_comment.rb +138 -107
  513. data/lib/vrpayment-ruby-sdk/models/transaction_comment_active.rb +90 -64
  514. data/lib/vrpayment-ruby-sdk/models/transaction_comment_create.rb +89 -48
  515. data/lib/vrpayment-ruby-sdk/models/transaction_comment_list_response.rb +241 -0
  516. data/lib/vrpayment-ruby-sdk/models/transaction_comment_search_response.rb +251 -0
  517. data/lib/vrpayment-ruby-sdk/models/transaction_completion.rb +360 -256
  518. data/lib/vrpayment-ruby-sdk/models/transaction_completion_behavior.rb +37 -24
  519. data/lib/vrpayment-ruby-sdk/models/transaction_completion_details.rb +363 -0
  520. data/lib/vrpayment-ruby-sdk/models/transaction_completion_mode.rb +37 -24
  521. data/lib/vrpayment-ruby-sdk/models/transaction_completion_state.rb +39 -26
  522. data/lib/vrpayment-ruby-sdk/models/transaction_create.rb +366 -250
  523. data/lib/vrpayment-ruby-sdk/models/transaction_environment_selection_strategy.rb +37 -24
  524. data/lib/vrpayment-ruby-sdk/models/transaction_group.rb +144 -79
  525. data/lib/vrpayment-ruby-sdk/models/transaction_group_state.rb +37 -24
  526. data/lib/vrpayment-ruby-sdk/models/transaction_invoice.rb +256 -178
  527. data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment.rb +134 -103
  528. data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment_active.rb +90 -64
  529. data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment_create.rb +90 -49
  530. data/lib/vrpayment-ruby-sdk/models/transaction_invoice_replacement.rb +145 -86
  531. data/lib/vrpayment-ruby-sdk/models/transaction_invoice_state.rb +41 -28
  532. data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version.rb +219 -162
  533. data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version_create.rb +98 -64
  534. data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version_state.rb +39 -26
  535. data/lib/vrpayment-ruby-sdk/models/transaction_list_response.rb +241 -0
  536. data/lib/vrpayment-ruby-sdk/models/transaction_pending.rb +305 -217
  537. data/lib/vrpayment-ruby-sdk/models/transaction_search_response.rb +251 -0
  538. data/lib/vrpayment-ruby-sdk/models/transaction_state.rb +44 -31
  539. data/lib/vrpayment-ruby-sdk/models/transaction_user_interface_type.rb +40 -26
  540. data/lib/vrpayment-ruby-sdk/models/transaction_void.rb +207 -151
  541. data/lib/vrpayment-ruby-sdk/models/transaction_void_list_response.rb +241 -0
  542. data/lib/vrpayment-ruby-sdk/models/transaction_void_mode.rb +36 -23
  543. data/lib/vrpayment-ruby-sdk/models/transaction_void_search_response.rb +251 -0
  544. data/lib/vrpayment-ruby-sdk/models/transaction_void_state.rb +38 -25
  545. data/lib/vrpayment-ruby-sdk/models/two_factor_authentication_type.rb +101 -73
  546. data/lib/vrpayment-ruby-sdk/models/user.rb +116 -68
  547. data/lib/vrpayment-ruby-sdk/models/user_account_role.rb +104 -76
  548. data/lib/vrpayment-ruby-sdk/models/user_account_role_list_response.rb +241 -0
  549. data/lib/vrpayment-ruby-sdk/models/user_space_role.rb +97 -69
  550. data/lib/vrpayment-ruby-sdk/models/user_space_role_list_response.rb +241 -0
  551. data/lib/vrpayment-ruby-sdk/models/user_type.rb +39 -26
  552. data/lib/vrpayment-ruby-sdk/models/wallet_type.rb +116 -61
  553. data/lib/vrpayment-ruby-sdk/models/web_app_confirmation_response.rb +90 -62
  554. data/lib/vrpayment-ruby-sdk/models/webhook_identity.rb +118 -64
  555. data/lib/vrpayment-ruby-sdk/models/webhook_listener.rb +174 -113
  556. data/lib/vrpayment-ruby-sdk/models/webhook_listener_create.rb +144 -70
  557. data/lib/vrpayment-ruby-sdk/models/webhook_listener_entity.rb +87 -59
  558. data/lib/vrpayment-ruby-sdk/models/webhook_listener_list_response.rb +241 -0
  559. data/lib/vrpayment-ruby-sdk/models/webhook_listener_search_response.rb +251 -0
  560. data/lib/vrpayment-ruby-sdk/models/webhook_listener_update.rb +132 -75
  561. data/lib/vrpayment-ruby-sdk/models/webhook_url.rb +145 -88
  562. data/lib/vrpayment-ruby-sdk/models/webhook_url_create.rb +118 -54
  563. data/lib/vrpayment-ruby-sdk/models/webhook_url_list_response.rb +241 -0
  564. data/lib/vrpayment-ruby-sdk/models/webhook_url_search_response.rb +251 -0
  565. data/lib/vrpayment-ruby-sdk/models/webhook_url_update.rb +122 -71
  566. data/lib/vrpayment-ruby-sdk/service/accounts_service.rb +600 -0
  567. data/lib/vrpayment-ruby-sdk/service/application_users_roles_service.rb +476 -0
  568. data/lib/vrpayment-ruby-sdk/service/application_users_service.rb +668 -0
  569. data/lib/vrpayment-ruby-sdk/service/bank_accounts_service.rb +287 -0
  570. data/lib/vrpayment-ruby-sdk/service/bank_transactions_service.rb +287 -0
  571. data/lib/vrpayment-ruby-sdk/service/charge_attempts_service.rb +287 -0
  572. data/lib/vrpayment-ruby-sdk/service/charge_bank_transactions_service.rb +287 -0
  573. data/lib/vrpayment-ruby-sdk/service/charge_flow_levels_service.rb +356 -0
  574. data/lib/vrpayment-ruby-sdk/service/charge_flows_level_payment_links_service.rb +287 -0
  575. data/lib/vrpayment-ruby-sdk/service/charge_flows_service.rb +287 -0
  576. data/lib/vrpayment-ruby-sdk/service/condition_types_service.rb +266 -0
  577. data/lib/vrpayment-ruby-sdk/service/consumed_resources_service.rb +111 -0
  578. data/lib/vrpayment-ruby-sdk/service/countries_service.rb +418 -0
  579. data/lib/vrpayment-ruby-sdk/service/currencies_service.rb +235 -0
  580. data/lib/vrpayment-ruby-sdk/service/currency_bank_accounts_service.rb +287 -0
  581. data/lib/vrpayment-ruby-sdk/service/customer_addresses_service.rb +627 -0
  582. data/lib/vrpayment-ruby-sdk/service/customer_comments_service.rb +702 -0
  583. data/lib/vrpayment-ruby-sdk/service/customers_service.rb +890 -0
  584. data/lib/vrpayment-ruby-sdk/service/delivery_indications_service.rb +431 -0
  585. data/lib/vrpayment-ruby-sdk/service/document_template_types_service.rb +266 -0
  586. data/lib/vrpayment-ruby-sdk/service/document_templates_service.rb +287 -0
  587. data/lib/vrpayment-ruby-sdk/service/dunning_cases_service.rb +428 -0
  588. data/lib/vrpayment-ruby-sdk/service/dunning_flow_levels_service.rb +287 -0
  589. data/lib/vrpayment-ruby-sdk/service/dunning_flows_service.rb +287 -0
  590. data/lib/vrpayment-ruby-sdk/service/express_checkout_service.rb +105 -0
  591. data/lib/vrpayment-ruby-sdk/service/external_transfer_bank_transactions_service.rb +287 -0
  592. data/lib/vrpayment-ruby-sdk/service/human_users_roles_service.rb +476 -0
  593. data/lib/vrpayment-ruby-sdk/service/human_users_service.rb +557 -0
  594. data/lib/vrpayment-ruby-sdk/service/internal_transfer_bank_transactions_service.rb +287 -0
  595. data/lib/vrpayment-ruby-sdk/service/label_descriptors_service.rb +501 -0
  596. data/lib/vrpayment-ruby-sdk/service/languages_service.rb +235 -0
  597. data/lib/vrpayment-ruby-sdk/service/legal_organization_forms_service.rb +266 -0
  598. data/lib/vrpayment-ruby-sdk/service/manual_tasks_service.rb +431 -0
  599. data/lib/vrpayment-ruby-sdk/service/payment_connector_configurations_service.rb +518 -0
  600. data/lib/vrpayment-ruby-sdk/service/payment_connectors_service.rb +266 -0
  601. data/lib/vrpayment-ruby-sdk/service/payment_links_service.rb +518 -0
  602. data/lib/vrpayment-ruby-sdk/service/payment_method_brands_service.rb +266 -0
  603. data/lib/vrpayment-ruby-sdk/service/payment_method_configurations_service.rb +518 -0
  604. data/lib/vrpayment-ruby-sdk/service/payment_methods_service.rb +266 -0
  605. data/lib/vrpayment-ruby-sdk/service/payment_processor_configurations_service.rb +518 -0
  606. data/lib/vrpayment-ruby-sdk/service/payment_processors_service.rb +266 -0
  607. data/lib/vrpayment-ruby-sdk/service/payment_sales_channels_service.rb +266 -0
  608. data/lib/vrpayment-ruby-sdk/service/payment_terminals_service.rb +1048 -0
  609. data/lib/vrpayment-ruby-sdk/service/payment_web_apps_service.rb +911 -0
  610. data/lib/vrpayment-ruby-sdk/service/permissions_service.rb +266 -0
  611. data/lib/vrpayment-ruby-sdk/service/refund_bank_transactions_service.rb +287 -0
  612. data/lib/vrpayment-ruby-sdk/service/refund_comments_service.rb +702 -0
  613. data/lib/vrpayment-ruby-sdk/service/refund_recovery_bank_transactions_service.rb +287 -0
  614. data/lib/vrpayment-ruby-sdk/service/refunds_service.rb +577 -0
  615. data/lib/vrpayment-ruby-sdk/service/roles_service.rb +476 -0
  616. data/lib/vrpayment-ruby-sdk/service/single_sign_on_users_roles_service.rb +476 -0
  617. data/lib/vrpayment-ruby-sdk/service/single_sign_on_users_service.rb +476 -0
  618. data/lib/vrpayment-ruby-sdk/service/spaces_service.rb +476 -0
  619. data/lib/vrpayment-ruby-sdk/service/static_values_service.rb +266 -0
  620. data/lib/vrpayment-ruby-sdk/service/subscribers_service.rb +516 -0
  621. data/lib/vrpayment-ruby-sdk/service/subscription_affiliates_service.rb +516 -0
  622. data/lib/vrpayment-ruby-sdk/service/subscription_charges_service.rb +436 -0
  623. data/lib/vrpayment-ruby-sdk/service/subscription_ledger_entries_service.rb +364 -0
  624. data/lib/vrpayment-ruby-sdk/service/subscription_metric_usage_reports_service.rb +364 -0
  625. data/lib/vrpayment-ruby-sdk/service/subscription_metrics_service.rb +516 -0
  626. data/lib/vrpayment-ruby-sdk/service/subscription_period_bills_service.rb +373 -0
  627. data/lib/vrpayment-ruby-sdk/service/subscription_product_component_groups_service.rb +516 -0
  628. data/lib/vrpayment-ruby-sdk/service/subscription_product_components_service.rb +516 -0
  629. data/lib/vrpayment-ruby-sdk/service/subscription_product_metered_fee_tiers_service.rb +552 -0
  630. data/lib/vrpayment-ruby-sdk/service/subscription_product_metered_fees_service.rb +516 -0
  631. data/lib/vrpayment-ruby-sdk/service/subscription_product_period_fees_service.rb +516 -0
  632. data/lib/vrpayment-ruby-sdk/service/subscription_product_retirements_service.rb +287 -0
  633. data/lib/vrpayment-ruby-sdk/service/subscription_product_setup_fees_service.rb +516 -0
  634. data/lib/vrpayment-ruby-sdk/service/subscription_product_version_retirements_service.rb +287 -0
  635. data/lib/vrpayment-ruby-sdk/service/subscription_product_versions_service.rb +602 -0
  636. data/lib/vrpayment-ruby-sdk/service/subscription_products_service.rb +530 -0
  637. data/lib/vrpayment-ruby-sdk/service/subscription_suspensions_service.rb +287 -0
  638. data/lib/vrpayment-ruby-sdk/service/subscription_versions_service.rb +287 -0
  639. data/lib/vrpayment-ruby-sdk/service/subscriptions_service.rb +1088 -0
  640. data/lib/vrpayment-ruby-sdk/service/token_versions_service.rb +287 -0
  641. data/lib/vrpayment-ruby-sdk/service/tokens_service.rb +662 -0
  642. data/lib/vrpayment-ruby-sdk/service/transaction_client_platforms_service.rb +287 -0
  643. data/lib/vrpayment-ruby-sdk/service/transaction_comments_service.rb +702 -0
  644. data/lib/vrpayment-ruby-sdk/service/transaction_completions_service.rb +287 -0
  645. data/lib/vrpayment-ruby-sdk/service/transaction_invoice_comments_service.rb +702 -0
  646. data/lib/vrpayment-ruby-sdk/service/transaction_invoices_service.rb +652 -0
  647. data/lib/vrpayment-ruby-sdk/service/transaction_line_item_versions_service.rb +364 -0
  648. data/lib/vrpayment-ruby-sdk/service/transaction_voids_service.rb +287 -0
  649. data/lib/vrpayment-ruby-sdk/service/transactions_service.rb +2838 -0
  650. data/lib/vrpayment-ruby-sdk/service/web_apps_service.rb +228 -0
  651. data/lib/vrpayment-ruby-sdk/service/webhook_encryption_keys_service.rb +133 -0
  652. data/lib/vrpayment-ruby-sdk/service/webhook_listeners_service.rb +738 -0
  653. data/lib/vrpayment-ruby-sdk/service/webhook_urls_service.rb +738 -0
  654. data/lib/vrpayment-ruby-sdk/utils/encryption_util.rb +80 -0
  655. data/lib/vrpayment-ruby-sdk/version.rb +21 -18
  656. data/lib/vrpayment-ruby-sdk/vrpayment_sdk_exception.rb +59 -0
  657. data/lib/vrpayment-ruby-sdk.rb +372 -201
  658. data/test/constants.rb +49 -80
  659. data/test/encryption_util_test.rb +47 -27
  660. data/test/test_querying.rb +242 -0
  661. data/test/test_refunds_service.rb +119 -0
  662. data/test/test_transaction_completions_service.rb +72 -0
  663. data/test/test_transactions_service.rb +1163 -0
  664. data/test/test_webhook_listeners_service.rb +132 -0
  665. data/test/utils.rb +62 -0
  666. data/vrpayment-ruby-sdk.gemspec +38 -28
  667. metadata +394 -799
  668. data/lib/vrpayment-ruby-sdk/api/account_service_api.rb +0 -398
  669. data/lib/vrpayment-ruby-sdk/api/application_user_service_api.rb +0 -398
  670. data/lib/vrpayment-ruby-sdk/api/bank_account_service_api.rb +0 -228
  671. data/lib/vrpayment-ruby-sdk/api/bank_transaction_service_api.rb +0 -228
  672. data/lib/vrpayment-ruby-sdk/api/card_processing_service_api.rb +0 -182
  673. data/lib/vrpayment-ruby-sdk/api/charge_attempt_service_api.rb +0 -228
  674. data/lib/vrpayment-ruby-sdk/api/charge_bank_transaction_service_api.rb +0 -228
  675. data/lib/vrpayment-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +0 -228
  676. data/lib/vrpayment-ruby-sdk/api/charge_flow_level_service_api.rb +0 -296
  677. data/lib/vrpayment-ruby-sdk/api/charge_flow_service_api.rb +0 -509
  678. data/lib/vrpayment-ruby-sdk/api/condition_type_service_api.rb +0 -149
  679. data/lib/vrpayment-ruby-sdk/api/country_service_api.rb +0 -86
  680. data/lib/vrpayment-ruby-sdk/api/country_state_service_api.rb +0 -149
  681. data/lib/vrpayment-ruby-sdk/api/currency_bank_account_service_api.rb +0 -228
  682. data/lib/vrpayment-ruby-sdk/api/currency_service_api.rb +0 -86
  683. data/lib/vrpayment-ruby-sdk/api/customer_address_service_api.rb +0 -495
  684. data/lib/vrpayment-ruby-sdk/api/customer_comment_service_api.rb +0 -562
  685. data/lib/vrpayment-ruby-sdk/api/customer_service_api.rb +0 -428
  686. data/lib/vrpayment-ruby-sdk/api/delivery_indication_service_api.rb +0 -362
  687. data/lib/vrpayment-ruby-sdk/api/document_template_service_api.rb +0 -228
  688. data/lib/vrpayment-ruby-sdk/api/document_template_type_service_api.rb +0 -149
  689. data/lib/vrpayment-ruby-sdk/api/dunning_case_level_service_api.rb +0 -228
  690. data/lib/vrpayment-ruby-sdk/api/dunning_case_service_api.rb +0 -366
  691. data/lib/vrpayment-ruby-sdk/api/dunning_flow_level_service_api.rb +0 -228
  692. data/lib/vrpayment-ruby-sdk/api/dunning_flow_service_api.rb +0 -228
  693. data/lib/vrpayment-ruby-sdk/api/external_transfer_bank_transaction_service_api.rb +0 -228
  694. data/lib/vrpayment-ruby-sdk/api/human_user_service_api.rb +0 -460
  695. data/lib/vrpayment-ruby-sdk/api/internal_transfer_bank_transaction_service_api.rb +0 -228
  696. data/lib/vrpayment-ruby-sdk/api/invoice_reconciliation_record_invoice_link_service_api.rb +0 -376
  697. data/lib/vrpayment-ruby-sdk/api/invoice_reconciliation_record_service_api.rb +0 -429
  698. data/lib/vrpayment-ruby-sdk/api/invoice_reimbursement_service_api.rb +0 -373
  699. data/lib/vrpayment-ruby-sdk/api/label_description_group_service_api.rb +0 -149
  700. data/lib/vrpayment-ruby-sdk/api/label_description_service_api.rb +0 -149
  701. data/lib/vrpayment-ruby-sdk/api/language_service_api.rb +0 -86
  702. data/lib/vrpayment-ruby-sdk/api/legal_organization_form_service_api.rb +0 -212
  703. data/lib/vrpayment-ruby-sdk/api/manual_task_service_api.rb +0 -228
  704. data/lib/vrpayment-ruby-sdk/api/mertic_usage_service_api.rb +0 -101
  705. data/lib/vrpayment-ruby-sdk/api/payment_connector_configuration_service_api.rb +0 -228
  706. data/lib/vrpayment-ruby-sdk/api/payment_connector_service_api.rb +0 -149
  707. data/lib/vrpayment-ruby-sdk/api/payment_link_service_api.rb +0 -428
  708. data/lib/vrpayment-ruby-sdk/api/payment_method_brand_service_api.rb +0 -149
  709. data/lib/vrpayment-ruby-sdk/api/payment_method_configuration_service_api.rb +0 -228
  710. data/lib/vrpayment-ruby-sdk/api/payment_method_service_api.rb +0 -149
  711. data/lib/vrpayment-ruby-sdk/api/payment_processor_configuration_service_api.rb +0 -228
  712. data/lib/vrpayment-ruby-sdk/api/payment_processor_service_api.rb +0 -149
  713. data/lib/vrpayment-ruby-sdk/api/payment_terminal_service_api.rb +0 -503
  714. data/lib/vrpayment-ruby-sdk/api/payment_terminal_till_service_api.rb +0 -180
  715. data/lib/vrpayment-ruby-sdk/api/payment_terminal_transaction_summary_service_api.rb +0 -295
  716. data/lib/vrpayment-ruby-sdk/api/payment_web_app_service_api.rb +0 -632
  717. data/lib/vrpayment-ruby-sdk/api/permission_service_api.rb +0 -149
  718. data/lib/vrpayment-ruby-sdk/api/refund_bank_transaction_service_api.rb +0 -228
  719. data/lib/vrpayment-ruby-sdk/api/refund_comment_service_api.rb +0 -498
  720. data/lib/vrpayment-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +0 -228
  721. data/lib/vrpayment-ruby-sdk/api/refund_service_api.rb +0 -572
  722. data/lib/vrpayment-ruby-sdk/api/space_service_api.rb +0 -398
  723. data/lib/vrpayment-ruby-sdk/api/static_value_service_api.rb +0 -149
  724. data/lib/vrpayment-ruby-sdk/api/subscriber_service_api.rb +0 -428
  725. data/lib/vrpayment-ruby-sdk/api/subscription_affiliate_service_api.rb +0 -428
  726. data/lib/vrpayment-ruby-sdk/api/subscription_charge_service_api.rb +0 -363
  727. data/lib/vrpayment-ruby-sdk/api/subscription_ledger_entry_service_api.rb +0 -295
  728. data/lib/vrpayment-ruby-sdk/api/subscription_metric_service_api.rb +0 -428
  729. data/lib/vrpayment-ruby-sdk/api/subscription_metric_usage_service_api.rb +0 -295
  730. data/lib/vrpayment-ruby-sdk/api/subscription_period_bill_service_api.rb +0 -228
  731. data/lib/vrpayment-ruby-sdk/api/subscription_product_component_group_service_api.rb +0 -428
  732. data/lib/vrpayment-ruby-sdk/api/subscription_product_component_service_api.rb +0 -428
  733. data/lib/vrpayment-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +0 -428
  734. data/lib/vrpayment-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +0 -428
  735. data/lib/vrpayment-ruby-sdk/api/subscription_product_period_fee_service_api.rb +0 -428
  736. data/lib/vrpayment-ruby-sdk/api/subscription_product_retirement_service_api.rb +0 -295
  737. data/lib/vrpayment-ruby-sdk/api/subscription_product_service_api.rb +0 -362
  738. data/lib/vrpayment-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +0 -428
  739. data/lib/vrpayment-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +0 -295
  740. data/lib/vrpayment-ruby-sdk/api/subscription_product_version_service_api.rb +0 -430
  741. data/lib/vrpayment-ruby-sdk/api/subscription_service_api.rb +0 -793
  742. data/lib/vrpayment-ruby-sdk/api/subscription_suspension_service_api.rb +0 -363
  743. data/lib/vrpayment-ruby-sdk/api/subscription_version_service_api.rb +0 -228
  744. data/lib/vrpayment-ruby-sdk/api/token_service_api.rb +0 -768
  745. data/lib/vrpayment-ruby-sdk/api/token_version_service_api.rb +0 -296
  746. data/lib/vrpayment-ruby-sdk/api/transaction_comment_service_api.rb +0 -498
  747. data/lib/vrpayment-ruby-sdk/api/transaction_completion_service_api.rb +0 -498
  748. data/lib/vrpayment-ruby-sdk/api/transaction_iframe_service_api.rb +0 -96
  749. data/lib/vrpayment-ruby-sdk/api/transaction_invoice_comment_service_api.rb +0 -498
  750. data/lib/vrpayment-ruby-sdk/api/transaction_invoice_service_api.rb +0 -645
  751. data/lib/vrpayment-ruby-sdk/api/transaction_lightbox_service_api.rb +0 -96
  752. data/lib/vrpayment-ruby-sdk/api/transaction_line_item_version_service_api.rb +0 -295
  753. data/lib/vrpayment-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +0 -91
  754. data/lib/vrpayment-ruby-sdk/api/transaction_payment_page_service_api.rb +0 -96
  755. data/lib/vrpayment-ruby-sdk/api/transaction_service_api.rb +0 -1238
  756. data/lib/vrpayment-ruby-sdk/api/transaction_terminal_service_api.rb +0 -171
  757. data/lib/vrpayment-ruby-sdk/api/transaction_void_service_api.rb +0 -364
  758. data/lib/vrpayment-ruby-sdk/api/user_account_role_service_api.rb +0 -234
  759. data/lib/vrpayment-ruby-sdk/api/user_space_role_service_api.rb +0 -231
  760. data/lib/vrpayment-ruby-sdk/api/web_app_service_api.rb +0 -215
  761. data/lib/vrpayment-ruby-sdk/api/webhook_encryption_service_api.rb +0 -117
  762. data/lib/vrpayment-ruby-sdk/api/webhook_listener_service_api.rb +0 -428
  763. data/lib/vrpayment-ruby-sdk/api/webhook_url_service_api.rb +0 -428
  764. data/lib/vrpayment-ruby-sdk/encryption_util.rb +0 -40
  765. data/lib/vrpayment-ruby-sdk/models/client_error.rb +0 -231
  766. data/lib/vrpayment-ruby-sdk/models/client_error_type.rb +0 -36
  767. data/lib/vrpayment-ruby-sdk/models/criteria_operator.rb +0 -45
  768. data/lib/vrpayment-ruby-sdk/models/dunning_case_level.rb +0 -351
  769. data/lib/vrpayment-ruby-sdk/models/dunning_case_level_state.rb +0 -38
  770. data/lib/vrpayment-ruby-sdk/models/entity_export_request.rb +0 -208
  771. data/lib/vrpayment-ruby-sdk/models/entity_query.rb +0 -233
  772. data/lib/vrpayment-ruby-sdk/models/entity_query_filter.rb +0 -238
  773. data/lib/vrpayment-ruby-sdk/models/entity_query_filter_type.rb +0 -36
  774. data/lib/vrpayment-ruby-sdk/models/entity_query_order_by.rb +0 -211
  775. data/lib/vrpayment-ruby-sdk/models/entity_query_order_by_type.rb +0 -35
  776. data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record.rb +0 -571
  777. data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_invoice_link.rb +0 -241
  778. data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_rejection_status.rb +0 -36
  779. data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_state.rb +0 -38
  780. data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_type.rb +0 -215
  781. data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement.rb +0 -401
  782. data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement_state.rb +0 -38
  783. data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement_with_refund_reference.rb +0 -411
  784. data/lib/vrpayment-ruby-sdk/models/payment_app_charge_attempt_update_request.rb +0 -261
  785. data/lib/vrpayment-ruby-sdk/models/payment_app_completion_update_request.rb +0 -236
  786. data/lib/vrpayment-ruby-sdk/models/payment_app_connector_creation_request.rb +0 -366
  787. data/lib/vrpayment-ruby-sdk/models/payment_app_processor_creation_request.rb +0 -317
  788. data/lib/vrpayment-ruby-sdk/models/payment_app_refund_update_request.rb +0 -236
  789. data/lib/vrpayment-ruby-sdk/models/payment_app_void_update_request.rb +0 -236
  790. data/lib/vrpayment-ruby-sdk/models/payment_initiation_advice_file.rb +0 -281
  791. data/lib/vrpayment-ruby-sdk/models/payment_initiation_advice_file_state.rb +0 -40
  792. data/lib/vrpayment-ruby-sdk/models/payment_terminal_dcc_transaction_sum.rb +0 -261
  793. data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_sum.rb +0 -291
  794. data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary.rb +0 -307
  795. data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary_fetch_request.rb +0 -221
  796. data/lib/vrpayment-ruby-sdk/models/rendered_terminal_transaction_summary.rb +0 -215
  797. data/lib/vrpayment-ruby-sdk/models/resource_path.rb +0 -275
  798. data/lib/vrpayment-ruby-sdk/models/resource_state.rb +0 -36
  799. data/lib/vrpayment-ruby-sdk/models/server_error.rb +0 -211
  800. data/lib/vrpayment-ruby-sdk/models/subscription_change_request.rb +0 -260
  801. data/lib/vrpayment-ruby-sdk/models/subscription_product_retirement_create.rb +0 -216
  802. data/lib/vrpayment-ruby-sdk/models/subscription_product_version_retirement_create.rb +0 -216
  803. data/lib/vrpayment-ruby-sdk/models/subscription_suspension_create.rb +0 -251
  804. data/lib/vrpayment-ruby-sdk/models/subscription_suspension_running.rb +0 -336
  805. data/lib/vrpayment-ruby-sdk/models/terminal_receipt_fetch_request.rb +0 -221
  806. data/lib/vrpayment-ruby-sdk/models/transaction_completion_request.rb +0 -316
  807. data/lib/vrpayment-ruby-sdk/models/web_app_confirmation_request.rb +0 -206
  808. data/lib/vrpayment-ruby-sdk/models/webhook_encryption_public_key.rb +0 -201
  809. data/test/refund_service_test.rb +0 -133
  810. data/test/transaction_completion_service_test.rb +0 -104
  811. data/test/transaction_iframe_service_test.rb +0 -25
  812. data/test/transaction_lightbox_service_test.rb +0 -25
  813. data/test/transaction_payment_page_service_test.rb +0 -25
  814. data/test/transaction_service_test.rb +0 -230
  815. data/vendor/bundle/ruby/3.3.0/bin/rake +0 -29
  816. data/vendor/bundle/ruby/3.3.0/cache/addressable-2.8.7.gem +0 -0
  817. data/vendor/bundle/ruby/3.3.0/cache/ethon-0.16.0.gem +0 -0
  818. data/vendor/bundle/ruby/3.3.0/cache/ffi-1.17.2-x86_64-linux-gnu.gem +0 -0
  819. data/vendor/bundle/ruby/3.3.0/cache/json-2.13.0.gem +0 -0
  820. data/vendor/bundle/ruby/3.3.0/cache/power_assert-2.0.5.gem +0 -0
  821. data/vendor/bundle/ruby/3.3.0/cache/public_suffix-6.0.2.gem +0 -0
  822. data/vendor/bundle/ruby/3.3.0/cache/rake-13.0.6.gem +0 -0
  823. data/vendor/bundle/ruby/3.3.0/cache/test-unit-3.3.9.gem +0 -0
  824. data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem +0 -0
  825. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/gem.build_complete +0 -0
  826. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/gem_make.out +0 -25
  827. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/generator.so +0 -0
  828. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/parser.so +0 -0
  829. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/mkmf.log +0 -164
  830. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/CHANGELOG.md +0 -301
  831. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/Gemfile +0 -31
  832. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/LICENSE.txt +0 -202
  833. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/README.md +0 -121
  834. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/Rakefile +0 -37
  835. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/addressable.gemspec +0 -28
  836. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/data/unicode.data +0 -0
  837. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna/native.rb +0 -66
  838. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna/pure.rb +0 -505
  839. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna.rb +0 -26
  840. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/template.rb +0 -1029
  841. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/uri.rb +0 -2602
  842. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/version.rb +0 -31
  843. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable.rb +0 -4
  844. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/idna_spec.rb +0 -302
  845. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/net_http_compat_spec.rb +0 -29
  846. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/security_spec.rb +0 -58
  847. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/template_spec.rb +0 -1264
  848. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/uri_spec.rb +0 -6840
  849. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/spec_helper.rb +0 -33
  850. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/clobber.rake +0 -4
  851. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/gem.rake +0 -95
  852. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/git.rake +0 -47
  853. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/metrics.rake +0 -24
  854. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/profile.rake +0 -72
  855. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/rspec.rake +0 -23
  856. data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/yard.rake +0 -29
  857. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.github/workflows/ruby.yml +0 -41
  858. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.gitignore +0 -8
  859. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.rspec +0 -3
  860. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/CHANGELOG.md +0 -375
  861. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Gemfile +0 -43
  862. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Guardfile +0 -10
  863. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/LICENSE +0 -20
  864. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/README.md +0 -118
  865. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Rakefile +0 -40
  866. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/ethon.gemspec +0 -26
  867. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curl.rb +0 -90
  868. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/classes.rb +0 -65
  869. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/codes.rb +0 -122
  870. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/constants.rb +0 -80
  871. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/form_options.rb +0 -37
  872. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/functions.rb +0 -58
  873. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/infos.rb +0 -151
  874. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/messages.rb +0 -19
  875. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/options.rb +0 -503
  876. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/settings.rb +0 -12
  877. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/callbacks.rb +0 -149
  878. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/debug_info.rb +0 -47
  879. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/features.rb +0 -31
  880. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/form.rb +0 -107
  881. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/header.rb +0 -61
  882. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/actionable.rb +0 -157
  883. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/custom.rb +0 -29
  884. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/delete.rb +0 -25
  885. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/get.rb +0 -24
  886. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/head.rb +0 -24
  887. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/options.rb +0 -24
  888. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/patch.rb +0 -24
  889. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/post.rb +0 -26
  890. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/postable.rb +0 -32
  891. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/put.rb +0 -27
  892. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/putable.rb +0 -25
  893. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http.rb +0 -68
  894. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/informations.rb +0 -116
  895. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/mirror.rb +0 -36
  896. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/operations.rb +0 -64
  897. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/options.rb +0 -50
  898. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/params.rb +0 -29
  899. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/queryable.rb +0 -154
  900. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb +0 -136
  901. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/util.rb +0 -28
  902. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy.rb +0 -315
  903. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/ethon_error.rb +0 -9
  904. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/global_init.rb +0 -13
  905. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_option.rb +0 -13
  906. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_value.rb +0 -13
  907. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_add.rb +0 -12
  908. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_fdset.rb +0 -12
  909. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_remove.rb +0 -12
  910. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_timeout.rb +0 -13
  911. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/select.rb +0 -13
  912. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors.rb +0 -17
  913. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/libc.rb +0 -21
  914. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/loggable.rb +0 -59
  915. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/operations.rb +0 -228
  916. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/options.rb +0 -117
  917. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/stack.rb +0 -49
  918. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi.rb +0 -126
  919. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/version.rb +0 -6
  920. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb +0 -36
  921. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/benchmarks.rb +0 -104
  922. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/memory_leaks.rb +0 -114
  923. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/perf_spec_helper.rb +0 -37
  924. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/memory_test_helpers.rb +0 -76
  925. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/os_memory_leak_tracker.rb +0 -48
  926. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/ruby_object_leak_tracker.rb +0 -49
  927. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/curl_spec.rb +0 -38
  928. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/callbacks_spec.rb +0 -81
  929. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/debug_info_spec.rb +0 -54
  930. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/features_spec.rb +0 -24
  931. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/form_spec.rb +0 -104
  932. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/header_spec.rb +0 -79
  933. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/custom_spec.rb +0 -177
  934. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/delete_spec.rb +0 -21
  935. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/get_spec.rb +0 -126
  936. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/head_spec.rb +0 -80
  937. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/options_spec.rb +0 -51
  938. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/patch_spec.rb +0 -51
  939. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/post_spec.rb +0 -317
  940. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/put_spec.rb +0 -168
  941. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http_spec.rb +0 -64
  942. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/informations_spec.rb +0 -126
  943. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/mirror_spec.rb +0 -47
  944. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/operations_spec.rb +0 -271
  945. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/options_spec.rb +0 -193
  946. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/queryable_spec.rb +0 -235
  947. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/response_callbacks_spec.rb +0 -152
  948. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/util_spec.rb +0 -28
  949. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy_spec.rb +0 -203
  950. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/libc_spec.rb +0 -14
  951. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/loggable_spec.rb +0 -22
  952. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/operations_spec.rb +0 -298
  953. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/options_spec.rb +0 -182
  954. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/stack_spec.rb +0 -80
  955. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi_spec.rb +0 -152
  956. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/spec_helper.rb +0 -28
  957. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/support/localhost_server.rb +0 -95
  958. data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/support/server.rb +0 -115
  959. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/CHANGELOG.md +0 -473
  960. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/COPYING +0 -49
  961. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/Gemfile +0 -23
  962. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/LICENSE +0 -24
  963. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/LICENSE.SPECS +0 -22
  964. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/README.md +0 -137
  965. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/Rakefile +0 -206
  966. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/ffi.gemspec +0 -42
  967. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.5/ffi_c.so +0 -0
  968. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.6/ffi_c.so +0 -0
  969. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.7/ffi_c.so +0 -0
  970. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.0/ffi_c.so +0 -0
  971. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.1/ffi_c.so +0 -0
  972. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.2/ffi_c.so +0 -0
  973. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.3/ffi_c.so +0 -0
  974. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.4/ffi_c.so +0 -0
  975. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/abstract_memory.rb +0 -44
  976. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/autopointer.rb +0 -180
  977. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/buffer.rb +0 -4
  978. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/callback.rb +0 -4
  979. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/compat.rb +0 -43
  980. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/data_converter.rb +0 -67
  981. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/dynamic_library.rb +0 -118
  982. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/enum.rb +0 -302
  983. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/errno.rb +0 -43
  984. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/ffi.rb +0 -109
  985. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/function.rb +0 -71
  986. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/io.rb +0 -62
  987. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/library.rb +0 -576
  988. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/library_path.rb +0 -109
  989. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/managedstruct.rb +0 -84
  990. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/memorypointer.rb +0 -1
  991. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-darwin/types.conf +0 -130
  992. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-freebsd/types.conf +0 -128
  993. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -181
  994. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-linux/types.conf +0 -175
  995. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-openbsd/types.conf +0 -134
  996. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-windows/types.conf +0 -52
  997. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/arm-freebsd/types.conf +0 -152
  998. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/arm-freebsd12/types.conf +0 -152
  999. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/arm-linux/types.conf +0 -132
  1000. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/hppa1.1-linux/types.conf +0 -178
  1001. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/hppa2.0-linux/types.conf +0 -178
  1002. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-cygwin/types.conf +0 -3
  1003. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-darwin/types.conf +0 -100
  1004. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-freebsd/types.conf +0 -152
  1005. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-freebsd12/types.conf +0 -152
  1006. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-gnu/types.conf +0 -107
  1007. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-linux/types.conf +0 -103
  1008. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-netbsd/types.conf +0 -126
  1009. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-openbsd/types.conf +0 -128
  1010. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-solaris/types.conf +0 -122
  1011. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-windows/types.conf +0 -52
  1012. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/ia64-linux/types.conf +0 -104
  1013. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/loongarch64-linux/types.conf +0 -141
  1014. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mips-linux/types.conf +0 -102
  1015. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mips64-linux/types.conf +0 -104
  1016. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mips64el-linux/types.conf +0 -104
  1017. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsel-linux/types.conf +0 -102
  1018. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -102
  1019. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -102
  1020. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -104
  1021. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -104
  1022. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-aix/types.conf +0 -180
  1023. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-darwin/types.conf +0 -100
  1024. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-linux/types.conf +0 -130
  1025. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-openbsd/types.conf +0 -156
  1026. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc64-linux/types.conf +0 -104
  1027. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc64le-linux/types.conf +0 -100
  1028. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/riscv64-linux/types.conf +0 -104
  1029. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/s390-linux/types.conf +0 -102
  1030. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/s390x-linux/types.conf +0 -102
  1031. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparc-linux/types.conf +0 -102
  1032. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparc-solaris/types.conf +0 -128
  1033. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparcv9-linux/types.conf +0 -102
  1034. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -156
  1035. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparcv9-solaris/types.conf +0 -128
  1036. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sw_64-linux/types.conf +0 -141
  1037. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-cygwin/types.conf +0 -3
  1038. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-darwin/types.conf +0 -130
  1039. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -130
  1040. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-freebsd/types.conf +0 -128
  1041. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -158
  1042. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-haiku/types.conf +0 -117
  1043. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-linux/types.conf +0 -132
  1044. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-msys/types.conf +0 -119
  1045. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-netbsd/types.conf +0 -128
  1046. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-openbsd/types.conf +0 -134
  1047. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-solaris/types.conf +0 -122
  1048. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-windows/types.conf +0 -52
  1049. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform.rb +0 -187
  1050. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/pointer.rb +0 -167
  1051. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct.rb +0 -317
  1052. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_by_reference.rb +0 -72
  1053. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_layout.rb +0 -96
  1054. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_layout_builder.rb +0 -227
  1055. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/const_generator.rb +0 -232
  1056. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/generator.rb +0 -105
  1057. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/generator_task.rb +0 -32
  1058. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/struct_generator.rb +0 -195
  1059. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/types_generator.rb +0 -137
  1060. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/types.rb +0 -222
  1061. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/union.rb +0 -43
  1062. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/variadic.rb +0 -80
  1063. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/version.rb +0 -3
  1064. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi.rb +0 -27
  1065. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/rakelib/ffi_gem_helper.rb +0 -65
  1066. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/getlogin.rb +0 -8
  1067. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/getpid.rb +0 -8
  1068. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/gettimeofday.rb +0 -18
  1069. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/hello.rb +0 -8
  1070. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/hello_ractor.rb +0 -11
  1071. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/inotify.rb +0 -60
  1072. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/pty.rb +0 -75
  1073. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/qsort.rb +0 -20
  1074. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/qsort_ractor.rb +0 -28
  1075. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/abstract_memory.rbs +0 -165
  1076. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/auto_pointer.rbs +0 -26
  1077. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/buffer.rbs +0 -18
  1078. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/data_converter.rbs +0 -10
  1079. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/dynamic_library.rbs +0 -9
  1080. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/enum.rbs +0 -38
  1081. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/function.rbs +0 -39
  1082. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/library.rbs +0 -42
  1083. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/native_type.rbs +0 -86
  1084. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/pointer.rbs +0 -42
  1085. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct.rbs +0 -76
  1086. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_by_reference.rbs +0 -11
  1087. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_by_value.rbs +0 -7
  1088. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout.rbs +0 -9
  1089. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout_builder.rbs +0 -5
  1090. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/type.rbs +0 -39
  1091. data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi.rbs +0 -26
  1092. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/BSDL +0 -22
  1093. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/CHANGES.md +0 -652
  1094. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/COPYING +0 -56
  1095. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/LEGAL +0 -8
  1096. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/README.md +0 -281
  1097. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/fbuffer/fbuffer.h +0 -270
  1098. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/Makefile +0 -269
  1099. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/extconf.rb +0 -16
  1100. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/generator.c +0 -2139
  1101. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/Makefile +0 -269
  1102. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/extconf.rb +0 -15
  1103. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/parser.c +0 -1507
  1104. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/conf.rb +0 -20
  1105. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/simd.h +0 -187
  1106. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/vendor/fpconv.c +0 -479
  1107. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/vendor/jeaiii-ltoa.h +0 -267
  1108. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/json.gemspec +0 -62
  1109. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/bigdecimal.rb +0 -58
  1110. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/complex.rb +0 -51
  1111. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/core.rb +0 -12
  1112. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/date.rb +0 -54
  1113. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/date_time.rb +0 -67
  1114. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/exception.rb +0 -49
  1115. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/ostruct.rb +0 -54
  1116. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/range.rb +0 -54
  1117. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/rational.rb +0 -49
  1118. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/regexp.rb +0 -48
  1119. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/set.rb +0 -48
  1120. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/struct.rb +0 -52
  1121. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/symbol.rb +0 -52
  1122. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/time.rb +0 -52
  1123. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/common.rb +0 -1104
  1124. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator/state.rb +0 -106
  1125. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator.so +0 -0
  1126. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/parser.so +0 -0
  1127. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext.rb +0 -45
  1128. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/generic_object.rb +0 -75
  1129. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/truffle_ruby/generator.rb +0 -690
  1130. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/version.rb +0 -5
  1131. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json.rb +0 -620
  1132. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/dependabot.yml +0 -6
  1133. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/workflows/ci.yml +0 -46
  1134. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.gitignore +0 -9
  1135. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/BSDL +0 -22
  1136. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/COPYING +0 -57
  1137. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/Gemfile +0 -19
  1138. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/LEGAL +0 -4
  1139. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/README.md +0 -98
  1140. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/Rakefile +0 -59
  1141. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/colorize.rb +0 -7
  1142. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/configuration.rb +0 -46
  1143. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/context.rb +0 -233
  1144. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/enable_tracepoint_events.rb +0 -62
  1145. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/inspector.rb +0 -66
  1146. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/parser.rb +0 -251
  1147. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/version.rb +0 -3
  1148. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert.rb +0 -93
  1149. data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/power_assert.gemspec +0 -24
  1150. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/.yardopts +0 -1
  1151. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/CHANGELOG.md +0 -498
  1152. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/LICENSE.txt +0 -22
  1153. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/README.md +0 -222
  1154. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/SECURITY.md +0 -24
  1155. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/data/list.txt +0 -15791
  1156. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/domain.rb +0 -235
  1157. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/errors.rb +0 -41
  1158. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/list.rb +0 -247
  1159. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/rule.rb +0 -350
  1160. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/version.rb +0 -14
  1161. data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix.rb +0 -177
  1162. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/History.rdoc +0 -2403
  1163. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/MIT-LICENSE +0 -21
  1164. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/README.rdoc +0 -155
  1165. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/command_line_usage.rdoc +0 -158
  1166. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/Rakefile1 +0 -38
  1167. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/Rakefile2 +0 -35
  1168. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/a.c +0 -6
  1169. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/b.c +0 -6
  1170. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/main.c +0 -11
  1171. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/glossary.rdoc +0 -42
  1172. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/jamis.rb +0 -592
  1173. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/proto_rake.rdoc +0 -127
  1174. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rake.1 +0 -156
  1175. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rakefile.rdoc +0 -622
  1176. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rational.rdoc +0 -151
  1177. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/exe/rake +0 -27
  1178. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/application.rb +0 -831
  1179. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/backtrace.rb +0 -24
  1180. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/clean.rb +0 -78
  1181. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/cloneable.rb +0 -17
  1182. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/cpu_counter.rb +0 -107
  1183. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/default_loader.rb +0 -15
  1184. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/dsl_definition.rb +0 -195
  1185. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/early_time.rb +0 -22
  1186. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/ext/core.rb +0 -26
  1187. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/ext/string.rb +0 -176
  1188. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_creation_task.rb +0 -25
  1189. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_list.rb +0 -435
  1190. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_task.rb +0 -54
  1191. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_utils.rb +0 -134
  1192. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb +0 -134
  1193. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_chain.rb +0 -57
  1194. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb +0 -17
  1195. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/late_time.rb +0 -18
  1196. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/linked_list.rb +0 -112
  1197. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/loaders/makefile.rb +0 -54
  1198. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/multi_task.rb +0 -14
  1199. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/name_space.rb +0 -38
  1200. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/packagetask.rb +0 -222
  1201. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/phony.rb +0 -16
  1202. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/private_reader.rb +0 -21
  1203. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/promise.rb +0 -100
  1204. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/pseudo_status.rb +0 -30
  1205. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rake_module.rb +0 -67
  1206. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb +0 -27
  1207. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb +0 -20
  1208. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/scope.rb +0 -43
  1209. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task.rb +0 -434
  1210. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_argument_error.rb +0 -8
  1211. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_arguments.rb +0 -109
  1212. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_manager.rb +0 -331
  1213. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/tasklib.rb +0 -12
  1214. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/testtask.rb +0 -189
  1215. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/thread_history_display.rb +0 -49
  1216. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/thread_pool.rb +0 -163
  1217. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/trace_output.rb +0 -23
  1218. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/version.rb +0 -10
  1219. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/win32.rb +0 -51
  1220. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake.rb +0 -71
  1221. data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/rake.gemspec +0 -100
  1222. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/BSDL +0 -24
  1223. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/COPYING +0 -64
  1224. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/PSFL +0 -271
  1225. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/README.md +0 -97
  1226. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/Rakefile +0 -66
  1227. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/getting-started.md +0 -246
  1228. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/how-to.md +0 -90
  1229. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/news.md +0 -1533
  1230. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/assertion-failed-error.rb +0 -25
  1231. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/assertions.rb +0 -2256
  1232. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/attribute-matcher.rb +0 -26
  1233. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/attribute.rb +0 -227
  1234. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/auto-runner-loader.rb +0 -17
  1235. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/autorunner.rb +0 -569
  1236. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/code-snippet-fetcher.rb +0 -58
  1237. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/descendant.rb +0 -19
  1238. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/dir.rb +0 -108
  1239. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/load.rb +0 -197
  1240. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/objectspace.rb +0 -34
  1241. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/xml.rb +0 -249
  1242. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector.rb +0 -73
  1243. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/color-scheme.rb +0 -216
  1244. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/color.rb +0 -134
  1245. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/data-sets.rb +0 -116
  1246. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/data.rb +0 -371
  1247. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/diff.rb +0 -745
  1248. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/error.rb +0 -158
  1249. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/exception-handler.rb +0 -82
  1250. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/failure.rb +0 -169
  1251. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/fault-location-detector.rb +0 -100
  1252. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/fixture.rb +0 -298
  1253. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/notification.rb +0 -138
  1254. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/omission.rb +0 -198
  1255. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/pending.rb +0 -155
  1256. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/priority.rb +0 -196
  1257. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/console.rb +0 -67
  1258. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/emacs.rb +0 -8
  1259. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/xml.rb +0 -15
  1260. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/test-suite-creator.rb +0 -103
  1261. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testcase.rb +0 -899
  1262. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testresult.rb +0 -132
  1263. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testsuite.rb +0 -175
  1264. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/console/outputlevel.rb +0 -15
  1265. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/console/testrunner.rb +0 -733
  1266. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/emacs/testrunner.rb +0 -49
  1267. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunner.rb +0 -53
  1268. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunnermediator.rb +0 -114
  1269. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  1270. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/xml/testrunner.rb +0 -224
  1271. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/backtracefilter.rb +0 -59
  1272. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/method-owner-finder.rb +0 -28
  1273. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/observable.rb +0 -90
  1274. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/output.rb +0 -32
  1275. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/procwrapper.rb +0 -48
  1276. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/version.rb +0 -5
  1277. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit.rb +0 -519
  1278. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test-unit.rb +0 -17
  1279. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/adder.rb +0 -13
  1280. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/subtracter.rb +0 -12
  1281. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_adder.rb +0 -20
  1282. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_subtracter.rb +0 -20
  1283. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_user.rb +0 -23
  1284. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test-descendant.rb +0 -182
  1285. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test-load.rb +0 -475
  1286. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test_dir.rb +0 -407
  1287. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test_objectspace.rb +0 -102
  1288. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header-label.csv +0 -3
  1289. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header-label.tsv +0 -3
  1290. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header.csv +0 -3
  1291. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header.tsv +0 -3
  1292. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/no-header.csv +0 -2
  1293. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/no-header.tsv +0 -2
  1294. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/plus.csv +0 -3
  1295. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/run-test.rb +0 -22
  1296. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-assertions.rb +0 -2187
  1297. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-attribute-matcher.rb +0 -38
  1298. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-attribute.rb +0 -123
  1299. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-code-snippet.rb +0 -79
  1300. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-color-scheme.rb +0 -123
  1301. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-color.rb +0 -47
  1302. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-data.rb +0 -419
  1303. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-diff.rb +0 -518
  1304. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-emacs-runner.rb +0 -60
  1305. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-error.rb +0 -26
  1306. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-failure.rb +0 -33
  1307. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-fault-location-detector.rb +0 -163
  1308. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-fixture.rb +0 -713
  1309. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-notification.rb +0 -33
  1310. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-omission.rb +0 -81
  1311. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-pending.rb +0 -70
  1312. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-priority.rb +0 -184
  1313. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-case.rb +0 -1284
  1314. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-result.rb +0 -113
  1315. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-suite-creator.rb +0 -97
  1316. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-suite.rb +0 -151
  1317. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/testunit-test-util.rb +0 -33
  1318. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/ui/test_testrunmediator.rb +0 -20
  1319. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test-method-owner-finder.rb +0 -38
  1320. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test-output.rb +0 -11
  1321. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_backtracefilter.rb +0 -52
  1322. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_observable.rb +0 -102
  1323. data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_procwrapper.rb +0 -36
  1324. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
  1325. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
  1326. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore +0 -8
  1327. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.rspec +0 -4
  1328. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CHANGELOG.md +0 -410
  1329. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CONTRIBUTING.md +0 -20
  1330. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile +0 -36
  1331. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Guardfile +0 -9
  1332. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/LICENSE +0 -22
  1333. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/README.md +0 -588
  1334. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Rakefile +0 -38
  1335. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/UPGRADE.md +0 -55
  1336. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -76
  1337. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder.rb +0 -57
  1338. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus.rb +0 -1
  1339. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/adapters/faraday.rb +0 -180
  1340. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/dalli.rb +0 -28
  1341. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/rails.rb +0 -28
  1342. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/redis.rb +0 -35
  1343. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/config.rb +0 -85
  1344. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/easy_factory.rb +0 -206
  1345. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/no_stub.rb +0 -12
  1346. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/typhoeus_error.rb +0 -8
  1347. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors.rb +0 -9
  1348. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/expectation.rb +0 -217
  1349. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/addable.rb +0 -23
  1350. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/before.rb +0 -31
  1351. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/block_connection.rb +0 -35
  1352. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/cacheable.rb +0 -15
  1353. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/memoizable.rb +0 -56
  1354. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/queueable.rb +0 -83
  1355. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/runnable.rb +0 -19
  1356. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/stubbable.rb +0 -28
  1357. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra.rb +0 -95
  1358. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/pool.rb +0 -70
  1359. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/railtie.rb +0 -12
  1360. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/actions.rb +0 -125
  1361. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/before.rb +0 -30
  1362. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/block_connection.rb +0 -52
  1363. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/cacheable.rb +0 -38
  1364. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/callbacks.rb +0 -151
  1365. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/marshal.rb +0 -22
  1366. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/memoizable.rb +0 -38
  1367. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/operations.rb +0 -40
  1368. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/responseable.rb +0 -29
  1369. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/streamable.rb +0 -34
  1370. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/stubbable.rb +0 -30
  1371. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request.rb +0 -223
  1372. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/cacheable.rb +0 -14
  1373. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/header.rb +0 -105
  1374. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb +0 -305
  1375. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/status.rb +0 -106
  1376. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response.rb +0 -68
  1377. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb +0 -5
  1378. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus.rb +0 -143
  1379. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
  1380. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
  1381. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
  1382. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
  1383. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
  1384. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
  1385. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
  1386. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
  1387. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
  1388. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
  1389. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
  1390. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
  1391. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
  1392. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
  1393. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
  1394. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
  1395. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
  1396. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
  1397. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
  1398. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
  1399. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
  1400. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
  1401. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
  1402. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
  1403. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
  1404. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
  1405. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
  1406. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
  1407. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
  1408. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
  1409. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
  1410. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
  1411. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
  1412. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
  1413. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
  1414. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
  1415. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
  1416. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
  1417. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
  1418. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
  1419. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
  1420. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/typhoeus.gemspec +0 -25
  1421. data/vendor/bundle/ruby/3.3.0/specifications/addressable-2.8.7.gemspec +0 -30
  1422. data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.16.0.gemspec +0 -24
  1423. data/vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.2-x86_64-linux-gnu.gemspec +0 -31
  1424. data/vendor/bundle/ruby/3.3.0/specifications/json-2.13.0.gemspec +0 -0
  1425. data/vendor/bundle/ruby/3.3.0/specifications/power_assert-2.0.5.gemspec +0 -24
  1426. data/vendor/bundle/ruby/3.3.0/specifications/public_suffix-6.0.2.gemspec +0 -24
  1427. data/vendor/bundle/ruby/3.3.0/specifications/rake-13.0.6.gemspec +0 -26
  1428. data/vendor/bundle/ruby/3.3.0/specifications/test-unit-3.3.9.gemspec +0 -30
  1429. data/vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.4.1.gemspec +0 -24
@@ -0,0 +1,911 @@
1
+ # VR Payment Ruby SDK
2
+ #
3
+ # This library allows to interact with the VR Payment payment service.
4
+ #
5
+ # Copyright owner: Wallee AG
6
+ # Website: https://www.vr-payment.de
7
+ # Developer email: ecosystem-team@wallee.com
8
+ #
9
+ # Licensed under the Apache License, Version 2.0 (the "License");
10
+ # you may not use this file except in compliance with the License.
11
+ # You may obtain a copy of the License at
12
+ #
13
+ # http://www.apache.org/licenses/LICENSE-2.0
14
+ #
15
+ # Unless required by applicable law or agreed to in writing, software
16
+ # distributed under the License is distributed on an "AS IS" BASIS,
17
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
+ # See the License for the specific language governing permissions and
19
+ # limitations under the License.
20
+
21
+ require 'cgi'
22
+
23
+ module VrpaymentRubySdk
24
+ class PaymentWebAppsService
25
+ attr_accessor :api_client
26
+
27
+
28
+ def initialize(api_client = ApiClient.default)
29
+ @api_client = api_client
30
+ end
31
+ # Delete a connector
32
+ # Permanently deletes a connector. It cannot be undone.
33
+ # @param connector_external_id [String] The unique identifier assigned during connector's creation.
34
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
35
+ # @param [Hash] opts the optional parameters
36
+ # @return [nil]
37
+ def delete_payment_web_apps_connectors_connector_external_id(connector_external_id, space, opts = {})
38
+ delete_payment_web_apps_connectors_connector_external_id_with_http_info(connector_external_id, space, opts)
39
+ nil
40
+ end
41
+
42
+ # Delete a connector
43
+ # Permanently deletes a connector. It cannot be undone.
44
+
45
+ # @param connector_external_id [String] The unique identifier assigned during connector's creation.
46
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
47
+ # @param [Hash] opts the optional parameters
48
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
49
+ def delete_payment_web_apps_connectors_connector_external_id_with_http_info(connector_external_id, space, opts = {})
50
+ if @api_client.config.debugging
51
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.delete_payment_web_apps_connectors_connector_external_id ...'
52
+ end
53
+ # verify the required parameter 'connector_external_id' is set
54
+ if @api_client.config.client_side_validation && connector_external_id.nil?
55
+ fail ArgumentError, "Missing the required parameter 'connector_external_id' when calling PaymentWebAppsService.delete_payment_web_apps_connectors_connector_external_id"
56
+ end
57
+ # verify the required parameter 'space' is set
58
+ if @api_client.config.client_side_validation && space.nil?
59
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.delete_payment_web_apps_connectors_connector_external_id"
60
+ end
61
+ # resource path
62
+ local_var_path = '/payment/web-apps/connectors/{connectorExternalId}'.sub('{' + 'connectorExternalId' + '}', CGI.escape(connector_external_id.to_s))
63
+
64
+ # query parameters
65
+ query_params = opts[:query_params] || {}
66
+
67
+ # header parameters
68
+ header_params = opts[:header_params] || {}
69
+ # HTTP header 'Accept' (if needed)
70
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
71
+ header_params[:'Space'] = space
72
+
73
+ # form parameters
74
+ form_params = opts[:form_params] || {}
75
+
76
+ # connection timeout
77
+ connection_timeout = @api_client.config.timeout
78
+
79
+ # http body (model)
80
+ post_body = opts[:debug_body]
81
+
82
+ # return_type
83
+ return_type = opts[:debug_return_type]
84
+
85
+ new_options = opts.merge(
86
+ :operation => :"PaymentWebAppsService.delete_payment_web_apps_connectors_connector_external_id",
87
+ :header_params => header_params,
88
+ :query_params => query_params,
89
+ :form_params => form_params,
90
+ :body => post_body,
91
+ :return_type => return_type
92
+ )
93
+
94
+ data, status_code, headers = @api_client.call_api(:DELETE.to_sym.downcase, local_var_path, new_options, connection_timeout)
95
+ if @api_client.config.debugging
96
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#delete_payment_web_apps_connectors_connector_external_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
97
+ end
98
+ return data, status_code, headers
99
+ end
100
+
101
+
102
+ # Delete a processor
103
+ # Permanently deletes a processor. It cannot be undone.
104
+ # @param external_id [String] The unique identifier assigned during processor&#39;s creation.
105
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
106
+ # @param [Hash] opts the optional parameters
107
+ # @return [nil]
108
+ def delete_payment_web_apps_processors_external_id(external_id, space, opts = {})
109
+ delete_payment_web_apps_processors_external_id_with_http_info(external_id, space, opts)
110
+ nil
111
+ end
112
+
113
+ # Delete a processor
114
+ # Permanently deletes a processor. It cannot be undone.
115
+
116
+ # @param external_id [String] The unique identifier assigned during processor&#39;s creation.
117
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
118
+ # @param [Hash] opts the optional parameters
119
+ # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
120
+ def delete_payment_web_apps_processors_external_id_with_http_info(external_id, space, opts = {})
121
+ if @api_client.config.debugging
122
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.delete_payment_web_apps_processors_external_id ...'
123
+ end
124
+ # verify the required parameter 'external_id' is set
125
+ if @api_client.config.client_side_validation && external_id.nil?
126
+ fail ArgumentError, "Missing the required parameter 'external_id' when calling PaymentWebAppsService.delete_payment_web_apps_processors_external_id"
127
+ end
128
+ # verify the required parameter 'space' is set
129
+ if @api_client.config.client_side_validation && space.nil?
130
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.delete_payment_web_apps_processors_external_id"
131
+ end
132
+ # resource path
133
+ local_var_path = '/payment/web-apps/processors/{externalId}'.sub('{' + 'externalId' + '}', CGI.escape(external_id.to_s))
134
+
135
+ # query parameters
136
+ query_params = opts[:query_params] || {}
137
+
138
+ # header parameters
139
+ header_params = opts[:header_params] || {}
140
+ # HTTP header 'Accept' (if needed)
141
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
142
+ header_params[:'Space'] = space
143
+
144
+ # form parameters
145
+ form_params = opts[:form_params] || {}
146
+
147
+ # connection timeout
148
+ connection_timeout = @api_client.config.timeout
149
+
150
+ # http body (model)
151
+ post_body = opts[:debug_body]
152
+
153
+ # return_type
154
+ return_type = opts[:debug_return_type]
155
+
156
+ new_options = opts.merge(
157
+ :operation => :"PaymentWebAppsService.delete_payment_web_apps_processors_external_id",
158
+ :header_params => header_params,
159
+ :query_params => query_params,
160
+ :form_params => form_params,
161
+ :body => post_body,
162
+ :return_type => return_type
163
+ )
164
+
165
+ data, status_code, headers = @api_client.call_api(:DELETE.to_sym.downcase, local_var_path, new_options, connection_timeout)
166
+ if @api_client.config.debugging
167
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#delete_payment_web_apps_processors_external_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
168
+ end
169
+ return data, status_code, headers
170
+ end
171
+
172
+
173
+ # Update a charge attempt
174
+ # Updates the state of a charge attempt for transactions created with a processor linked to the invoking web app, returning the specified charge attempt.
175
+ # @param id [Integer]
176
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
177
+ # @param payment_app_charge_attempt_update [PaymentAppChargeAttemptUpdate]
178
+ # @param [Hash] opts the optional parameters
179
+ # @option opts [Array<String>] :expand
180
+ # @return [ChargeAttempt]
181
+ def patch_payment_web_apps_charge_attempts_id(id, space, payment_app_charge_attempt_update, opts = {})
182
+ data, _status_code, _headers = patch_payment_web_apps_charge_attempts_id_with_http_info(id, space, payment_app_charge_attempt_update, opts)
183
+ data
184
+ end
185
+
186
+ # Update a charge attempt
187
+ # Updates the state of a charge attempt for transactions created with a processor linked to the invoking web app, returning the specified charge attempt.
188
+
189
+ # @param id [Integer]
190
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
191
+ # @param payment_app_charge_attempt_update [PaymentAppChargeAttemptUpdate]
192
+ # @param [Hash] opts the optional parameters
193
+ # @option opts [Array<String>] :expand
194
+ # @return [Array<(ChargeAttempt, Integer, Hash)>] ChargeAttempt data, response status code and response headers
195
+ def patch_payment_web_apps_charge_attempts_id_with_http_info(id, space, payment_app_charge_attempt_update, opts = {})
196
+ if @api_client.config.debugging
197
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.patch_payment_web_apps_charge_attempts_id ...'
198
+ end
199
+ # verify the required parameter 'id' is set
200
+ if @api_client.config.client_side_validation && id.nil?
201
+ fail ArgumentError, "Missing the required parameter 'id' when calling PaymentWebAppsService.patch_payment_web_apps_charge_attempts_id"
202
+ end
203
+ # verify the required parameter 'space' is set
204
+ if @api_client.config.client_side_validation && space.nil?
205
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.patch_payment_web_apps_charge_attempts_id"
206
+ end
207
+ # verify the required parameter 'payment_app_charge_attempt_update' is set
208
+ if @api_client.config.client_side_validation && payment_app_charge_attempt_update.nil?
209
+ fail ArgumentError, "Missing the required parameter 'payment_app_charge_attempt_update' when calling PaymentWebAppsService.patch_payment_web_apps_charge_attempts_id"
210
+ end
211
+ # resource path
212
+ local_var_path = '/payment/web-apps/charge-attempts/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
213
+
214
+ # query parameters
215
+ query_params = opts[:query_params] || {}
216
+ query_params[:'expand'] = @api_client.build_collection_param(opts[:'expand'], :multi) unless opts[:'expand'].nil?
217
+
218
+ # header parameters
219
+ header_params = opts[:header_params] || {}
220
+ # HTTP header 'Accept' (if needed)
221
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
222
+ # HTTP header 'Content-Type'
223
+ content_type = @api_client.select_header_content_type(['application/json'])
224
+ unless content_type.nil?
225
+ header_params['Content-Type'] = content_type
226
+ end
227
+ header_params[:'Space'] = space
228
+
229
+ # form parameters
230
+ form_params = opts[:form_params] || {}
231
+
232
+ # connection timeout
233
+ connection_timeout = @api_client.config.timeout
234
+
235
+ # http body (model)
236
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(payment_app_charge_attempt_update)
237
+
238
+ # return_type
239
+ return_type = opts[:debug_return_type] || 'ChargeAttempt'
240
+
241
+ new_options = opts.merge(
242
+ :operation => :"PaymentWebAppsService.patch_payment_web_apps_charge_attempts_id",
243
+ :header_params => header_params,
244
+ :query_params => query_params,
245
+ :form_params => form_params,
246
+ :body => post_body,
247
+ :return_type => return_type
248
+ )
249
+
250
+ data, status_code, headers = @api_client.call_api(:PATCH.to_sym.downcase, local_var_path, new_options, connection_timeout)
251
+ if @api_client.config.debugging
252
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#patch_payment_web_apps_charge_attempts_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
253
+ end
254
+ return data, status_code, headers
255
+ end
256
+
257
+
258
+ # Update a completion
259
+ # Updates the state of a completion for transactions created with a processor linked to the invoking web app, returning the specified completion.
260
+ # @param id [Integer]
261
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
262
+ # @param payment_app_completion_update [PaymentAppCompletionUpdate]
263
+ # @param [Hash] opts the optional parameters
264
+ # @option opts [Array<String>] :expand
265
+ # @return [TransactionCompletion]
266
+ def patch_payment_web_apps_completions_id(id, space, payment_app_completion_update, opts = {})
267
+ data, _status_code, _headers = patch_payment_web_apps_completions_id_with_http_info(id, space, payment_app_completion_update, opts)
268
+ data
269
+ end
270
+
271
+ # Update a completion
272
+ # Updates the state of a completion for transactions created with a processor linked to the invoking web app, returning the specified completion.
273
+
274
+ # @param id [Integer]
275
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
276
+ # @param payment_app_completion_update [PaymentAppCompletionUpdate]
277
+ # @param [Hash] opts the optional parameters
278
+ # @option opts [Array<String>] :expand
279
+ # @return [Array<(TransactionCompletion, Integer, Hash)>] TransactionCompletion data, response status code and response headers
280
+ def patch_payment_web_apps_completions_id_with_http_info(id, space, payment_app_completion_update, opts = {})
281
+ if @api_client.config.debugging
282
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.patch_payment_web_apps_completions_id ...'
283
+ end
284
+ # verify the required parameter 'id' is set
285
+ if @api_client.config.client_side_validation && id.nil?
286
+ fail ArgumentError, "Missing the required parameter 'id' when calling PaymentWebAppsService.patch_payment_web_apps_completions_id"
287
+ end
288
+ # verify the required parameter 'space' is set
289
+ if @api_client.config.client_side_validation && space.nil?
290
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.patch_payment_web_apps_completions_id"
291
+ end
292
+ # verify the required parameter 'payment_app_completion_update' is set
293
+ if @api_client.config.client_side_validation && payment_app_completion_update.nil?
294
+ fail ArgumentError, "Missing the required parameter 'payment_app_completion_update' when calling PaymentWebAppsService.patch_payment_web_apps_completions_id"
295
+ end
296
+ # resource path
297
+ local_var_path = '/payment/web-apps/completions/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
298
+
299
+ # query parameters
300
+ query_params = opts[:query_params] || {}
301
+ query_params[:'expand'] = @api_client.build_collection_param(opts[:'expand'], :multi) unless opts[:'expand'].nil?
302
+
303
+ # header parameters
304
+ header_params = opts[:header_params] || {}
305
+ # HTTP header 'Accept' (if needed)
306
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
307
+ # HTTP header 'Content-Type'
308
+ content_type = @api_client.select_header_content_type(['application/json'])
309
+ unless content_type.nil?
310
+ header_params['Content-Type'] = content_type
311
+ end
312
+ header_params[:'Space'] = space
313
+
314
+ # form parameters
315
+ form_params = opts[:form_params] || {}
316
+
317
+ # connection timeout
318
+ connection_timeout = @api_client.config.timeout
319
+
320
+ # http body (model)
321
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(payment_app_completion_update)
322
+
323
+ # return_type
324
+ return_type = opts[:debug_return_type] || 'TransactionCompletion'
325
+
326
+ new_options = opts.merge(
327
+ :operation => :"PaymentWebAppsService.patch_payment_web_apps_completions_id",
328
+ :header_params => header_params,
329
+ :query_params => query_params,
330
+ :form_params => form_params,
331
+ :body => post_body,
332
+ :return_type => return_type
333
+ )
334
+
335
+ data, status_code, headers = @api_client.call_api(:PATCH.to_sym.downcase, local_var_path, new_options, connection_timeout)
336
+ if @api_client.config.debugging
337
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#patch_payment_web_apps_completions_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
338
+ end
339
+ return data, status_code, headers
340
+ end
341
+
342
+
343
+ # Update a connector
344
+ # @param connector_external_id [String] The unique identifier assigned during connector&#39;s creation.
345
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
346
+ # @param payment_app_connector_details [PaymentAppConnectorDetails]
347
+ # @param [Hash] opts the optional parameters
348
+ # @option opts [Array<String>] :expand
349
+ # @return [PaymentAppConnector]
350
+ def patch_payment_web_apps_connectors_connector_external_id(connector_external_id, space, payment_app_connector_details, opts = {})
351
+ data, _status_code, _headers = patch_payment_web_apps_connectors_connector_external_id_with_http_info(connector_external_id, space, payment_app_connector_details, opts)
352
+ data
353
+ end
354
+
355
+ # Update a connector
356
+
357
+ # @param connector_external_id [String] The unique identifier assigned during connector&#39;s creation.
358
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
359
+ # @param payment_app_connector_details [PaymentAppConnectorDetails]
360
+ # @param [Hash] opts the optional parameters
361
+ # @option opts [Array<String>] :expand
362
+ # @return [Array<(PaymentAppConnector, Integer, Hash)>] PaymentAppConnector data, response status code and response headers
363
+ def patch_payment_web_apps_connectors_connector_external_id_with_http_info(connector_external_id, space, payment_app_connector_details, opts = {})
364
+ if @api_client.config.debugging
365
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.patch_payment_web_apps_connectors_connector_external_id ...'
366
+ end
367
+ # verify the required parameter 'connector_external_id' is set
368
+ if @api_client.config.client_side_validation && connector_external_id.nil?
369
+ fail ArgumentError, "Missing the required parameter 'connector_external_id' when calling PaymentWebAppsService.patch_payment_web_apps_connectors_connector_external_id"
370
+ end
371
+ # verify the required parameter 'space' is set
372
+ if @api_client.config.client_side_validation && space.nil?
373
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.patch_payment_web_apps_connectors_connector_external_id"
374
+ end
375
+ # verify the required parameter 'payment_app_connector_details' is set
376
+ if @api_client.config.client_side_validation && payment_app_connector_details.nil?
377
+ fail ArgumentError, "Missing the required parameter 'payment_app_connector_details' when calling PaymentWebAppsService.patch_payment_web_apps_connectors_connector_external_id"
378
+ end
379
+ # resource path
380
+ local_var_path = '/payment/web-apps/connectors/{connectorExternalId}'.sub('{' + 'connectorExternalId' + '}', CGI.escape(connector_external_id.to_s))
381
+
382
+ # query parameters
383
+ query_params = opts[:query_params] || {}
384
+ query_params[:'expand'] = @api_client.build_collection_param(opts[:'expand'], :multi) unless opts[:'expand'].nil?
385
+
386
+ # header parameters
387
+ header_params = opts[:header_params] || {}
388
+ # HTTP header 'Accept' (if needed)
389
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
390
+ # HTTP header 'Content-Type'
391
+ content_type = @api_client.select_header_content_type(['application/json'])
392
+ unless content_type.nil?
393
+ header_params['Content-Type'] = content_type
394
+ end
395
+ header_params[:'Space'] = space
396
+
397
+ # form parameters
398
+ form_params = opts[:form_params] || {}
399
+
400
+ # connection timeout
401
+ connection_timeout = @api_client.config.timeout
402
+
403
+ # http body (model)
404
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(payment_app_connector_details)
405
+
406
+ # return_type
407
+ return_type = opts[:debug_return_type] || 'PaymentAppConnector'
408
+
409
+ new_options = opts.merge(
410
+ :operation => :"PaymentWebAppsService.patch_payment_web_apps_connectors_connector_external_id",
411
+ :header_params => header_params,
412
+ :query_params => query_params,
413
+ :form_params => form_params,
414
+ :body => post_body,
415
+ :return_type => return_type
416
+ )
417
+
418
+ data, status_code, headers = @api_client.call_api(:PATCH.to_sym.downcase, local_var_path, new_options, connection_timeout)
419
+ if @api_client.config.debugging
420
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#patch_payment_web_apps_connectors_connector_external_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
421
+ end
422
+ return data, status_code, headers
423
+ end
424
+
425
+
426
+ # Update a processor
427
+ # @param external_id [String]
428
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
429
+ # @param payment_app_processor_details [PaymentAppProcessorDetails]
430
+ # @param [Hash] opts the optional parameters
431
+ # @option opts [Array<String>] :expand
432
+ # @return [PaymentAppProcessor]
433
+ def patch_payment_web_apps_processors_external_id(external_id, space, payment_app_processor_details, opts = {})
434
+ data, _status_code, _headers = patch_payment_web_apps_processors_external_id_with_http_info(external_id, space, payment_app_processor_details, opts)
435
+ data
436
+ end
437
+
438
+ # Update a processor
439
+
440
+ # @param external_id [String]
441
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
442
+ # @param payment_app_processor_details [PaymentAppProcessorDetails]
443
+ # @param [Hash] opts the optional parameters
444
+ # @option opts [Array<String>] :expand
445
+ # @return [Array<(PaymentAppProcessor, Integer, Hash)>] PaymentAppProcessor data, response status code and response headers
446
+ def patch_payment_web_apps_processors_external_id_with_http_info(external_id, space, payment_app_processor_details, opts = {})
447
+ if @api_client.config.debugging
448
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.patch_payment_web_apps_processors_external_id ...'
449
+ end
450
+ # verify the required parameter 'external_id' is set
451
+ if @api_client.config.client_side_validation && external_id.nil?
452
+ fail ArgumentError, "Missing the required parameter 'external_id' when calling PaymentWebAppsService.patch_payment_web_apps_processors_external_id"
453
+ end
454
+ # verify the required parameter 'space' is set
455
+ if @api_client.config.client_side_validation && space.nil?
456
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.patch_payment_web_apps_processors_external_id"
457
+ end
458
+ # verify the required parameter 'payment_app_processor_details' is set
459
+ if @api_client.config.client_side_validation && payment_app_processor_details.nil?
460
+ fail ArgumentError, "Missing the required parameter 'payment_app_processor_details' when calling PaymentWebAppsService.patch_payment_web_apps_processors_external_id"
461
+ end
462
+ # resource path
463
+ local_var_path = '/payment/web-apps/processors/{externalId}'.sub('{' + 'externalId' + '}', CGI.escape(external_id.to_s))
464
+
465
+ # query parameters
466
+ query_params = opts[:query_params] || {}
467
+ query_params[:'expand'] = @api_client.build_collection_param(opts[:'expand'], :multi) unless opts[:'expand'].nil?
468
+
469
+ # header parameters
470
+ header_params = opts[:header_params] || {}
471
+ # HTTP header 'Accept' (if needed)
472
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
473
+ # HTTP header 'Content-Type'
474
+ content_type = @api_client.select_header_content_type(['application/json'])
475
+ unless content_type.nil?
476
+ header_params['Content-Type'] = content_type
477
+ end
478
+ header_params[:'Space'] = space
479
+
480
+ # form parameters
481
+ form_params = opts[:form_params] || {}
482
+
483
+ # connection timeout
484
+ connection_timeout = @api_client.config.timeout
485
+
486
+ # http body (model)
487
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(payment_app_processor_details)
488
+
489
+ # return_type
490
+ return_type = opts[:debug_return_type] || 'PaymentAppProcessor'
491
+
492
+ new_options = opts.merge(
493
+ :operation => :"PaymentWebAppsService.patch_payment_web_apps_processors_external_id",
494
+ :header_params => header_params,
495
+ :query_params => query_params,
496
+ :form_params => form_params,
497
+ :body => post_body,
498
+ :return_type => return_type
499
+ )
500
+
501
+ data, status_code, headers = @api_client.call_api(:PATCH.to_sym.downcase, local_var_path, new_options, connection_timeout)
502
+ if @api_client.config.debugging
503
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#patch_payment_web_apps_processors_external_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
504
+ end
505
+ return data, status_code, headers
506
+ end
507
+
508
+
509
+ # Update a refund
510
+ # Updates the state of a refund for transactions created with a processor linked to the invoking web app, returning the specified refund.
511
+ # @param id [Integer]
512
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
513
+ # @param payment_app_refund_update [PaymentAppRefundUpdate]
514
+ # @param [Hash] opts the optional parameters
515
+ # @option opts [Array<String>] :expand
516
+ # @return [Refund]
517
+ def patch_payment_web_apps_refunds_id(id, space, payment_app_refund_update, opts = {})
518
+ data, _status_code, _headers = patch_payment_web_apps_refunds_id_with_http_info(id, space, payment_app_refund_update, opts)
519
+ data
520
+ end
521
+
522
+ # Update a refund
523
+ # Updates the state of a refund for transactions created with a processor linked to the invoking web app, returning the specified refund.
524
+
525
+ # @param id [Integer]
526
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
527
+ # @param payment_app_refund_update [PaymentAppRefundUpdate]
528
+ # @param [Hash] opts the optional parameters
529
+ # @option opts [Array<String>] :expand
530
+ # @return [Array<(Refund, Integer, Hash)>] Refund data, response status code and response headers
531
+ def patch_payment_web_apps_refunds_id_with_http_info(id, space, payment_app_refund_update, opts = {})
532
+ if @api_client.config.debugging
533
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.patch_payment_web_apps_refunds_id ...'
534
+ end
535
+ # verify the required parameter 'id' is set
536
+ if @api_client.config.client_side_validation && id.nil?
537
+ fail ArgumentError, "Missing the required parameter 'id' when calling PaymentWebAppsService.patch_payment_web_apps_refunds_id"
538
+ end
539
+ # verify the required parameter 'space' is set
540
+ if @api_client.config.client_side_validation && space.nil?
541
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.patch_payment_web_apps_refunds_id"
542
+ end
543
+ # verify the required parameter 'payment_app_refund_update' is set
544
+ if @api_client.config.client_side_validation && payment_app_refund_update.nil?
545
+ fail ArgumentError, "Missing the required parameter 'payment_app_refund_update' when calling PaymentWebAppsService.patch_payment_web_apps_refunds_id"
546
+ end
547
+ # resource path
548
+ local_var_path = '/payment/web-apps/refunds/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
549
+
550
+ # query parameters
551
+ query_params = opts[:query_params] || {}
552
+ query_params[:'expand'] = @api_client.build_collection_param(opts[:'expand'], :multi) unless opts[:'expand'].nil?
553
+
554
+ # header parameters
555
+ header_params = opts[:header_params] || {}
556
+ # HTTP header 'Accept' (if needed)
557
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
558
+ # HTTP header 'Content-Type'
559
+ content_type = @api_client.select_header_content_type(['application/json'])
560
+ unless content_type.nil?
561
+ header_params['Content-Type'] = content_type
562
+ end
563
+ header_params[:'Space'] = space
564
+
565
+ # form parameters
566
+ form_params = opts[:form_params] || {}
567
+
568
+ # connection timeout
569
+ connection_timeout = @api_client.config.timeout
570
+
571
+ # http body (model)
572
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(payment_app_refund_update)
573
+
574
+ # return_type
575
+ return_type = opts[:debug_return_type] || 'Refund'
576
+
577
+ new_options = opts.merge(
578
+ :operation => :"PaymentWebAppsService.patch_payment_web_apps_refunds_id",
579
+ :header_params => header_params,
580
+ :query_params => query_params,
581
+ :form_params => form_params,
582
+ :body => post_body,
583
+ :return_type => return_type
584
+ )
585
+
586
+ data, status_code, headers = @api_client.call_api(:PATCH.to_sym.downcase, local_var_path, new_options, connection_timeout)
587
+ if @api_client.config.debugging
588
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#patch_payment_web_apps_refunds_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
589
+ end
590
+ return data, status_code, headers
591
+ end
592
+
593
+
594
+ # Update a void
595
+ # Updates the state of a void for transactions created with a processor linked to the invoking web app, returning the specified void.
596
+ # @param id [Integer]
597
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
598
+ # @param payment_app_void_update [PaymentAppVoidUpdate]
599
+ # @param [Hash] opts the optional parameters
600
+ # @option opts [Array<String>] :expand
601
+ # @return [TransactionVoid]
602
+ def patch_payment_web_apps_voids_id(id, space, payment_app_void_update, opts = {})
603
+ data, _status_code, _headers = patch_payment_web_apps_voids_id_with_http_info(id, space, payment_app_void_update, opts)
604
+ data
605
+ end
606
+
607
+ # Update a void
608
+ # Updates the state of a void for transactions created with a processor linked to the invoking web app, returning the specified void.
609
+
610
+ # @param id [Integer]
611
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
612
+ # @param payment_app_void_update [PaymentAppVoidUpdate]
613
+ # @param [Hash] opts the optional parameters
614
+ # @option opts [Array<String>] :expand
615
+ # @return [Array<(TransactionVoid, Integer, Hash)>] TransactionVoid data, response status code and response headers
616
+ def patch_payment_web_apps_voids_id_with_http_info(id, space, payment_app_void_update, opts = {})
617
+ if @api_client.config.debugging
618
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.patch_payment_web_apps_voids_id ...'
619
+ end
620
+ # verify the required parameter 'id' is set
621
+ if @api_client.config.client_side_validation && id.nil?
622
+ fail ArgumentError, "Missing the required parameter 'id' when calling PaymentWebAppsService.patch_payment_web_apps_voids_id"
623
+ end
624
+ # verify the required parameter 'space' is set
625
+ if @api_client.config.client_side_validation && space.nil?
626
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.patch_payment_web_apps_voids_id"
627
+ end
628
+ # verify the required parameter 'payment_app_void_update' is set
629
+ if @api_client.config.client_side_validation && payment_app_void_update.nil?
630
+ fail ArgumentError, "Missing the required parameter 'payment_app_void_update' when calling PaymentWebAppsService.patch_payment_web_apps_voids_id"
631
+ end
632
+ # resource path
633
+ local_var_path = '/payment/web-apps/voids/{id}'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
634
+
635
+ # query parameters
636
+ query_params = opts[:query_params] || {}
637
+ query_params[:'expand'] = @api_client.build_collection_param(opts[:'expand'], :multi) unless opts[:'expand'].nil?
638
+
639
+ # header parameters
640
+ header_params = opts[:header_params] || {}
641
+ # HTTP header 'Accept' (if needed)
642
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
643
+ # HTTP header 'Content-Type'
644
+ content_type = @api_client.select_header_content_type(['application/json'])
645
+ unless content_type.nil?
646
+ header_params['Content-Type'] = content_type
647
+ end
648
+ header_params[:'Space'] = space
649
+
650
+ # form parameters
651
+ form_params = opts[:form_params] || {}
652
+
653
+ # connection timeout
654
+ connection_timeout = @api_client.config.timeout
655
+
656
+ # http body (model)
657
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(payment_app_void_update)
658
+
659
+ # return_type
660
+ return_type = opts[:debug_return_type] || 'TransactionVoid'
661
+
662
+ new_options = opts.merge(
663
+ :operation => :"PaymentWebAppsService.patch_payment_web_apps_voids_id",
664
+ :header_params => header_params,
665
+ :query_params => query_params,
666
+ :form_params => form_params,
667
+ :body => post_body,
668
+ :return_type => return_type
669
+ )
670
+
671
+ data, status_code, headers = @api_client.call_api(:PATCH.to_sym.downcase, local_var_path, new_options, connection_timeout)
672
+ if @api_client.config.debugging
673
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#patch_payment_web_apps_voids_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
674
+ end
675
+ return data, status_code, headers
676
+ end
677
+
678
+
679
+ # Create a processor
680
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
681
+ # @param payment_app_processor_details_create [PaymentAppProcessorDetailsCreate]
682
+ # @param [Hash] opts the optional parameters
683
+ # @option opts [Array<String>] :expand
684
+ # @return [PaymentAppProcessor]
685
+ def post_payment_web_apps_processors(space, payment_app_processor_details_create, opts = {})
686
+ data, _status_code, _headers = post_payment_web_apps_processors_with_http_info(space, payment_app_processor_details_create, opts)
687
+ data
688
+ end
689
+
690
+ # Create a processor
691
+
692
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
693
+ # @param payment_app_processor_details_create [PaymentAppProcessorDetailsCreate]
694
+ # @param [Hash] opts the optional parameters
695
+ # @option opts [Array<String>] :expand
696
+ # @return [Array<(PaymentAppProcessor, Integer, Hash)>] PaymentAppProcessor data, response status code and response headers
697
+ def post_payment_web_apps_processors_with_http_info(space, payment_app_processor_details_create, opts = {})
698
+ if @api_client.config.debugging
699
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.post_payment_web_apps_processors ...'
700
+ end
701
+ # verify the required parameter 'space' is set
702
+ if @api_client.config.client_side_validation && space.nil?
703
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.post_payment_web_apps_processors"
704
+ end
705
+ # verify the required parameter 'payment_app_processor_details_create' is set
706
+ if @api_client.config.client_side_validation && payment_app_processor_details_create.nil?
707
+ fail ArgumentError, "Missing the required parameter 'payment_app_processor_details_create' when calling PaymentWebAppsService.post_payment_web_apps_processors"
708
+ end
709
+ # resource path
710
+ local_var_path = '/payment/web-apps/processors'
711
+
712
+ # query parameters
713
+ query_params = opts[:query_params] || {}
714
+ query_params[:'expand'] = @api_client.build_collection_param(opts[:'expand'], :multi) unless opts[:'expand'].nil?
715
+
716
+ # header parameters
717
+ header_params = opts[:header_params] || {}
718
+ # HTTP header 'Accept' (if needed)
719
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
720
+ # HTTP header 'Content-Type'
721
+ content_type = @api_client.select_header_content_type(['application/json'])
722
+ unless content_type.nil?
723
+ header_params['Content-Type'] = content_type
724
+ end
725
+ header_params[:'Space'] = space
726
+
727
+ # form parameters
728
+ form_params = opts[:form_params] || {}
729
+
730
+ # connection timeout
731
+ connection_timeout = @api_client.config.timeout
732
+
733
+ # http body (model)
734
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(payment_app_processor_details_create)
735
+
736
+ # return_type
737
+ return_type = opts[:debug_return_type] || 'PaymentAppProcessor'
738
+
739
+ new_options = opts.merge(
740
+ :operation => :"PaymentWebAppsService.post_payment_web_apps_processors",
741
+ :header_params => header_params,
742
+ :query_params => query_params,
743
+ :form_params => form_params,
744
+ :body => post_body,
745
+ :return_type => return_type
746
+ )
747
+
748
+ data, status_code, headers = @api_client.call_api(:POST.to_sym.downcase, local_var_path, new_options, connection_timeout)
749
+ if @api_client.config.debugging
750
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#post_payment_web_apps_processors\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
751
+ end
752
+ return data, status_code, headers
753
+ end
754
+
755
+
756
+ # Activate a processor for production
757
+ # @param external_id [String] The unique identifier assigned during processor&#39;s creation.
758
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
759
+ # @param [Hash] opts the optional parameters
760
+ # @option opts [Array<String>] :expand
761
+ # @return [PaymentAppProcessor]
762
+ def post_payment_web_apps_processors_external_id_activate_for_production(external_id, space, opts = {})
763
+ data, _status_code, _headers = post_payment_web_apps_processors_external_id_activate_for_production_with_http_info(external_id, space, opts)
764
+ data
765
+ end
766
+
767
+ # Activate a processor for production
768
+
769
+ # @param external_id [String] The unique identifier assigned during processor&#39;s creation.
770
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
771
+ # @param [Hash] opts the optional parameters
772
+ # @option opts [Array<String>] :expand
773
+ # @return [Array<(PaymentAppProcessor, Integer, Hash)>] PaymentAppProcessor data, response status code and response headers
774
+ def post_payment_web_apps_processors_external_id_activate_for_production_with_http_info(external_id, space, opts = {})
775
+ if @api_client.config.debugging
776
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.post_payment_web_apps_processors_external_id_activate_for_production ...'
777
+ end
778
+ # verify the required parameter 'external_id' is set
779
+ if @api_client.config.client_side_validation && external_id.nil?
780
+ fail ArgumentError, "Missing the required parameter 'external_id' when calling PaymentWebAppsService.post_payment_web_apps_processors_external_id_activate_for_production"
781
+ end
782
+ # verify the required parameter 'space' is set
783
+ if @api_client.config.client_side_validation && space.nil?
784
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.post_payment_web_apps_processors_external_id_activate_for_production"
785
+ end
786
+ # resource path
787
+ local_var_path = '/payment/web-apps/processors/{externalId}/activate-for-production'.sub('{' + 'externalId' + '}', CGI.escape(external_id.to_s))
788
+
789
+ # query parameters
790
+ query_params = opts[:query_params] || {}
791
+ query_params[:'expand'] = @api_client.build_collection_param(opts[:'expand'], :multi) unless opts[:'expand'].nil?
792
+
793
+ # header parameters
794
+ header_params = opts[:header_params] || {}
795
+ # HTTP header 'Accept' (if needed)
796
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
797
+ header_params[:'Space'] = space
798
+
799
+ # form parameters
800
+ form_params = opts[:form_params] || {}
801
+
802
+ # connection timeout
803
+ connection_timeout = @api_client.config.timeout
804
+
805
+ # http body (model)
806
+ post_body = opts[:debug_body]
807
+
808
+ # return_type
809
+ return_type = opts[:debug_return_type] || 'PaymentAppProcessor'
810
+
811
+ new_options = opts.merge(
812
+ :operation => :"PaymentWebAppsService.post_payment_web_apps_processors_external_id_activate_for_production",
813
+ :header_params => header_params,
814
+ :query_params => query_params,
815
+ :form_params => form_params,
816
+ :body => post_body,
817
+ :return_type => return_type
818
+ )
819
+
820
+ data, status_code, headers = @api_client.call_api(:POST.to_sym.downcase, local_var_path, new_options, connection_timeout)
821
+ if @api_client.config.debugging
822
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#post_payment_web_apps_processors_external_id_activate_for_production\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
823
+ end
824
+ return data, status_code, headers
825
+ end
826
+
827
+
828
+ # Create a connector
829
+ # @param external_id [String] The unique identifier assigned during processor&#39;s creation.
830
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
831
+ # @param payment_app_connector_details_create [PaymentAppConnectorDetailsCreate]
832
+ # @param [Hash] opts the optional parameters
833
+ # @option opts [Array<String>] :expand
834
+ # @return [PaymentAppConnector]
835
+ def post_payment_web_apps_processors_external_id_connectors(external_id, space, payment_app_connector_details_create, opts = {})
836
+ data, _status_code, _headers = post_payment_web_apps_processors_external_id_connectors_with_http_info(external_id, space, payment_app_connector_details_create, opts)
837
+ data
838
+ end
839
+
840
+ # Create a connector
841
+
842
+ # @param external_id [String] The unique identifier assigned during processor&#39;s creation.
843
+ # @param space [Integer] Specifies the ID of the space the operation should be executed in.
844
+ # @param payment_app_connector_details_create [PaymentAppConnectorDetailsCreate]
845
+ # @param [Hash] opts the optional parameters
846
+ # @option opts [Array<String>] :expand
847
+ # @return [Array<(PaymentAppConnector, Integer, Hash)>] PaymentAppConnector data, response status code and response headers
848
+ def post_payment_web_apps_processors_external_id_connectors_with_http_info(external_id, space, payment_app_connector_details_create, opts = {})
849
+ if @api_client.config.debugging
850
+ @api_client.config.logger.debug 'Calling API: PaymentWebAppsService.post_payment_web_apps_processors_external_id_connectors ...'
851
+ end
852
+ # verify the required parameter 'external_id' is set
853
+ if @api_client.config.client_side_validation && external_id.nil?
854
+ fail ArgumentError, "Missing the required parameter 'external_id' when calling PaymentWebAppsService.post_payment_web_apps_processors_external_id_connectors"
855
+ end
856
+ # verify the required parameter 'space' is set
857
+ if @api_client.config.client_side_validation && space.nil?
858
+ fail ArgumentError, "Missing the required parameter 'space' when calling PaymentWebAppsService.post_payment_web_apps_processors_external_id_connectors"
859
+ end
860
+ # verify the required parameter 'payment_app_connector_details_create' is set
861
+ if @api_client.config.client_side_validation && payment_app_connector_details_create.nil?
862
+ fail ArgumentError, "Missing the required parameter 'payment_app_connector_details_create' when calling PaymentWebAppsService.post_payment_web_apps_processors_external_id_connectors"
863
+ end
864
+ # resource path
865
+ local_var_path = '/payment/web-apps/processors/{externalId}/connectors'.sub('{' + 'externalId' + '}', CGI.escape(external_id.to_s))
866
+
867
+ # query parameters
868
+ query_params = opts[:query_params] || {}
869
+ query_params[:'expand'] = @api_client.build_collection_param(opts[:'expand'], :multi) unless opts[:'expand'].nil?
870
+
871
+ # header parameters
872
+ header_params = opts[:header_params] || {}
873
+ # HTTP header 'Accept' (if needed)
874
+ header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
875
+ # HTTP header 'Content-Type'
876
+ content_type = @api_client.select_header_content_type(['application/json'])
877
+ unless content_type.nil?
878
+ header_params['Content-Type'] = content_type
879
+ end
880
+ header_params[:'Space'] = space
881
+
882
+ # form parameters
883
+ form_params = opts[:form_params] || {}
884
+
885
+ # connection timeout
886
+ connection_timeout = @api_client.config.timeout
887
+
888
+ # http body (model)
889
+ post_body = opts[:debug_body] || @api_client.object_to_http_body(payment_app_connector_details_create)
890
+
891
+ # return_type
892
+ return_type = opts[:debug_return_type] || 'PaymentAppConnector'
893
+
894
+ new_options = opts.merge(
895
+ :operation => :"PaymentWebAppsService.post_payment_web_apps_processors_external_id_connectors",
896
+ :header_params => header_params,
897
+ :query_params => query_params,
898
+ :form_params => form_params,
899
+ :body => post_body,
900
+ :return_type => return_type
901
+ )
902
+
903
+ data, status_code, headers = @api_client.call_api(:POST.to_sym.downcase, local_var_path, new_options, connection_timeout)
904
+ if @api_client.config.debugging
905
+ @api_client.config.logger.debug "API called: PaymentWebAppsService#post_payment_web_apps_processors_external_id_connectors\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}\nConnection Timeout: #{connection_timeout}"
906
+ end
907
+ return data, status_code, headers
908
+ end
909
+
910
+ end
911
+ end