wire4_client 1.0.5 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +52 -31
- data/docs/Account.md +11 -11
- data/docs/AccountReassigned.md +14 -14
- data/docs/AccountRequest.md +3 -3
- data/docs/AccountResponse.md +13 -13
- data/docs/AccountSpid.md +11 -11
- data/docs/AmountRequest.md +5 -5
- data/docs/AuthorizationTransactionGroup.md +2 -2
- data/docs/AuthorizedBeneficiariesResponse.md +3 -3
- data/docs/AutorizacinDeDepsitosApi.md +113 -0
- data/docs/Balance.md +3 -3
- data/docs/BalanceListResponse.md +1 -1
- data/docs/BeneficiariesQueryRegisterStatus.md +2 -2
- data/docs/BeneficiariesResponse.md +1 -1
- data/docs/BillingTransaction.md +1 -1
- data/docs/CepResponse.md +20 -20
- data/docs/CepSearchBanxico.md +8 -8
- data/docs/CertificateRequest.md +4 -4
- data/docs/CodiCodeQrResponseDTO.md +10 -10
- data/docs/CodiOperationResponseDTO.md +7 -7
- data/docs/CodiOperationsFiltersRequestDTO.md +8 -8
- data/docs/CompanyRegistered.md +6 -6
- data/docs/CompanyRequested.md +4 -4
- data/docs/ConfigurationsLimits.md +9 -0
- data/docs/ContactRequest.md +5 -5
- data/docs/ContractsDetailsApi.md +55 -0
- data/docs/CuentasDeBeneficiariosSPEIApi.md +54 -54
- data/docs/CuentasDeBeneficiariosSPIDApi.md +24 -22
- data/docs/Deposit.md +21 -21
- data/docs/DepositAuthorizationRequest.md +10 -0
- data/docs/Depositant.md +5 -5
- data/docs/DepositantesApi.md +6 -6
- data/docs/DepositantsRegister.md +4 -4
- data/docs/DepositantsResponse.md +1 -1
- data/docs/DepositsAuthorizationResponse.md +10 -0
- data/docs/DetailedErrorResponse.md +10 -0
- data/docs/EmpresasCoDiApi.md +8 -8
- data/docs/GetDepositants.md +1 -1
- data/docs/InstitucionesApi.md +5 -3
- data/docs/Institution.md +4 -4
- data/docs/InstitutionsList.md +1 -1
- data/docs/Item.md +10 -0
- data/docs/LmitesDeMontosApi.md +112 -0
- data/docs/MessageAccountBeneficiary.md +3 -3
- data/docs/MessageCEP.md +19 -19
- data/docs/MessageCodiAction.md +12 -12
- data/docs/MessageConfigurationsLimits.md +8 -0
- data/docs/MessageDepositAuthorizationRequest.md +27 -0
- data/docs/MessageDepositReceived.md +21 -21
- data/docs/MessageInstitution.md +4 -4
- data/docs/MessagePayment.md +20 -20
- data/docs/MessagePaymentStatePending.md +16 -16
- data/docs/MessageRequestChanged.md +2 -2
- data/docs/MessageSalesPoint.md +3 -3
- data/docs/MessageSubscription.md +6 -6
- data/docs/MessageUserAuthorized.md +7 -6
- data/docs/MessageWebHook.md +9 -9
- data/docs/OperacionesCoDiApi.md +12 -12
- data/docs/Operations.md +8 -8
- data/docs/PagerResponseDto.md +6 -6
- data/docs/Payment.md +19 -19
- data/docs/PaymentCODI.md +13 -0
- data/docs/PaymentRequestCodiResponseDTO.md +11 -11
- data/docs/PeticionesDePagoPorCoDiApi.md +7 -7
- data/docs/PreEnrollmentData.md +2 -2
- data/docs/PreEnrollmentResponse.md +2 -2
- data/docs/PuntosDeVentaCoDiApi.md +14 -14
- data/docs/Relationship.md +2 -2
- data/docs/RelationshipsResponse.md +1 -1
- data/docs/SaldoApi.md +3 -3
- data/docs/SalesPointFound.md +7 -7
- data/docs/SalesPointRequest.md +4 -4
- data/docs/SalesPointRespose.md +4 -4
- data/docs/ServiceBanking.md +9 -0
- data/docs/SpidBeneficiariesResponse.md +1 -1
- data/docs/SpidBeneficiaryResponse.md +11 -11
- data/docs/SpidClassificationDTO.md +2 -2
- data/docs/SubscriptionChangeStatusRequest.md +8 -0
- data/docs/SuscripcionesApi.md +123 -16
- data/docs/TokenRequiredResponse.md +2 -2
- data/docs/TransactionErrorCode.md +10 -0
- data/docs/TransactionOutgoingSpid.md +10 -10
- data/docs/TransactionsOutgoingRegister.md +3 -3
- data/docs/TransferenciasSPEIApi.md +31 -31
- data/docs/TransferenciasSPIDApi.md +12 -12
- data/docs/UpdateConfigurationsRequestDTO.md +8 -0
- data/docs/UrlsRedirect.md +2 -2
- data/docs/UseServiceBanking.md +9 -0
- data/docs/WebHookDepositAuthorizationRequest.md +9 -0
- data/docs/WebHookDepositAuthorizationResponse.md +13 -0
- data/docs/Webhook.md +6 -6
- data/docs/WebhookRequest.md +3 -3
- data/docs/WebhookResponse.md +5 -5
- data/docs/WebhooksApi.md +10 -10
- data/lib/wire4_client.rb +18 -2
- data/lib/wire4_client/api/autorizacin_de_depsitos_api.rb +173 -0
- data/lib/wire4_client/api/comprobante_electrnico_de_pago_cep_api.rb +1 -1
- data/lib/wire4_client/api/contacto_api.rb +1 -1
- data/lib/wire4_client/api/contracts_details_api.rb +72 -1
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spei_api.rb +57 -57
- data/lib/wire4_client/api/cuentas_de_beneficiarios_spid_api.rb +25 -23
- data/lib/wire4_client/api/depositantes_api.rb +9 -9
- data/lib/wire4_client/api/empresas_co_di_api.rb +9 -9
- data/lib/wire4_client/api/facturas_api.rb +1 -1
- data/lib/wire4_client/api/instituciones_api.rb +5 -3
- data/lib/wire4_client/api/lmites_de_montos_api.rb +160 -0
- data/lib/wire4_client/api/operaciones_co_di_api.rb +13 -13
- data/lib/wire4_client/api/peticiones_de_pago_por_co_di_api.rb +7 -7
- data/lib/wire4_client/api/puntos_de_venta_co_di_api.rb +15 -15
- data/lib/wire4_client/api/saldo_api.rb +5 -5
- data/lib/wire4_client/api/suscripciones_api.rb +150 -17
- data/lib/wire4_client/api/transferencias_spei_api.rb +41 -41
- data/lib/wire4_client/api/transferencias_spid_api.rb +13 -13
- data/lib/wire4_client/api/webhooks_api.rb +16 -16
- data/lib/wire4_client/api_client.rb +1 -1
- data/lib/wire4_client/api_error.rb +1 -1
- data/lib/wire4_client/configuration.rb +1 -1
- data/lib/wire4_client/models/account.rb +12 -12
- data/lib/wire4_client/models/account_detail.rb +2 -2
- data/lib/wire4_client/models/account_reassigned.rb +16 -16
- data/lib/wire4_client/models/account_request.rb +4 -4
- data/lib/wire4_client/models/account_response.rb +15 -15
- data/lib/wire4_client/models/account_spid.rb +60 -12
- data/lib/wire4_client/models/address_company.rb +1 -1
- data/lib/wire4_client/models/amount_request.rb +7 -7
- data/lib/wire4_client/models/authorization_transaction_group.rb +3 -3
- data/lib/wire4_client/models/authorized_beneficiaries_response.rb +4 -4
- data/lib/wire4_client/models/authorized_users.rb +1 -1
- data/lib/wire4_client/models/balance.rb +5 -5
- data/lib/wire4_client/models/balance_list_response.rb +2 -2
- data/lib/wire4_client/models/beneficiaries_query_register_status.rb +3 -3
- data/lib/wire4_client/models/beneficiaries_response.rb +2 -2
- data/lib/wire4_client/models/beneficiary_institution.rb +1 -1
- data/lib/wire4_client/models/billing.rb +1 -1
- data/lib/wire4_client/models/billing_transaction.rb +2 -2
- data/lib/wire4_client/models/cep_response.rb +21 -21
- data/lib/wire4_client/models/cep_search_banxico.rb +9 -9
- data/lib/wire4_client/models/certificate_request.rb +6 -6
- data/lib/wire4_client/models/codi_code_qr_response_dto.rb +11 -11
- data/lib/wire4_client/models/codi_code_request_dto.rb +1 -1
- data/lib/wire4_client/models/codi_operation_response_dto.rb +8 -8
- data/lib/wire4_client/models/codi_operations_filters_request_dto.rb +9 -9
- data/lib/wire4_client/models/company_registered.rb +7 -7
- data/lib/wire4_client/models/company_requested.rb +6 -6
- data/lib/wire4_client/models/compay.rb +1 -1
- data/lib/wire4_client/models/configurations_limits.rb +197 -0
- data/lib/wire4_client/models/contact_request.rb +7 -7
- data/lib/wire4_client/models/contract_detail_request.rb +1 -1
- data/lib/wire4_client/models/contract_detail_response.rb +1 -1
- data/lib/wire4_client/models/deposit.rb +22 -22
- data/lib/wire4_client/models/deposit_authorization_request.rb +205 -0
- data/lib/wire4_client/models/depositant.rb +6 -6
- data/lib/wire4_client/models/depositants_register.rb +5 -5
- data/lib/wire4_client/models/depositants_response.rb +2 -2
- data/lib/wire4_client/models/deposits_authorization_response.rb +205 -0
- data/lib/wire4_client/models/detailed_error_response.rb +203 -0
- data/lib/wire4_client/models/error_response.rb +1 -1
- data/lib/wire4_client/models/get_depositants.rb +3 -3
- data/lib/wire4_client/models/institution.rb +6 -6
- data/lib/wire4_client/models/institutions_list.rb +2 -2
- data/lib/wire4_client/models/item.rb +205 -0
- data/lib/wire4_client/models/message_account_beneficiary.rb +5 -5
- data/lib/wire4_client/models/message_cep.rb +21 -21
- data/lib/wire4_client/models/message_codi_action.rb +14 -14
- data/lib/wire4_client/models/message_configurations_limits.rb +187 -0
- data/lib/wire4_client/models/message_deposit_authorization_request.rb +375 -0
- data/lib/wire4_client/models/message_deposit_received.rb +23 -23
- data/lib/wire4_client/models/message_institution.rb +6 -6
- data/lib/wire4_client/models/message_payment.rb +22 -22
- data/lib/wire4_client/models/message_payment_state_pending.rb +18 -18
- data/lib/wire4_client/models/message_request_changed.rb +4 -4
- data/lib/wire4_client/models/message_sales_point.rb +5 -5
- data/lib/wire4_client/models/message_subscription.rb +8 -8
- data/lib/wire4_client/models/message_user_authorized.rb +22 -12
- data/lib/wire4_client/models/message_web_hook.rb +11 -11
- data/lib/wire4_client/models/operations.rb +10 -10
- data/lib/wire4_client/models/pager_response_dto.rb +7 -7
- data/lib/wire4_client/models/payment.rb +20 -20
- data/lib/wire4_client/models/payment_codi.rb +269 -0
- data/lib/wire4_client/models/payment_request_codi_response_dto.rb +12 -12
- data/lib/wire4_client/models/payments_request_id.rb +1 -1
- data/lib/wire4_client/models/person.rb +1 -1
- data/lib/wire4_client/models/pre_enrollment_data.rb +21 -3
- data/lib/wire4_client/models/pre_enrollment_response.rb +3 -3
- data/lib/wire4_client/models/pre_monex_authorization.rb +1 -1
- data/lib/wire4_client/models/relationship.rb +3 -3
- data/lib/wire4_client/models/relationships_response.rb +2 -2
- data/lib/wire4_client/models/sales_point.rb +1 -1
- data/lib/wire4_client/models/sales_point_found.rb +11 -11
- data/lib/wire4_client/models/sales_point_request.rb +6 -6
- data/lib/wire4_client/models/sales_point_respose.rb +6 -6
- data/lib/wire4_client/models/service_banking.rb +193 -0
- data/lib/wire4_client/models/spid_beneficiaries_response.rb +2 -2
- data/lib/wire4_client/models/spid_beneficiary_response.rb +12 -12
- data/lib/wire4_client/models/spid_classification_dto.rb +3 -3
- data/lib/wire4_client/models/spid_classifications_response_dto.rb +1 -1
- data/lib/wire4_client/models/subscription_change_status_request.rb +222 -0
- data/lib/wire4_client/models/token_required_response.rb +4 -4
- data/lib/wire4_client/models/transaction_error_code.rb +201 -0
- data/lib/wire4_client/models/transaction_outgoing.rb +1 -1
- data/lib/wire4_client/models/transaction_outgoing_spid.rb +12 -12
- data/lib/wire4_client/models/transactions_outgoing_register.rb +5 -5
- data/lib/wire4_client/models/update_configurations_request_dto.rb +192 -0
- data/lib/wire4_client/models/urls_redirect.rb +60 -4
- data/lib/wire4_client/models/use_service_banking.rb +251 -0
- data/lib/wire4_client/models/user_company.rb +1 -1
- data/lib/wire4_client/models/web_hook_deposit_authorization_request.rb +195 -0
- data/lib/wire4_client/models/{timestamp.rb → web_hook_deposit_authorization_response.rb} +48 -75
- data/lib/wire4_client/models/webhook.rb +8 -8
- data/lib/wire4_client/models/webhook_request.rb +4 -4
- data/lib/wire4_client/models/webhook_response.rb +6 -6
- data/lib/wire4_client/models/webhooks_list.rb +1 -1
- data/lib/wire4_client/version.rb +2 -2
- data/spec/api/autorizacin_de_depsitos_api_spec.rb +62 -0
- data/spec/api/comprobante_electrnico_de_pago_cep_api_spec.rb +1 -1
- data/spec/api/contacto_api_spec.rb +1 -1
- data/spec/api/contracts_details_api_spec.rb +15 -1
- data/spec/api/cuentas_de_beneficiarios_spei_api_spec.rb +29 -29
- data/spec/api/cuentas_de_beneficiarios_spid_api_spec.rb +13 -12
- data/spec/api/depositantes_api_spec.rb +5 -5
- data/spec/api/empresas_co_di_api_spec.rb +5 -5
- data/spec/api/facturas_api_spec.rb +1 -1
- data/spec/api/instituciones_api_spec.rb +3 -2
- data/spec/api/lmites_de_montos_api_spec.rb +62 -0
- data/spec/api/operaciones_co_di_api_spec.rb +7 -7
- data/spec/api/peticiones_de_pago_por_co_di_api_spec.rb +4 -4
- data/spec/api/puntos_de_venta_co_di_api_spec.rb +8 -8
- data/spec/api/saldo_api_spec.rb +3 -3
- data/spec/api/suscripciones_api_spec.rb +37 -9
- data/spec/api/transferencias_spei_api_spec.rb +17 -17
- data/spec/api/transferencias_spid_api_spec.rb +7 -7
- data/spec/api/webhooks_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/account_detail_spec.rb +1 -1
- data/spec/models/account_reassigned_spec.rb +1 -1
- data/spec/models/account_request_spec.rb +1 -1
- data/spec/models/account_response_spec.rb +1 -1
- data/spec/models/account_spec.rb +1 -1
- data/spec/models/account_spid_spec.rb +1 -1
- data/spec/models/address_company_spec.rb +1 -1
- data/spec/models/amount_request_spec.rb +1 -1
- data/spec/models/authorization_transaction_group_spec.rb +1 -1
- data/spec/models/authorized_beneficiaries_response_spec.rb +1 -1
- data/spec/models/authorized_users_spec.rb +1 -1
- data/spec/models/balance_list_response_spec.rb +1 -1
- data/spec/models/balance_spec.rb +1 -1
- data/spec/models/beneficiaries_query_register_status_spec.rb +1 -1
- data/spec/models/beneficiaries_response_spec.rb +1 -1
- data/spec/models/beneficiary_institution_spec.rb +1 -1
- data/spec/models/billing_spec.rb +1 -1
- data/spec/models/billing_transaction_spec.rb +1 -1
- data/spec/models/cep_response_spec.rb +1 -1
- data/spec/models/cep_search_banxico_spec.rb +1 -1
- data/spec/models/certificate_request_spec.rb +1 -1
- data/spec/models/codi_code_qr_response_dto_spec.rb +1 -1
- data/spec/models/codi_code_request_dto_spec.rb +1 -1
- data/spec/models/codi_operation_response_dto_spec.rb +1 -1
- data/spec/models/codi_operations_filters_request_dto_spec.rb +1 -1
- data/spec/models/company_registered_spec.rb +1 -1
- data/spec/models/company_requested_spec.rb +1 -1
- data/spec/models/compay_spec.rb +1 -1
- data/spec/models/configurations_limits_spec.rb +47 -0
- data/spec/models/contact_request_spec.rb +1 -1
- data/spec/models/contract_detail_request_spec.rb +1 -1
- data/spec/models/contract_detail_response_spec.rb +1 -1
- data/spec/models/deposit_authorization_request_spec.rb +53 -0
- data/spec/models/deposit_spec.rb +1 -1
- data/spec/models/depositant_spec.rb +1 -1
- data/spec/models/depositants_register_spec.rb +1 -1
- data/spec/models/depositants_response_spec.rb +1 -1
- data/spec/models/deposits_authorization_response_spec.rb +53 -0
- data/spec/models/detailed_error_response_spec.rb +53 -0
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/get_depositants_spec.rb +1 -1
- data/spec/models/institution_spec.rb +1 -1
- data/spec/models/institutions_list_spec.rb +1 -1
- data/spec/models/item_spec.rb +53 -0
- data/spec/models/message_account_beneficiary_spec.rb +1 -1
- data/spec/models/message_cep_spec.rb +1 -1
- data/spec/models/message_codi_action_spec.rb +1 -1
- data/spec/models/message_configurations_limits_spec.rb +41 -0
- data/spec/models/message_deposit_authorization_request_spec.rb +155 -0
- data/spec/models/message_deposit_received_spec.rb +1 -1
- data/spec/models/message_institution_spec.rb +1 -1
- data/spec/models/message_payment_spec.rb +1 -1
- data/spec/models/message_payment_state_pending_spec.rb +1 -1
- data/spec/models/message_request_changed_spec.rb +1 -1
- data/spec/models/message_sales_point_spec.rb +1 -1
- data/spec/models/message_subscription_spec.rb +1 -1
- data/spec/models/message_user_authorized_spec.rb +7 -1
- data/spec/models/message_web_hook_spec.rb +1 -1
- data/spec/models/operations_spec.rb +1 -1
- data/spec/models/pager_response_dto_spec.rb +1 -1
- data/spec/models/{timestamp_spec.rb → payment_codi_spec.rb} +17 -37
- data/spec/models/payment_request_codi_response_dto_spec.rb +1 -1
- data/spec/models/payment_spec.rb +1 -1
- data/spec/models/payments_request_id_spec.rb +1 -1
- data/spec/models/person_spec.rb +1 -1
- data/spec/models/pre_enrollment_data_spec.rb +1 -1
- data/spec/models/pre_enrollment_response_spec.rb +1 -1
- data/spec/models/pre_monex_authorization_spec.rb +1 -1
- data/spec/models/relationship_spec.rb +1 -1
- data/spec/models/relationships_response_spec.rb +1 -1
- data/spec/models/sales_point_found_spec.rb +1 -1
- data/spec/models/sales_point_request_spec.rb +1 -1
- data/spec/models/sales_point_respose_spec.rb +1 -1
- data/spec/models/sales_point_spec.rb +1 -1
- data/spec/models/service_banking_spec.rb +47 -0
- data/spec/models/spid_beneficiaries_response_spec.rb +1 -1
- data/spec/models/spid_beneficiary_response_spec.rb +1 -1
- data/spec/models/spid_classification_dto_spec.rb +1 -1
- data/spec/models/spid_classifications_response_dto_spec.rb +1 -1
- data/spec/models/subscription_change_status_request_spec.rb +45 -0
- data/spec/models/token_required_response_spec.rb +1 -1
- data/spec/models/transaction_error_code_spec.rb +53 -0
- data/spec/models/transaction_outgoing_spec.rb +1 -1
- data/spec/models/transaction_outgoing_spid_spec.rb +1 -1
- data/spec/models/transactions_outgoing_register_spec.rb +1 -1
- data/spec/models/update_configurations_request_dto_spec.rb +41 -0
- data/spec/models/urls_redirect_spec.rb +1 -1
- data/spec/models/use_service_banking_spec.rb +55 -0
- data/spec/models/user_company_spec.rb +1 -1
- data/spec/models/web_hook_deposit_authorization_request_spec.rb +47 -0
- data/spec/models/web_hook_deposit_authorization_response_spec.rb +71 -0
- data/spec/models/webhook_request_spec.rb +1 -1
- data/spec/models/webhook_response_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +1 -1
- data/spec/models/webhooks_list_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/wire4_client.gemspec +2 -2
- metadata +72 -8
- data/docs/Timestamp.md +0 -17
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Wire4RestAPI
|
|
3
|
+
|
|
4
|
+
#Referencia de API. La API de Wire4 está organizada en torno a REST
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.10
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Wire4Client::UpdateConfigurationsRequestDTO
|
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'UpdateConfigurationsRequestDTO' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = Wire4Client::UpdateConfigurationsRequestDTO.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of UpdateConfigurationsRequestDTO' do
|
|
31
|
+
it 'should create an instance of UpdateConfigurationsRequestDTO' do
|
|
32
|
+
expect(@instance).to be_instance_of(Wire4Client::UpdateConfigurationsRequestDTO)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "configurations"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
end
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Wire4RestAPI
|
|
3
|
+
|
|
4
|
+
#Referencia de API. La API de Wire4 está organizada en torno a REST
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.10
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Wire4Client::UseServiceBanking
|
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'UseServiceBanking' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = Wire4Client::UseServiceBanking.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of UseServiceBanking' do
|
|
31
|
+
it 'should create an instance of UseServiceBanking' do
|
|
32
|
+
expect(@instance).to be_instance_of(Wire4Client::UseServiceBanking)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "status"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["ACTIVE", "INACTIVE"])
|
|
39
|
+
# validator.allowable_values.each do |value|
|
|
40
|
+
# expect { @instance.status = value }.not_to raise_error
|
|
41
|
+
# end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
describe 'test attribute "use"' do
|
|
46
|
+
it 'should work' do
|
|
47
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
48
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["WITHDRAWAL_DEPOSIT", "WITHDRAWAL", "DEPOSIT"])
|
|
49
|
+
# validator.allowable_values.each do |value|
|
|
50
|
+
# expect { @instance.use = value }.not_to raise_error
|
|
51
|
+
# end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
end
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Wire4RestAPI
|
|
3
|
+
|
|
4
|
+
#Referencia de API. La API de Wire4 está organizada en torno a REST
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.10
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Wire4Client::WebHookDepositAuthorizationRequest
|
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'WebHookDepositAuthorizationRequest' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = Wire4Client::WebHookDepositAuthorizationRequest.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of WebHookDepositAuthorizationRequest' do
|
|
31
|
+
it 'should create an instance of WebHookDepositAuthorizationRequest' do
|
|
32
|
+
expect(@instance).to be_instance_of(Wire4Client::WebHookDepositAuthorizationRequest)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "name"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test attribute "url"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
end
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Wire4RestAPI
|
|
3
|
+
|
|
4
|
+
#Referencia de API. La API de Wire4 está organizada en torno a REST
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.10
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Wire4Client::WebHookDepositAuthorizationResponse
|
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'WebHookDepositAuthorizationResponse' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = Wire4Client::WebHookDepositAuthorizationResponse.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of WebHookDepositAuthorizationResponse' do
|
|
31
|
+
it 'should create an instance of WebHookDepositAuthorizationResponse' do
|
|
32
|
+
expect(@instance).to be_instance_of(Wire4Client::WebHookDepositAuthorizationResponse)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "events"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test attribute "name"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
describe 'test attribute "secret"' do
|
|
48
|
+
it 'should work' do
|
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
describe 'test attribute "status"' do
|
|
54
|
+
it 'should work' do
|
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
describe 'test attribute "url"' do
|
|
60
|
+
it 'should work' do
|
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
describe 'test attribute "wh_uuid"' do
|
|
66
|
+
it 'should work' do
|
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
end
|
data/spec/models/webhook_spec.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
data/wire4_client.gemspec
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
=begin
|
|
4
4
|
#Wire4RestAPI
|
|
5
5
|
|
|
6
|
-
#Referencia de
|
|
6
|
+
#Referencia de API. La API de Wire4 está organizada en torno a REST
|
|
7
7
|
|
|
8
8
|
OpenAPI spec version: 1.0.0
|
|
9
9
|
|
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
|
23
23
|
s.email = [""]
|
|
24
24
|
s.homepage = "https://github.com/swagger-api/swagger-codegen"
|
|
25
25
|
s.summary = "Wire4RestAPI Ruby Gem"
|
|
26
|
-
s.description = "Referencia de
|
|
26
|
+
s.description = "Referencia de API. La API de Wire4 está organizada en torno a REST"
|
|
27
27
|
s.license = "Unlicense"
|
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
|
29
29
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wire4_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wire4
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -190,7 +190,7 @@ dependencies:
|
|
|
190
190
|
- - ">="
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
192
|
version: 0.2.12
|
|
193
|
-
description: Referencia de
|
|
193
|
+
description: Referencia de API. La API de Wire4 está organizada en torno a REST
|
|
194
194
|
email:
|
|
195
195
|
- ''
|
|
196
196
|
executables: []
|
|
@@ -211,6 +211,7 @@ files:
|
|
|
211
211
|
- docs/AuthorizationTransactionGroup.md
|
|
212
212
|
- docs/AuthorizedBeneficiariesResponse.md
|
|
213
213
|
- docs/AuthorizedUsers.md
|
|
214
|
+
- docs/AutorizacinDeDepsitosApi.md
|
|
214
215
|
- docs/Balance.md
|
|
215
216
|
- docs/BalanceListResponse.md
|
|
216
217
|
- docs/BeneficiariesQueryRegisterStatus.md
|
|
@@ -229,6 +230,7 @@ files:
|
|
|
229
230
|
- docs/CompanyRequested.md
|
|
230
231
|
- docs/Compay.md
|
|
231
232
|
- docs/ComprobanteElectrnicoDePagoCEPApi.md
|
|
233
|
+
- docs/ConfigurationsLimits.md
|
|
232
234
|
- docs/ContactRequest.md
|
|
233
235
|
- docs/ContactoApi.md
|
|
234
236
|
- docs/ContractDetailRequest.md
|
|
@@ -237,10 +239,13 @@ files:
|
|
|
237
239
|
- docs/CuentasDeBeneficiariosSPEIApi.md
|
|
238
240
|
- docs/CuentasDeBeneficiariosSPIDApi.md
|
|
239
241
|
- docs/Deposit.md
|
|
242
|
+
- docs/DepositAuthorizationRequest.md
|
|
240
243
|
- docs/Depositant.md
|
|
241
244
|
- docs/DepositantesApi.md
|
|
242
245
|
- docs/DepositantsRegister.md
|
|
243
246
|
- docs/DepositantsResponse.md
|
|
247
|
+
- docs/DepositsAuthorizationResponse.md
|
|
248
|
+
- docs/DetailedErrorResponse.md
|
|
244
249
|
- docs/EmpresasCoDiApi.md
|
|
245
250
|
- docs/ErrorResponse.md
|
|
246
251
|
- docs/FacturasApi.md
|
|
@@ -248,9 +253,13 @@ files:
|
|
|
248
253
|
- docs/InstitucionesApi.md
|
|
249
254
|
- docs/Institution.md
|
|
250
255
|
- docs/InstitutionsList.md
|
|
256
|
+
- docs/Item.md
|
|
257
|
+
- docs/LmitesDeMontosApi.md
|
|
251
258
|
- docs/MessageAccountBeneficiary.md
|
|
252
259
|
- docs/MessageCEP.md
|
|
253
260
|
- docs/MessageCodiAction.md
|
|
261
|
+
- docs/MessageConfigurationsLimits.md
|
|
262
|
+
- docs/MessageDepositAuthorizationRequest.md
|
|
254
263
|
- docs/MessageDepositReceived.md
|
|
255
264
|
- docs/MessageInstitution.md
|
|
256
265
|
- docs/MessagePayment.md
|
|
@@ -264,6 +273,7 @@ files:
|
|
|
264
273
|
- docs/Operations.md
|
|
265
274
|
- docs/PagerResponseDto.md
|
|
266
275
|
- docs/Payment.md
|
|
276
|
+
- docs/PaymentCODI.md
|
|
267
277
|
- docs/PaymentRequestCodiResponseDTO.md
|
|
268
278
|
- docs/PaymentsRequestId.md
|
|
269
279
|
- docs/Person.md
|
|
@@ -279,20 +289,26 @@ files:
|
|
|
279
289
|
- docs/SalesPointFound.md
|
|
280
290
|
- docs/SalesPointRequest.md
|
|
281
291
|
- docs/SalesPointRespose.md
|
|
292
|
+
- docs/ServiceBanking.md
|
|
282
293
|
- docs/SpidBeneficiariesResponse.md
|
|
283
294
|
- docs/SpidBeneficiaryResponse.md
|
|
284
295
|
- docs/SpidClassificationDTO.md
|
|
285
296
|
- docs/SpidClassificationsResponseDTO.md
|
|
297
|
+
- docs/SubscriptionChangeStatusRequest.md
|
|
286
298
|
- docs/SuscripcionesApi.md
|
|
287
|
-
- docs/Timestamp.md
|
|
288
299
|
- docs/TokenRequiredResponse.md
|
|
300
|
+
- docs/TransactionErrorCode.md
|
|
289
301
|
- docs/TransactionOutgoing.md
|
|
290
302
|
- docs/TransactionOutgoingSpid.md
|
|
291
303
|
- docs/TransactionsOutgoingRegister.md
|
|
292
304
|
- docs/TransferenciasSPEIApi.md
|
|
293
305
|
- docs/TransferenciasSPIDApi.md
|
|
306
|
+
- docs/UpdateConfigurationsRequestDTO.md
|
|
294
307
|
- docs/UrlsRedirect.md
|
|
308
|
+
- docs/UseServiceBanking.md
|
|
295
309
|
- docs/UserCompany.md
|
|
310
|
+
- docs/WebHookDepositAuthorizationRequest.md
|
|
311
|
+
- docs/WebHookDepositAuthorizationResponse.md
|
|
296
312
|
- docs/Webhook.md
|
|
297
313
|
- docs/WebhookRequest.md
|
|
298
314
|
- docs/WebhookResponse.md
|
|
@@ -300,6 +316,7 @@ files:
|
|
|
300
316
|
- docs/WebhooksList.md
|
|
301
317
|
- git_push.sh
|
|
302
318
|
- lib/wire4_client.rb
|
|
319
|
+
- lib/wire4_client/api/autorizacin_de_depsitos_api.rb
|
|
303
320
|
- lib/wire4_client/api/comprobante_electrnico_de_pago_cep_api.rb
|
|
304
321
|
- lib/wire4_client/api/contacto_api.rb
|
|
305
322
|
- lib/wire4_client/api/contracts_details_api.rb
|
|
@@ -309,6 +326,7 @@ files:
|
|
|
309
326
|
- lib/wire4_client/api/empresas_co_di_api.rb
|
|
310
327
|
- lib/wire4_client/api/facturas_api.rb
|
|
311
328
|
- lib/wire4_client/api/instituciones_api.rb
|
|
329
|
+
- lib/wire4_client/api/lmites_de_montos_api.rb
|
|
312
330
|
- lib/wire4_client/api/operaciones_co_di_api.rb
|
|
313
331
|
- lib/wire4_client/api/peticiones_de_pago_por_co_di_api.rb
|
|
314
332
|
- lib/wire4_client/api/puntos_de_venta_co_di_api.rb
|
|
@@ -348,20 +366,27 @@ files:
|
|
|
348
366
|
- lib/wire4_client/models/company_registered.rb
|
|
349
367
|
- lib/wire4_client/models/company_requested.rb
|
|
350
368
|
- lib/wire4_client/models/compay.rb
|
|
369
|
+
- lib/wire4_client/models/configurations_limits.rb
|
|
351
370
|
- lib/wire4_client/models/contact_request.rb
|
|
352
371
|
- lib/wire4_client/models/contract_detail_request.rb
|
|
353
372
|
- lib/wire4_client/models/contract_detail_response.rb
|
|
354
373
|
- lib/wire4_client/models/deposit.rb
|
|
374
|
+
- lib/wire4_client/models/deposit_authorization_request.rb
|
|
355
375
|
- lib/wire4_client/models/depositant.rb
|
|
356
376
|
- lib/wire4_client/models/depositants_register.rb
|
|
357
377
|
- lib/wire4_client/models/depositants_response.rb
|
|
378
|
+
- lib/wire4_client/models/deposits_authorization_response.rb
|
|
379
|
+
- lib/wire4_client/models/detailed_error_response.rb
|
|
358
380
|
- lib/wire4_client/models/error_response.rb
|
|
359
381
|
- lib/wire4_client/models/get_depositants.rb
|
|
360
382
|
- lib/wire4_client/models/institution.rb
|
|
361
383
|
- lib/wire4_client/models/institutions_list.rb
|
|
384
|
+
- lib/wire4_client/models/item.rb
|
|
362
385
|
- lib/wire4_client/models/message_account_beneficiary.rb
|
|
363
386
|
- lib/wire4_client/models/message_cep.rb
|
|
364
387
|
- lib/wire4_client/models/message_codi_action.rb
|
|
388
|
+
- lib/wire4_client/models/message_configurations_limits.rb
|
|
389
|
+
- lib/wire4_client/models/message_deposit_authorization_request.rb
|
|
365
390
|
- lib/wire4_client/models/message_deposit_received.rb
|
|
366
391
|
- lib/wire4_client/models/message_institution.rb
|
|
367
392
|
- lib/wire4_client/models/message_payment.rb
|
|
@@ -374,6 +399,7 @@ files:
|
|
|
374
399
|
- lib/wire4_client/models/operations.rb
|
|
375
400
|
- lib/wire4_client/models/pager_response_dto.rb
|
|
376
401
|
- lib/wire4_client/models/payment.rb
|
|
402
|
+
- lib/wire4_client/models/payment_codi.rb
|
|
377
403
|
- lib/wire4_client/models/payment_request_codi_response_dto.rb
|
|
378
404
|
- lib/wire4_client/models/payments_request_id.rb
|
|
379
405
|
- lib/wire4_client/models/person.rb
|
|
@@ -386,22 +412,29 @@ files:
|
|
|
386
412
|
- lib/wire4_client/models/sales_point_found.rb
|
|
387
413
|
- lib/wire4_client/models/sales_point_request.rb
|
|
388
414
|
- lib/wire4_client/models/sales_point_respose.rb
|
|
415
|
+
- lib/wire4_client/models/service_banking.rb
|
|
389
416
|
- lib/wire4_client/models/spid_beneficiaries_response.rb
|
|
390
417
|
- lib/wire4_client/models/spid_beneficiary_response.rb
|
|
391
418
|
- lib/wire4_client/models/spid_classification_dto.rb
|
|
392
419
|
- lib/wire4_client/models/spid_classifications_response_dto.rb
|
|
393
|
-
- lib/wire4_client/models/
|
|
420
|
+
- lib/wire4_client/models/subscription_change_status_request.rb
|
|
394
421
|
- lib/wire4_client/models/token_required_response.rb
|
|
422
|
+
- lib/wire4_client/models/transaction_error_code.rb
|
|
395
423
|
- lib/wire4_client/models/transaction_outgoing.rb
|
|
396
424
|
- lib/wire4_client/models/transaction_outgoing_spid.rb
|
|
397
425
|
- lib/wire4_client/models/transactions_outgoing_register.rb
|
|
426
|
+
- lib/wire4_client/models/update_configurations_request_dto.rb
|
|
398
427
|
- lib/wire4_client/models/urls_redirect.rb
|
|
428
|
+
- lib/wire4_client/models/use_service_banking.rb
|
|
399
429
|
- lib/wire4_client/models/user_company.rb
|
|
430
|
+
- lib/wire4_client/models/web_hook_deposit_authorization_request.rb
|
|
431
|
+
- lib/wire4_client/models/web_hook_deposit_authorization_response.rb
|
|
400
432
|
- lib/wire4_client/models/webhook.rb
|
|
401
433
|
- lib/wire4_client/models/webhook_request.rb
|
|
402
434
|
- lib/wire4_client/models/webhook_response.rb
|
|
403
435
|
- lib/wire4_client/models/webhooks_list.rb
|
|
404
436
|
- lib/wire4_client/version.rb
|
|
437
|
+
- spec/api/autorizacin_de_depsitos_api_spec.rb
|
|
405
438
|
- spec/api/comprobante_electrnico_de_pago_cep_api_spec.rb
|
|
406
439
|
- spec/api/contacto_api_spec.rb
|
|
407
440
|
- spec/api/contracts_details_api_spec.rb
|
|
@@ -411,6 +444,7 @@ files:
|
|
|
411
444
|
- spec/api/empresas_co_di_api_spec.rb
|
|
412
445
|
- spec/api/facturas_api_spec.rb
|
|
413
446
|
- spec/api/instituciones_api_spec.rb
|
|
447
|
+
- spec/api/lmites_de_montos_api_spec.rb
|
|
414
448
|
- spec/api/operaciones_co_di_api_spec.rb
|
|
415
449
|
- spec/api/peticiones_de_pago_por_co_di_api_spec.rb
|
|
416
450
|
- spec/api/puntos_de_venta_co_di_api_spec.rb
|
|
@@ -449,20 +483,27 @@ files:
|
|
|
449
483
|
- spec/models/company_registered_spec.rb
|
|
450
484
|
- spec/models/company_requested_spec.rb
|
|
451
485
|
- spec/models/compay_spec.rb
|
|
486
|
+
- spec/models/configurations_limits_spec.rb
|
|
452
487
|
- spec/models/contact_request_spec.rb
|
|
453
488
|
- spec/models/contract_detail_request_spec.rb
|
|
454
489
|
- spec/models/contract_detail_response_spec.rb
|
|
490
|
+
- spec/models/deposit_authorization_request_spec.rb
|
|
455
491
|
- spec/models/deposit_spec.rb
|
|
456
492
|
- spec/models/depositant_spec.rb
|
|
457
493
|
- spec/models/depositants_register_spec.rb
|
|
458
494
|
- spec/models/depositants_response_spec.rb
|
|
495
|
+
- spec/models/deposits_authorization_response_spec.rb
|
|
496
|
+
- spec/models/detailed_error_response_spec.rb
|
|
459
497
|
- spec/models/error_response_spec.rb
|
|
460
498
|
- spec/models/get_depositants_spec.rb
|
|
461
499
|
- spec/models/institution_spec.rb
|
|
462
500
|
- spec/models/institutions_list_spec.rb
|
|
501
|
+
- spec/models/item_spec.rb
|
|
463
502
|
- spec/models/message_account_beneficiary_spec.rb
|
|
464
503
|
- spec/models/message_cep_spec.rb
|
|
465
504
|
- spec/models/message_codi_action_spec.rb
|
|
505
|
+
- spec/models/message_configurations_limits_spec.rb
|
|
506
|
+
- spec/models/message_deposit_authorization_request_spec.rb
|
|
466
507
|
- spec/models/message_deposit_received_spec.rb
|
|
467
508
|
- spec/models/message_institution_spec.rb
|
|
468
509
|
- spec/models/message_payment_spec.rb
|
|
@@ -474,6 +515,7 @@ files:
|
|
|
474
515
|
- spec/models/message_web_hook_spec.rb
|
|
475
516
|
- spec/models/operations_spec.rb
|
|
476
517
|
- spec/models/pager_response_dto_spec.rb
|
|
518
|
+
- spec/models/payment_codi_spec.rb
|
|
477
519
|
- spec/models/payment_request_codi_response_dto_spec.rb
|
|
478
520
|
- spec/models/payment_spec.rb
|
|
479
521
|
- spec/models/payments_request_id_spec.rb
|
|
@@ -487,17 +529,23 @@ files:
|
|
|
487
529
|
- spec/models/sales_point_request_spec.rb
|
|
488
530
|
- spec/models/sales_point_respose_spec.rb
|
|
489
531
|
- spec/models/sales_point_spec.rb
|
|
532
|
+
- spec/models/service_banking_spec.rb
|
|
490
533
|
- spec/models/spid_beneficiaries_response_spec.rb
|
|
491
534
|
- spec/models/spid_beneficiary_response_spec.rb
|
|
492
535
|
- spec/models/spid_classification_dto_spec.rb
|
|
493
536
|
- spec/models/spid_classifications_response_dto_spec.rb
|
|
494
|
-
- spec/models/
|
|
537
|
+
- spec/models/subscription_change_status_request_spec.rb
|
|
495
538
|
- spec/models/token_required_response_spec.rb
|
|
539
|
+
- spec/models/transaction_error_code_spec.rb
|
|
496
540
|
- spec/models/transaction_outgoing_spec.rb
|
|
497
541
|
- spec/models/transaction_outgoing_spid_spec.rb
|
|
498
542
|
- spec/models/transactions_outgoing_register_spec.rb
|
|
543
|
+
- spec/models/update_configurations_request_dto_spec.rb
|
|
499
544
|
- spec/models/urls_redirect_spec.rb
|
|
545
|
+
- spec/models/use_service_banking_spec.rb
|
|
500
546
|
- spec/models/user_company_spec.rb
|
|
547
|
+
- spec/models/web_hook_deposit_authorization_request_spec.rb
|
|
548
|
+
- spec/models/web_hook_deposit_authorization_response_spec.rb
|
|
501
549
|
- spec/models/webhook_request_spec.rb
|
|
502
550
|
- spec/models/webhook_response_spec.rb
|
|
503
551
|
- spec/models/webhook_spec.rb
|
|
@@ -523,7 +571,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
523
571
|
- !ruby/object:Gem::Version
|
|
524
572
|
version: '0'
|
|
525
573
|
requirements: []
|
|
526
|
-
rubygems_version: 3.0.
|
|
574
|
+
rubygems_version: 3.0.3
|
|
527
575
|
signing_key:
|
|
528
576
|
specification_version: 4
|
|
529
577
|
summary: Wire4RestAPI Ruby Gem
|
|
@@ -535,11 +583,13 @@ test_files:
|
|
|
535
583
|
- spec/api/transferencias_spid_api_spec.rb
|
|
536
584
|
- spec/api/suscripciones_api_spec.rb
|
|
537
585
|
- spec/api/cuentas_de_beneficiarios_spei_api_spec.rb
|
|
586
|
+
- spec/api/lmites_de_montos_api_spec.rb
|
|
538
587
|
- spec/api/webhooks_api_spec.rb
|
|
539
588
|
- spec/api/instituciones_api_spec.rb
|
|
540
589
|
- spec/api/operaciones_co_di_api_spec.rb
|
|
541
590
|
- spec/api/contacto_api_spec.rb
|
|
542
591
|
- spec/api/depositantes_api_spec.rb
|
|
592
|
+
- spec/api/autorizacin_de_depsitos_api_spec.rb
|
|
543
593
|
- spec/api/cuentas_de_beneficiarios_spid_api_spec.rb
|
|
544
594
|
- spec/api/empresas_co_di_api_spec.rb
|
|
545
595
|
- spec/api/saldo_api_spec.rb
|
|
@@ -559,6 +609,8 @@ test_files:
|
|
|
559
609
|
- spec/models/account_spec.rb
|
|
560
610
|
- spec/models/message_web_hook_spec.rb
|
|
561
611
|
- spec/models/payment_request_codi_response_dto_spec.rb
|
|
612
|
+
- spec/models/update_configurations_request_dto_spec.rb
|
|
613
|
+
- spec/models/configurations_limits_spec.rb
|
|
562
614
|
- spec/models/error_response_spec.rb
|
|
563
615
|
- spec/models/payments_request_id_spec.rb
|
|
564
616
|
- spec/models/webhook_request_spec.rb
|
|
@@ -566,8 +618,11 @@ test_files:
|
|
|
566
618
|
- spec/models/cep_search_banxico_spec.rb
|
|
567
619
|
- spec/models/operations_spec.rb
|
|
568
620
|
- spec/models/company_registered_spec.rb
|
|
621
|
+
- spec/models/message_deposit_authorization_request_spec.rb
|
|
569
622
|
- spec/models/institution_spec.rb
|
|
570
623
|
- spec/models/amount_request_spec.rb
|
|
624
|
+
- spec/models/use_service_banking_spec.rb
|
|
625
|
+
- spec/models/deposit_authorization_request_spec.rb
|
|
571
626
|
- spec/models/account_request_spec.rb
|
|
572
627
|
- spec/models/message_cep_spec.rb
|
|
573
628
|
- spec/models/depositant_spec.rb
|
|
@@ -578,9 +633,11 @@ test_files:
|
|
|
578
633
|
- spec/models/institutions_list_spec.rb
|
|
579
634
|
- spec/models/pre_monex_authorization_spec.rb
|
|
580
635
|
- spec/models/beneficiaries_query_register_status_spec.rb
|
|
636
|
+
- spec/models/deposits_authorization_response_spec.rb
|
|
581
637
|
- spec/models/webhook_response_spec.rb
|
|
582
638
|
- spec/models/user_company_spec.rb
|
|
583
639
|
- spec/models/message_user_authorized_spec.rb
|
|
640
|
+
- spec/models/service_banking_spec.rb
|
|
584
641
|
- spec/models/urls_redirect_spec.rb
|
|
585
642
|
- spec/models/sales_point_found_spec.rb
|
|
586
643
|
- spec/models/codi_code_request_dto_spec.rb
|
|
@@ -588,9 +645,11 @@ test_files:
|
|
|
588
645
|
- spec/models/webhooks_list_spec.rb
|
|
589
646
|
- spec/models/payment_spec.rb
|
|
590
647
|
- spec/models/authorized_users_spec.rb
|
|
648
|
+
- spec/models/message_configurations_limits_spec.rb
|
|
591
649
|
- spec/models/sales_point_request_spec.rb
|
|
592
650
|
- spec/models/contract_detail_response_spec.rb
|
|
593
651
|
- spec/models/spid_classifications_response_dto_spec.rb
|
|
652
|
+
- spec/models/item_spec.rb
|
|
594
653
|
- spec/models/message_request_changed_spec.rb
|
|
595
654
|
- spec/models/message_payment_spec.rb
|
|
596
655
|
- spec/models/sales_point_spec.rb
|
|
@@ -599,7 +658,8 @@ test_files:
|
|
|
599
658
|
- spec/models/beneficiary_institution_spec.rb
|
|
600
659
|
- spec/models/certificate_request_spec.rb
|
|
601
660
|
- spec/models/billing_transaction_spec.rb
|
|
602
|
-
- spec/models/
|
|
661
|
+
- spec/models/transaction_error_code_spec.rb
|
|
662
|
+
- spec/models/subscription_change_status_request_spec.rb
|
|
603
663
|
- spec/models/token_required_response_spec.rb
|
|
604
664
|
- spec/models/pre_enrollment_response_spec.rb
|
|
605
665
|
- spec/models/message_payment_state_pending_spec.rb
|
|
@@ -610,6 +670,7 @@ test_files:
|
|
|
610
670
|
- spec/models/codi_operations_filters_request_dto_spec.rb
|
|
611
671
|
- spec/models/message_account_beneficiary_spec.rb
|
|
612
672
|
- spec/models/transaction_outgoing_spec.rb
|
|
673
|
+
- spec/models/web_hook_deposit_authorization_request_spec.rb
|
|
613
674
|
- spec/models/codi_operation_response_dto_spec.rb
|
|
614
675
|
- spec/models/deposit_spec.rb
|
|
615
676
|
- spec/models/sales_point_respose_spec.rb
|
|
@@ -618,6 +679,7 @@ test_files:
|
|
|
618
679
|
- spec/models/relationships_response_spec.rb
|
|
619
680
|
- spec/models/message_codi_action_spec.rb
|
|
620
681
|
- spec/models/spid_beneficiary_response_spec.rb
|
|
682
|
+
- spec/models/detailed_error_response_spec.rb
|
|
621
683
|
- spec/models/pager_response_dto_spec.rb
|
|
622
684
|
- spec/models/account_detail_spec.rb
|
|
623
685
|
- spec/models/cep_response_spec.rb
|
|
@@ -625,6 +687,8 @@ test_files:
|
|
|
625
687
|
- spec/models/spid_beneficiaries_response_spec.rb
|
|
626
688
|
- spec/models/message_subscription_spec.rb
|
|
627
689
|
- spec/models/compay_spec.rb
|
|
690
|
+
- spec/models/payment_codi_spec.rb
|
|
691
|
+
- spec/models/web_hook_deposit_authorization_response_spec.rb
|
|
628
692
|
- spec/models/address_company_spec.rb
|
|
629
693
|
- spec/models/billing_spec.rb
|
|
630
694
|
- spec/models/account_spid_spec.rb
|