mx-platform-ruby 0.9.1 → 0.9.2
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/docs/HoldingResponse.md +1 -1
- data/lib/mx-platform-ruby/models/account_number_response.rb +4 -0
- data/lib/mx-platform-ruby/models/account_owner_response.rb +4 -0
- data/lib/mx-platform-ruby/models/account_response.rb +3 -0
- data/lib/mx-platform-ruby/models/category_response.rb +2 -0
- data/lib/mx-platform-ruby/models/challenge_response.rb +1 -0
- data/lib/mx-platform-ruby/models/connect_widget_response.rb +1 -0
- data/lib/mx-platform-ruby/models/credential_request.rb +0 -1
- data/lib/mx-platform-ruby/models/credential_response.rb +2 -0
- data/lib/mx-platform-ruby/models/enhance_transaction_response.rb +1 -0
- data/lib/mx-platform-ruby/models/holding_response.rb +4 -0
- data/lib/mx-platform-ruby/models/member_response.rb +2 -0
- data/lib/mx-platform-ruby/models/member_status_response.rb +1 -0
- data/lib/mx-platform-ruby/models/merchant_location_response.rb +2 -0
- data/lib/mx-platform-ruby/models/merchant_response.rb +1 -0
- data/lib/mx-platform-ruby/models/o_auth_window_response.rb +1 -0
- data/lib/mx-platform-ruby/models/statement_response.rb +4 -0
- data/lib/mx-platform-ruby/models/tag_response.rb +2 -0
- data/lib/mx-platform-ruby/models/tagging_response.rb +4 -0
- data/lib/mx-platform-ruby/models/transaction_response.rb +6 -0
- data/lib/mx-platform-ruby/models/transaction_rule_response.rb +3 -0
- data/lib/mx-platform-ruby/models/transaction_rule_update_request.rb +0 -2
- data/lib/mx-platform-ruby/models/user_response.rb +1 -0
- data/lib/mx-platform-ruby/version.rb +1 -1
- data/openapi/config.yml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 633ac15d0a242e33d7a2e6e8e822d33dcf49604fbbdd3ede811655ae6d333221
|
4
|
+
data.tar.gz: 853e87b4bc16ae383ae138400cce437e4be86641b4d8d5f65d3bbc470f1baef4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa179190cf17c5c79eebc03fdbcfd6cd3077a25d61ca668f2306715ca6433dc9d215110e933af9a6a646953a3a854c11118e20ecedfb40da219223a7615ac99b
|
7
|
+
data.tar.gz: ca372ccfe3bd0937fe0cc3923ec8b04007abf750796707db7edcf003d4fa7196771f8eb3120339c404fd419ce07ae1076dafe17db8213bd150dd136d7093b3c0
|
data/Gemfile.lock
CHANGED
data/docs/HoldingResponse.md
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
require 'mx-platform-ruby'
|
30
30
|
|
31
31
|
instance = MxPlatformRuby::HoldingResponse.new(
|
32
|
-
account_guid:
|
32
|
+
account_guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
|
33
33
|
cost_basis: 827.0,
|
34
34
|
created_at: 2015-04-13T18:01:23.000Z,
|
35
35
|
currency_code: USD,
|
@@ -67,10 +67,14 @@ module MxPlatformRuby
|
|
67
67
|
# List of attributes with nullable: true
|
68
68
|
def self.openapi_nullable
|
69
69
|
Set.new([
|
70
|
+
:'account_guid',
|
70
71
|
:'account_number',
|
72
|
+
:'guid',
|
71
73
|
:'institution_number',
|
74
|
+
:'member_guid',
|
72
75
|
:'routing_number',
|
73
76
|
:'transit_number',
|
77
|
+
:'user_guid'
|
74
78
|
])
|
75
79
|
end
|
76
80
|
|
@@ -83,14 +83,18 @@ module MxPlatformRuby
|
|
83
83
|
# List of attributes with nullable: true
|
84
84
|
def self.openapi_nullable
|
85
85
|
Set.new([
|
86
|
+
:'account_guid',
|
86
87
|
:'address',
|
87
88
|
:'city',
|
88
89
|
:'country',
|
89
90
|
:'email',
|
91
|
+
:'guid',
|
92
|
+
:'member_guid',
|
90
93
|
:'owner_name',
|
91
94
|
:'phone',
|
92
95
|
:'postal_code',
|
93
96
|
:'state',
|
97
|
+
:'user_guid'
|
94
98
|
])
|
95
99
|
end
|
96
100
|
|
@@ -236,6 +236,7 @@ module MxPlatformRuby
|
|
236
236
|
:'currency_code',
|
237
237
|
:'day_payment_is_due',
|
238
238
|
:'death_benefit',
|
239
|
+
:'guid',
|
239
240
|
:'holdings_value',
|
240
241
|
:'id',
|
241
242
|
:'imported_at',
|
@@ -248,6 +249,7 @@ module MxPlatformRuby
|
|
248
249
|
:'last_payment_at',
|
249
250
|
:'loan_amount',
|
250
251
|
:'matures_on',
|
252
|
+
:'member_guid',
|
251
253
|
:'member_id',
|
252
254
|
:'member_is_managed_by_user',
|
253
255
|
:'metadata',
|
@@ -266,6 +268,7 @@ module MxPlatformRuby
|
|
266
268
|
:'total_account_value',
|
267
269
|
:'type',
|
268
270
|
:'updated_at',
|
271
|
+
:'user_guid',
|
269
272
|
:'user_id'
|
270
273
|
])
|
271
274
|
end
|
@@ -107,20 +107,24 @@ module MxPlatformRuby
|
|
107
107
|
# List of attributes with nullable: true
|
108
108
|
def self.openapi_nullable
|
109
109
|
Set.new([
|
110
|
+
:'account_guid',
|
110
111
|
:'cost_basis',
|
111
112
|
:'created_at',
|
112
113
|
:'currency_code',
|
113
114
|
:'cusip',
|
114
115
|
:'daily_change',
|
115
116
|
:'description',
|
117
|
+
:'guid',
|
116
118
|
:'holding_type',
|
117
119
|
:'id',
|
118
120
|
:'market_value',
|
121
|
+
:'member_guid',
|
119
122
|
:'metadata',
|
120
123
|
:'purchase_price',
|
121
124
|
:'shares',
|
122
125
|
:'symbol',
|
123
126
|
:'updated_at',
|
127
|
+
:'user_guid'
|
124
128
|
])
|
125
129
|
end
|
126
130
|
|
@@ -93,6 +93,7 @@ module MxPlatformRuby
|
|
93
93
|
Set.new([
|
94
94
|
:'aggregated_at',
|
95
95
|
:'connection_status',
|
96
|
+
:'guid',
|
96
97
|
:'id',
|
97
98
|
:'institution_code',
|
98
99
|
:'is_being_aggregated',
|
@@ -102,6 +103,7 @@ module MxPlatformRuby
|
|
102
103
|
:'name',
|
103
104
|
:'oauth_window_uri',
|
104
105
|
:'successfully_aggregated_at',
|
106
|
+
:'user_guid',
|
105
107
|
:'user_id'
|
106
108
|
])
|
107
109
|
end
|
@@ -67,10 +67,14 @@ module MxPlatformRuby
|
|
67
67
|
# List of attributes with nullable: true
|
68
68
|
def self.openapi_nullable
|
69
69
|
Set.new([
|
70
|
+
:'account_guid',
|
70
71
|
:'content_hash',
|
71
72
|
:'created_at',
|
73
|
+
:'guid',
|
74
|
+
:'member_guid',
|
72
75
|
:'updated_at',
|
73
76
|
:'uri',
|
77
|
+
:'user_guid'
|
74
78
|
])
|
75
79
|
end
|
76
80
|
|
@@ -207,6 +207,7 @@ module MxPlatformRuby
|
|
207
207
|
# List of attributes with nullable: true
|
208
208
|
def self.openapi_nullable
|
209
209
|
Set.new([
|
210
|
+
:'account_guid',
|
210
211
|
:'account_id',
|
211
212
|
:'amount',
|
212
213
|
:'category',
|
@@ -217,6 +218,7 @@ module MxPlatformRuby
|
|
217
218
|
:'date',
|
218
219
|
:'description',
|
219
220
|
:'extended_transaction_type',
|
221
|
+
:'guid',
|
220
222
|
:'id',
|
221
223
|
:'is_bill_pay',
|
222
224
|
:'is_direct_deposit',
|
@@ -232,9 +234,12 @@ module MxPlatformRuby
|
|
232
234
|
:'localized_description',
|
233
235
|
:'localized_memo',
|
234
236
|
:'longitude',
|
237
|
+
:'member_guid',
|
235
238
|
:'member_is_managed_by_user',
|
236
239
|
:'memo',
|
237
240
|
:'merchant_category_code',
|
241
|
+
:'merchant_guid',
|
242
|
+
:'merchant_location_guid',
|
238
243
|
:'metadata',
|
239
244
|
:'original_description',
|
240
245
|
:'posted_at',
|
@@ -243,6 +248,7 @@ module MxPlatformRuby
|
|
243
248
|
:'transacted_at',
|
244
249
|
:'type',
|
245
250
|
:'updated_at',
|
251
|
+
:'user_guid',
|
246
252
|
:'user_id'
|
247
253
|
])
|
248
254
|
end
|
@@ -63,10 +63,13 @@ module MxPlatformRuby
|
|
63
63
|
# List of attributes with nullable: true
|
64
64
|
def self.openapi_nullable
|
65
65
|
Set.new([
|
66
|
+
:'category_guid',
|
66
67
|
:'created_at',
|
67
68
|
:'description',
|
69
|
+
:'guid',
|
68
70
|
:'match_description',
|
69
71
|
:'updated_at',
|
72
|
+
:'user_guid'
|
70
73
|
])
|
71
74
|
end
|
72
75
|
|
data/openapi/config.yml
CHANGED