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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/plaid/models.rb +2 -40
- data/lib/plaid/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 406f122e676e032e00658c9821fd17051b8f7f6f
|
|
4
|
+
data.tar.gz: 3c85a6654f38fbfbc50a1feb24c678b62688aff6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55ff710729ae2721421f8ffdea6775af5f2d187a5ac61ce49d298e0d054a722e5469dda11af78f33259d78abbacf933f8a1e348e06ca116cd2cfcf45f55b3816
|
|
7
|
+
data.tar.gz: 3be25d5c57083ebfcd75508cca59f678a5ae6f4a661034d1f53dcaa9e82cae0e046ae6856cec1dfe19d02690a14235b1d823506acd94bf174372922140118076
|
data/CHANGELOG.md
CHANGED
data/lib/plaid/models.rb
CHANGED
|
@@ -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
|
|
1261
|
-
property :addresses, coerce: Array[
|
|
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.
|
data/lib/plaid/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
232
|
+
rubygems_version: 2.5.2.3
|
|
233
233
|
signing_key:
|
|
234
234
|
specification_version: 4
|
|
235
235
|
summary: Ruby bindings for Plaid
|