wire4_client 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bed86ab7773a461d8fb574a69c80734d2ccce2c0daa58e2e34bb3d467a247d7
4
- data.tar.gz: 28796ffc63e7a4e5e9fad15c4b351ba556d076b5779de36bc4111fbf45b0515d
3
+ metadata.gz: 9e01cfae546cb60165e890e28c5642db4d525970b788e2178baa570f3bae83a0
4
+ data.tar.gz: 8596337fa8fc3f6a20a66fada5f87111ece3c72d03f8f07edf2bcab853ee1df1
5
5
  SHA512:
6
- metadata.gz: c47145ab6193c4f6172abaa9c3916e38e5300a14bdb69cb4febb0ed71c84fc88022be3c29deaef1c3b16aacec36d8fed34aecaea9ec709a38c7d22b99b29ff0f
7
- data.tar.gz: 8d09424288036af82839f5f07c4fe41af1d849c64d1731ffbaa427ca74fc01fda37493f8ecfc63c8a9506593b9bc89d772d66a596be38d69421d4e545f59fc3b
6
+ metadata.gz: 52b9d097701ada888b553d147f7b690df89de58711c1c1aa2244c3dabcf17f6f40a09b7475db7e4e5558da0ac4992a17e0af97bf6b993672c49533e5ed0bb107
7
+ data.tar.gz: c310a46142a040959059b69e3a4b25c22782b45402f26e25ab32264def047d4f0cdf000d8bfc8cbb5adc76476890a93659ea76c71930641878ce6c035ab70e51
@@ -242,8 +242,8 @@ module Wire4Client
242
242
  fail ArgumentError, 'invalid value for "opts[:"begin_date"]" when calling TransferenciasSPEIApi.incoming_spei_transactions_report_using_get, the character length must be great than or equal to 10.'
243
243
  end
244
244
 
245
- if @api_client.config.client_side_validation && !opts[:'begin_date'].nil? && opts[:'begin_date'] !~ Regexp.new(/([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))/)
246
- fail ArgumentError, "invalid value for 'opts[:\"begin_date\"]' when calling TransferenciasSPEIApi.incoming_spei_transactions_report_using_get, must conform to the pattern /([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))/."
245
+ if @api_client.config.client_side_validation && !opts[:'begin_date'].nil? && opts[:'begin_date'] !~ Regexp.new(/([12]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]))/)
246
+ fail ArgumentError, "invalid value for 'opts[:\"begin_date\"]' when calling TransferenciasSPEIApi.incoming_spei_transactions_report_using_get, must conform to the pattern /([12]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]))/."
247
247
  end
248
248
 
249
249
  if @api_client.config.client_side_validation && !opts[:'end_date'].nil? && opts[:'end_date'].to_s.length > 10
@@ -254,8 +254,8 @@ module Wire4Client
254
254
  fail ArgumentError, 'invalid value for "opts[:"end_date"]" when calling TransferenciasSPEIApi.incoming_spei_transactions_report_using_get, the character length must be great than or equal to 10.'
255
255
  end
256
256
 
257
- if @api_client.config.client_side_validation && !opts[:'end_date'].nil? && opts[:'end_date'] !~ Regexp.new(/([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))/)
258
- fail ArgumentError, "invalid value for 'opts[:\"end_date\"]' when calling TransferenciasSPEIApi.incoming_spei_transactions_report_using_get, must conform to the pattern /([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))/."
257
+ if @api_client.config.client_side_validation && !opts[:'end_date'].nil? && opts[:'end_date'] !~ Regexp.new(/([12]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]))/)
258
+ fail ArgumentError, "invalid value for 'opts[:\"end_date\"]' when calling TransferenciasSPEIApi.incoming_spei_transactions_report_using_get, must conform to the pattern /([12]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]))/."
259
259
  end
260
260
 
261
261
  # resource path
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.10
11
11
  =end
12
12
 
13
13
  module Wire4Client
14
- VERSION = '1.1.1'
14
+ VERSION = '1.1.2'
15
15
  end
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.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wire4
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-11 00:00:00.000000000 Z
11
+ date: 2021-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus