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.
Files changed (28) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/docs/HoldingResponse.md +1 -1
  4. data/lib/mx-platform-ruby/models/account_number_response.rb +4 -0
  5. data/lib/mx-platform-ruby/models/account_owner_response.rb +4 -0
  6. data/lib/mx-platform-ruby/models/account_response.rb +3 -0
  7. data/lib/mx-platform-ruby/models/category_response.rb +2 -0
  8. data/lib/mx-platform-ruby/models/challenge_response.rb +1 -0
  9. data/lib/mx-platform-ruby/models/connect_widget_response.rb +1 -0
  10. data/lib/mx-platform-ruby/models/credential_request.rb +0 -1
  11. data/lib/mx-platform-ruby/models/credential_response.rb +2 -0
  12. data/lib/mx-platform-ruby/models/enhance_transaction_response.rb +1 -0
  13. data/lib/mx-platform-ruby/models/holding_response.rb +4 -0
  14. data/lib/mx-platform-ruby/models/member_response.rb +2 -0
  15. data/lib/mx-platform-ruby/models/member_status_response.rb +1 -0
  16. data/lib/mx-platform-ruby/models/merchant_location_response.rb +2 -0
  17. data/lib/mx-platform-ruby/models/merchant_response.rb +1 -0
  18. data/lib/mx-platform-ruby/models/o_auth_window_response.rb +1 -0
  19. data/lib/mx-platform-ruby/models/statement_response.rb +4 -0
  20. data/lib/mx-platform-ruby/models/tag_response.rb +2 -0
  21. data/lib/mx-platform-ruby/models/tagging_response.rb +4 -0
  22. data/lib/mx-platform-ruby/models/transaction_response.rb +6 -0
  23. data/lib/mx-platform-ruby/models/transaction_rule_response.rb +3 -0
  24. data/lib/mx-platform-ruby/models/transaction_rule_update_request.rb +0 -2
  25. data/lib/mx-platform-ruby/models/user_response.rb +1 -0
  26. data/lib/mx-platform-ruby/version.rb +1 -1
  27. data/openapi/config.yml +1 -1
  28. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e43490da6e9e16efffaf15e7f7eb9b1fac25c60db7bb0668d38e1bacaeb7598
4
- data.tar.gz: f10dd7ea221e449c174d4df19f6098fc8c33a95e095b1976f58f1d6a9ea520e7
3
+ metadata.gz: 633ac15d0a242e33d7a2e6e8e822d33dcf49604fbbdd3ede811655ae6d333221
4
+ data.tar.gz: 853e87b4bc16ae383ae138400cce437e4be86641b4d8d5f65d3bbc470f1baef4
5
5
  SHA512:
