Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/HoldingResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
require 'mx-platform-ruby'

instance = MxPlatformRuby::HoldingResponse.new(
account_guid: HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2,
account_guid: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1,
cost_basis: 827.0,
created_at: 2015-04-13T18:01:23.000Z,
currency_code: USD,
Expand Down
4 changes: 4 additions & 0 deletions lib/mx-platform-ruby/models/account_number_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'account_guid',
:'account_number',
:'guid',
:'institution_number',
:'member_guid',
:'routing_number',
:'transit_number',
:'user_guid'
])
end

Expand Down
4 changes: 4 additions & 0 deletions lib/mx-platform-ruby/models/account_owner_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,18 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'account_guid',
:'address',
:'city',
:'country',
:'email',
:'guid',
:'member_guid',
:'owner_name',
:'phone',
:'postal_code',
:'state',
:'user_guid'
])
end

Expand Down
3 changes: 3 additions & 0 deletions lib/mx-platform-ruby/models/account_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def self.openapi_nullable
:'currency_code',
:'day_payment_is_due',
:'death_benefit',
:'guid',
:'holdings_value',
:'id',
:'imported_at',
Expand All @@ -248,6 +249,7 @@ def self.openapi_nullable
:'last_payment_at',
:'loan_amount',
:'matures_on',
:'member_guid',
:'member_id',
:'member_is_managed_by_user',
:'metadata',
Expand All @@ -266,6 +268,7 @@ def self.openapi_nullable
:'total_account_value',
:'type',
:'updated_at',
:'user_guid',
:'user_id'
])
end
Expand Down
2 changes: 2 additions & 0 deletions lib/mx-platform-ruby/models/category_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ def self.openapi_types
def self.openapi_nullable
Set.new([
:'created_at',
:'guid',
:'is_default',
:'is_income',
:'metadata',
:'name',
:'parent_guid',
:'updated_at'
])
end
Expand Down
1 change: 1 addition & 0 deletions lib/mx-platform-ruby/models/challenge_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def self.openapi_types
def self.openapi_nullable
Set.new([
:'field_name',
:'guid',
:'image_data',
:'label',
:'type'
Expand Down
1 change: 1 addition & 0 deletions lib/mx-platform-ruby/models/connect_widget_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def self.openapi_types
def self.openapi_nullable
Set.new([
:'connect_widget_url',
:'guid'
])
end

Expand Down
1 change: 0 additions & 1 deletion lib/mx-platform-ruby/models/credential_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'value'
])
end

Expand Down
2 changes: 2 additions & 0 deletions lib/mx-platform-ruby/models/credential_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def self.openapi_nullable
:'display_order',
:'field_name',
:'field_type',
:'guid',
:'label'
])
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def self.openapi_nullable
:'is_subscription',
:'memo',
:'merchant_category_code',
:'merchant_guid',
:'merchant_location_guid',
:'original_description',
:'type'
Expand Down
4 changes: 4 additions & 0 deletions lib/mx-platform-ruby/models/holding_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,20 +107,24 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'account_guid',
:'cost_basis',
:'created_at',
:'currency_code',
:'cusip',
:'daily_change',
:'description',
:'guid',
:'holding_type',
:'id',
:'market_value',
:'member_guid',
:'metadata',
:'purchase_price',
:'shares',
:'symbol',
:'updated_at',
:'user_guid'
])
end

Expand Down
2 changes: 2 additions & 0 deletions lib/mx-platform-ruby/models/member_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def self.openapi_nullable
Set.new([
:'aggregated_at',
:'connection_status',
:'guid',
:'id',
:'institution_code',
:'is_being_aggregated',
Expand All @@ -102,6 +103,7 @@ def self.openapi_nullable
:'name',
:'oauth_window_uri',
:'successfully_aggregated_at',
:'user_guid',
:'user_id'
])
end
Expand Down
1 change: 1 addition & 0 deletions lib/mx-platform-ruby/models/member_status_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def self.openapi_nullable
Set.new([
:'aggregated_at',
:'connection_status',
:'guid',
:'has_processed_accounts',
:'has_processed_transactions',
:'is_authenticated',
Expand Down
2 changes: 2 additions & 0 deletions lib/mx-platform-ruby/models/merchant_location_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ def self.openapi_nullable
:'city',
:'country',
:'created_at',
:'guid',
:'latitude',
:'longitude',
:'merchant_guid',
:'phone_number',
:'postal_code',
:'state',
Expand Down
1 change: 1 addition & 0 deletions lib/mx-platform-ruby/models/merchant_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def self.openapi_types
def self.openapi_nullable
Set.new([
:'created_at',
:'guid',
:'logo_url',
:'name',
:'updated_at',
Expand Down
1 change: 1 addition & 0 deletions lib/mx-platform-ruby/models/o_auth_window_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'guid',
:'oauth_window_uri'
])
end
Expand Down
4 changes: 4 additions & 0 deletions lib/mx-platform-ruby/models/statement_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'account_guid',
:'content_hash',
:'created_at',
:'guid',
:'member_guid',
:'updated_at',
:'uri',
:'user_guid'
])
end

Expand Down
2 changes: 2 additions & 0 deletions lib/mx-platform-ruby/models/tag_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'guid',
:'name',
:'user_guid'
])
end

Expand Down
4 changes: 4 additions & 0 deletions lib/mx-platform-ruby/models/tagging_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'guid',
:'member_is_managed_by_user',
:'tag_guid',
:'transaction_guid',
:'user_guid'
])
end

Expand Down
6 changes: 6 additions & 0 deletions lib/mx-platform-ruby/models/transaction_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'account_guid',
:'account_id',
:'amount',
:'category',
Expand All @@ -217,6 +218,7 @@ def self.openapi_nullable
:'date',
:'description',
:'extended_transaction_type',
:'guid',
:'id',
:'is_bill_pay',
:'is_direct_deposit',
Expand All @@ -232,9 +234,12 @@ def self.openapi_nullable
:'localized_description',
:'localized_memo',
:'longitude',
:'member_guid',
:'member_is_managed_by_user',
:'memo',
:'merchant_category_code',
:'merchant_guid',
:'merchant_location_guid',
:'metadata',
:'original_description',
:'posted_at',
Expand All @@ -243,6 +248,7 @@ def self.openapi_nullable
:'transacted_at',
:'type',
:'updated_at',
:'user_guid',
:'user_id'
])
end
Expand Down
3 changes: 3 additions & 0 deletions lib/mx-platform-ruby/models/transaction_rule_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'category_guid',
:'created_at',
:'description',
:'guid',
:'match_description',
:'updated_at',
:'user_guid'
])
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def self.openapi_types
# List of attributes with nullable: true
def self.openapi_nullable
Set.new([
:'description',
:'match_description'
])
end

Expand Down
1 change: 1 addition & 0 deletions lib/mx-platform-ruby/models/user_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def self.openapi_types
def self.openapi_nullable
Set.new([
:'email',
:'guid',
:'id',
:'is_disabled',
:'metadata'
Expand Down
2 changes: 1 addition & 1 deletion lib/mx-platform-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module MxPlatformRuby
VERSION = '0.9.1'
VERSION = '0.9.2'
end
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
gemLicense: MIT
gemName: mx-platform-ruby
gemRequiredRubyVersion: ">= 2.6"
gemVersion: 0.9.1
gemVersion: 0.9.2
library: faraday
moduleName: MxPlatformRuby