budgea_client 1.4.2 → 1.4.3
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 +1 -1
- data/budgea_openapi.json +1 -1
- data/docs/Account.md +1 -1
- data/lib/budgea_client/models/account.rb +1 -1
- data/lib/budgea_client/version.rb +1 -1
- data/pkg/budgea_client-1.4.2.gem +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ff60e64ab6366a5963a66db5b0c338fc961c437914e8ef26928d20f3daa3bd4
|
|
4
|
+
data.tar.gz: adbcb91d9eca00839591f1a98d1d377b6ba3c5a367f3b32651e2ea3764a27e2f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1250ec812f22044564e897f755d008a34a8281795304bf48f71a51d61f81e68300c63034112c8c100ab16698a5c5881c19bf07ed89e017b881593e2c1303a1b
|
|
7
|
+
data.tar.gz: d756ec08549527946636d04d8df250967bac8e56e9cbcbc05ed2f459105d89b3aa335c31fe013de152036e2e7de7f08952a49965f99263cb319b513f455d4e14
|
data/Gemfile.lock
CHANGED
data/budgea_openapi.json
CHANGED
|
@@ -21461,7 +21461,7 @@
|
|
|
21461
21461
|
"description": "Account IBAN"
|
|
21462
21462
|
},
|
|
21463
21463
|
"currency": {
|
|
21464
|
-
"$ref": "#/definitions/
|
|
21464
|
+
"$ref": "#/definitions/Currency",
|
|
21465
21465
|
"description": "Account currency"
|
|
21466
21466
|
},
|
|
21467
21467
|
"id_type": {
|
data/docs/Account.md
CHANGED
|
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**deleted** | **DateTime** | This account is not found on the website anymore | [optional]
|
|
17
17
|
**disabled** | **DateTime** | This account has been deleted by user and will not be synchronized anymore | [optional]
|
|
18
18
|
**iban** | **String** | Account IBAN | [optional]
|
|
19
|
-
**currency** | [**
|
|
19
|
+
**currency** | [**Currency**](Currency.md) | Account currency | [optional]
|
|
20
20
|
**id_type** | **Integer** | ID of the account type | [optional]
|
|
21
21
|
**bookmarked** | **Integer** | This account has been bookmarked by user |
|
|
22
22
|
**name** | **String** | Name of the account | [optional]
|
|
@@ -100,7 +100,7 @@ module BudgeaClient
|
|
|
100
100
|
:'deleted' => :'DateTime',
|
|
101
101
|
:'disabled' => :'DateTime',
|
|
102
102
|
:'iban' => :'String',
|
|
103
|
-
:'currency' => :'
|
|
103
|
+
:'currency' => :'Currency',
|
|
104
104
|
:'id_type' => :'Integer',
|
|
105
105
|
:'bookmarked' => :'Integer',
|
|
106
106
|
:'name' => :'String',
|
data/pkg/budgea_client-1.4.2.gem
CHANGED
|
Binary file
|
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: 1.4.
|
|
4
|
+
version: 1.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chaker Nakhli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-10-
|
|
11
|
+
date: 2018-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|