6
- metadata.gz: 8c5dbad07afb6a2182dba09f9a3232bcd072557d2ed7e6c72357eddf534d1410327bfbb6095cf1098515e8cda66901186ab35c383f831217442509b1ceecdd90
7
- data.tar.gz: cedbdae89dcbaba8b3d7211510c7e2af16451b97f99077ec69df34d40d90326c42b8903a40cd60f4db3ec29a3499c0f9568291e9d93fd70a1d5cd756655f51fd
6
+ metadata.gz: aa179190cf17c5c79eebc03fdbcfd6cd3077a25d61ca668f2306715ca6433dc9d215110e933af9a6a646953a3a854c11118e20ecedfb40da219223a7615ac99b
7
+ data.tar.gz: ca372ccfe3bd0937fe0cc3923ec8b04007abf750796707db7edcf003d4fa7196771f8eb3120339c404fd419ce07ae1076dafe17db8213bd150dd136d7093b3c0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mx-platform-ruby (0.9.1)
4
+ mx-platform-ruby (0.9.2)
5
5
  faraday (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -29,7 +29,7 @@
29
29
  require 'mx-platform-ruby'
30
30
 
31
31
  instance = MxPlatformRuby::HoldingResponse.new(
32
- account_guid: HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2,
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
@@ -68,10 +68,12 @@ module MxPlatformRuby
68
68
  def self.openapi_nullable
69
69
  Set.new([
70
70
  :'created_at',
71
+ :'guid',
71
72
  :'is_default',
72
73
  :'is_income',
73
74
  :'metadata',
74
75
  :'name',
76
+ :'parent_guid',
75
77
  :'updated_at'
76
78
  ])
77
79
  end
@@ -64,6 +64,7 @@ module MxPlatformRuby
64
64
  def self.openapi_nullable
65
65
  Set.new([
66
66
  :'field_name',
67
+ :'guid',
67
68
  :'image_data',
68
69
  :'label',
69
70
  :'type'
@@ -44,6 +44,7 @@ module MxPlatformRuby
44
44
  def self.openapi_nullable
45
45
  Set.new([
46
46
  :'connect_widget_url',
47
+ :'guid'
47
48
  ])
48
49
  end
49
50
 
@@ -43,7 +43,6 @@ module MxPlatformRuby
43
43
  # List of attributes with nullable: true
44
44
  def self.openapi_nullable
45
45
  Set.new([
46
- :'value'
47
46
  ])
48
47
  end
49
48
 
@@ -58,6 +58,8 @@ module MxPlatformRuby
58
58
  :'display_order',
59
59
  :'field_name',
60
60
  :'field_type',
61
+ :'guid',
62
+ :'label'
61
63
  ])
62
64
  end
63
65
 
@@ -146,6 +146,7 @@ module MxPlatformRuby
146
146
  :'is_subscription',
147
147
  :'memo',
148
148
  :'merchant_category_code',
149
+ :'merchant_guid',
149
150
  :'merchant_location_guid',
150
151
  :'original_description',
151
152
  :'type'
@@ -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
@@ -73,6 +73,7 @@ module MxPlatformRuby
73
73
  Set.new([
74
74
  :'aggregated_at',
75
75
  :'connection_status',
76
+ :'guid',
76
77
  :'has_processed_accounts',
77
78
  :'has_processed_transactions',
78
79
  :'is_authenticated',
@@ -86,8 +86,10 @@ module MxPlatformRuby
86
86
  :'city',
87
87
  :'country',
88
88
  :'created_at',
89
+ :'guid',
89
90
  :'latitude',
90
91
  :'longitude',
92
+ :'merchant_guid',
91
93
  :'phone_number',
92
94
  :'postal_code',
93
95
  :'state',
@@ -60,6 +60,7 @@ module MxPlatformRuby
60
60
  def self.openapi_nullable
61
61
  Set.new([
62
62
  :'created_at',
63
+ :'guid',
63
64
  :'logo_url',
64
65
  :'name',
65
66
  :'updated_at',
@@ -43,6 +43,7 @@ module MxPlatformRuby
43
43
  # List of attributes with nullable: true
44
44
  def self.openapi_nullable
45
45
  Set.new([
46
+ :'guid',
46
47
  :'oauth_window_uri'
47
48
  ])
48
49
  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
 
@@ -47,7 +47,9 @@ module MxPlatformRuby
47
47
  # List of attributes with nullable: true
48
48
  def self.openapi_nullable
49
49
  Set.new([
50
+ :'guid',
50
51
  :'name',
52
+ :'user_guid'
51
53
  ])
52
54
  end
53
55
 
@@ -55,7 +55,11 @@ module MxPlatformRuby
55
55
  # List of attributes with nullable: true
56
56
  def self.openapi_nullable
57
57
  Set.new([
58
+ :'guid',
58
59
  :'member_is_managed_by_user',
60
+ :'tag_guid',
61
+ :'transaction_guid',
62
+ :'user_guid'
59
63
  ])
60
64
  end
61
65
 
@@ -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
 
@@ -47,8 +47,6 @@ module MxPlatformRuby
47
47
  # List of attributes with nullable: true
48
48
  def self.openapi_nullable
49
49
  Set.new([
50
- :'description',
51
- :'match_description'
52
50
  ])
53
51
  end
54
52
 
@@ -56,6 +56,7 @@ module MxPlatformRuby
56
56
  def self.openapi_nullable
57
57
  Set.new([
58
58
  :'email',
59
+ :'guid',
59
60
  :'id',
60
61
  :'is_disabled',
61
62
  :'metadata'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module MxPlatformRuby
14
- VERSION = '0.9.1'
14
+ VERSION = '0.9.2'
15
15
  end
data/openapi/config.yml CHANGED
@@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
6
6
  gemLicense: MIT
7
7
  gemName: mx-platform-ruby
8
8
  gemRequiredRubyVersion: ">= 2.6"
9
- gemVersion: 0.9.1
9
+ gemVersion: 0.9.2
10
10
  library: faraday
11
11
  moduleName: MxPlatformRuby
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mx-platform-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MX