budgea_client 1.4.2 → 1.4.3

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: 40b22fd4ed959f628a86d4873d2d49a45505869157764ff2f30a45af92f0a330
4
- data.tar.gz: ccc789dd1475741c57a619835b4479811766cbf7cc0e13378c9ce81eefb18f9f
3
+ metadata.gz: 8ff60e64ab6366a5963a66db5b0c338fc961c437914e8ef26928d20f3daa3bd4
4
+ data.tar.gz: adbcb91d9eca00839591f1a98d1d377b6ba3c5a367f3b32651e2ea3764a27e2f
5
5
  SHA512:
6
- metadata.gz: 94ba5b937501901316a8051a18e709c7b11748f998df6994226a619ca551fef63c5eb89c5e418e0eb6812e3ed4711bf6b9a3580f598aa46e13f6d07321df0f02
7
- data.tar.gz: 960fef8e79c62596458d4189d8bdae2b3478022ce792081b996595d0515f7b107eac24f949f9c82962b688680fc3d686e6ec9adc88e2bba4e903205ed101dd4d
6
+ metadata.gz: f1250ec812f22044564e897f755d008a34a8281795304bf48f71a51d61f81e68300c63034112c8c100ab16698a5c5881c19bf07ed89e017b881593e2c1303a1b
7
+ data.tar.gz: d756ec08549527946636d04d8df250967bac8e56e9cbcbc05ed2f459105d89b3aa335c31fe013de152036e2e7de7f08952a49965f99263cb319b513f455d4e14
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- budgea_client (1.4.2)
4
+ budgea_client (1.4.3)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
data/budgea_openapi.json CHANGED
@@ -21461,7 +21461,7 @@
21461
21461
  "description": "Account IBAN"
21462
21462
  },
21463
21463
  "currency": {
21464
- "$ref": "#/definitions/Account",
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** | [**Account**](Account.md) | Account currency | [optional]
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' => :'Account',
103
+ :'currency' => :'Currency',
104
104
  :'id_type' => :'Integer',
105
105
  :'bookmarked' => :'Integer',
106
106
  :'name' => :'String',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BudgeaClient
4
- VERSION = "1.4.2"
4
+ VERSION = "1.4.3"
5
5
  end
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.2
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-15 00:00:00.000000000 Z
11
+ date: 2018-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus