Skip to content

Commit

Permalink
Generated version 0.29.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.29.0 of this library.
  • Loading branch information
devexperience committed May 8, 2024
1 parent 318b353 commit f85c3f3
Show file tree
Hide file tree
Showing 32 changed files with 3,812 additions and 23 deletions.
21 changes: 21 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ docs/HoldingResponse.md
docs/HoldingResponseBody.md
docs/HoldingsResponseBody.md
docs/ImageOptionResponse.md
docs/InsightResponse.md
docs/InsightResponseBody.md
docs/InsightUpdateRequest.md
docs/InsightsApi.md
docs/InsightsResponseBody.md
docs/InstitutionResponse.md
docs/InstitutionResponseBody.md
docs/InstitutionsResponseBody.md
Expand Down Expand Up @@ -83,6 +88,8 @@ docs/PaymentProcessorAuthorizationCodeRequest.md
docs/PaymentProcessorAuthorizationCodeRequestBody.md
docs/PaymentProcessorAuthorizationCodeResponse.md
docs/PaymentProcessorAuthorizationCodeResponseBody.md
docs/ScheduledPaymentResponse.md
docs/ScheduledPaymentsResponseBody.md
docs/SpendingPlanAccountResponse.md
docs/SpendingPlanAccountsResponse.md
docs/SpendingPlanApi.md
Expand Down Expand Up @@ -137,6 +144,7 @@ docs/WidgetRequestBody.md
docs/WidgetResponse.md
docs/WidgetResponseBody.md
lib/mx-platform-ruby.rb
lib/mx-platform-ruby/api/insights_api.rb
lib/mx-platform-ruby/api/mx_platform_api.rb
lib/mx-platform-ruby/api/spending_plan_api.rb
lib/mx-platform-ruby/api_client.rb
Expand Down Expand Up @@ -181,6 +189,10 @@ lib/mx-platform-ruby/models/holding_response.rb
lib/mx-platform-ruby/models/holding_response_body.rb
lib/mx-platform-ruby/models/holdings_response_body.rb
lib/mx-platform-ruby/models/image_option_response.rb
lib/mx-platform-ruby/models/insight_response.rb
lib/mx-platform-ruby/models/insight_response_body.rb
lib/mx-platform-ruby/models/insight_update_request.rb
lib/mx-platform-ruby/models/insights_response_body.rb
lib/mx-platform-ruby/models/institution_response.rb
lib/mx-platform-ruby/models/institution_response_body.rb
lib/mx-platform-ruby/models/institutions_response_body.rb
Expand Down Expand Up @@ -220,6 +232,8 @@ lib/mx-platform-ruby/models/payment_processor_authorization_code_request.rb
lib/mx-platform-ruby/models/payment_processor_authorization_code_request_body.rb
lib/mx-platform-ruby/models/payment_processor_authorization_code_response.rb
lib/mx-platform-ruby/models/payment_processor_authorization_code_response_body.rb
lib/mx-platform-ruby/models/scheduled_payment_response.rb
lib/mx-platform-ruby/models/scheduled_payments_response_body.rb
lib/mx-platform-ruby/models/spending_plan_account_response.rb
lib/mx-platform-ruby/models/spending_plan_accounts_response.rb
lib/mx-platform-ruby/models/spending_plan_iteration_item_create_request_body.rb
Expand Down Expand Up @@ -274,6 +288,7 @@ lib/mx-platform-ruby/models/widget_response.rb
lib/mx-platform-ruby/models/widget_response_body.rb
lib/mx-platform-ruby/version.rb
mx-platform-ruby.gemspec
spec/api/insights_api_spec.rb
spec/api/mx_platform_api_spec.rb
spec/api/spending_plan_api_spec.rb
spec/api_client_spec.rb
Expand Down Expand Up @@ -317,6 +332,10 @@ spec/models/holding_response_body_spec.rb
spec/models/holding_response_spec.rb
spec/models/holdings_response_body_spec.rb
spec/models/image_option_response_spec.rb
spec/models/insight_response_body_spec.rb
spec/models/insight_response_spec.rb
spec/models/insight_update_request_spec.rb
spec/models/insights_response_body_spec.rb
spec/models/institution_response_body_spec.rb
spec/models/institution_response_spec.rb
spec/models/institutions_response_body_spec.rb
Expand Down Expand Up @@ -356,6 +375,8 @@ spec/models/payment_processor_authorization_code_request_body_spec.rb
spec/models/payment_processor_authorization_code_request_spec.rb
spec/models/payment_processor_authorization_code_response_body_spec.rb
spec/models/payment_processor_authorization_code_response_spec.rb
spec/models/scheduled_payment_response_spec.rb
spec/models/scheduled_payments_response_body_spec.rb
spec/models/spending_plan_account_response_spec.rb
spec/models/spending_plan_accounts_response_spec.rb
spec/models/spending_plan_iteration_item_create_request_body_spec.rb
Expand Down
4 changes: 2 additions & 2 deletions docs/AccountResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
| **holdings_value** | **Float** | | [optional] |
| **id** | **String** | | [optional] |
| **imported_at** | **String** | | [optional] |
| **interest_rate** | **Float** | | [optional] |
| **institution_code** | **String** | | [optional] |
| **insured_name** | **String** | | [optional] |
| **interest_rate** | **Float** | | [optional] |
| **is_closed** | **Boolean** | | [optional] |
| **is_hidden** | **Boolean** | | [optional] |
| **is_manual** | **Boolean** | | [optional] |
Expand Down Expand Up @@ -88,9 +88,9 @@ instance = MxPlatformRuby::AccountResponse.new(
holdings_value: 1000.0,
id: 1040434698,
imported_at: 2015-10-13T17:57:37.000Z,
interest_rate: 1.0,
institution_code: 3af3685e-05d9-7060-359f-008d0755e993,
insured_name: Tommy Shelby,
interest_rate: 1.0,
is_closed: false,
is_hidden: false,
is_manual: false,
Expand Down
56 changes: 56 additions & 0 deletions docs/InsightResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# MxPlatformRuby::InsightResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **active_at** | **String** | | [optional] |
| **client_guid** | **String** | | [optional] |
| **created_at** | **String** | | [optional] |
| **cta_clicked_at** | **String** | | [optional] |
| **description** | **String** | | [optional] |
| **guid** | **String** | | [optional] |
| **has_associated_accounts** | **Boolean** | | [optional] |
| **has_associated_merchants** | **Boolean** | | [optional] |
| **has_associated_scheduled_payments** | **Boolean** | | [optional] |
| **has_associated_transactions** | **Boolean** | | [optional] |
| **has_been_displayed** | **Boolean** | | [optional] |
| **is_dismissed** | **Boolean** | | [optional] |
| **micro_call_to_action** | **String** | | [optional] |
| **micro_description** | **String** | | [optional] |
| **micro_title** | **String** | | [optional] |
| **template** | **String** | | [optional] |
| **title** | **String** | | [optional] |
| **updated_at** | **String** | | [optional] |
| **user_guid** | **String** | | [optional] |
| **user_id** | **Object** | | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::InsightResponse.new(
active_at: 2022-01-07T12:00:00Z,
client_guid: CLT-abcd-1234,
created_at: 2022-01-12T18:16:51Z,
cta_clicked_at: 2022-01-12T18:16:51Z,
description: Gold's Gym charged you $36.71 more this month than normal. Did you upgrade your service?,
guid: BET-abcd-1234,
has_associated_accounts: false,
has_associated_merchants: false,
has_associated_scheduled_payments: false,
has_associated_transactions: true,
has_been_displayed: true,
is_dismissed: false,
micro_call_to_action: Learn more,
micro_description: Netflix charged you $5.00 more this month than normal.,
micro_title: Price increase,
template: SubscriptionPriceIncrease,
title: Price increase,
updated_at: 2022-01-12T18:16:51Z,
user_guid: USR-1234-abcd,
user_id: user-partner-defined-1234
)
```

18 changes: 18 additions & 0 deletions docs/InsightResponseBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# MxPlatformRuby::InsightResponseBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **insight** | [**Array<InsightResponse>**](InsightResponse.md) | | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::InsightResponseBody.new(
insight: null
)
```

20 changes: 20 additions & 0 deletions docs/InsightUpdateRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# MxPlatformRuby::InsightUpdateRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **has_been_displayed** | **Boolean** | | [optional] |
| **is_dismissed** | **Boolean** | | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::InsightUpdateRequest.new(
has_been_displayed: false,
is_dismissed: false
)
```

Loading

0 comments on commit f85c3f3

Please sign in to comment.