khipu-api-client 2.3.0 → 2.4.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ccf2c78c3baddc3cd108baf441f76dea492627f3
|
|
4
|
+
data.tar.gz: 1c17edfb7603c979850bedac212d5ada34c4bd99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2928c9badcfd4ea1588c77ed9309a32da04d6fd4b52b347ec5f3834dcfe83ed45addffd7ca4848be47878b84cfbf1981b60bcf48f9b3fecaefabae0c3dc88587
|
|
7
|
+
data.tar.gz: 6bafc4192db459db2b9d848f36a8b9fc11c8a6aa067cf736a5827c5049fb850ac6114f1c1f7f75f15fd371e5f2e04ef2d0a141fa6ab800df9cf34e38305f18ff
|
|
Binary file
|
|
@@ -124,7 +124,7 @@ module Khipu
|
|
|
124
124
|
:'app_url' => :'String',
|
|
125
125
|
:'ready_for_terminal' => :'BOOLEAN',
|
|
126
126
|
:'notification_token' => :'String',
|
|
127
|
-
:'receiver_id' => :'
|
|
127
|
+
:'receiver_id' => :'Integer',
|
|
128
128
|
:'conciliation_date' => :'DateTime',
|
|
129
129
|
:'subject' => :'String',
|
|
130
130
|
:'amount' => :'Float',
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: khipu-api-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- khipu
|
|
@@ -200,6 +200,7 @@ files:
|
|
|
200
200
|
- LICENSE
|
|
201
201
|
- README.md
|
|
202
202
|
- khipu-api-client-2.2.0.gem
|
|
203
|
+
- khipu-api-client-2.3.0.gem
|
|
203
204
|
- khipu-api-client.gemspec
|
|
204
205
|
- lib/khipu-api-client.rb
|
|
205
206
|
- lib/khipu-api-client/api/banks_api.rb
|