cybrid_api_bank_ruby 0.129.1137 → 0.129.1139

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 (1148) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +10 -42
  3. data/README.md +22 -13
  4. data/cybrid_api_bank_ruby.gemspec +10 -4
  5. data/docs/AccountsBankApi.md +16 -16
  6. data/docs/BanksBankApi.md +16 -16
  7. data/docs/CounterpartiesBankApi.md +12 -12
  8. data/docs/CustomersBankApi.md +16 -16
  9. data/docs/DepositAddressesBankApi.md +16 -16
  10. data/docs/DepositBankAccountsBankApi.md +20 -20
  11. data/docs/ExecutionsBankApi.md +12 -12
  12. data/docs/ExternalBankAccountsBankApi.md +20 -20
  13. data/docs/ExternalWalletsBankApi.md +20 -20
  14. data/docs/FilesBankApi.md +12 -12
  15. data/docs/IdentityVerificationsBankApi.md +12 -12
  16. data/docs/InvoicesBankApi.md +16 -16
  17. data/docs/PaymentInstructionsBankApi.md +12 -12
  18. data/docs/PersonaSessionsBankApi.md +4 -4
  19. data/docs/PlansBankApi.md +12 -12
  20. data/docs/PricesBankApi.md +4 -4
  21. data/docs/QuotesBankApi.md +12 -12
  22. data/docs/SardineSessionsBankApi.md +4 -4
  23. data/docs/SymbolsBankApi.md +4 -4
  24. data/docs/TradesBankApi.md +12 -12
  25. data/docs/TransactionsBankApi.md +4 -4
  26. data/docs/TransfersBankApi.md +20 -20
  27. data/docs/WorkflowsBankApi.md +12 -12
  28. data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +10 -10
  29. data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +3 -3
  30. data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +10 -10
  31. data/lib/cybrid_api_bank_ruby/api/counterparties_bank_api.rb +8 -8
  32. data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +10 -10
  33. data/lib/cybrid_api_bank_ruby/api/deposit_addresses_bank_api.rb +10 -10
  34. data/lib/cybrid_api_bank_ruby/api/deposit_bank_accounts_bank_api.rb +12 -12
  35. data/lib/cybrid_api_bank_ruby/api/executions_bank_api.rb +8 -8
  36. data/lib/cybrid_api_bank_ruby/api/external_bank_accounts_bank_api.rb +12 -12
  37. data/lib/cybrid_api_bank_ruby/api/external_wallets_bank_api.rb +12 -12
  38. data/lib/cybrid_api_bank_ruby/api/files_bank_api.rb +8 -8
  39. data/lib/cybrid_api_bank_ruby/api/identity_verifications_bank_api.rb +8 -8
  40. data/lib/cybrid_api_bank_ruby/api/invoices_bank_api.rb +10 -10
  41. data/lib/cybrid_api_bank_ruby/api/payment_instructions_bank_api.rb +8 -8
  42. data/lib/cybrid_api_bank_ruby/api/persona_sessions_bank_api.rb +4 -4
  43. data/lib/cybrid_api_bank_ruby/api/plans_bank_api.rb +8 -8
  44. data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +4 -4
  45. data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +8 -8
  46. data/lib/cybrid_api_bank_ruby/api/sardine_sessions_bank_api.rb +4 -4
  47. data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +4 -4
  48. data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +8 -8
  49. data/lib/cybrid_api_bank_ruby/api/transactions_bank_api.rb +4 -4
  50. data/lib/cybrid_api_bank_ruby/api/transfers_bank_api.rb +12 -12
  51. data/lib/cybrid_api_bank_ruby/api/workflows_bank_api.rb +8 -8
  52. data/lib/cybrid_api_bank_ruby/api_client.rb +82 -104
  53. data/lib/cybrid_api_bank_ruby/api_error.rb +3 -2
  54. data/lib/cybrid_api_bank_ruby/configuration.rb +76 -60
  55. data/lib/cybrid_api_bank_ruby/models/account_association_bank_model.rb +21 -20
  56. data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +45 -30
  57. data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +23 -20
  58. data/lib/cybrid_api_bank_ruby/models/account_state_bank_model.rb +8 -5
  59. data/lib/cybrid_api_bank_ruby/models/account_type_bank_model.rb +8 -5
  60. data/lib/cybrid_api_bank_ruby/models/activity_limit_bank_model.rb +15 -20
  61. data/lib/cybrid_api_bank_ruby/models/activity_side_bank_model.rb +8 -5
  62. data/lib/cybrid_api_bank_ruby/models/activity_type_bank_model.rb +8 -5
  63. data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +25 -20
  64. data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +23 -20
  65. data/lib/cybrid_api_bank_ruby/models/asset_types_bank_model.rb +8 -5
  66. data/lib/cybrid_api_bank_ruby/models/balance_bank_model.rb +21 -20
  67. data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +27 -20
  68. data/lib/cybrid_api_bank_ruby/models/bank_feature_bank_model.rb +8 -5
  69. data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +23 -20
  70. data/lib/cybrid_api_bank_ruby/models/bank_supported_payout_symbols_inner_bank_model.rb +15 -20
  71. data/lib/cybrid_api_bank_ruby/models/bank_type_bank_model.rb +8 -5
  72. data/lib/cybrid_api_bank_ruby/models/compliance_check_bank_model.rb +19 -20
  73. data/lib/cybrid_api_bank_ruby/models/compliance_check_outcome_bank_model.rb +8 -5
  74. data/lib/cybrid_api_bank_ruby/models/compliance_check_type_bank_model.rb +8 -5
  75. data/lib/cybrid_api_bank_ruby/models/compliance_decision_bank_model.rb +19 -20
  76. data/lib/cybrid_api_bank_ruby/models/compliance_decision_state_bank_model.rb +8 -5
  77. data/lib/cybrid_api_bank_ruby/models/compliance_decision_type_bank_model.rb +8 -5
  78. data/lib/cybrid_api_bank_ruby/models/counterparty_address_bank_model.rb +15 -20
  79. data/lib/cybrid_api_bank_ruby/models/counterparty_aliases_inner_bank_model.rb +15 -20
  80. data/lib/cybrid_api_bank_ruby/models/counterparty_bank_model.rb +27 -24
  81. data/lib/cybrid_api_bank_ruby/models/counterparty_list_bank_model.rb +23 -20
  82. data/lib/cybrid_api_bank_ruby/models/counterparty_name_bank_model.rb +15 -20
  83. data/lib/cybrid_api_bank_ruby/models/counterparty_state_bank_model.rb +8 -5
  84. data/lib/cybrid_api_bank_ruby/models/counterparty_type_bank_model.rb +8 -5
  85. data/lib/cybrid_api_bank_ruby/models/customer_address_bank_model.rb +15 -20
  86. data/lib/cybrid_api_bank_ruby/models/customer_aliases_inner_bank_model.rb +15 -20
  87. data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +27 -24
  88. data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +23 -20
  89. data/lib/cybrid_api_bank_ruby/models/customer_name_bank_model.rb +15 -20
  90. data/lib/cybrid_api_bank_ruby/models/customer_state_bank_model.rb +8 -5
  91. data/lib/cybrid_api_bank_ruby/models/customer_type_bank_model.rb +8 -5
  92. data/lib/cybrid_api_bank_ruby/models/deposit_address_bank_model.rb +33 -26
  93. data/lib/cybrid_api_bank_ruby/models/deposit_address_format_bank_model.rb +8 -5
  94. data/lib/cybrid_api_bank_ruby/models/deposit_address_list_bank_model.rb +23 -20
  95. data/lib/cybrid_api_bank_ruby/models/deposit_address_state_bank_model.rb +8 -5
  96. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_account_details_inner_bank_model.rb +17 -20
  97. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_bank_model.rb +33 -26
  98. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_counterparty_address_bank_model.rb +21 -20
  99. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_list_bank_model.rb +23 -20
  100. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_routing_details_inner_bank_model.rb +19 -20
  101. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_routing_number_type_bank_model.rb +8 -5
  102. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_state_bank_model.rb +8 -5
  103. data/lib/cybrid_api_bank_ruby/models/effective_rate_bank_model.rb +19 -20
  104. data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +21 -20
  105. data/lib/cybrid_api_bank_ruby/models/execution_bank_model.rb +37 -20
  106. data/lib/cybrid_api_bank_ruby/models/execution_list_bank_model.rb +23 -20
  107. data/lib/cybrid_api_bank_ruby/models/execution_travel_rule_info_bank_model.rb +19 -20
  108. data/lib/cybrid_api_bank_ruby/models/external_bank_account_balances_bank_model.rb +15 -20
  109. data/lib/cybrid_api_bank_ruby/models/external_bank_account_bank_model.rb +39 -28
  110. data/lib/cybrid_api_bank_ruby/models/external_bank_account_kind_bank_model.rb +8 -5
  111. data/lib/cybrid_api_bank_ruby/models/external_bank_account_list_bank_model.rb +23 -20
  112. data/lib/cybrid_api_bank_ruby/models/external_bank_account_pii_inner_addresses_inner_bank_model.rb +15 -20
  113. data/lib/cybrid_api_bank_ruby/models/external_bank_account_pii_inner_bank_model.rb +15 -20
  114. data/lib/cybrid_api_bank_ruby/models/external_bank_account_pii_inner_routing_details_inner_bank_model.rb +19 -20
  115. data/lib/cybrid_api_bank_ruby/models/external_bank_account_state_bank_model.rb +8 -5
  116. data/lib/cybrid_api_bank_ruby/models/external_wallet_bank_model.rb +44 -29
  117. data/lib/cybrid_api_bank_ruby/models/external_wallet_environment_bank_model.rb +8 -5
  118. data/lib/cybrid_api_bank_ruby/models/external_wallet_list_bank_model.rb +23 -20
  119. data/lib/cybrid_api_bank_ruby/models/external_wallet_state_bank_model.rb +8 -5
  120. data/lib/cybrid_api_bank_ruby/models/fee_association_bank_model.rb +21 -20
  121. data/lib/cybrid_api_bank_ruby/models/fee_detail_bank_model.rb +21 -20
  122. data/lib/cybrid_api_bank_ruby/models/hold_detail_bank_model.rb +19 -20
  123. data/lib/cybrid_api_bank_ruby/models/identification_number_bank_model.rb +21 -20
  124. data/lib/cybrid_api_bank_ruby/models/identity_verification_bank_model.rb +21 -22
  125. data/lib/cybrid_api_bank_ruby/models/identity_verification_business_associate_bank_model.rb +15 -20
  126. data/lib/cybrid_api_bank_ruby/models/identity_verification_document_bank_model.rb +21 -22
  127. data/lib/cybrid_api_bank_ruby/models/identity_verification_document_file_bank_model.rb +21 -22
  128. data/lib/cybrid_api_bank_ruby/models/identity_verification_document_file_metadata_bank_model.rb +15 -20
  129. data/lib/cybrid_api_bank_ruby/models/identity_verification_list_bank_model.rb +23 -20
  130. data/lib/cybrid_api_bank_ruby/models/identity_verification_method_bank_model.rb +8 -5
  131. data/lib/cybrid_api_bank_ruby/models/identity_verification_options_bank_model.rb +15 -20
  132. data/lib/cybrid_api_bank_ruby/models/identity_verification_outcome_bank_model.rb +8 -5
  133. data/lib/cybrid_api_bank_ruby/models/identity_verification_persona_state_bank_model.rb +8 -5
  134. data/lib/cybrid_api_bank_ruby/models/identity_verification_state_bank_model.rb +8 -5
  135. data/lib/cybrid_api_bank_ruby/models/identity_verification_type_bank_model.rb +8 -5
  136. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_bank_model.rb +21 -22
  137. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_pii_address_bank_model.rb +23 -22
  138. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_pii_aliases_inner_bank_model.rb +15 -20
  139. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_pii_bank_model.rb +15 -20
  140. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_pii_name_bank_model.rb +15 -20
  141. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_pii_registered_address_bank_model.rb +23 -22
  142. data/lib/cybrid_api_bank_ruby/models/intermediate_account_bank_model.rb +21 -20
  143. data/lib/cybrid_api_bank_ruby/models/invoice_bank_model.rb +33 -26
  144. data/lib/cybrid_api_bank_ruby/models/invoice_list_bank_model.rb +23 -20
  145. data/lib/cybrid_api_bank_ruby/models/legal_entity_name_bank_model.rb +15 -20
  146. data/lib/cybrid_api_bank_ruby/models/patch_account_bank_model.rb +15 -20
  147. data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +15 -20
  148. data/lib/cybrid_api_bank_ruby/models/patch_customer_bank_model.rb +15 -20
  149. data/lib/cybrid_api_bank_ruby/models/patch_deposit_address_bank_model.rb +15 -20
  150. data/lib/cybrid_api_bank_ruby/models/patch_deposit_bank_account_bank_model.rb +15 -20
  151. data/lib/cybrid_api_bank_ruby/models/patch_external_bank_account_bank_model.rb +15 -20
  152. data/lib/cybrid_api_bank_ruby/models/patch_external_wallet_bank_model.rb +15 -20
  153. data/lib/cybrid_api_bank_ruby/models/patch_transfer_bank_model.rb +15 -20
  154. data/lib/cybrid_api_bank_ruby/models/patch_transfer_participant_bank_model.rb +21 -20
  155. data/lib/cybrid_api_bank_ruby/models/payment_instruction_bank_model.rb +27 -24
  156. data/lib/cybrid_api_bank_ruby/models/payment_instruction_list_bank_model.rb +23 -20
  157. data/lib/cybrid_api_bank_ruby/models/payout_return_details_bank_model.rb +17 -20
  158. data/lib/cybrid_api_bank_ruby/models/persona_session_bank_model.rb +21 -20
  159. data/lib/cybrid_api_bank_ruby/models/physical_address_bank_model.rb +15 -20
  160. data/lib/cybrid_api_bank_ruby/models/plan_bank_model.rb +37 -20
  161. data/lib/cybrid_api_bank_ruby/models/plan_list_bank_model.rb +23 -20
  162. data/lib/cybrid_api_bank_ruby/models/plan_reference_bank_model.rb +19 -20
  163. data/lib/cybrid_api_bank_ruby/models/plan_travel_rule_info_bank_model.rb +19 -20
  164. data/lib/cybrid_api_bank_ruby/models/platform_file_bank_model.rb +27 -24
  165. data/lib/cybrid_api_bank_ruby/models/platform_file_list_bank_model.rb +23 -20
  166. data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +21 -20
  167. data/lib/cybrid_api_bank_ruby/models/post_bank_account_details_bank_model.rb +19 -20
  168. data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +27 -20
  169. data/lib/cybrid_api_bank_ruby/models/post_counterparty_address_bank_model.rb +17 -20
  170. data/lib/cybrid_api_bank_ruby/models/post_counterparty_aliases_inner_bank_model.rb +15 -20
  171. data/lib/cybrid_api_bank_ruby/models/post_counterparty_bank_model.rb +19 -20
  172. data/lib/cybrid_api_bank_ruby/models/post_counterparty_name_bank_model.rb +15 -20
  173. data/lib/cybrid_api_bank_ruby/models/post_customer_address_bank_model.rb +21 -20
  174. data/lib/cybrid_api_bank_ruby/models/post_customer_aliases_inner_bank_model.rb +15 -20
  175. data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +17 -20
  176. data/lib/cybrid_api_bank_ruby/models/post_customer_name_bank_model.rb +15 -20
  177. data/lib/cybrid_api_bank_ruby/models/post_deposit_address_bank_model.rb +17 -20
  178. data/lib/cybrid_api_bank_ruby/models/post_deposit_bank_account_bank_model.rb +19 -20
  179. data/lib/cybrid_api_bank_ruby/models/post_execution_bank_model.rb +17 -20
  180. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_bank_model.rb +19 -20
  181. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_counterparty_address_bank_model.rb +15 -20
  182. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_counterparty_name_bank_model.rb +15 -20
  183. data/lib/cybrid_api_bank_ruby/models/post_external_wallet_bank_model.rb +21 -20
  184. data/lib/cybrid_api_bank_ruby/models/post_fee_bank_model.rb +17 -20
  185. data/lib/cybrid_api_bank_ruby/models/post_file_bank_model.rb +23 -20
  186. data/lib/cybrid_api_bank_ruby/models/post_file_metadata_bank_model.rb +15 -20
  187. data/lib/cybrid_api_bank_ruby/models/post_identification_number_bank_model.rb +21 -20
  188. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_address_bank_model.rb +15 -20
  189. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_aliases_inner_bank_model.rb +15 -20
  190. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_bank_model.rb +17 -20
  191. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_name_bank_model.rb +15 -20
  192. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_registered_address_bank_model.rb +15 -20
  193. data/lib/cybrid_api_bank_ruby/models/post_invoice_bank_model.rb +17 -20
  194. data/lib/cybrid_api_bank_ruby/models/post_payment_instruction_bank_model.rb +17 -20
  195. data/lib/cybrid_api_bank_ruby/models/post_persona_session_bank_model.rb +19 -20
  196. data/lib/cybrid_api_bank_ruby/models/post_plan_bank_model.rb +21 -20
  197. data/lib/cybrid_api_bank_ruby/models/post_plan_destination_account_bank_model.rb +17 -20
  198. data/lib/cybrid_api_bank_ruby/models/post_plan_intermediate_accounts_inner_bank_model.rb +17 -20
  199. data/lib/cybrid_api_bank_ruby/models/post_plan_source_account_bank_model.rb +17 -20
  200. data/lib/cybrid_api_bank_ruby/models/post_plan_travel_rule_info_bank_model.rb +15 -20
  201. data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +21 -22
  202. data/lib/cybrid_api_bank_ruby/models/post_quote_entry_bank_model.rb +19 -20
  203. data/lib/cybrid_api_bank_ruby/models/post_sardine_session_bank_model.rb +15 -20
  204. data/lib/cybrid_api_bank_ruby/models/post_supported_payout_symbols_bank_model.rb +25 -20
  205. data/lib/cybrid_api_bank_ruby/models/post_supporting_document_bank_model.rb +19 -20
  206. data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +17 -20
  207. data/lib/cybrid_api_bank_ruby/models/post_transfer_bank_model.rb +19 -20
  208. data/lib/cybrid_api_bank_ruby/models/post_transfer_participant_bank_model.rb +21 -20
  209. data/lib/cybrid_api_bank_ruby/models/post_ultimate_beneficial_owner_bank_model.rb +19 -20
  210. data/lib/cybrid_api_bank_ruby/models/post_workflow_bank_model.rb +27 -22
  211. data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +33 -26
  212. data/lib/cybrid_api_bank_ruby/models/quote_entry_bank_model.rb +15 -20
  213. data/lib/cybrid_api_bank_ruby/models/quote_entry_destination_account_bank_model.rb +21 -22
  214. data/lib/cybrid_api_bank_ruby/models/quote_entry_source_account_bank_model.rb +21 -22
  215. data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +23 -20
  216. data/lib/cybrid_api_bank_ruby/models/quote_side_bank_model.rb +8 -5
  217. data/lib/cybrid_api_bank_ruby/models/quote_type_bank_model.rb +8 -5
  218. data/lib/cybrid_api_bank_ruby/models/return_details_bank_model.rb +17 -20
  219. data/lib/cybrid_api_bank_ruby/models/sardine_session_bank_model.rb +21 -20
  220. data/lib/cybrid_api_bank_ruby/models/stage_bank_model.rb +35 -20
  221. data/lib/cybrid_api_bank_ruby/models/stage_identifier_bank_model.rb +19 -20
  222. data/lib/cybrid_api_bank_ruby/models/stage_link_bank_model.rb +19 -20
  223. data/lib/cybrid_api_bank_ruby/models/supporting_document_bank_model.rb +21 -20
  224. data/lib/cybrid_api_bank_ruby/models/supporting_document_file_bank_model.rb +21 -20
  225. data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +21 -22
  226. data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +27 -24
  227. data/lib/cybrid_api_bank_ruby/models/trade_failure_code_bank_model.rb +8 -5
  228. data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +23 -20
  229. data/lib/cybrid_api_bank_ruby/models/trade_side_bank_model.rb +8 -5
  230. data/lib/cybrid_api_bank_ruby/models/trade_state_bank_model.rb +8 -5
  231. data/lib/cybrid_api_bank_ruby/models/trade_type_bank_model.rb +8 -5
  232. data/lib/cybrid_api_bank_ruby/models/transaction_bank_model.rb +29 -20
  233. data/lib/cybrid_api_bank_ruby/models/transaction_list_bank_model.rb +19 -20
  234. data/lib/cybrid_api_bank_ruby/models/transaction_list_page_info_bank_model.rb +17 -20
  235. data/lib/cybrid_api_bank_ruby/models/transaction_resource_bank_model.rb +19 -20
  236. data/lib/cybrid_api_bank_ruby/models/transfer_account_type_bank_model.rb +8 -5
  237. data/lib/cybrid_api_bank_ruby/models/transfer_bank_model.rb +27 -24
  238. data/lib/cybrid_api_bank_ruby/models/transfer_destination_account_bank_model.rb +21 -22
  239. data/lib/cybrid_api_bank_ruby/models/transfer_entry_bank_model.rb +23 -20
  240. data/lib/cybrid_api_bank_ruby/models/transfer_entry_destination_account_bank_model.rb +21 -22
  241. data/lib/cybrid_api_bank_ruby/models/transfer_failure_code_bank_model.rb +8 -5
  242. data/lib/cybrid_api_bank_ruby/models/transfer_hold_details_bank_model.rb +15 -20
  243. data/lib/cybrid_api_bank_ruby/models/transfer_identifiers_inner_bank_model.rb +15 -20
  244. data/lib/cybrid_api_bank_ruby/models/transfer_list_bank_model.rb +23 -20
  245. data/lib/cybrid_api_bank_ruby/models/transfer_participant_bank_model.rb +25 -22
  246. data/lib/cybrid_api_bank_ruby/models/transfer_side_bank_model.rb +8 -5
  247. data/lib/cybrid_api_bank_ruby/models/transfer_source_account_bank_model.rb +21 -22
  248. data/lib/cybrid_api_bank_ruby/models/transfer_state_bank_model.rb +8 -5
  249. data/lib/cybrid_api_bank_ruby/models/transfer_type_bank_model.rb +8 -5
  250. data/lib/cybrid_api_bank_ruby/models/travel_rule_info_party_bank_model.rb +19 -20
  251. data/lib/cybrid_api_bank_ruby/models/workflow_bank_model.rb +21 -22
  252. data/lib/cybrid_api_bank_ruby/models/workflow_state_bank_model.rb +8 -5
  253. data/lib/cybrid_api_bank_ruby/models/workflow_type_bank_model.rb +8 -5
  254. data/lib/cybrid_api_bank_ruby/models/workflow_with_details_bank_model.rb +22 -24
  255. data/lib/cybrid_api_bank_ruby/models/workflows_list_bank_model.rb +23 -20
  256. data/lib/cybrid_api_bank_ruby/version.rb +3 -3
  257. data/lib/cybrid_api_bank_ruby.rb +2 -3
  258. data/spec/api/accounts_bank_api_spec.rb +6 -6
  259. data/spec/api/assets_bank_api_spec.rb +3 -3
  260. data/spec/api/banks_bank_api_spec.rb +6 -6
  261. data/spec/api/counterparties_bank_api_spec.rb +5 -5
  262. data/spec/api/customers_bank_api_spec.rb +6 -6
  263. data/spec/api/deposit_addresses_bank_api_spec.rb +6 -6
  264. data/spec/api/deposit_bank_accounts_bank_api_spec.rb +7 -7
  265. data/spec/api/executions_bank_api_spec.rb +5 -5
  266. data/spec/api/external_bank_accounts_bank_api_spec.rb +7 -7
  267. data/spec/api/external_wallets_bank_api_spec.rb +7 -7
  268. data/spec/api/files_bank_api_spec.rb +5 -5
  269. data/spec/api/identity_verifications_bank_api_spec.rb +5 -5
  270. data/spec/api/invoices_bank_api_spec.rb +6 -6
  271. data/spec/api/payment_instructions_bank_api_spec.rb +5 -5
  272. data/spec/api/persona_sessions_bank_api_spec.rb +3 -3
  273. data/spec/api/plans_bank_api_spec.rb +5 -5
  274. data/spec/api/prices_bank_api_spec.rb +3 -3
  275. data/spec/api/quotes_bank_api_spec.rb +5 -5
  276. data/spec/api/sardine_sessions_bank_api_spec.rb +3 -3
  277. data/spec/api/symbols_bank_api_spec.rb +3 -3
  278. data/spec/api/trades_bank_api_spec.rb +5 -5
  279. data/spec/api/transactions_bank_api_spec.rb +3 -3
  280. data/spec/api/transfers_bank_api_spec.rb +7 -7
  281. data/spec/api/workflows_bank_api_spec.rb +5 -5
  282. data/spec/models/account_association_bank_model_spec.rb +17 -15
  283. data/spec/models/account_bank_model_spec.rb +18 -16
  284. data/spec/models/account_list_bank_model_spec.rb +9 -7
  285. data/spec/models/account_state_bank_model_spec.rb +5 -3
  286. data/spec/models/account_type_bank_model_spec.rb +5 -3
  287. data/spec/models/activity_limit_bank_model_spec.rb +12 -10
  288. data/spec/models/activity_side_bank_model_spec.rb +5 -3
  289. data/spec/models/activity_type_bank_model_spec.rb +5 -3
  290. data/spec/models/asset_bank_model_spec.rb +10 -8
  291. data/spec/models/asset_list_bank_model_spec.rb +9 -7
  292. data/spec/models/asset_types_bank_model_spec.rb +5 -3
  293. data/spec/models/balance_bank_model_spec.rb +8 -6
  294. data/spec/models/bank_bank_model_spec.rb +17 -15
  295. data/spec/models/bank_feature_bank_model_spec.rb +5 -3
  296. data/spec/models/bank_list_bank_model_spec.rb +9 -7
  297. data/spec/models/bank_supported_payout_symbols_inner_bank_model_spec.rb +9 -7
  298. data/spec/models/bank_type_bank_model_spec.rb +5 -3
  299. data/spec/models/compliance_check_bank_model_spec.rb +8 -6
  300. data/spec/models/compliance_check_outcome_bank_model_spec.rb +5 -3
  301. data/spec/models/compliance_check_type_bank_model_spec.rb +5 -3
  302. data/spec/models/compliance_decision_bank_model_spec.rb +9 -7
  303. data/spec/models/compliance_decision_state_bank_model_spec.rb +5 -3
  304. data/spec/models/compliance_decision_type_bank_model_spec.rb +5 -3
  305. data/spec/models/counterparty_address_bank_model_spec.rb +11 -9
  306. data/spec/models/counterparty_aliases_inner_bank_model_spec.rb +9 -7
  307. data/spec/models/counterparty_bank_model_spec.rb +18 -16
  308. data/spec/models/counterparty_list_bank_model_spec.rb +9 -7
  309. data/spec/models/counterparty_name_bank_model_spec.rb +9 -7
  310. data/spec/models/counterparty_state_bank_model_spec.rb +5 -3
  311. data/spec/models/counterparty_type_bank_model_spec.rb +5 -3
  312. data/spec/models/customer_address_bank_model_spec.rb +11 -9
  313. data/spec/models/customer_aliases_inner_bank_model_spec.rb +9 -7
  314. data/spec/models/customer_bank_model_spec.rb +23 -21
  315. data/spec/models/customer_list_bank_model_spec.rb +9 -7
  316. data/spec/models/customer_name_bank_model_spec.rb +9 -7
  317. data/spec/models/customer_state_bank_model_spec.rb +5 -3
  318. data/spec/models/customer_type_bank_model_spec.rb +5 -3
  319. data/spec/models/deposit_address_bank_model_spec.rb +18 -16
  320. data/spec/models/deposit_address_format_bank_model_spec.rb +5 -3
  321. data/spec/models/deposit_address_list_bank_model_spec.rb +9 -7
  322. data/spec/models/deposit_address_state_bank_model_spec.rb +5 -3
  323. data/spec/models/deposit_bank_account_account_details_inner_bank_model_spec.rb +6 -4
  324. data/spec/models/deposit_bank_account_bank_model_spec.rb +23 -21
  325. data/spec/models/deposit_bank_account_counterparty_address_bank_model_spec.rb +11 -9
  326. data/spec/models/deposit_bank_account_list_bank_model_spec.rb +9 -7
  327. data/spec/models/deposit_bank_account_routing_details_inner_bank_model_spec.rb +7 -5
  328. data/spec/models/deposit_bank_account_routing_number_type_bank_model_spec.rb +5 -3
  329. data/spec/models/deposit_bank_account_state_bank_model_spec.rb +5 -3
  330. data/spec/models/effective_rate_bank_model_spec.rb +9 -7
  331. data/spec/models/error_response_bank_model_spec.rb +8 -6
  332. data/spec/models/execution_bank_model_spec.rb +25 -23
  333. data/spec/models/execution_list_bank_model_spec.rb +9 -7
  334. data/spec/models/execution_travel_rule_info_bank_model_spec.rb +9 -7
  335. data/spec/models/external_bank_account_balances_bank_model_spec.rb +7 -5
  336. data/spec/models/external_bank_account_bank_model_spec.rb +23 -21
  337. data/spec/models/external_bank_account_kind_bank_model_spec.rb +5 -3
  338. data/spec/models/external_bank_account_list_bank_model_spec.rb +9 -7
  339. data/spec/models/external_bank_account_pii_inner_addresses_inner_bank_model_spec.rb +11 -9
  340. data/spec/models/external_bank_account_pii_inner_bank_model_spec.rb +11 -9
  341. data/spec/models/external_bank_account_pii_inner_routing_details_inner_bank_model_spec.rb +9 -7
  342. data/spec/models/external_bank_account_state_bank_model_spec.rb +5 -3
  343. data/spec/models/external_wallet_bank_model_spec.rb +18 -16
  344. data/spec/models/external_wallet_environment_bank_model_spec.rb +5 -3
  345. data/spec/models/external_wallet_list_bank_model_spec.rb +9 -7
  346. data/spec/models/external_wallet_state_bank_model_spec.rb +5 -3
  347. data/spec/models/fee_association_bank_model_spec.rb +10 -8
  348. data/spec/models/fee_detail_bank_model_spec.rb +8 -6
  349. data/spec/models/hold_detail_bank_model_spec.rb +10 -8
  350. data/spec/models/identification_number_bank_model_spec.rb +9 -7
  351. data/spec/models/identity_verification_bank_model_spec.rb +18 -16
  352. data/spec/models/identity_verification_business_associate_bank_model_spec.rb +11 -9
  353. data/spec/models/identity_verification_document_bank_model_spec.rb +10 -8
  354. data/spec/models/identity_verification_document_file_bank_model_spec.rb +10 -8
  355. data/spec/models/identity_verification_document_file_metadata_bank_model_spec.rb +6 -4
  356. data/spec/models/identity_verification_list_bank_model_spec.rb +9 -7
  357. data/spec/models/identity_verification_method_bank_model_spec.rb +5 -3
  358. data/spec/models/identity_verification_options_bank_model_spec.rb +6 -4
  359. data/spec/models/identity_verification_outcome_bank_model_spec.rb +5 -3
  360. data/spec/models/identity_verification_persona_state_bank_model_spec.rb +5 -3
  361. data/spec/models/identity_verification_state_bank_model_spec.rb +5 -3
  362. data/spec/models/identity_verification_type_bank_model_spec.rb +5 -3
  363. data/spec/models/identity_verification_with_details_bank_model_spec.rb +25 -23
  364. data/spec/models/identity_verification_with_details_pii_address_bank_model_spec.rb +11 -9
  365. data/spec/models/identity_verification_with_details_pii_aliases_inner_bank_model_spec.rb +6 -4
  366. data/spec/models/identity_verification_with_details_pii_bank_model_spec.rb +22 -20
  367. data/spec/models/identity_verification_with_details_pii_name_bank_model_spec.rb +9 -7
  368. data/spec/models/identity_verification_with_details_pii_registered_address_bank_model_spec.rb +11 -9
  369. data/spec/models/intermediate_account_bank_model_spec.rb +12 -10
  370. data/spec/models/invoice_bank_model_spec.rb +17 -15
  371. data/spec/models/invoice_list_bank_model_spec.rb +9 -7
  372. data/spec/models/legal_entity_name_bank_model_spec.rb +9 -7
  373. data/spec/models/patch_account_bank_model_spec.rb +6 -4
  374. data/spec/models/patch_bank_bank_model_spec.rb +9 -7
  375. data/spec/models/patch_customer_bank_model_spec.rb +6 -4
  376. data/spec/models/patch_deposit_address_bank_model_spec.rb +6 -4
  377. data/spec/models/patch_deposit_bank_account_bank_model_spec.rb +6 -4
  378. data/spec/models/patch_external_bank_account_bank_model_spec.rb +7 -5
  379. data/spec/models/patch_external_wallet_bank_model_spec.rb +6 -4
  380. data/spec/models/patch_transfer_bank_model_spec.rb +7 -5
  381. data/spec/models/patch_transfer_participant_bank_model_spec.rb +8 -6
  382. data/spec/models/payment_instruction_bank_model_spec.rb +17 -15
  383. data/spec/models/payment_instruction_list_bank_model_spec.rb +9 -7
  384. data/spec/models/payout_return_details_bank_model_spec.rb +6 -4
  385. data/spec/models/persona_session_bank_model_spec.rb +8 -6
  386. data/spec/models/physical_address_bank_model_spec.rb +11 -9
  387. data/spec/models/plan_bank_model_spec.rb +24 -22
  388. data/spec/models/plan_list_bank_model_spec.rb +9 -7
  389. data/spec/models/plan_reference_bank_model_spec.rb +7 -5
  390. data/spec/models/plan_travel_rule_info_bank_model_spec.rb +9 -7
  391. data/spec/models/platform_file_bank_model_spec.rb +20 -18
  392. data/spec/models/platform_file_list_bank_model_spec.rb +9 -7
  393. data/spec/models/post_account_bank_model_spec.rb +10 -8
  394. data/spec/models/post_bank_account_details_bank_model_spec.rb +12 -10
  395. data/spec/models/post_bank_bank_model_spec.rb +13 -11
  396. data/spec/models/post_counterparty_address_bank_model_spec.rb +11 -9
  397. data/spec/models/post_counterparty_aliases_inner_bank_model_spec.rb +6 -4
  398. data/spec/models/post_counterparty_bank_model_spec.rb +14 -12
  399. data/spec/models/post_counterparty_name_bank_model_spec.rb +9 -7
  400. data/spec/models/post_customer_address_bank_model_spec.rb +11 -9
  401. data/spec/models/post_customer_aliases_inner_bank_model_spec.rb +6 -4
  402. data/spec/models/post_customer_bank_model_spec.rb +15 -13
  403. data/spec/models/post_customer_name_bank_model_spec.rb +9 -7
  404. data/spec/models/post_deposit_address_bank_model_spec.rb +8 -6
  405. data/spec/models/post_deposit_bank_account_bank_model_spec.rb +11 -9
  406. data/spec/models/post_execution_bank_model_spec.rb +7 -5
  407. data/spec/models/post_external_bank_account_bank_model_spec.rb +21 -19
  408. data/spec/models/post_external_bank_account_counterparty_address_bank_model_spec.rb +11 -9
  409. data/spec/models/post_external_bank_account_counterparty_name_bank_model_spec.rb +9 -7
  410. data/spec/models/post_external_wallet_bank_model_spec.rb +12 -10
  411. data/spec/models/post_fee_bank_model_spec.rb +8 -6
  412. data/spec/models/post_file_bank_model_spec.rb +11 -9
  413. data/spec/models/post_file_metadata_bank_model_spec.rb +6 -4
  414. data/spec/models/post_identification_number_bank_model_spec.rb +9 -7
  415. data/spec/models/post_identity_verification_address_bank_model_spec.rb +11 -9
  416. data/spec/models/post_identity_verification_aliases_inner_bank_model_spec.rb +6 -4
  417. data/spec/models/post_identity_verification_bank_model_spec.rb +34 -32
  418. data/spec/models/post_identity_verification_name_bank_model_spec.rb +9 -7
  419. data/spec/models/post_identity_verification_registered_address_bank_model_spec.rb +11 -9
  420. data/spec/models/post_invoice_bank_model_spec.rb +11 -9
  421. data/spec/models/post_payment_instruction_bank_model_spec.rb +7 -5
  422. data/spec/models/post_persona_session_bank_model_spec.rb +7 -5
  423. data/spec/models/post_plan_bank_model_spec.rb +15 -13
  424. data/spec/models/post_plan_destination_account_bank_model_spec.rb +8 -6
  425. data/spec/models/post_plan_intermediate_accounts_inner_bank_model_spec.rb +6 -4
  426. data/spec/models/post_plan_source_account_bank_model_spec.rb +8 -6
  427. data/spec/models/post_plan_travel_rule_info_bank_model_spec.rb +7 -5
  428. data/spec/models/post_quote_bank_model_spec.rb +20 -18
  429. data/spec/models/post_quote_entry_bank_model_spec.rb +9 -7
  430. data/spec/models/post_sardine_session_bank_model_spec.rb +6 -4
  431. data/spec/models/post_supported_payout_symbols_bank_model_spec.rb +10 -8
  432. data/spec/models/post_supporting_document_bank_model_spec.rb +8 -6
  433. data/spec/models/post_trade_bank_model_spec.rb +10 -8
  434. data/spec/models/post_transfer_bank_model_spec.rb +26 -24
  435. data/spec/models/post_transfer_participant_bank_model_spec.rb +8 -6
  436. data/spec/models/post_ultimate_beneficial_owner_bank_model_spec.rb +7 -5
  437. data/spec/models/post_workflow_bank_model_spec.rb +13 -11
  438. data/spec/models/quote_bank_model_spec.rb +26 -24
  439. data/spec/models/quote_entry_bank_model_spec.rb +10 -8
  440. data/spec/models/quote_entry_destination_account_bank_model_spec.rb +9 -7
  441. data/spec/models/quote_entry_source_account_bank_model_spec.rb +9 -7
  442. data/spec/models/quote_list_bank_model_spec.rb +9 -7
  443. data/spec/models/quote_side_bank_model_spec.rb +5 -3
  444. data/spec/models/quote_type_bank_model_spec.rb +5 -3
  445. data/spec/models/return_details_bank_model_spec.rb +7 -5
  446. data/spec/models/sardine_session_bank_model_spec.rb +9 -7
  447. data/spec/models/stage_bank_model_spec.rb +20 -18
  448. data/spec/models/stage_identifier_bank_model_spec.rb +7 -5
  449. data/spec/models/stage_link_bank_model_spec.rb +7 -5
  450. data/spec/models/supporting_document_bank_model_spec.rb +9 -7
  451. data/spec/models/supporting_document_file_bank_model_spec.rb +8 -6
  452. data/spec/models/symbol_price_bank_model_spec.rb +14 -12
  453. data/spec/models/trade_bank_model_spec.rb +21 -19
  454. data/spec/models/trade_failure_code_bank_model_spec.rb +5 -3
  455. data/spec/models/trade_list_bank_model_spec.rb +9 -7
  456. data/spec/models/trade_side_bank_model_spec.rb +5 -3
  457. data/spec/models/trade_state_bank_model_spec.rb +5 -3
  458. data/spec/models/trade_type_bank_model_spec.rb +5 -3
  459. data/spec/models/transaction_bank_model_spec.rb +16 -14
  460. data/spec/models/transaction_list_bank_model_spec.rb +7 -5
  461. data/spec/models/transaction_list_page_info_bank_model_spec.rb +6 -4
  462. data/spec/models/transaction_resource_bank_model_spec.rb +7 -5
  463. data/spec/models/transfer_account_type_bank_model_spec.rb +5 -3
  464. data/spec/models/transfer_bank_model_spec.rb +40 -38
  465. data/spec/models/transfer_destination_account_bank_model_spec.rb +9 -7
  466. data/spec/models/transfer_entry_bank_model_spec.rb +9 -7
  467. data/spec/models/transfer_entry_destination_account_bank_model_spec.rb +9 -7
  468. data/spec/models/transfer_failure_code_bank_model_spec.rb +5 -3
  469. data/spec/models/transfer_hold_details_bank_model_spec.rb +8 -6
  470. data/spec/models/transfer_identifiers_inner_bank_model_spec.rb +7 -5
  471. data/spec/models/transfer_list_bank_model_spec.rb +9 -7
  472. data/spec/models/transfer_participant_bank_model_spec.rb +8 -6
  473. data/spec/models/transfer_side_bank_model_spec.rb +5 -3
  474. data/spec/models/transfer_source_account_bank_model_spec.rb +9 -7
  475. data/spec/models/transfer_state_bank_model_spec.rb +5 -3
  476. data/spec/models/transfer_type_bank_model_spec.rb +5 -3
  477. data/spec/models/travel_rule_info_party_bank_model_spec.rb +7 -5
  478. data/spec/models/workflow_bank_model_spec.rb +13 -11
  479. data/spec/models/workflow_state_bank_model_spec.rb +5 -3
  480. data/spec/models/workflow_type_bank_model_spec.rb +5 -3
  481. data/spec/models/workflow_with_details_bank_model_spec.rb +14 -12
  482. data/spec/models/workflows_list_bank_model_spec.rb +9 -7
  483. data/spec/spec_helper.rb +2 -2
  484. data/vendor/bundle/ruby/4.0.0/cache/http-2-1.2.3.gem +0 -0
  485. data/vendor/bundle/ruby/4.0.0/cache/httpx-1.8.4.gem +0 -0
  486. data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/byebug-13.0.0/gem_make.out +5 -5
  487. data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/date-3.5.1/gem_make.out +5 -5
  488. data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.9.4/gem_make.out +5 -5
  489. data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  490. data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/psych-5.5.0/gem_make.out +5 -5
  491. data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/racc-1.8.1/gem_make.out +5 -5
  492. data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/stringio-3.2.0/gem_make.out +5 -5
  493. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/LICENSE +21 -0
  494. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/README.md +298 -0
  495. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/base64.rb +45 -0
  496. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/client.rb +82 -0
  497. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/connection.rb +882 -0
  498. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/emitter.rb +40 -0
  499. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/error.rb +67 -0
  500. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/extensions.rb +84 -0
  501. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/flow_buffer.rb +173 -0
  502. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/framer.rb +510 -0
  503. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/header/compressor.rb +156 -0
  504. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/header/decompressor.rb +133 -0
  505. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/header/encoding_context.rb +313 -0
  506. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/header/huffman.rb +326 -0
  507. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/header/huffman_statemachine.rb +274 -0
  508. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/header.rb +35 -0
  509. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/server.rb +160 -0
  510. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/settings.rb +58 -0
  511. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/stream.rb +695 -0
  512. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2/version.rb +5 -0
  513. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/lib/http/2.rb +20 -0
  514. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/2.rbs +154 -0
  515. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/client.rbs +11 -0
  516. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/connection.rbs +102 -0
  517. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/emitter.rbs +11 -0
  518. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/error.rbs +35 -0
  519. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/extensions.rbs +15 -0
  520. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/flow_buffer.rbs +23 -0
  521. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/frame_buffer.rbs +17 -0
  522. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/framer.rbs +64 -0
  523. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/header/compressor.rbs +30 -0
  524. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/header/decompressor.rbs +25 -0
  525. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/header/encoding_context.rbs +56 -0
  526. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/header/huffman.rbs +27 -0
  527. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/header.rbs +30 -0
  528. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/server.rbs +14 -0
  529. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/settings.rbs +71 -0
  530. data/vendor/bundle/ruby/4.0.0/gems/http-2-1.2.3/sig/stream.rbs +93 -0
  531. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/LICENSE.txt +191 -0
  532. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/README.md +164 -0
  533. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_0_1.md +7 -0
  534. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_0_2.md +9 -0
  535. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_0_3.md +9 -0
  536. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_0_4.md +7 -0
  537. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_0_5.md +5 -0
  538. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_10_0.md +66 -0
  539. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_10_1.md +37 -0
  540. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_10_2.md +5 -0
  541. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_11_0.md +74 -0
  542. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_11_1.md +5 -0
  543. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_11_2.md +5 -0
  544. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_11_3.md +5 -0
  545. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_12_0.md +55 -0
  546. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_13_0.md +58 -0
  547. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_13_1.md +5 -0
  548. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_13_2.md +9 -0
  549. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_14_0.md +79 -0
  550. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_14_1.md +7 -0
  551. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_14_2.md +6 -0
  552. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_14_3.md +5 -0
  553. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_14_4.md +5 -0
  554. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_14_5.md +11 -0
  555. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_15_0.md +53 -0
  556. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_15_1.md +8 -0
  557. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_15_2.md +9 -0
  558. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_15_3.md +5 -0
  559. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_15_4.md +5 -0
  560. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_16_0.md +93 -0
  561. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_16_1.md +5 -0
  562. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_17_0.md +49 -0
  563. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_18_0.md +69 -0
  564. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_18_1.md +12 -0
  565. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_18_2.md +10 -0
  566. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_18_3.md +7 -0
  567. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_18_4.md +14 -0
  568. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_18_5.md +10 -0
  569. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_18_6.md +5 -0
  570. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_18_7.md +5 -0
  571. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_19_0.md +39 -0
  572. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_19_1.md +5 -0
  573. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_19_2.md +7 -0
  574. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_19_3.md +6 -0
  575. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_19_4.md +14 -0
  576. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_19_5.md +13 -0
  577. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_19_6.md +5 -0
  578. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_19_7.md +5 -0
  579. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_19_8.md +5 -0
  580. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_1_0.md +9 -0
  581. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_20_0.md +36 -0
  582. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_20_1.md +5 -0
  583. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_20_2.md +7 -0
  584. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_20_3.md +6 -0
  585. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_20_4.md +17 -0
  586. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_20_5.md +3 -0
  587. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_21_0.md +96 -0
  588. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_21_1.md +12 -0
  589. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_22_0.md +13 -0
  590. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_22_1.md +11 -0
  591. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_22_2.md +5 -0
  592. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_22_3.md +55 -0
  593. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_22_4.md +6 -0
  594. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_22_5.md +6 -0
  595. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_23_0.md +42 -0
  596. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_23_1.md +5 -0
  597. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_23_2.md +5 -0
  598. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_23_3.md +6 -0
  599. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_23_4.md +5 -0
  600. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_24_0.md +48 -0
  601. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_24_1.md +12 -0
  602. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_24_2.md +12 -0
  603. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_24_3.md +12 -0
  604. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_24_4.md +18 -0
  605. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_24_5.md +6 -0
  606. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_24_6.md +5 -0
  607. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_24_7.md +10 -0
  608. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_2_0.md +5 -0
  609. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_2_1.md +16 -0
  610. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_3_0.md +12 -0
  611. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_3_1.md +6 -0
  612. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_4_0.md +51 -0
  613. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_4_1.md +3 -0
  614. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_5_0.md +15 -0
  615. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_5_1.md +14 -0
  616. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_6_0.md +5 -0
  617. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_6_1.md +6 -0
  618. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_6_2.md +6 -0
  619. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_6_3.md +13 -0
  620. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_6_4.md +21 -0
  621. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_6_5.md +22 -0
  622. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_6_6.md +19 -0
  623. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_6_7.md +5 -0
  624. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_7_0.md +46 -0
  625. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_8_0.md +27 -0
  626. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_8_1.md +8 -0
  627. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_8_2.md +7 -0
  628. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/0_9_0.md +38 -0
  629. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_0_0.md +60 -0
  630. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_0_1.md +5 -0
  631. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_0_2.md +7 -0
  632. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_1_0.md +32 -0
  633. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_1_1.md +17 -0
  634. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_1_2.md +12 -0
  635. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_1_3.md +18 -0
  636. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_1_4.md +6 -0
  637. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_1_5.md +12 -0
  638. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_2_0.md +49 -0
  639. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_2_1.md +6 -0
  640. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_2_2.md +10 -0
  641. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_2_3.md +16 -0
  642. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_2_4.md +8 -0
  643. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_2_5.md +7 -0
  644. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_2_6.md +13 -0
  645. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_3_0.md +18 -0
  646. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_3_1.md +17 -0
  647. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_3_2.md +6 -0
  648. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_3_3.md +5 -0
  649. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_3_4.md +6 -0
  650. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_4_0.md +43 -0
  651. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_4_1.md +19 -0
  652. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_4_2.md +20 -0
  653. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_4_3.md +11 -0
  654. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_4_4.md +14 -0
  655. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_5_0.md +126 -0
  656. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_5_1.md +6 -0
  657. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_6_0.md +50 -0
  658. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_6_1.md +17 -0
  659. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_6_2.md +11 -0
  660. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_6_3.md +47 -0
  661. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_7_0.md +149 -0
  662. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_7_1.md +20 -0
  663. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_7_2.md +6 -0
  664. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_7_3.md +29 -0
  665. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_7_4.md +42 -0
  666. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_7_5.md +10 -0
  667. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_7_6.md +24 -0
  668. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_7_7.md +17 -0
  669. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_7_8.md +5 -0
  670. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_8_0.md +100 -0
  671. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_8_1.md +27 -0
  672. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_8_2.md +30 -0
  673. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_8_3.md +9 -0
  674. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/doc/release_notes/1_8_4.md +13 -0
  675. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/adapters/datadog.rb +343 -0
  676. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/adapters/faraday.rb +293 -0
  677. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/adapters/sentry.rb +121 -0
  678. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/adapters/webmock.rb +190 -0
  679. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/altsvc.rb +167 -0
  680. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/base64.rb +27 -0
  681. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/buffer.rb +66 -0
  682. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/callbacks.rb +35 -0
  683. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/chainable.rb +106 -0
  684. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/connection/http1.rb +416 -0
  685. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/connection/http2.rb +601 -0
  686. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/connection.rb +1196 -0
  687. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/domain_name.rb +145 -0
  688. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/errors.rb +121 -0
  689. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/extensions.rb +45 -0
  690. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/headers.rb +176 -0
  691. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/io/ssl.rb +184 -0
  692. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/io/tcp.rb +262 -0
  693. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/io/udp.rb +62 -0
  694. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/io/unix.rb +75 -0
  695. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/io.rb +11 -0
  696. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/loggable.rb +75 -0
  697. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/options.rb +616 -0
  698. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/parser/http1.rb +202 -0
  699. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/auth/basic.rb +20 -0
  700. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/auth/digest.rb +149 -0
  701. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/auth/ntlm.rb +35 -0
  702. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/auth/socks5.rb +22 -0
  703. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/auth.rb +225 -0
  704. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/aws_sdk_authentication.rb +110 -0
  705. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/aws_sigv4.rb +239 -0
  706. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/basic_auth.rb +29 -0
  707. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/brotli.rb +78 -0
  708. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/cache/file_store.rb +141 -0
  709. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/cache/store.rb +33 -0
  710. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/cache.rb +221 -0
  711. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/callbacks.rb +153 -0
  712. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/circuit_breaker/circuit.rb +101 -0
  713. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/circuit_breaker/circuit_store.rb +53 -0
  714. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/circuit_breaker.rb +147 -0
  715. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/content_digest.rb +204 -0
  716. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/cookies/cookie.rb +197 -0
  717. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/cookies/jar.rb +170 -0
  718. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/cookies/set_cookie_parser.rb +143 -0
  719. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/cookies.rb +111 -0
  720. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/digest_auth.rb +72 -0
  721. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/expect.rb +150 -0
  722. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/fiber_concurrency.rb +279 -0
  723. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/follow_redirects.rb +265 -0
  724. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/grpc/call.rb +63 -0
  725. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/grpc/grpc_encoding.rb +90 -0
  726. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/grpc/message.rb +55 -0
  727. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/grpc.rb +282 -0
  728. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/h2c.rb +117 -0
  729. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/internal_telemetry.rb +107 -0
  730. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/ntlm_auth.rb +64 -0
  731. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/ntlm_v2_auth.rb +92 -0
  732. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/oauth.rb +336 -0
  733. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/persistent.rb +111 -0
  734. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/proxy/http.rb +236 -0
  735. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/proxy/socks4.rb +135 -0
  736. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/proxy/socks5.rb +194 -0
  737. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/proxy/ssh.rb +94 -0
  738. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/proxy.rb +370 -0
  739. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/push_promise.rb +81 -0
  740. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/query.rb +35 -0
  741. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/rate_limiter.rb +60 -0
  742. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/response_cache.rb +268 -0
  743. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/retries.rb +299 -0
  744. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/server_sent_events.rb +158 -0
  745. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/ssrf_filter.rb +161 -0
  746. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/stream.rb +238 -0
  747. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/stream_bidi.rb +410 -0
  748. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/tracing.rb +156 -0
  749. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/upgrade/h2.rb +54 -0
  750. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/upgrade.rb +86 -0
  751. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/webdav.rb +86 -0
  752. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/plugins/xml.rb +76 -0
  753. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/pmatch_extensions.rb +33 -0
  754. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/pool.rb +231 -0
  755. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/punycode.rb +22 -0
  756. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/request/body.rb +161 -0
  757. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/request.rb +387 -0
  758. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver/cache/base.rb +129 -0
  759. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver/cache/file.rb +56 -0
  760. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver/cache/memory.rb +42 -0
  761. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver/cache.rb +18 -0
  762. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver/entry.rb +30 -0
  763. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver/https.rb +326 -0
  764. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver/multi.rb +84 -0
  765. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver/native.rb +603 -0
  766. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver/resolver.rb +213 -0
  767. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver/system.rb +284 -0
  768. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/resolver.rb +111 -0
  769. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/response/body.rb +246 -0
  770. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/response/buffer.rb +115 -0
  771. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/response.rb +331 -0
  772. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/selector.rb +327 -0
  773. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/session.rb +605 -0
  774. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/session_extensions.rb +30 -0
  775. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/timers.rb +134 -0
  776. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/body.rb +43 -0
  777. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/chunker.rb +115 -0
  778. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/deflate.rb +42 -0
  779. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/form.rb +68 -0
  780. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/gzip.rb +76 -0
  781. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/json.rb +70 -0
  782. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/multipart/decoder.rb +141 -0
  783. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/multipart/encoder.rb +120 -0
  784. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/multipart/mime_type_detector.rb +78 -0
  785. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/multipart/part.rb +35 -0
  786. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/multipart.rb +39 -0
  787. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/utils/body_reader.rb +45 -0
  788. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder/utils/deflater.rb +73 -0
  789. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/transcoder.rb +89 -0
  790. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/utils.rb +88 -0
  791. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx/version.rb +5 -0
  792. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/lib/httpx.rb +66 -0
  793. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/altsvc.rbs +41 -0
  794. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/buffer.rbs +27 -0
  795. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/callbacks.rbs +15 -0
  796. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/chainable.rbs +59 -0
  797. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/connection/http1.rbs +89 -0
  798. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/connection/http2.rbs +140 -0
  799. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/connection.rbs +199 -0
  800. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/domain_name.rbs +17 -0
  801. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/errors.rbs +75 -0
  802. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/headers.rbs +49 -0
  803. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/httpx.rbs +29 -0
  804. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/io/ssl.rbs +33 -0
  805. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/io/tcp.rbs +74 -0
  806. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/io/udp.rbs +25 -0
  807. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/io/unix.rbs +26 -0
  808. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/io.rbs +3 -0
  809. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/loggable.rbs +29 -0
  810. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/options.rbs +232 -0
  811. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/parser/http1.rbs +61 -0
  812. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/auth/basic.rbs +17 -0
  813. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/auth/digest.rbs +31 -0
  814. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/auth/ntlm.rbs +22 -0
  815. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/auth/socks5.rbs +18 -0
  816. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/auth.rbs +59 -0
  817. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/aws_sdk_authentication.rbs +43 -0
  818. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/aws_sigv4.rbs +78 -0
  819. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/basic_auth.rbs +15 -0
  820. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/brotli.rbs +27 -0
  821. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/cache/file_store.rbs +21 -0
  822. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/cache/store.rbs +13 -0
  823. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/cache.rbs +69 -0
  824. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/callbacks.rbs +41 -0
  825. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/circuit_breaker.rbs +71 -0
  826. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/compression.rbs +57 -0
  827. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/content_digest.rbs +51 -0
  828. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/cookies/cookie.rbs +56 -0
  829. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/cookies/jar.rbs +37 -0
  830. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/cookies/set_cookie_parser.rbs +22 -0
  831. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/cookies.rbs +30 -0
  832. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/digest_auth.rbs +19 -0
  833. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/expect.rbs +34 -0
  834. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/fiber_concurrency.rbs +61 -0
  835. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/follow_redirects.rbs +47 -0
  836. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/grpc/call.rbs +23 -0
  837. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/grpc/grpc_encoding.rbs +37 -0
  838. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/grpc/message.rbs +17 -0
  839. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/grpc.rbs +65 -0
  840. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/h2c.rbs +27 -0
  841. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/ntlm_auth.rbs +21 -0
  842. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/ntlm_v2_auth.rbs +36 -0
  843. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/oauth.rbs +97 -0
  844. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/persistent.rbs +21 -0
  845. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/proxy/http.rbs +32 -0
  846. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/proxy/socks4.rbs +41 -0
  847. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/proxy/socks5.rbs +49 -0
  848. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/proxy/ssh.rbs +18 -0
  849. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/proxy.rbs +71 -0
  850. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/push_promise.rbs +23 -0
  851. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/query.rbs +18 -0
  852. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/rate_limiter.rbs +15 -0
  853. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/response_cache.rbs +67 -0
  854. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/retries.rbs +80 -0
  855. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/server_sent_events.rbs +45 -0
  856. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/ssrf_filter.rbs +30 -0
  857. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/stream.rbs +64 -0
  858. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/stream_bidi.rbs +67 -0
  859. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/tracing.rbs +41 -0
  860. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/upgrade/h2.rbs +9 -0
  861. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/upgrade.rbs +29 -0
  862. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/webdav.rbs +23 -0
  863. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/plugins/xml.rbs +37 -0
  864. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/pool.rbs +51 -0
  865. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/punycode.rbs +5 -0
  866. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/request/body.rbs +34 -0
  867. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/request.rbs +99 -0
  868. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver/cache/base.rbs +28 -0
  869. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver/cache/file.rbs +13 -0
  870. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver/cache/memory.rbs +13 -0
  871. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver/cache.rbs +16 -0
  872. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver/entry.rbs +13 -0
  873. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver/https.rbs +71 -0
  874. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver/multi.rbs +31 -0
  875. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver/native.rbs +76 -0
  876. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver/resolver.rbs +65 -0
  877. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver/system.rbs +37 -0
  878. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/resolver.rbs +36 -0
  879. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/response/body.rbs +52 -0
  880. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/response/buffer.rbs +23 -0
  881. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/response.rbs +109 -0
  882. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/selector.rbs +80 -0
  883. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/session.rbs +104 -0
  884. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/timers.rbs +58 -0
  885. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/transcoder/body.rbs +24 -0
  886. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/transcoder/chunker.rbs +49 -0
  887. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/transcoder/deflate.rbs +12 -0
  888. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/transcoder/form.rbs +34 -0
  889. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/transcoder/gzip.rbs +28 -0
  890. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/transcoder/json.rbs +28 -0
  891. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/transcoder/multipart.rbs +108 -0
  892. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/transcoder/utils/body_reader.rbs +15 -0
  893. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/transcoder/utils/deflater.rbs +30 -0
  894. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/transcoder.rbs +47 -0
  895. data/vendor/bundle/ruby/4.0.0/gems/httpx-1.8.4/sig/utils.rbs +21 -0
  896. data/vendor/bundle/ruby/4.0.0/specifications/http-2-1.2.3.gemspec +22 -0
  897. data/vendor/bundle/ruby/4.0.0/specifications/httpx-1.8.4.gemspec +28 -0
  898. metadata +426 -258
  899. data/docs/WorkflowWithDetailsAllOfBankModel.md +0 -18
  900. data/lib/cybrid_api_bank_ruby/models/workflow_with_details_all_of_bank_model.rb +0 -221
  901. data/spec/api_client_spec.rb +0 -226
  902. data/spec/configuration_spec.rb +0 -42
  903. data/spec/models/workflow_with_details_all_of_bank_model_spec.rb +0 -34
  904. data/vendor/bundle/ruby/4.0.0/cache/ethon-0.18.0.gem +0 -0
  905. data/vendor/bundle/ruby/4.0.0/cache/ffi-1.17.4-x86_64-linux-gnu.gem +0 -0
  906. data/vendor/bundle/ruby/4.0.0/cache/typhoeus-1.6.0.gem +0 -0
  907. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/CHANGELOG.md +0 -417
  908. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/LICENSE +0 -20
  909. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/README.md +0 -118
  910. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/ethon.gemspec +0 -37
  911. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/curl.rb +0 -90
  912. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/curls/classes.rb +0 -65
  913. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/curls/codes.rb +0 -123
  914. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/curls/constants.rb +0 -80
  915. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/curls/form_options.rb +0 -37
  916. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/curls/functions.rb +0 -58
  917. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/curls/infos.rb +0 -151
  918. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/curls/messages.rb +0 -19
  919. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/curls/options.rb +0 -503
  920. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/curls/settings.rb +0 -12
  921. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/callbacks.rb +0 -155
  922. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/debug_info.rb +0 -47
  923. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/features.rb +0 -31
  924. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/form.rb +0 -107
  925. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/header.rb +0 -61
  926. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/actionable.rb +0 -157
  927. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/custom.rb +0 -29
  928. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/delete.rb +0 -25
  929. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/get.rb +0 -24
  930. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/head.rb +0 -24
  931. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/options.rb +0 -24
  932. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/patch.rb +0 -24
  933. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/post.rb +0 -26
  934. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/postable.rb +0 -32
  935. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/put.rb +0 -27
  936. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http/putable.rb +0 -25
  937. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/http.rb +0 -68
  938. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/informations.rb +0 -116
  939. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/mirror.rb +0 -36
  940. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/operations.rb +0 -64
  941. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/options.rb +0 -50
  942. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/params.rb +0 -29
  943. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/queryable.rb +0 -154
  944. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/response_callbacks.rb +0 -136
  945. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy/util.rb +0 -28
  946. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/easy.rb +0 -315
  947. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/errors/ethon_error.rb +0 -9
  948. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/errors/global_init.rb +0 -13
  949. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/errors/invalid_option.rb +0 -13
  950. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/errors/invalid_value.rb +0 -13
  951. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/errors/multi_add.rb +0 -12
  952. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/errors/multi_fdset.rb +0 -12
  953. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/errors/multi_remove.rb +0 -12
  954. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/errors/multi_timeout.rb +0 -13
  955. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/errors/select.rb +0 -13
  956. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/errors.rb +0 -17
  957. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/libc.rb +0 -21
  958. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/loggable.rb +0 -58
  959. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/multi/operations.rb +0 -228
  960. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/multi/options.rb +0 -117
  961. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/multi/stack.rb +0 -49
  962. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/multi.rb +0 -126
  963. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon/version.rb +0 -6
  964. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/lib/ethon.rb +0 -36
  965. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/CHANGELOG.md +0 -507
  966. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/COPYING +0 -49
  967. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/Gemfile +0 -26
  968. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/LICENSE +0 -24
  969. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/LICENSE.SPECS +0 -22
  970. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/README.md +0 -138
  971. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/Rakefile +0 -209
  972. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/Steepfile +0 -8
  973. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/ffi.gemspec +0 -43
  974. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/3.0/ffi_c.so +0 -0
  975. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/3.1/ffi_c.so +0 -0
  976. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/3.2/ffi_c.so +0 -0
  977. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/3.3/ffi_c.so +0 -0
  978. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/3.4/ffi_c.so +0 -0
  979. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/4.0/ffi_c.so +0 -0
  980. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/abstract_memory.rb +0 -44
  981. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/autopointer.rb +0 -186
  982. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/buffer.rb +0 -4
  983. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/callback.rb +0 -4
  984. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/compat.rb +0 -54
  985. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/data_converter.rb +0 -67
  986. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/dynamic_library.rb +0 -118
  987. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/enum.rb +0 -302
  988. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/errno.rb +0 -43
  989. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/ffi.rb +0 -109
  990. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/function.rb +0 -94
  991. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/io.rb +0 -62
  992. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/library.rb +0 -592
  993. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/library_path.rb +0 -109
  994. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/managedstruct.rb +0 -84
  995. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/memorypointer.rb +0 -1
  996. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/aarch64-darwin/types.conf +0 -130
  997. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/aarch64-freebsd/types.conf +0 -128
  998. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -181
  999. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/aarch64-linux/types.conf +0 -175
  1000. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/aarch64-openbsd/types.conf +0 -134
  1001. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/aarch64-windows/types.conf +0 -52
  1002. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/arm-freebsd/types.conf +0 -152
  1003. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/arm-freebsd12/types.conf +0 -152
  1004. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/arm-linux/types.conf +0 -132
  1005. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/hppa1.1-linux/types.conf +0 -178
  1006. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/hppa2.0-linux/types.conf +0 -178
  1007. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/i386-cygwin/types.conf +0 -3
  1008. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/i386-darwin/types.conf +0 -100
  1009. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/i386-freebsd/types.conf +0 -152
  1010. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/i386-freebsd12/types.conf +0 -152
  1011. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/i386-gnu/types.conf +0 -107
  1012. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/i386-linux/types.conf +0 -103
  1013. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/i386-netbsd/types.conf +0 -126
  1014. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/i386-openbsd/types.conf +0 -128
  1015. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/i386-solaris/types.conf +0 -122
  1016. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/i386-windows/types.conf +0 -52
  1017. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/ia64-linux/types.conf +0 -104
  1018. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/loongarch64-linux/types.conf +0 -141
  1019. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/mips-linux/types.conf +0 -102
  1020. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/mips64-linux/types.conf +0 -104
  1021. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/mips64el-linux/types.conf +0 -104
  1022. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/mipsel-linux/types.conf +0 -102
  1023. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -102
  1024. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -102
  1025. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -104
  1026. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -104
  1027. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/powerpc-aix/types.conf +0 -180
  1028. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/powerpc-darwin/types.conf +0 -100
  1029. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/powerpc-linux/types.conf +0 -130
  1030. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/powerpc-openbsd/types.conf +0 -156
  1031. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/powerpc64-linux/types.conf +0 -104
  1032. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/powerpc64le-linux/types.conf +0 -100
  1033. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/riscv64-linux/types.conf +0 -104
  1034. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/s390-linux/types.conf +0 -102
  1035. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/s390x-linux/types.conf +0 -102
  1036. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/sparc-linux/types.conf +0 -102
  1037. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/sparc-solaris/types.conf +0 -128
  1038. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/sparcv9-linux/types.conf +0 -102
  1039. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -156
  1040. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/sparcv9-solaris/types.conf +0 -128
  1041. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/sw_64-linux/types.conf +0 -141
  1042. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-cygwin/types.conf +0 -3
  1043. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-darwin/types.conf +0 -130
  1044. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -130
  1045. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-freebsd/types.conf +0 -128
  1046. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -158
  1047. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-haiku/types.conf +0 -117
  1048. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-linux/types.conf +0 -132
  1049. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-msys/types.conf +0 -119
  1050. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-netbsd/types.conf +0 -128
  1051. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-openbsd/types.conf +0 -134
  1052. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-solaris/types.conf +0 -122
  1053. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform/x86_64-windows/types.conf +0 -52
  1054. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/platform.rb +0 -187
  1055. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/pointer.rb +0 -167
  1056. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/struct.rb +0 -317
  1057. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/struct_by_reference.rb +0 -72
  1058. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/struct_layout.rb +0 -96
  1059. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/struct_layout_builder.rb +0 -227
  1060. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/tools/const_generator.rb +0 -232
  1061. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/tools/generator.rb +0 -105
  1062. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/tools/generator_task.rb +0 -32
  1063. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/tools/struct_generator.rb +0 -195
  1064. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/types.rb +0 -222
  1065. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/union.rb +0 -43
  1066. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/variadic.rb +0 -80
  1067. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi/version.rb +0 -3
  1068. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/lib/ffi.rb +0 -27
  1069. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/samples/getlogin.rb +0 -8
  1070. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/samples/getpid.rb +0 -8
  1071. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/samples/gettimeofday.rb +0 -18
  1072. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/samples/hello.rb +0 -8
  1073. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/samples/hello_ractor.rb +0 -19
  1074. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/samples/inotify.rb +0 -60
  1075. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/samples/pty.rb +0 -75
  1076. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/samples/qsort.rb +0 -20
  1077. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/samples/qsort_ractor.rb +0 -36
  1078. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/abstract_memory.rbs +0 -165
  1079. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/auto_pointer.rbs +0 -26
  1080. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/buffer.rbs +0 -18
  1081. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/data_converter.rbs +0 -10
  1082. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/dynamic_library.rbs +0 -9
  1083. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/enum.rbs +0 -38
  1084. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/errno.rbs +0 -8
  1085. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/function.rbs +0 -39
  1086. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/library.rbs +0 -42
  1087. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/native_type.rbs +0 -86
  1088. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/platform.rbs +0 -49
  1089. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/pointer.rbs +0 -42
  1090. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/struct.rbs +0 -76
  1091. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/struct_by_reference.rbs +0 -11
  1092. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/struct_by_value.rbs +0 -7
  1093. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/struct_layout.rbs +0 -9
  1094. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/struct_layout_builder.rbs +0 -5
  1095. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/type.rbs +0 -39
  1096. data/vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi.rbs +0 -29
  1097. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/CHANGELOG.md +0 -465
  1098. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/CONTRIBUTING.md +0 -20
  1099. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/LICENSE +0 -22
  1100. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/README.md +0 -588
  1101. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/UPGRADE.md +0 -55
  1102. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -76
  1103. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/rack/typhoeus/middleware/params_decoder.rb +0 -57
  1104. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/rack/typhoeus.rb +0 -1
  1105. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/adapters/faraday.rb +0 -180
  1106. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/dalli.rb +0 -28
  1107. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/rails.rb +0 -28
  1108. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/redis.rb +0 -35
  1109. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/config.rb +0 -85
  1110. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/easy_factory.rb +0 -206
  1111. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/errors/no_stub.rb +0 -12
  1112. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/errors/typhoeus_error.rb +0 -8
  1113. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/errors.rb +0 -9
  1114. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/expectation.rb +0 -219
  1115. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/addable.rb +0 -23
  1116. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/before.rb +0 -31
  1117. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/block_connection.rb +0 -35
  1118. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/cacheable.rb +0 -15
  1119. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/memoizable.rb +0 -56
  1120. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/queueable.rb +0 -83
  1121. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/runnable.rb +0 -19
  1122. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/stubbable.rb +0 -28
  1123. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra.rb +0 -95
  1124. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/pool.rb +0 -70
  1125. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/railtie.rb +0 -12
  1126. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/actions.rb +0 -125
  1127. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/before.rb +0 -30
  1128. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/block_connection.rb +0 -52
  1129. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/cacheable.rb +0 -38
  1130. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/callbacks.rb +0 -151
  1131. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/marshal.rb +0 -22
  1132. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/memoizable.rb +0 -38
  1133. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/operations.rb +0 -40
  1134. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/responseable.rb +0 -29
  1135. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/streamable.rb +0 -34
  1136. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request/stubbable.rb +0 -30
  1137. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/request.rb +0 -223
  1138. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/response/cacheable.rb +0 -14
  1139. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/response/header.rb +0 -105
  1140. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/response/informations.rb +0 -305
  1141. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/response/status.rb +0 -106
  1142. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/response.rb +0 -68
  1143. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus/version.rb +0 -5
  1144. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/lib/typhoeus.rb +0 -143
  1145. data/vendor/bundle/ruby/4.0.0/gems/typhoeus-1.6.0/typhoeus.gemspec +0 -35
  1146. data/vendor/bundle/ruby/4.0.0/specifications/ethon-0.18.0.gemspec +0 -27
  1147. data/vendor/bundle/ruby/4.0.0/specifications/ffi-1.17.4-x86_64-linux-gnu.gemspec +0 -24
  1148. data/vendor/bundle/ruby/4.0.0/specifications/typhoeus-1.6.0.gemspec +0 -26
@@ -1,187 +0,0 @@
1
- #
2
- # Copyright (C) 2008, 2009 Wayne Meissner
3
- #
4
- # This file is part of ruby-ffi.
5
- #
6
- # All rights reserved.
7
- #
8
- # Redistribution and use in source and binary forms, with or without
9
- # modification, are permitted provided that the following conditions are met:
10
- #
11
- # * Redistributions of source code must retain the above copyright notice, this
12
- # list of conditions and the following disclaimer.
13
- # * Redistributions in binary form must reproduce the above copyright notice
14
- # this list of conditions and the following disclaimer in the documentation
15
- # and/or other materials provided with the distribution.
16
- # * Neither the name of the Ruby FFI project nor the names of its contributors
17
- # may be used to endorse or promote products derived from this software
18
- # without specific prior written permission.
19
- #
20
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
- # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
- # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
24
- # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
- # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
- # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
- # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
- # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
- # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.#
30
-
31
- require 'rbconfig'
32
- require_relative 'compat'
33
-
34
- module FFI
35
- class PlatformError < LoadError; end
36
-
37
- # This module defines different constants and class methods to play with
38
- # various platforms.
39
- module Platform
40
- OS = FFI.make_shareable(case RbConfig::CONFIG['host_os'].downcase
41
- when /linux/
42
- "linux"
43
- when /darwin/
44
- "darwin"
45
- when /freebsd/
46
- "freebsd"
47
- when /netbsd/
48
- "netbsd"
49
- when /openbsd/
50
- "openbsd"
51
- when /dragonfly/
52
- "dragonflybsd"
53
- when /sunos|solaris/
54
- "solaris"
55
- when /mingw|mswin/
56
- "windows"
57
- else
58
- RbConfig::CONFIG['host_os'].downcase
59
- end)
60
-
61
- OSVERSION = RbConfig::CONFIG['host_os'].gsub(/[^\d]/, '').to_i
62
-
63
- CPU = FFI.make_shareable(RbConfig::CONFIG['host_cpu'])
64
-
65
- ARCH = FFI.make_shareable(case CPU.downcase
66
- when /amd64|x86_64|x64/
67
- "x86_64"
68
- when /i\d86|x86|i86pc/
69
- "i386"
70
- when /ppc64|powerpc64/
71
- "powerpc64"
72
- when /ppc|powerpc/
73
- "powerpc"
74
- when /sparcv9|sparc64/
75
- "sparcv9"
76
- when /arm64|aarch64/ # MacOS calls it "arm64", other operating systems "aarch64"
77
- "aarch64"
78
- when /^arm/
79
- if OS == "darwin" # Ruby before 3.0 reports "arm" instead of "arm64" as host_cpu on darwin
80
- "aarch64"
81
- else
82
- "arm"
83
- end
84
- else
85
- RbConfig::CONFIG['host_cpu']
86
- end)
87
-
88
- private
89
- # @param [String) os
90
- # @return [Boolean]
91
- # Test if current OS is +os+.
92
- def self.is_os(os)
93
- OS == os
94
- end
95
-
96
- IS_GNU = defined?(GNU_LIBC)
97
- IS_LINUX = is_os("linux")
98
- IS_MAC = is_os("darwin")
99
- IS_FREEBSD = is_os("freebsd")
100
- IS_NETBSD = is_os("netbsd")
101
- IS_OPENBSD = is_os("openbsd")
102
- IS_DRAGONFLYBSD = is_os("dragonfly")
103
- IS_SOLARIS = is_os("solaris")
104
- IS_WINDOWS = is_os("windows")
105
- IS_BSD = IS_MAC || IS_FREEBSD || IS_NETBSD || IS_OPENBSD || IS_DRAGONFLYBSD
106
-
107
- # Add the version for known ABI breaks
108
- name_version = "12" if IS_FREEBSD && OSVERSION >= 12 # 64-bit inodes
109
-
110
- NAME = FFI.make_shareable("#{ARCH}-#{OS}#{name_version}")
111
- CONF_DIR = FFI.make_shareable(File.join(File.dirname(__FILE__), 'platform', NAME))
112
-
113
- public
114
-
115
- LIBPREFIX = FFI.make_shareable(case OS
116
- when /windows|msys/
117
- ''
118
- when /cygwin/
119
- 'cyg'
120
- else
121
- 'lib'
122
- end)
123
-
124
- LIBSUFFIX = FFI.make_shareable(case OS
125
- when /darwin/
126
- 'dylib'
127
- when /linux|bsd|solaris/
128
- 'so'
129
- when /windows|cygwin|msys/
130
- 'dll'
131
- else
132
- # Punt and just assume a sane unix (i.e. anything but AIX)
133
- 'so'
134
- end)
135
-
136
- LIBC = FFI.make_shareable(if IS_WINDOWS
137
- crtname = RbConfig::CONFIG["RUBY_SO_NAME"][/msvc\w+/] || 'ucrtbase'
138
- "#{crtname}.dll"
139
- elsif IS_GNU
140
- GNU_LIBC
141
- elsif OS == 'cygwin'
142
- "cygwin1.dll"
143
- elsif OS == 'msys'
144
- # Not sure how msys 1.0 behaves, tested on MSYS2.
145
- "msys-2.0.dll"
146
- else
147
- "#{LIBPREFIX}c.#{LIBSUFFIX}"
148
- end)
149
-
150
- LITTLE_ENDIAN = 1234 unless defined?(LITTLE_ENDIAN)
151
- BIG_ENDIAN = 4321 unless defined?(BIG_ENDIAN)
152
- unless defined?(BYTE_ORDER)
153
- BYTE_ORDER = [0x12345678].pack("I") == [0x12345678].pack("N") ? BIG_ENDIAN : LITTLE_ENDIAN
154
- end
155
-
156
- # Test if current OS is a *BSD (include MAC)
157
- # @return [Boolean]
158
- def self.bsd?
159
- IS_BSD
160
- end
161
-
162
- # Test if current OS is Windows
163
- # @return [Boolean]
164
- def self.windows?
165
- IS_WINDOWS
166
- end
167
-
168
- # Test if current OS is Mac OS
169
- # @return [Boolean]
170
- def self.mac?
171
- IS_MAC
172
- end
173
-
174
- # Test if current OS is Solaris (Sun OS)
175
- # @return [Boolean]
176
- def self.solaris?
177
- IS_SOLARIS
178
- end
179
-
180
- # Test if current OS is a unix OS
181
- # @return [Boolean]
182
- def self.unix?
183
- !IS_WINDOWS
184
- end
185
- end
186
- end
187
-
@@ -1,167 +0,0 @@
1
- #
2
- # Copyright (C) 2008, 2009 Wayne Meissner
3
- # Copyright (c) 2007, 2008 Evan Phoenix
4
- #
5
- # This file is part of ruby-ffi.
6
- #
7
- # All rights reserved.
8
- #
9
- # Redistribution and use in source and binary forms, with or without
10
- # modification, are permitted provided that the following conditions are met:
11
- #
12
- # * Redistributions of source code must retain the above copyright notice, this
13
- # list of conditions and the following disclaimer.
14
- # * Redistributions in binary form must reproduce the above copyright notice
15
- # this list of conditions and the following disclaimer in the documentation
16
- # and/or other materials provided with the distribution.
17
- # * Neither the name of the Ruby FFI project nor the names of its contributors
18
- # may be used to endorse or promote products derived from this software
19
- # without specific prior written permission.
20
- #
21
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
- # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
- # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24
- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
25
- # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26
- # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27
- # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
28
- # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29
- # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
- # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
- #
32
-
33
- require 'ffi/platform'
34
-
35
- # NOTE: all method definitions in this file are conditional on
36
- # whether they are not already defined. This is needed because
37
- # some Ruby implementations (e.g., TruffleRuby) might already
38
- # provide these methods due to using FFI internally, and we
39
- # should not override them to avoid warnings.
40
-
41
- module FFI
42
- class Pointer
43
-
44
- # Pointer size
45
- SIZE = Platform::ADDRESS_SIZE / 8 unless const_defined?(:SIZE)
46
-
47
- # Return the size of a pointer on the current platform, in bytes
48
- # @return [Integer]
49
- def self.size
50
- SIZE
51
- end unless respond_to?(:size)
52
-
53
- # @param [nil,Integer] len length of string to return
54
- # @return [String]
55
- # Read pointer's contents as a string, or the first +len+ bytes of the
56
- # equivalent string if +len+ is not +nil+.
57
- def read_string(len=nil)
58
- if len
59
- return ''.b if len == 0
60
- get_bytes(0, len)
61
- else
62
- get_string(0)
63
- end
64
- end unless method_defined?(:read_string)
65
-
66
- # @param [Integer] len length of string to return
67
- # @return [String]
68
- # Read the first +len+ bytes of pointer's contents as a string.
69
- #
70
- # Same as:
71
- # ptr.read_string(len) # with len not nil
72
- def read_string_length(len)
73
- get_bytes(0, len)
74
- end unless method_defined?(:read_string_length)
75
-
76
- # @return [String]
77
- # Read pointer's contents as a string.
78
- #
79
- # Same as:
80
- # ptr.read_string # with no len
81
- def read_string_to_null
82
- get_string(0)
83
- end unless method_defined?(:read_string_to_null)
84
-
85
- # @param [String] str string to write
86
- # @param [Integer] len length of string to return
87
- # @return [self]
88
- # Write +len+ first bytes of +str+ in pointer's contents.
89
- #
90
- # Same as:
91
- # ptr.write_string(str, len) # with len not nil
92
- def write_string_length(str, len)
93
- put_bytes(0, str, 0, len)
94
- end unless method_defined?(:write_string_length)
95
-
96
- # @param [String] str string to write
97
- # @param [Integer] len length of string to return
98
- # @return [self]
99
- # Write +str+ in pointer's contents, or first +len+ bytes if
100
- # +len+ is not +nil+.
101
- def write_string(str, len=nil)
102
- len = str.bytesize unless len
103
- # Write the string data without NUL termination
104
- put_bytes(0, str, 0, len)
105
- end unless method_defined?(:write_string)
106
-
107
- # @param [Type] type type of data to read from pointer's contents
108
- # @param [Symbol] reader method to send to +self+ to read +type+
109
- # @param [Integer] length
110
- # @return [Array]
111
- # Read an array of +type+ of length +length+.
112
- # @example
113
- # ptr.read_array_of_type(TYPE_UINT8, :read_uint8, 4) # -> [1, 2, 3, 4]
114
- def read_array_of_type(type, reader, length)
115
- ary = []
116
- size = FFI.type_size(type)
117
- tmp = self
118
- length.times { |j|
119
- ary << tmp.send(reader)
120
- tmp += size unless j == length-1 # avoid OOB
121
- }
122
- ary
123
- end unless method_defined?(:read_array_of_type)
124
-
125
- # @param [Type] type type of data to write to pointer's contents
126
- # @param [Symbol] writer method to send to +self+ to write +type+
127
- # @param [Array] ary
128
- # @return [self]
129
- # Write +ary+ in pointer's contents as +type+.
130
- # @example
131
- # ptr.write_array_of_type(TYPE_UINT8, :put_uint8, [1, 2, 3 ,4])
132
- def write_array_of_type(type, writer, ary)
133
- size = FFI.type_size(type)
134
- ary.each_with_index { |val, i|
135
- break unless i < self.size
136
- self.send(writer, i * size, val)
137
- }
138
- self
139
- end unless method_defined?(:write_array_of_type)
140
-
141
- # @return [self]
142
- def to_ptr
143
- self
144
- end unless method_defined?(:to_ptr)
145
-
146
- # @param [Symbol,Type] type of data to read
147
- # @return [Object]
148
- # Read pointer's contents as +type+
149
- #
150
- # Same as:
151
- # ptr.get(type, 0)
152
- def read(type)
153
- get(type, 0)
154
- end unless method_defined?(:read)
155
-
156
- # @param [Symbol,Type] type of data to read
157
- # @param [Object] value to write
158
- # @return [nil]
159
- # Write +value+ of type +type+ to pointer's content
160
- #
161
- # Same as:
162
- # ptr.put(type, 0)
163
- def write(type, value)
164
- put(type, 0, value)
165
- end unless method_defined?(:write)
166
- end
167
- end
@@ -1,317 +0,0 @@
1
- #
2
- # Copyright (C) 2008-2010 Wayne Meissner
3
- # Copyright (C) 2008, 2009 Andrea Fazzi
4
- # Copyright (C) 2008, 2009 Luc Heinrich
5
- #
6
- # This file is part of ruby-ffi.
7
- #
8
- # All rights reserved.
9
- #
10
- # Redistribution and use in source and binary forms, with or without
11
- # modification, are permitted provided that the following conditions are met:
12
- #
13
- # * Redistributions of source code must retain the above copyright notice, this
14
- # list of conditions and the following disclaimer.
15
- # * Redistributions in binary form must reproduce the above copyright notice
16
- # this list of conditions and the following disclaimer in the documentation
17
- # and/or other materials provided with the distribution.
18
- # * Neither the name of the Ruby FFI project nor the names of its contributors
19
- # may be used to endorse or promote products derived from this software
20
- # without specific prior written permission.
21
- #
22
- # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
23
- # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24
- # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25
- # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
26
- # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27
- # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
28
- # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29
- # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
30
- # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31
- # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
- #
33
-
34
- require 'ffi/platform'
35
- require 'ffi/struct_layout'
36
- require 'ffi/struct_layout_builder'
37
- require 'ffi/struct_by_reference'
38
-
39
- module FFI
40
-
41
- class Struct
42
-
43
- # Get struct size
44
- # @return [Integer]
45
- def size
46
- self.class.size
47
- end
48
-
49
- # @return [Integer] Struct alignment
50
- def alignment
51
- self.class.alignment
52
- end
53
- alias_method :align, :alignment
54
-
55
- # (see FFI::StructLayout#offset_of)
56
- def offset_of(name)
57
- self.class.offset_of(name)
58
- end
59
-
60
- # (see FFI::StructLayout#members)
61
- def members
62
- self.class.members
63
- end
64
-
65
- # @return [Array]
66
- # Get array of values from Struct fields.
67
- def values
68
- members.map { |m| self[m] }
69
- end
70
-
71
- # (see FFI::StructLayout#offsets)
72
- def offsets
73
- self.class.offsets
74
- end
75
-
76
- # Clear the struct content.
77
- # @return [self]
78
- def clear
79
- pointer.clear
80
- self
81
- end
82
-
83
- # Get {Pointer} to struct content.
84
- # @return [AbstractMemory]
85
- def to_ptr
86
- pointer
87
- end
88
-
89
- # Get struct size
90
- # @return [Integer]
91
- def self.size
92
- defined?(@layout) ? @layout.size : defined?(@size) ? @size : 0
93
- end
94
-
95
- # set struct size
96
- # @param [Integer] size
97
- # @return [size]
98
- def self.size=(size)
99
- raise ArgumentError, "Size already set" if defined?(@size) || defined?(@layout)
100
- @size = size
101
- end
102
-
103
- # @return (see Struct#alignment)
104
- def self.alignment
105
- @layout.alignment
106
- end
107
-
108
- # (see FFI::Type#members)
109
- def self.members
110
- @layout.members
111
- end
112
-
113
- # (see FFI::StructLayout#offsets)
114
- def self.offsets
115
- @layout.offsets
116
- end
117
-
118
- # (see FFI::StructLayout#offset_of)
119
- def self.offset_of(name)
120
- @layout.offset_of(name)
121
- end
122
-
123
- def self.in
124
- ptr(:in)
125
- end
126
-
127
- def self.out
128
- ptr(:out)
129
- end
130
-
131
- def self.ptr(flags = :inout)
132
- @ref_data_type ||= Type::Mapped.new(StructByReference.new(self))
133
- end
134
-
135
- def self.val
136
- @val_data_type ||= StructByValue.new(self)
137
- end
138
-
139
- def self.by_value
140
- self.val
141
- end
142
-
143
- def self.by_ref(flags = :inout)
144
- self.ptr(flags)
145
- end
146
-
147
- class ManagedStructConverter < StructByReference
148
-
149
- # @param [Struct] struct_class
150
- def initialize(struct_class)
151
- super(struct_class)
152
-
153
- raise NoMethodError, "release() not implemented for class #{struct_class}" unless struct_class.respond_to? :release
154
- @method = struct_class.method(:release)
155
- end
156
-
157
- # @param [Pointer] ptr
158
- # @param [nil] ctx
159
- # @return [Struct]
160
- def from_native(ptr, ctx)
161
- struct_class.new(AutoPointer.new(ptr, @method))
162
- end
163
- end
164
-
165
- def self.auto_ptr
166
- @managed_type ||= Type::Mapped.new(ManagedStructConverter.new(self))
167
- end
168
-
169
-
170
- class << self
171
- public
172
-
173
- # @return [StructLayout]
174
- # @overload layout
175
- # @return [StructLayout]
176
- # Get struct layout.
177
- # @overload layout(*spec)
178
- # @param [Array<Symbol, Integer>,Array(Hash)] spec
179
- # @return [StructLayout]
180
- # Create struct layout from +spec+.
181
- # @example Creating a layout from an array +spec+
182
- # class MyStruct < Struct
183
- # layout :field1, :int,
184
- # :field2, :pointer,
185
- # :field3, :string
186
- # end
187
- # @example Creating a layout from an array +spec+ with offset
188
- # class MyStructWithOffset < Struct
189
- # layout :field1, :int,
190
- # :field2, :pointer, 6, # set offset to 6 for this field
191
- # :field3, :string
192
- # end
193
- # @example Creating a layout from a hash +spec+
194
- # class MyStructFromHash < Struct
195
- # layout :field1 => :int,
196
- # :field2 => :pointer,
197
- # :field3 => :string
198
- # end
199
- # @example Creating a layout with pointers to functions
200
- # class MyFunctionTable < Struct
201
- # layout :function1, callback([:int, :int], :int),
202
- # :function2, callback([:pointer], :void),
203
- # :field3, :string
204
- # end
205
- def layout(*spec)
206
- return @layout if spec.size == 0
207
-
208
- warn "[DEPRECATION] Struct layout is already defined for class #{self.inspect}. Redefinition as in #{caller[0]} will be disallowed in ffi-2.0." if defined?(@layout)
209
-
210
- builder = StructLayoutBuilder.new
211
- builder.union = self < Union
212
- builder.packed = @packed if defined?(@packed)
213
- builder.alignment = @min_alignment if defined?(@min_alignment)
214
-
215
- if spec[0].kind_of?(Hash)
216
- hash_layout(builder, spec)
217
- else
218
- array_layout(builder, spec)
219
- end
220
- builder.size = @size if defined?(@size) && @size > builder.size
221
- cspec = builder.build
222
- @layout = cspec unless self == Struct
223
- @size = cspec.size
224
- return cspec
225
- end
226
-
227
-
228
- protected
229
-
230
- def callback(params, ret)
231
- mod = enclosing_module
232
- ret_type = find_type(ret, mod)
233
- if ret_type == Type::STRING
234
- raise TypeError, ":string is not allowed as return type of callbacks"
235
- end
236
- FFI::CallbackInfo.new(ret_type, params.map { |e| find_type(e, mod) })
237
- end
238
-
239
- def packed(packed = 1)
240
- @packed = packed
241
- end
242
- alias :pack :packed
243
-
244
- def aligned(alignment = 1)
245
- @min_alignment = alignment
246
- end
247
- alias :align :aligned
248
-
249
- def enclosing_module
250
- begin
251
- mod = self.name.split("::")[0..-2].inject(Object) { |obj, c| obj.const_get(c) }
252
- if mod.respond_to?(:find_type) && (mod.is_a?(FFI::Library) || mod < FFI::Struct)
253
- mod
254
- end
255
- rescue Exception
256
- nil
257
- end
258
- end
259
-
260
-
261
- def find_field_type(type, mod = enclosing_module)
262
- if type.kind_of?(Class) && type < Struct
263
- FFI::Type::Struct.new(type)
264
-
265
- elsif type.kind_of?(Class) && type < FFI::StructLayout::Field
266
- type
267
-
268
- elsif type.kind_of?(::Array)
269
- FFI::Type::Array.new(find_field_type(type[0]), type[1])
270
-
271
- else
272
- find_type(type, mod)
273
- end
274
- end
275
-
276
- def find_type(type, mod = enclosing_module)
277
- if mod
278
- mod.find_type(type)
279
- end || FFI.find_type(type)
280
- end
281
-
282
- private
283
-
284
- # @param [StructLayoutBuilder] builder
285
- # @param [Hash] spec
286
- # @return [builder]
287
- # Add hash +spec+ to +builder+.
288
- def hash_layout(builder, spec)
289
- spec[0].each do |name, type|
290
- builder.add name, find_field_type(type), nil
291
- end
292
- end
293
-
294
- # @param [StructLayoutBuilder] builder
295
- # @param [Array<Symbol, Integer>] spec
296
- # @return [builder]
297
- # Add array +spec+ to +builder+.
298
- def array_layout(builder, spec)
299
- i = 0
300
- while i < spec.size
301
- name, type = spec[i, 2]
302
- i += 2
303
-
304
- # If the next param is a Integer, it specifies the offset
305
- if spec[i].kind_of?(Integer)
306
- offset = spec[i]
307
- i += 1
308
- else
309
- offset = nil
310
- end
311
-
312
- builder.add name, find_field_type(type), offset
313
- end
314
- end
315
- end
316
- end
317
- end