budgea_client 5.3.7 → 5.3.8
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 +4 -4
- data/budgea_openapi.json +12 -0
- data/config.json +1 -1
- data/docs/BanksApi.md +6 -2
- data/generate.sh +14 -0
- data/lib/budgea_client/api/banks_api.rb +6 -0
- data/lib/budgea_client/models/connection.rb +4 -0
- data/lib/budgea_client/version.rb +1 -1
- data/patches/01_allow_enum_nil.patch +24 -0
- data/patches/02_accounts_property.patch +15 -0
- data/pkg/budgea_client-5.3.7.gem +0 -0
- data/tags +2748 -0
- metadata +7 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: budgea_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.3.
|
4
|
+
version: 5.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chaker Nakhli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-08-
|
11
|
+
date: 2021-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -336,6 +336,7 @@ files:
|
|
336
336
|
- docs/Webhook.md
|
337
337
|
- docs/WebhookData.md
|
338
338
|
- docs/WebhookLog.md
|
339
|
+
- generate.sh
|
339
340
|
- git_push.sh
|
340
341
|
- lib/budgea_client.rb
|
341
342
|
- lib/budgea_client/api/administration_api.rb
|
@@ -455,6 +456,9 @@ files:
|
|
455
456
|
- lib/budgea_client/models/webhook_log.rb
|
456
457
|
- lib/budgea_client/version.rb
|
457
458
|
- original_budgea_openapi.json
|
459
|
+
- patches/01_allow_enum_nil.patch
|
460
|
+
- patches/02_accounts_property.patch
|
461
|
+
- pkg/budgea_client-5.3.7.gem
|
458
462
|
- spec/api/administration_api_spec.rb
|
459
463
|
- spec/api/authentication_api_spec.rb
|
460
464
|
- spec/api/banks_api_spec.rb
|
@@ -570,6 +574,7 @@ files:
|
|
570
574
|
- spec/models/webhook_log_spec.rb
|
571
575
|
- spec/models/webhook_spec.rb
|
572
576
|
- spec/spec_helper.rb
|
577
|
+
- tags
|
573
578
|
homepage: https://github.com/cashbee-team/budgea_client
|
574
579
|
licenses:
|
575
580
|
- Apache 2.0
|