cybrid_api_bank_ruby 0.27.0 → 0.37.25
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/README.md +101 -42
- data/cybrid_api_bank_ruby.gemspec +2 -2
- data/docs/AccountBankModel.md +5 -1
- data/docs/AccountsBankApi.md +3 -3
- data/docs/AssetsBankApi.md +2 -2
- data/docs/BankBankModel.md +4 -2
- data/docs/BanksBankApi.md +78 -3
- data/docs/CustomerBankModel.md +2 -2
- data/docs/CustomersBankApi.md +2 -2
- data/docs/{TradingConfigurationBankModel.md → FeeConfigurationBankModel.md} +6 -2
- data/docs/{TradingConfigurationListBankModel.md → FeeConfigurationListBankModel.md} +3 -3
- data/docs/FeeConfigurationsBankApi.md +230 -0
- data/docs/IdentityRecordsBankApi.md +3 -3
- data/docs/PatchBankBankModel.md +22 -0
- data/docs/PostAccountBankModel.md +2 -0
- data/docs/PostBankBankModel.md +4 -2
- data/docs/PostFeeConfigurationBankModel.md +24 -0
- data/docs/PostQuoteBankModel.md +11 -5
- data/docs/PostRewardBankModel.md +24 -0
- data/docs/QuoteBankModel.md +13 -7
- data/docs/QuotesBankApi.md +3 -3
- data/docs/RewardBankModel.md +36 -0
- data/docs/{ExchangeListBankModel.md → RewardListBankModel.md} +3 -3
- data/docs/RewardsBankApi.md +236 -0
- data/docs/TradesBankApi.md +2 -2
- data/docs/VerificationKeysBankApi.md +2 -2
- data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +6 -6
- data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +6 -6
- data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +80 -6
- data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +6 -6
- data/lib/cybrid_api_bank_ruby/api/fee_configurations_bank_api.rb +228 -0
- data/lib/cybrid_api_bank_ruby/api/identity_records_bank_api.rb +8 -8
- data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +2 -2
- data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +6 -6
- data/lib/cybrid_api_bank_ruby/api/rewards_bank_api.rb +237 -0
- data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +2 -2
- data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +6 -6
- data/lib/cybrid_api_bank_ruby/api/verification_keys_bank_api.rb +6 -6
- data/lib/cybrid_api_bank_ruby/api_client.rb +2 -2
- data/lib/cybrid_api_bank_ruby/api_error.rb +2 -2
- data/lib/cybrid_api_bank_ruby/configuration.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +53 -8
- data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/attestation_details_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +25 -13
- data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +16 -16
- data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/fee_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/fee_configuration_bank_model.rb +402 -0
- data/lib/cybrid_api_bank_ruby/models/fee_configuration_list_bank_model.rb +296 -0
- data/lib/cybrid_api_bank_ruby/models/identity_record_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/identity_record_list_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +268 -0
- data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +27 -5
- data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +28 -16
- data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/post_fee_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/post_fee_configuration_bank_model.rb +342 -0
- data/lib/cybrid_api_bank_ruby/models/post_identity_record_attestation_details_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/post_identity_record_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +97 -26
- data/lib/cybrid_api_bank_ruby/models/post_reward_bank_model.rb +316 -0
- data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/post_verification_key_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +96 -14
- data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/reward_bank_model.rb +440 -0
- data/lib/cybrid_api_bank_ruby/models/reward_list_bank_model.rb +329 -0
- data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/verification_key_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/models/verification_key_list_bank_model.rb +2 -2
- data/lib/cybrid_api_bank_ruby/version.rb +3 -3
- data/lib/cybrid_api_bank_ruby.rb +11 -11
- data/spec/api/accounts_bank_api_spec.rb +2 -2
- data/spec/api/assets_bank_api_spec.rb +2 -2
- data/spec/api/banks_bank_api_spec.rb +15 -2
- data/spec/api/customers_bank_api_spec.rb +2 -2
- data/spec/api/fee_configurations_bank_api_spec.rb +72 -0
- data/spec/api/identity_records_bank_api_spec.rb +3 -3
- data/spec/api/prices_bank_api_spec.rb +2 -2
- data/spec/api/quotes_bank_api_spec.rb +2 -2
- data/spec/api/rewards_bank_api_spec.rb +75 -0
- data/spec/api/symbols_bank_api_spec.rb +2 -2
- data/spec/api/trades_bank_api_spec.rb +2 -2
- data/spec/api/verification_keys_bank_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/account_bank_model_spec.rb +23 -3
- data/spec/models/account_list_bank_model_spec.rb +2 -2
- data/spec/models/asset_bank_model_spec.rb +2 -2
- data/spec/models/asset_list_bank_model_spec.rb +2 -2
- data/spec/models/attestation_details_bank_model_spec.rb +2 -2
- data/spec/models/bank_bank_model_spec.rb +10 -4
- data/spec/models/bank_list_bank_model_spec.rb +2 -2
- data/spec/models/customer_bank_model_spec.rb +4 -4
- data/spec/models/customer_list_bank_model_spec.rb +2 -2
- data/spec/models/error_response_bank_model_spec.rb +2 -2
- data/spec/models/fee_bank_model_spec.rb +2 -2
- data/spec/models/fee_configuration_bank_model_spec.rb +78 -0
- data/spec/models/fee_configuration_list_bank_model_spec.rb +52 -0
- data/spec/models/identity_record_bank_model_spec.rb +2 -2
- data/spec/models/identity_record_list_bank_model_spec.rb +2 -2
- data/spec/models/patch_bank_bank_model_spec.rb +46 -0
- data/spec/models/post_account_bank_model_spec.rb +13 -3
- data/spec/models/post_bank_bank_model_spec.rb +10 -4
- data/spec/models/post_customer_bank_model_spec.rb +2 -2
- data/spec/models/post_fee_bank_model_spec.rb +2 -2
- data/spec/models/post_fee_configuration_bank_model_spec.rb +60 -0
- data/spec/models/post_identity_record_attestation_details_bank_model_spec.rb +2 -2
- data/spec/models/post_identity_record_bank_model_spec.rb +2 -2
- data/spec/models/post_quote_bank_model_spec.rb +29 -3
- data/spec/models/post_reward_bank_model_spec.rb +52 -0
- data/spec/models/post_trade_bank_model_spec.rb +2 -2
- data/spec/models/post_verification_key_bank_model_spec.rb +2 -2
- data/spec/models/quote_bank_model_spec.rb +29 -3
- data/spec/models/quote_list_bank_model_spec.rb +2 -2
- data/spec/models/reward_bank_model_spec.rb +92 -0
- data/spec/models/reward_list_bank_model_spec.rb +52 -0
- data/spec/models/symbol_price_bank_model_spec.rb +2 -2
- data/spec/models/trade_bank_model_spec.rb +2 -2
- data/spec/models/trade_list_bank_model_spec.rb +2 -2
- data/spec/models/verification_key_bank_model_spec.rb +2 -2
- data/spec/models/verification_key_list_bank_model_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- data/vendor/bundle/ruby/3.1.0/cache/parser-3.1.2.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/pry-0.14.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/pry-byebug-3.10.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby31.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby32.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/version.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/CHANGELOG.md +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/README.md +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/cli.rb +7 -27
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/code.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/show_doc.rb +0 -1
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/show_source.rb +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/config.rb +0 -4
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/helpers/documentation_helpers.rb +2 -1
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/helpers/text.rb +6 -6
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/pry_class.rb +0 -5
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/version.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry.rb +0 -1
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/CHANGELOG.md +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/README.md +2 -5
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/byebug/processors/pry_processor.rb +2 -10
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/pry_ext.rb +5 -3
- data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/version.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/specifications/{parser-3.1.2.0.gemspec → parser-3.1.2.1.gemspec} +4 -4
- data/vendor/bundle/ruby/3.1.0/specifications/{pry-0.13.1.gemspec → pry-0.14.1.gemspec} +3 -3
- data/vendor/bundle/ruby/3.1.0/specifications/{pry-byebug-3.9.0.gemspec → pry-byebug-3.10.1.gemspec} +6 -6
- metadata +285 -286
- data/docs/CybridAccountBankModel.md +0 -28
- data/docs/ExchangeAccountBankModel.md +0 -26
- data/docs/ExchangeBankModel.md +0 -26
- data/docs/PostTradingConfigurationBankModel.md +0 -20
- data/docs/SystemAccountBankModel.md +0 -26
- data/docs/TradingConfigurationsBankApi.md +0 -230
- data/lib/cybrid_api_bank_ruby/api/trading_configurations_bank_api.rb +0 -228
- data/lib/cybrid_api_bank_ruby/models/cybrid_account_bank_model.rb +0 -388
- data/lib/cybrid_api_bank_ruby/models/exchange_account_bank_model.rb +0 -366
- data/lib/cybrid_api_bank_ruby/models/exchange_bank_model.rb +0 -354
- data/lib/cybrid_api_bank_ruby/models/exchange_list_bank_model.rb +0 -329
- data/lib/cybrid_api_bank_ruby/models/post_trading_configuration_bank_model.rb +0 -270
- data/lib/cybrid_api_bank_ruby/models/system_account_bank_model.rb +0 -366
- data/lib/cybrid_api_bank_ruby/models/trading_configuration_bank_model.rb +0 -335
- data/lib/cybrid_api_bank_ruby/models/trading_configuration_list_bank_model.rb +0 -296
- data/spec/api/trading_configurations_bank_api_spec.rb +0 -72
- data/spec/models/cybrid_account_bank_model_spec.rb +0 -72
- data/spec/models/exchange_account_bank_model_spec.rb +0 -62
- data/spec/models/exchange_bank_model_spec.rb +0 -66
- data/spec/models/exchange_list_bank_model_spec.rb +0 -52
- data/spec/models/post_trading_configuration_bank_model_spec.rb +0 -40
- data/spec/models/system_account_bank_model_spec.rb +0 -62
- data/spec/models/trading_configuration_bank_model_spec.rb +0 -58
- data/spec/models/trading_configuration_list_bank_model_spec.rb +0 -52
- data/vendor/bundle/ruby/3.1.0/cache/parser-3.1.2.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/pry-0.13.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/pry-byebug-3.9.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.13.1/lib/pry/plugins.rb +0 -139
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/bin/ruby-parse +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/bin/ruby-rewrite +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/gauntlet_parser.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/all.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ast/node.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ast/processor.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/base.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/builders/default.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/clobbering_error.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/color.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/context.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/current.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/current_arg_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/deprecation.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/diagnostic/engine.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/diagnostic.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/dedenter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/explanation.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/literal.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/stack_state.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/macruby.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/max_numparam_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/meta.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby18.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby19.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby20.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby21.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby22.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby23.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby24.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby25.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby26.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby27.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby28.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby30.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/rubymotion.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/runner/ruby_parse.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/runner/ruby_rewrite.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/runner.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/comment/associator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/comment.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/collection.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/condition.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/constant.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/definition.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/for.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/heredoc.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/index.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/keyword.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/method_definition.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/objc_kwarg.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/operator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/rescue_body.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/send.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/ternary.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/variable.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/range.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/tree_rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/static_environment.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/syntax_error.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/variables_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/parser.gemspec +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/bin/pry +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/basic_object.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/block_command.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/class_command.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/code/code_file.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/code/code_range.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/code/loc.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/code_object.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/color_printer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/command.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/command_set.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/command_state.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/amend_line.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/bang.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/bang_pry.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/cat/abstract_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/cat/exception_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/cat/file_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/cat/input_expression_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/cat.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/cd.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/change_inspector.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/change_prompt.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/clear_screen.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/code_collector.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/disable_pry.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/easter_eggs.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/edit/exception_patcher.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/edit/file_and_line_locator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/edit.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/exit.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/exit_all.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/exit_program.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/find_method.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/fix_indent.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/help.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/hist.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/import_set.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/jump_to.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/list_inspectors.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/globals.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/grep.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/instance_vars.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/interrogatable.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/jruby_hacks.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/local_names.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/local_vars.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/ls_entity.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/methods.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/methods_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls/self_methods.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ls.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/nesting.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/play.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/pry_backtrace.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/pry_version.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/raise_up.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/reload_code.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/reset.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/ri.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/save_file.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/shell_command.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/shell_mode.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/show_info.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/show_input.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/stat.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/switch_to.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/toggle_color.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/watch_expression/expression.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/watch_expression.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/whereami.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/commands/wtf.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/config/attributable.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/config/lazy_value.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/config/memoized_value.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/config/value.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/control_d_handler.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/core_extensions.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/editor.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/env.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/exception_handler.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/exceptions.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/forwardable.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/helpers/base_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/helpers/command_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/helpers/options_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/helpers/platform.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/helpers/table.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/history.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/hooks.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/indent.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/input_completer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/input_lock.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/inspector.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/last_exception.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/method/disowned.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/method/patcher.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/method/weird_method_locator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/method.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/object_path.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/output.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/pager.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/prompt.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/pry_instance.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/repl.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/repl_file_loader.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/ring.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/slop/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/slop/commands.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/slop/option.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/slop.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/syntax_highlighter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/system_command_handler.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/testable/evalable.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/testable/mockable.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/testable/pry_tester.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/testable/utility.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/testable/variables.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/testable.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/warning.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/wrapped_module/candidate.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-0.13.1 → pry-0.14.1}/lib/pry/wrapped_module.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry/byebug/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/base.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/cli.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/backtrace.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/breakpoint.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/continue.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/down.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/exit_all.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/finish.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/frame.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/next.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/step.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands/up.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/commands.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/control_d_handler.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/helpers/breakpoints.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/helpers/location.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/helpers/multiline.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/helpers/navigation.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug/pry_remote_ext.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{pry-byebug-3.9.0 → pry-byebug-3.10.1}/lib/pry-byebug.rb +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# CybridApiBank::
|
|
1
|
+
# CybridApiBank::FeeConfigurationListBankModel
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
| **total** | **Integer** | The total number of records available. | [optional] |
|
|
8
8
|
| **page** | **Integer** | The page index to retrieve. | [optional] |
|
|
9
9
|
| **per_page** | **Integer** | The number of entities per page to return. | [optional] |
|
|
10
|
-
| **objects** | [**Array<
|
|
10
|
+
| **objects** | [**Array<FeeConfigurationBankModel>**](FeeConfigurationBankModel.md) | | [optional] |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'cybrid_api_bank_ruby'
|
|
16
16
|
|
|
17
|
-
instance = CybridApiBank::
|
|
17
|
+
instance = CybridApiBank::FeeConfigurationListBankModel.new(
|
|
18
18
|
total: null,
|
|
19
19
|
page: null,
|
|
20
20
|
per_page: null,
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
# CybridApiBank::FeeConfigurationsBankApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://bank.demo.cybrid.app*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**create_fee_configuration**](FeeConfigurationsBankApi.md#create_fee_configuration) | **POST** /api/fee_configurations | Create Fee Configuration |
|
|
8
|
+
| [**get_fee_configuration**](FeeConfigurationsBankApi.md#get_fee_configuration) | **GET** /api/fee_configurations/{fee_configuration_guid} | Get Fee Configuration |
|
|
9
|
+
| [**list_fee_configurations**](FeeConfigurationsBankApi.md#list_fee_configurations) | **GET** /api/fee_configurations | List Fee Configurations |
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## create_fee_configuration
|
|
13
|
+
|
|
14
|
+
> <FeeConfigurationBankModel> create_fee_configuration(post_fee_configuration_bank_model)
|
|
15
|
+
|
|
16
|
+
Create Fee Configuration
|
|
17
|
+
|
|
18
|
+
Creates a fee configuration. Required scope: **banks:write**
|
|
19
|
+
|
|
20
|
+
### Examples
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'time'
|
|
24
|
+
require 'cybrid_api_bank_ruby'
|
|
25
|
+
# setup authorization
|
|
26
|
+
CybridApiBank.configure do |config|
|
|
27
|
+
# Configure Bearer authorization (JWT): BearerAuth
|
|
28
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
29
|
+
|
|
30
|
+
# Configure OAuth2 access token for authorization: oauth2
|
|
31
|
+
config.access_token = 'YOUR ACCESS TOKEN'
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
api_instance = CybridApiBank::FeeConfigurationsBankApi.new
|
|
35
|
+
post_fee_configuration_bank_model = CybridApiBank::PostFeeConfigurationBankModel.new({product_type: 'trading', asset: 'asset_example', fees: [CybridApiBank::PostFeeBankModel.new({type: 'spread'})]}) # PostFeeConfigurationBankModel |
|
|
36
|
+
|
|
37
|
+
begin
|
|
38
|
+
# Create Fee Configuration
|
|
39
|
+
result = api_instance.create_fee_configuration(post_fee_configuration_bank_model)
|
|
40
|
+
p result
|
|
41
|
+
rescue CybridApiBank::ApiError => e
|
|
42
|
+
puts "Error when calling FeeConfigurationsBankApi->create_fee_configuration: #{e}"
|
|
43
|
+
end
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
#### Using the create_fee_configuration_with_http_info variant
|
|
47
|
+
|
|
48
|
+
This returns an Array which contains the response data, status code and headers.
|
|
49
|
+
|
|
50
|
+
> <Array(<FeeConfigurationBankModel>, Integer, Hash)> create_fee_configuration_with_http_info(post_fee_configuration_bank_model)
|
|
51
|
+
|
|
52
|
+
```ruby
|
|
53
|
+
begin
|
|
54
|
+
# Create Fee Configuration
|
|
55
|
+
data, status_code, headers = api_instance.create_fee_configuration_with_http_info(post_fee_configuration_bank_model)
|
|
56
|
+
p status_code # => 2xx
|
|
57
|
+
p headers # => { ... }
|
|
58
|
+
p data # => <FeeConfigurationBankModel>
|
|
59
|
+
rescue CybridApiBank::ApiError => e
|
|
60
|
+
puts "Error when calling FeeConfigurationsBankApi->create_fee_configuration_with_http_info: #{e}"
|
|
61
|
+
end
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### Parameters
|
|
65
|
+
|
|
66
|
+
| Name | Type | Description | Notes |
|
|
67
|
+
| ---- | ---- | ----------- | ----- |
|
|
68
|
+
| **post_fee_configuration_bank_model** | [**PostFeeConfigurationBankModel**](PostFeeConfigurationBankModel.md) | | |
|
|
69
|
+
|
|
70
|
+
### Return type
|
|
71
|
+
|
|
72
|
+
[**FeeConfigurationBankModel**](FeeConfigurationBankModel.md)
|
|
73
|
+
|
|
74
|
+
### Authorization
|
|
75
|
+
|
|
76
|
+
[BearerAuth](../README.md#BearerAuth), [oauth2](../README.md#oauth2)
|
|
77
|
+
|
|
78
|
+
### HTTP request headers
|
|
79
|
+
|
|
80
|
+
- **Content-Type**: application/json
|
|
81
|
+
- **Accept**: application/json
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## get_fee_configuration
|
|
85
|
+
|
|
86
|
+
> <FeeConfigurationBankModel> get_fee_configuration(fee_configuration_guid)
|
|
87
|
+
|
|
88
|
+
Get Fee Configuration
|
|
89
|
+
|
|
90
|
+
Retrieves a fee configuration. Required scope: **banks:read**
|
|
91
|
+
|
|
92
|
+
### Examples
|
|
93
|
+
|
|
94
|
+
```ruby
|
|
95
|
+
require 'time'
|
|
96
|
+
require 'cybrid_api_bank_ruby'
|
|
97
|
+
# setup authorization
|
|
98
|
+
CybridApiBank.configure do |config|
|
|
99
|
+
# Configure Bearer authorization (JWT): BearerAuth
|
|
100
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
101
|
+
|
|
102
|
+
# Configure OAuth2 access token for authorization: oauth2
|
|
103
|
+
config.access_token = 'YOUR ACCESS TOKEN'
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
api_instance = CybridApiBank::FeeConfigurationsBankApi.new
|
|
107
|
+
fee_configuration_guid = 'fee_configuration_guid_example' # String | Identifier for the fee configuration.
|
|
108
|
+
|
|
109
|
+
begin
|
|
110
|
+
# Get Fee Configuration
|
|
111
|
+
result = api_instance.get_fee_configuration(fee_configuration_guid)
|
|
112
|
+
p result
|
|
113
|
+
rescue CybridApiBank::ApiError => e
|
|
114
|
+
puts "Error when calling FeeConfigurationsBankApi->get_fee_configuration: #{e}"
|
|
115
|
+
end
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
#### Using the get_fee_configuration_with_http_info variant
|
|
119
|
+
|
|
120
|
+
This returns an Array which contains the response data, status code and headers.
|
|
121
|
+
|
|
122
|
+
> <Array(<FeeConfigurationBankModel>, Integer, Hash)> get_fee_configuration_with_http_info(fee_configuration_guid)
|
|
123
|
+
|
|
124
|
+
```ruby
|
|
125
|
+
begin
|
|
126
|
+
# Get Fee Configuration
|
|
127
|
+
data, status_code, headers = api_instance.get_fee_configuration_with_http_info(fee_configuration_guid)
|
|
128
|
+
p status_code # => 2xx
|
|
129
|
+
p headers # => { ... }
|
|
130
|
+
p data # => <FeeConfigurationBankModel>
|
|
131
|
+
rescue CybridApiBank::ApiError => e
|
|
132
|
+
puts "Error when calling FeeConfigurationsBankApi->get_fee_configuration_with_http_info: #{e}"
|
|
133
|
+
end
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
### Parameters
|
|
137
|
+
|
|
138
|
+
| Name | Type | Description | Notes |
|
|
139
|
+
| ---- | ---- | ----------- | ----- |
|
|
140
|
+
| **fee_configuration_guid** | **String** | Identifier for the fee configuration. | |
|
|
141
|
+
|
|
142
|
+
### Return type
|
|
143
|
+
|
|
144
|
+
[**FeeConfigurationBankModel**](FeeConfigurationBankModel.md)
|
|
145
|
+
|
|
146
|
+
### Authorization
|
|
147
|
+
|
|
148
|
+
[BearerAuth](../README.md#BearerAuth), [oauth2](../README.md#oauth2)
|
|
149
|
+
|
|
150
|
+
### HTTP request headers
|
|
151
|
+
|
|
152
|
+
- **Content-Type**: Not defined
|
|
153
|
+
- **Accept**: application/json
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
## list_fee_configurations
|
|
157
|
+
|
|
158
|
+
> <FeeConfigurationListBankModel> list_fee_configurations(opts)
|
|
159
|
+
|
|
160
|
+
List Fee Configurations
|
|
161
|
+
|
|
162
|
+
Retrieves a listing of fee configurations for a bank. Required scope: **banks:read**
|
|
163
|
+
|
|
164
|
+
### Examples
|
|
165
|
+
|
|
166
|
+
```ruby
|
|
167
|
+
require 'time'
|
|
168
|
+
require 'cybrid_api_bank_ruby'
|
|
169
|
+
# setup authorization
|
|
170
|
+
CybridApiBank.configure do |config|
|
|
171
|
+
# Configure Bearer authorization (JWT): BearerAuth
|
|
172
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
173
|
+
|
|
174
|
+
# Configure OAuth2 access token for authorization: oauth2
|
|
175
|
+
config.access_token = 'YOUR ACCESS TOKEN'
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
api_instance = CybridApiBank::FeeConfigurationsBankApi.new
|
|
179
|
+
opts = {
|
|
180
|
+
page: 56, # Integer |
|
|
181
|
+
per_page: 56 # Integer |
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
begin
|
|
185
|
+
# List Fee Configurations
|
|
186
|
+
result = api_instance.list_fee_configurations(opts)
|
|
187
|
+
p result
|
|
188
|
+
rescue CybridApiBank::ApiError => e
|
|
189
|
+
puts "Error when calling FeeConfigurationsBankApi->list_fee_configurations: #{e}"
|
|
190
|
+
end
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
#### Using the list_fee_configurations_with_http_info variant
|
|
194
|
+
|
|
195
|
+
This returns an Array which contains the response data, status code and headers.
|
|
196
|
+
|
|
197
|
+
> <Array(<FeeConfigurationListBankModel>, Integer, Hash)> list_fee_configurations_with_http_info(opts)
|
|
198
|
+
|
|
199
|
+
```ruby
|
|
200
|
+
begin
|
|
201
|
+
# List Fee Configurations
|
|
202
|
+
data, status_code, headers = api_instance.list_fee_configurations_with_http_info(opts)
|
|
203
|
+
p status_code # => 2xx
|
|
204
|
+
p headers # => { ... }
|
|
205
|
+
p data # => <FeeConfigurationListBankModel>
|
|
206
|
+
rescue CybridApiBank::ApiError => e
|
|
207
|
+
puts "Error when calling FeeConfigurationsBankApi->list_fee_configurations_with_http_info: #{e}"
|
|
208
|
+
end
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
### Parameters
|
|
212
|
+
|
|
213
|
+
| Name | Type | Description | Notes |
|
|
214
|
+
| ---- | ---- | ----------- | ----- |
|
|
215
|
+
| **page** | **Integer** | | [optional] |
|
|
216
|
+
| **per_page** | **Integer** | | [optional] |
|
|
217
|
+
|
|
218
|
+
### Return type
|
|
219
|
+
|
|
220
|
+
[**FeeConfigurationListBankModel**](FeeConfigurationListBankModel.md)
|
|
221
|
+
|
|
222
|
+
### Authorization
|
|
223
|
+
|
|
224
|
+
[BearerAuth](../README.md#BearerAuth), [oauth2](../README.md#oauth2)
|
|
225
|
+
|
|
226
|
+
### HTTP request headers
|
|
227
|
+
|
|
228
|
+
- **Content-Type**: Not defined
|
|
229
|
+
- **Accept**: application/json
|
|
230
|
+
|
|
@@ -15,7 +15,7 @@ All URIs are relative to *https://bank.demo.cybrid.app*
|
|
|
15
15
|
|
|
16
16
|
Create Identity Record
|
|
17
17
|
|
|
18
|
-
Creates an identity record. ## Identity Records Identity Records verify an individual for inclusion on the platform. This know-your-customer (KYC) process is a requirement for individuals to be able to transact. At present, we offer support for Attestation Identity Records. Once an Identity Record has been submitted, it will be reviewed by our system and transit through a lifecycle before ultimately being `verified` or `failed`. If an Identity Record is ends up `failed`, contextual information as to the reason may be provided on the resource and additional attempts can be made. ## Attestation Identity Records An Attestation Identity Record is a confirmation of fact that the Organization has completed their own KYC process and can vouch for its correctness. Prior to uploading `verified` attestation identity records, an Organization must register their signing public key with their Bank through the create Verification Key API. To create an attestation identity record, a signed JWT is required as proof that the Customer's identity has been verified by the Organization. When creating the JWT, the Organization must use the RS512 signing algorithm. The JWT must contain the following headers: - **alg**: The RS512 algorithm value, e.g., 'RS512'. - **kid**: Set to the guid of the verification key that has been registered for the Bank The JWT must contain the following claims: - **iss**: Set to http://api.cybrid.app/banks/{bank_guid} - **aud**: Set to http://api.cybrid.app - **sub**: Set to http://api.cybrid.app/customers/{customer_guid} - **iat**: Set to the time at which the JWT was issued - **exp**: Set to the time after which the JWT expires - **jti**: Set to a unique identifier for the JWT Example code (python) for generating an Attestation Identity Record JWT token: ```python # Assumes an RSA private key has been generated (`private_key`), a Verification Key has been created and a `verification_key_guid` is available. # # `customer_guid` should be set to the guid assigned to a Customer that has been created. # `bank_guid` should be set to the guid of your bank # import uuid from datetime import datetime, timezone, timedelta from jwcrypto import jwt, jwk from cryptography.hazmat.primitives import serialization from cryptography.hazmat.primitives.serialization import load_pem_private_key algorithm = 'RS512' issued_at = datetime.now(timezone.utc) expired_at = issued_at + timedelta(days=365) with open(\"verification_key.pem\", 'rb') as pem_in: pem_lines = pem_in.read() private_key = load_pem_private_key(pem_lines, None) ### DISCLAIMER:- Since NO ENCRYPTION is used in the key storage/formatting. Please DO NOT use this code in production environment. signing_key = jwk.JWK.from_pem( private_key.private_bytes( encoding=serialization.Encoding.PEM, format=serialization.PrivateFormat.PKCS8, encryption_algorithm=serialization.NoEncryption() ) ) signing_key.update({\"kid\": verification_key_guid}) attestation_jwt = jwt.JWT( header={ \"alg\": algorithm, \"kid\": verification_key_guid }, claims={ \"iss\": f\"http://api.cybrid.app/banks/{bank_guid}\", \"aud\": \"http://api.cybrid.app\", \"sub\": f\"http://api.cybrid.app/customers/{customer_guid}\", \"iat\": int(issued_at.timestamp()), \"exp\": int(expired_at.timestamp()), \"jti\": str(uuid.uuid4()) }, key=signing_key, algs=[algorithm] ) attestation_jwt.make_signed_token(signing_key) token = attestation_jwt.serialize(compact=True) print(\"Token is : \", token) ``` ## Attestation State | State | Description | |-------|-------------| | storing | The Platform is storing the attestation in our private store | | pending | The Platform is verifying the attestation's JWT | | verified | The Platform has verified the attestation and the customer is able to transact | | failed | The Platform was not able to verify the attestation and the customer is not able to transact | Required scope: **customers:write**
|
|
18
|
+
Creates an identity record. ## Identity Records Identity Records verify an individual for inclusion on the platform. This know-your-customer (KYC) process is a requirement for individuals to be able to transact. At present, we offer support for Attestation Identity Records. Once an Identity Record has been submitted, it will be reviewed by our system and transit through a lifecycle before ultimately being `verified` or `failed`. If an Identity Record is ends up `failed`, contextual information as to the reason may be provided on the resource and additional attempts can be made. ## Attestation Identity Records An Attestation Identity Record is a confirmation of fact that the Organization has completed their own KYC process and can vouch for its correctness. Prior to uploading `verified` attestation identity records, an Organization must register their signing public key with their Bank through the create Verification Key API. To create an attestation identity record, a signed JWT is required as proof that the Customer's identity has been verified by the Organization. When creating the JWT, the Organization must use the RS512 signing algorithm. The JWT must contain the following headers: - **alg**: The RS512 algorithm value, e.g., 'RS512'. - **kid**: Set to the guid of the verification key that has been registered for the Bank The JWT must contain the following claims: - **iss**: Set to http://api.cybrid.app/banks/{bank_guid} - **aud**: Set to http://api.cybrid.app - **sub**: Set to http://api.cybrid.app/customers/{customer_guid} - **iat**: Set to the time at which the JWT was issued - **exp**: Set to the time after which the JWT expires - **jti**: Set to a unique identifier for the JWT Example code (python) for generating an Attestation Identity Record JWT token: ```python # Assumes an RSA private key has been generated (`private_key`), a Verification Key has been created and a `verification_key_guid` is available. # # `customer_guid` should be set to the guid assigned to a Customer that has been created. # `bank_guid` should be set to the guid of your bank # import uuid from datetime import datetime, timezone, timedelta from jwcrypto import jwt, jwk from cryptography.hazmat.primitives import serialization from cryptography.hazmat.primitives.serialization import load_pem_private_key algorithm = 'RS512' issued_at = datetime.now(timezone.utc) expired_at = issued_at + timedelta(days=365) with open(\"verification_key.pem\", 'rb') as pem_in: pem_lines = pem_in.read() private_key = load_pem_private_key(pem_lines, None) ### DISCLAIMER:- Since NO ENCRYPTION is used in the key storage/formatting. Please DO NOT use this code in production environment. signing_key = jwk.JWK.from_pem( private_key.private_bytes( encoding=serialization.Encoding.PEM, format=serialization.PrivateFormat.PKCS8, encryption_algorithm=serialization.NoEncryption() ) ) signing_key.update({\"kid\": verification_key_guid}) attestation_jwt = jwt.JWT( header={ \"alg\": algorithm, \"kid\": verification_key_guid }, claims={ \"iss\": f\"http://api.cybrid.app/banks/{bank_guid}\", \"aud\": \"http://api.cybrid.app\", \"sub\": f\"http://api.cybrid.app/customers/{customer_guid}\", \"iat\": int(issued_at.timestamp()), \"exp\": int(expired_at.timestamp()), \"jti\": str(uuid.uuid4()) }, key=signing_key, algs=[algorithm] ) attestation_jwt.make_signed_token(signing_key) token = attestation_jwt.serialize(compact=True) print(\"Token is : \", token) ``` ## Default Attestation Signing Key The Cybrid Sandbox environment comes provisioned with a default signing key that can be used to perform identity record attestation. The default identity signing key provides a convenient starting point for testing Sandbox flows that require identity attestation, such as executing trades. The signing key can be loaded directly into a client application by passing its PEM encoded value as an environment variable. ``` -----BEGIN PRIVATE KEY----- MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQDZ75nSfJy/eeuj 4f7EK7i+n4FUDE8BsD/acCdk9Pn56suuDc3SFcMoyjBIoDLZkbRsVfmBEcPDNJOp GNqzoaXa7qe7Yw0qpK9MbNbAYxiyAfxwVHM+ZpwP6M/r3LmsCRFXgNdCjfOzok7u V59hDjfHMMQm/M9ztGVhaJpgozY/7DKk+R6qY/DEBs63eXwfcHE0u0NbS8Y9Qp+6 7cB2f1iuy++5Uut1vx4qdgZ4UFMkwIdTWl/e6LDcdXhk3///T5WOnDlI+S4rhGUO xsAOfOa+T9uqYBr2hbQR9emTEYmwF1lgZ7VU4S9sSjAMKpB/TVlVVOsNhdNSGg6f 6hu7fuadAgMBAAECggEBAMUJL1VyfHVRUY5VoPTTYrBVnaPTjQrFwrVHeRZ5thgS BBxVNqSeMFgMlSLUU6UJasoX4QCkgw1V17qmUfTeTQlnhBaTMzA+vI6oSHCgJ4+o 5AbbE2Zzdt2ba4Cfiu7TM+6c+gGePZtHP32Vku84340jtfRZ1WWSz6YF4K1GYqHe y7I4POotHu2WcSTXYKs2zTu5KAO7gvx7yITVytaiUGUHk9FNyZPDIh0u7e9CAEti BangdYTfvbXAIx9lrg3XQ4gtFXTd0aY/3R9K3SE+s5iWh/SabjV4U7x+MuHZS5kv 8rcLCPQ5kUgiF4bQMy7QznUuNso65SbRJKHaU8UAuIECgYEA7+bNdz/uiN/JxUJY 3xwjD+CG4vXOyEmCioBjllYBeXQyB/VrsdzVrdF2JiECnStPRH6/6nd7/wUcLORv NyrQqnCa5/O8Kv9Z3t4TmxYf+ECIgx+gazehQHptUkr8QWtxceorUC9pu4cUJ8z3 nQLCggHYQ3g7xj73LLZ+5QQBC8kCgYEA6I91Dgs+HZWDMMcGbKV2cMkXK8BTOgZZ 6B6i6flO4tf9U2CPBZsjYLBN5EEuxxy9Yl7rlV7CxAhnnjdIKk2jQbzTPI0qmJfp 397rvdR8bur1OkALj2Tb39fz8z1Qy7AcN8siqXuortZZ5OI9XRWgnG/3B4gUFOnW 4Mr0dhfaxjUCgYEAmVcricehjneMnrtz1thDSQi47yUzES57dE/wV82Nj7ZHrHKg bcW8ByhVnrWG2DMwrZVe0l2hMjZv9fnlZJvHWMo1GYHfipRBO4UzfvO7Z5DIMRfs D9w1A+O9MNahOqeUkb2eBdjoemcy6OXId+Gltje7phSaEHN6xme34GaYzJECgYBP eRbLYdQsT/exJ5JudmzvRgkBDoxie+EljbKmumfW5XDQmWLGy6lfVWCI7C2MJaoi f8WKGgP88dJXIxUqP7XWtSyKuMMhumhV9Nwi1wZe8TQ0X8aTjigFassXCJEfymMa PfTubi/K771wlk/aC5YDX8/PZxVVwEOKNlEsOiKtMQKBgQDqRv5AUHhabqcMfbs7 DTeo/fS/eXJv8MN+CUU2RSrNUKjEdHT2R5KP550TyXr1JXLKpEEZu8wvvaQDV4Dw p0Eij6bKsh03X38NR+C5SxonXPosdvoiXR8uUgya2f/aJYV+aWZ9euFgYZAXf/0Q MnWdKylfZlV50XP2KFn07wPs7w== -----END PRIVATE KEY----- ``` A corresponding public verification key can be retrieved from the Cybrid Banks API using the `/api/bank_verification_keys` endpoint. Performing a `get` request to this endpoint returns the available Verification Key records, the first of which is the provisioned default. The endpoint can be hit directly or by using the Cybrid Banks API client: ```python ... api_client = cybrid_api_bank.ApiClient(configuration) api_instance = verification_keys_bank_api.VerificationKeysBankApi(api_client) verification_keys = api_instance.list_verification_keys() verification_key = verification_keys.objects[0] ``` Once available to the application, the signing key and Verification Key record can be used in conjunction to create the attestation JWT. The Verification Key's GUID is passed as the JWT's `kid` while the signing key is used to sign the JWT. ## Attestation State | State | Description | |-------|-------------| | storing | The Platform is storing the attestation in our private store | | pending | The Platform is verifying the attestation's JWT | | verified | The Platform has verified the attestation and the customer is able to transact | | failed | The Platform was not able to verify the attestation and the customer is not able to transact | Required scope: **customers:write**
|
|
19
19
|
|
|
20
20
|
### Examples
|
|
21
21
|
|
|
@@ -214,8 +214,8 @@ end
|
|
|
214
214
|
| Name | Type | Description | Notes |
|
|
215
215
|
| ---- | ---- | ----------- | ----- |
|
|
216
216
|
| **customer_guid** | **String** | Comma separated customer identifier to list identity records for. | [optional] |
|
|
217
|
-
| **page** | **Integer** | | [optional]
|
|
218
|
-
| **per_page** | **Integer** | | [optional]
|
|
217
|
+
| **page** | **Integer** | | [optional] |
|
|
218
|
+
| **per_page** | **Integer** | | [optional] |
|
|
219
219
|
|
|
220
220
|
### Return type
|
|
221
221
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# CybridApiBank::PatchBankBankModel
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | The bank's name. | [optional] |
|
|
8
|
+
| **supported_trading_symbols** | **Array<String>** | The bank's list of supported trading symbols. | [optional] |
|
|
9
|
+
| **supported_savings_configuration** | **Hash<String, Array<String>>** | The bank's list of supported savings asset by provider. | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'cybrid_api_bank_ruby'
|
|
15
|
+
|
|
16
|
+
instance = CybridApiBank::PatchBankBankModel.new(
|
|
17
|
+
name: null,
|
|
18
|
+
supported_trading_symbols: null,
|
|
19
|
+
supported_savings_configuration: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **type** | **String** | The account type. | |
|
|
8
|
+
| **provider** | **String** | The account provider, if applicable. | [optional] |
|
|
8
9
|
| **customer_guid** | **String** | The customer identifier associated with the account. | |
|
|
9
10
|
| **asset** | **String** | The asset code. | |
|
|
10
11
|
| **name** | **String** | The name of the account. | |
|
|
@@ -16,6 +17,7 @@ require 'cybrid_api_bank_ruby'
|
|
|
16
17
|
|
|
17
18
|
instance = CybridApiBank::PostAccountBankModel.new(
|
|
18
19
|
type: null,
|
|
20
|
+
provider: null,
|
|
19
21
|
customer_guid: null,
|
|
20
22
|
asset: null,
|
|
21
23
|
name: null
|
data/docs/PostBankBankModel.md
CHANGED
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | The bank's name. | |
|
|
8
8
|
| **type** | **String** | The bank's type. At present, only **sandbox** is supported. | |
|
|
9
|
-
| **
|
|
9
|
+
| **supported_trading_symbols** | **Array<String>** | The bank's list of supported trading symbols. | |
|
|
10
|
+
| **supported_savings_configuration** | **Hash<String, Array<String>>** | The bank's list of supported savings asset by provider. | [optional] |
|
|
10
11
|
| **features** | **Array<String>** | The bank's enabled features. At present, both **attestation_identity_records** and **backstopped_funding_source** must be set. | |
|
|
11
12
|
|
|
12
13
|
## Example
|
|
@@ -17,7 +18,8 @@ require 'cybrid_api_bank_ruby'
|
|
|
17
18
|
instance = CybridApiBank::PostBankBankModel.new(
|
|
18
19
|
name: null,
|
|
19
20
|
type: null,
|
|
20
|
-
|
|
21
|
+
supported_trading_symbols: null,
|
|
22
|
+
supported_savings_configuration: null,
|
|
21
23
|
features: null
|
|
22
24
|
)
|
|
23
25
|
```
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# CybridApiBank::PostFeeConfigurationBankModel
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **product_type** | **String** | The type of product being configured. | |
|
|
8
|
+
| **asset** | **String** | The asset code. | |
|
|
9
|
+
| **fees** | [**Array<PostFeeBankModel>**](PostFeeBankModel.md) | The fees associated with the configuration | |
|
|
10
|
+
| **product_provider** | **String** | The provider for the product being configured. | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'cybrid_api_bank_ruby'
|
|
16
|
+
|
|
17
|
+
instance = CybridApiBank::PostFeeConfigurationBankModel.new(
|
|
18
|
+
product_type: null,
|
|
19
|
+
asset: null,
|
|
20
|
+
fees: null,
|
|
21
|
+
product_provider: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
data/docs/PostQuoteBankModel.md
CHANGED
|
@@ -4,11 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **product_type** | **String** | The type of product the quote is for. | [optional][default to 'trading'] |
|
|
7
8
|
| **customer_guid** | **String** | The unique identifier for the customer. | |
|
|
8
|
-
| **symbol** | **String** | Symbol the quote is being requested for. Format is \"asset-counter_asset\" in uppercase. See the Symbols API for a complete list of cryptocurrencies supported. |
|
|
9
|
-
| **
|
|
10
|
-
| **
|
|
11
|
-
| **
|
|
9
|
+
| **symbol** | **String** | Symbol the quote is being requested for. Format is \"asset-counter_asset\" in uppercase. See the Symbols API for a complete list of cryptocurrencies supported. | [optional] |
|
|
10
|
+
| **asset** | **String** | The asset code the quote was requested for. Populated for savings quotes. | [optional] |
|
|
11
|
+
| **side** | **String** | The direction of the quote: either 'buy' or 'sell' for trade quotes; 'deposit' or 'withdrawal' for savings quotes. | |
|
|
12
|
+
| **receive_amount** | **Integer** | The amount to be received in base units of the currency: currency is \"asset\" for buy and \"counter_asset\" for sell for trade quotes and currency is always \"asset\" for savings quotes. | [optional] |
|
|
13
|
+
| **deliver_amount** | **Integer** | The amount to be delivered in base units of the currency: currency is \"counter_asset\" for buy and \"asset\" for sell for trade quotes and currency is always \"asset\" for savings quotes. | [optional] |
|
|
14
|
+
| **product_provider** | **String** | The provider for the product being quoted. Populated for savings quotes. | [optional] |
|
|
12
15
|
|
|
13
16
|
## Example
|
|
14
17
|
|
|
@@ -16,11 +19,14 @@
|
|
|
16
19
|
require 'cybrid_api_bank_ruby'
|
|
17
20
|
|
|
18
21
|
instance = CybridApiBank::PostQuoteBankModel.new(
|
|
22
|
+
product_type: null,
|
|
19
23
|
customer_guid: null,
|
|
20
24
|
symbol: null,
|
|
25
|
+
asset: null,
|
|
21
26
|
side: null,
|
|
22
27
|
receive_amount: null,
|
|
23
|
-
deliver_amount: null
|
|
28
|
+
deliver_amount: null,
|
|
29
|
+
product_provider: null
|
|
24
30
|
)
|
|
25
31
|
```
|
|
26
32
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# CybridApiBank::PostRewardBankModel
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **customer_guid** | **String** | The unique identifier for the customer. | |
|
|
8
|
+
| **symbol** | **String** | Symbol the quote is being requested for. Format is \"asset-counter_asset\" in uppercase. See the Symbols API for a complete list of cryptocurrencies supported. | |
|
|
9
|
+
| **receive_amount** | **Integer** | The amount to be received in base units of the currency: currency is \"asset\" for buy and \"counter_asset\" for sell. | [optional] |
|
|
10
|
+
| **deliver_amount** | **Integer** | The amount to be delivered in base units of the currency: currency is \"counter_asset\" for buy and \"asset\" for sell. | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'cybrid_api_bank_ruby'
|
|
16
|
+
|
|
17
|
+
instance = CybridApiBank::PostRewardBankModel.new(
|
|
18
|
+
customer_guid: null,
|
|
19
|
+
symbol: null,
|
|
20
|
+
receive_amount: null,
|
|
21
|
+
deliver_amount: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
data/docs/QuoteBankModel.md
CHANGED
|
@@ -5,14 +5,17 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **guid** | **String** | Auto-generated unique identifier for the quote. | [optional] |
|
|
8
|
+
| **product_type** | **String** | The type of product the quote is for. | [optional] |
|
|
8
9
|
| **customer_guid** | **String** | The unique identifier for the customer. | [optional] |
|
|
9
|
-
| **symbol** | **String** | Symbol the quote
|
|
10
|
-
| **
|
|
11
|
-
| **
|
|
12
|
-
| **
|
|
13
|
-
| **
|
|
10
|
+
| **symbol** | **String** | Symbol the quote was requested for. Format is \"asset-counter_asset\" in uppercase. Populated for trade quotes. | [optional] |
|
|
11
|
+
| **asset** | **String** | The asset code the quote was requested for. Populated for savings quotes. | [optional] |
|
|
12
|
+
| **side** | **String** | The direction of the quote: either 'buy' or 'sell' for trade quotes; 'deposit' or 'withdrawal' for savings quotes. | [optional] |
|
|
13
|
+
| **receive_amount** | **Integer** | The amount to be received in base units of the currency: currency is \"asset\" for buy and \"counter_asset\" for sell for trade quotes and currency is always \"asset\" for savings quotes. | [optional] |
|
|
14
|
+
| **deliver_amount** | **Integer** | The amount to be delivered in base units of the currency: currency is \"counter_asset\" for buy and \"asset\" for sell for trade quotes and currency is always \"asset\" for savings quotes. | [optional] |
|
|
15
|
+
| **fee** | **Integer** | The fee associated with the trade. Denominated in \"counter_asset\" base units for trade quotes and \"asset\" for savings quotes. | [optional] |
|
|
14
16
|
| **issued_at** | **Time** | ISO8601 datetime the quote was created at. | [optional] |
|
|
15
|
-
| **expires_at** | **Time** | ISO8601 datetime the quote is expiring at. | [optional] |
|
|
17
|
+
| **expires_at** | **Time** | ISO8601 datetime the quote is expiring at. Populated for trading quotes. | [optional] |
|
|
18
|
+
| **product_provider** | **String** | The provider for the product being quoted. Populated for savings quotes. | [optional] |
|
|
16
19
|
|
|
17
20
|
## Example
|
|
18
21
|
|
|
@@ -21,14 +24,17 @@ require 'cybrid_api_bank_ruby'
|
|
|
21
24
|
|
|
22
25
|
instance = CybridApiBank::QuoteBankModel.new(
|
|
23
26
|
guid: null,
|
|
27
|
+
product_type: null,
|
|
24
28
|
customer_guid: null,
|
|
25
29
|
symbol: null,
|
|
30
|
+
asset: null,
|
|
26
31
|
side: null,
|
|
27
32
|
receive_amount: null,
|
|
28
33
|
deliver_amount: null,
|
|
29
34
|
fee: null,
|
|
30
35
|
issued_at: null,
|
|
31
|
-
expires_at: null
|
|
36
|
+
expires_at: null,
|
|
37
|
+
product_provider: null
|
|
32
38
|
)
|
|
33
39
|
```
|
|
34
40
|
|
data/docs/QuotesBankApi.md
CHANGED
|
@@ -32,7 +32,7 @@ CybridApiBank.configure do |config|
|
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
api_instance = CybridApiBank::QuotesBankApi.new
|
|
35
|
-
post_quote_bank_model = CybridApiBank::PostQuoteBankModel.new({customer_guid: 'customer_guid_example',
|
|
35
|
+
post_quote_bank_model = CybridApiBank::PostQuoteBankModel.new({customer_guid: 'customer_guid_example', side: 'buy'}) # PostQuoteBankModel |
|
|
36
36
|
|
|
37
37
|
begin
|
|
38
38
|
# Create Quote
|
|
@@ -215,8 +215,8 @@ end
|
|
|
215
215
|
|
|
216
216
|
| Name | Type | Description | Notes |
|
|
217
217
|
| ---- | ---- | ----------- | ----- |
|
|
218
|
-
| **page** | **Integer** | | [optional]
|
|
219
|
-
| **per_page** | **Integer** | | [optional]
|
|
218
|
+
| **page** | **Integer** | | [optional] |
|
|
219
|
+
| **per_page** | **Integer** | | [optional] |
|
|
220
220
|
| **guid** | **String** | Comma separated quote_guids to list quotes for. | [optional] |
|
|
221
221
|
| **bank_guid** | **String** | Comma separated bank_guids to list quotes for. | [optional] |
|
|
222
222
|
| **customer_guid** | **String** | Comma separated customer_guids to list quotes for. | [optional] |
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# CybridApiBank::RewardBankModel
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **guid** | **String** | Auto-generated unique identifier for the reward. | [optional] |
|
|
8
|
+
| **customer_guid** | **String** | The associated customer's identifier. | [optional] |
|
|
9
|
+
| **quote_guid** | **String** | The associated quote's identifier. | [optional] |
|
|
10
|
+
| **trade_guid** | **String** | The associated trade's identifier. | [optional] |
|
|
11
|
+
| **symbol** | **String** | The trade symbol the pricing is related to. Format is asset-counter_asset, e.g., BTC-USD. | [optional] |
|
|
12
|
+
| **state** | **String** | The trade's state | [optional] |
|
|
13
|
+
| **receive_amount** | **Integer** | The amount to be received in base units of the currency: currency is \"asset\" for buy and \"counter_asset\" for sell. | [optional] |
|
|
14
|
+
| **deliver_amount** | **Integer** | The amount to be delivered in base units of the currency: currency is \"counter_asset\" for buy and \"asset\" for sell. | [optional] |
|
|
15
|
+
| **fee** | **Integer** | The fee associated with the trade. Denominated in \"counter_asset\" base units | [optional] |
|
|
16
|
+
| **created_at** | **Time** | ISO8601 datetime the bank was created at. | [optional] |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'cybrid_api_bank_ruby'
|
|
22
|
+
|
|
23
|
+
instance = CybridApiBank::RewardBankModel.new(
|
|
24
|
+
guid: null,
|
|
25
|
+
customer_guid: null,
|
|
26
|
+
quote_guid: null,
|
|
27
|
+
trade_guid: null,
|
|
28
|
+
symbol: null,
|
|
29
|
+
state: null,
|
|
30
|
+
receive_amount: null,
|
|
31
|
+
deliver_amount: null,
|
|
32
|
+
fee: null,
|
|
33
|
+
created_at: null
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# CybridApiBank::
|
|
1
|
+
# CybridApiBank::RewardListBankModel
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
| **total** | **Integer** | The total number of records available. | |
|
|
8
8
|
| **page** | **Integer** | The page index to retrieve. | |
|
|
9
9
|
| **per_page** | **Integer** | The number of entities per page to return. | |
|
|
10
|
-
| **objects** | [**Array<
|
|
10
|
+
| **objects** | [**Array<RewardBankModel>**](RewardBankModel.md) | Array of reward entities | |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
14
14
|
```ruby
|
|
15
15
|
require 'cybrid_api_bank_ruby'
|
|
16
16
|
|
|
17
|
-
instance = CybridApiBank::
|
|
17
|
+
instance = CybridApiBank::RewardListBankModel.new(
|
|
18
18
|
total: null,
|
|
19
19
|
page: null,
|
|
20
20
|
per_page: null,
|