plaid 8.1.0 → 8.2.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: 1b5b0c86b267fc7ea3614ee8768c08add645832a
4
- data.tar.gz: ebdabcd25e4812284f32e5c7e9c05a2d75f4eaa7
3
+ metadata.gz: 406f122e676e032e00658c9821fd17051b8f7f6f
4
+ data.tar.gz: 3c85a6654f38fbfbc50a1feb24c678b62688aff6
5
5
  SHA512:
6
- metadata.gz: 36b86b9fe94a5b0ab84ed3a76ce7ab1352561be1c1ad0ce510dfd69b28ec16cc4451112bbd411d372b60d0e88d5101efcffbd52a876faca22d4f27dd7f383f76
7
- data.tar.gz: 6f03c6dc683c52845519627ac96a6b0c872190bf180ef0e61d388b6b8c8090ff0e243d96a8044bb1136b03a56d805474a4f93684c58a1ddba55c28fbff775d8f
6
+ metadata.gz: 55ff710729ae2721421f8ffdea6775af5f2d187a5ac61ce49d298e0d054a722e5469dda11af78f33259d78abbacf933f8a1e348e06ca116cd2cfcf45f55b3816
7
+ data.tar.gz: 3be25d5c57083ebfcd75508cca59f678a5ae6f4a661034d1f53dcaa9e82cae0e046ae6856cec1dfe19d02690a14235b1d823506acd94bf174372922140118076
@@ -1,3 +1,7 @@
1
+ # 8.2.0 16-Sep-2019
2
+
3
+ * Update Assets schema for international address support
4
+
1
5
  # 8.1.0 23-Jul-2019
2
6
 
3
7
  * Add binding for the new [liabilities product](https://plaid.com/docs/api/#liabilities)
@@ -1195,44 +1195,6 @@ module Plaid
1195
1195
  property :unofficial_currency_code
1196
1196
  end
1197
1197
 
1198
- # Public: A representation of asset report address details.
1199
- class AssetReportAddressData < BaseModel
1200
- ##
1201
- # :attr_reader:
1202
- # Public: The String street name.
1203
- property :street
1204
-
1205
- ##
1206
- # :attr_reader:
1207
- # Public: The String name.
1208
- property :city
1209
-
1210
- ##
1211
- # :attr_reader:
1212
- # Public: The String state name.
1213
- property :state
1214
-
1215
- ##
1216
- # :attr_reader:
1217
- # Public: The String zip code.
1218
- property :zip
1219
- end
1220
-
1221
- # Public: A representation of an asset report address.
1222
- class AssetReportAddress < BaseModel
1223
- ##
1224
- # :attr_reader:
1225
- # Public: Data about the components comprising an address; see
1226
- # IdentityAddressData object for fields.
1227
- property :data, coerce: AssetReportAddressData
1228
-
1229
- ##
1230
- # :attr_reader:
1231
- # Public: When true, identifies the address as the primary address on an
1232
- # account.
1233
- property :primary
1234
- end
1235
-
1236
1198
  # Public: A representation of an asset report owner.
1237
1199
  class AssetReportOwner < BaseModel
1238
1200
  ##
@@ -1257,8 +1219,8 @@ module Plaid
1257
1219
  ##
1258
1220
  # :attr_reader:
1259
1221
  # Public: Data about the various addresses associated with the account
1260
- # by the financial institution; see AssetReportAddress object for fields.
1261
- property :addresses, coerce: Array[AssetReportAddress]
1222
+ # by the financial institution; see IdentityAddress object for fields.
1223
+ property :addresses, coerce: Array[IdentityAddress]
1262
1224
  end
1263
1225
 
1264
1226
  # Public: A representation of an asset report balance.
@@ -1,4 +1,4 @@
1
1
  module Plaid
2
- VERSION = '8.1.0'.freeze
2
+ VERSION = '8.2.0'.freeze
3
3
  API_VERSION = '2019-05-29'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plaid
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.0
4
+ version: 8.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Loo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-23 00:00:00.000000000 Z
11
+ date: 2019-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -229,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
229
229
  version: '0'
230
230
  requirements: []
231
231
  rubyforge_project:
232
- rubygems_version: 2.5.1
232
+ rubygems_version: 2.5.2.3
233
233
  signing_key:
234
234
  specification_version: 4
235
235
  summary: Ruby bindings for Plaid