Skip to content

Commit e54eaea

Browse files
author
devexperience
committed
Generated version 0.25.0
This commit was automatically created by a GitHub Action to generate version 0.25.0 of this library.
1 parent d59fa7b commit e54eaea

39 files changed

Lines changed: 3659 additions & 23 deletions

.openapi-generator/FILES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ docs/HoldingResponse.md
3939
docs/HoldingResponseBody.md
4040
docs/HoldingsResponseBody.md
4141
docs/ImageOptionResponse.md
42+
docs/InsightResponse.md
43+
docs/InsightResponseBody.md
44+
docs/InsightUpdateRequest.md
45+
docs/InsightsApi.md
46+
docs/InsightsResponseBody.md
4247
docs/InstitutionResponse.md
4348
docs/InstitutionResponseBody.md
4449
docs/InstitutionsResponseBody.md
@@ -79,6 +84,8 @@ docs/PaymentProcessorAuthorizationCodeRequest.md
7984
docs/PaymentProcessorAuthorizationCodeRequestBody.md
8085
docs/PaymentProcessorAuthorizationCodeResponse.md
8186
docs/PaymentProcessorAuthorizationCodeResponseBody.md
87+
docs/ScheduledPaymentResponse.md
88+
docs/ScheduledPaymentsResponseBody.md
8289
docs/SpendingPlanAccountResponse.md
8390
docs/SpendingPlanAccountsResponse.md
8491
docs/SpendingPlanApi.md
@@ -134,6 +141,7 @@ docs/WidgetResponse.md
134141
docs/WidgetResponseBody.md
135142
mx_platform_python/__init__.py
136143
mx_platform_python/api/__init__.py
144+
mx_platform_python/api/insights_api.py
137145
mx_platform_python/api/mx_platform_api.py
138146
mx_platform_python/api/spending_plan_api.py
139147
mx_platform_python/api_client.py
@@ -180,6 +188,10 @@ mx_platform_python/models/holding_response.py
180188
mx_platform_python/models/holding_response_body.py
181189
mx_platform_python/models/holdings_response_body.py
182190
mx_platform_python/models/image_option_response.py
191+
mx_platform_python/models/insight_response.py
192+
mx_platform_python/models/insight_response_body.py
193+
mx_platform_python/models/insight_update_request.py
194+
mx_platform_python/models/insights_response_body.py
183195
mx_platform_python/models/institution_response.py
184196
mx_platform_python/models/institution_response_body.py
185197
mx_platform_python/models/institutions_response_body.py
@@ -219,6 +231,8 @@ mx_platform_python/models/payment_processor_authorization_code_request.py
219231
mx_platform_python/models/payment_processor_authorization_code_request_body.py
220232
mx_platform_python/models/payment_processor_authorization_code_response.py
221233
mx_platform_python/models/payment_processor_authorization_code_response_body.py
234+
mx_platform_python/models/scheduled_payment_response.py
235+
mx_platform_python/models/scheduled_payments_response_body.py
222236
mx_platform_python/models/spending_plan_account_response.py
223237
mx_platform_python/models/spending_plan_accounts_response.py
224238
mx_platform_python/models/spending_plan_iteration_item_create_request_body.py
@@ -318,6 +332,11 @@ test/test_holding_response.py
318332
test/test_holding_response_body.py
319333
test/test_holdings_response_body.py
320334
test/test_image_option_response.py
335+
test/test_insight_response.py
336+
test/test_insight_response_body.py
337+
test/test_insight_update_request.py
338+
test/test_insights_api.py
339+
test/test_insights_response_body.py
321340
test/test_institution_response.py
322341
test/test_institution_response_body.py
323342
test/test_institutions_response_body.py
@@ -358,6 +377,8 @@ test/test_payment_processor_authorization_code_request.py
358377
test/test_payment_processor_authorization_code_request_body.py
359378
test/test_payment_processor_authorization_code_response.py
360379
test/test_payment_processor_authorization_code_response_body.py
380+
test/test_scheduled_payment_response.py
381+
test/test_scheduled_payments_response_body.py
361382
test/test_spending_plan_account_response.py
362383
test/test_spending_plan_accounts_response.py
363384
test/test_spending_plan_api.py

docs/AccountResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Name | Type | Description | Notes
2525
**holdings_value** | **float** | | [optional]
2626
**id** | **str** | | [optional]
2727
**imported_at** | **str** | | [optional]
28-
**interest_rate** | **float** | | [optional]
2928
**institution_code** | **str** | | [optional]
3029
**insured_name** | **str** | | [optional]
30+
**interest_rate** | **float** | | [optional]
3131
**is_closed** | **bool** | | [optional]
3232
**is_hidden** | **bool** | | [optional]
3333
**is_manual** | **bool** | | [optional]

docs/InsightResponse.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# InsightResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**active_at** | **str** | | [optional]
8+
**client_guid** | **str** | | [optional]
9+
**created_at** | **str** | | [optional]
10+
**cta_clicked_at** | **str** | | [optional]
11+
**description** | **str** | | [optional]
12+
**guid** | **str** | | [optional]
13+
**has_associated_accounts** | **bool** | | [optional]
14+
**has_associated_merchants** | **bool** | | [optional]
15+
**has_associated_scheduled_payments** | **bool** | | [optional]
16+
**has_associated_transactions** | **bool** | | [optional]
17+
**has_been_displayed** | **bool** | | [optional]
18+
**is_dismissed** | **bool** | | [optional]
19+
**micro_call_to_action** | **str** | | [optional]
20+
**micro_description** | **str** | | [optional]
21+
**micro_title** | **str** | | [optional]
22+
**template** | **str** | | [optional]
23+
**title** | **str** | | [optional]
24+
**updated_at** | **str** | | [optional]
25+
**user_guid** | **str** | | [optional]
26+
**user_id** | **object** | | [optional]
27+
28+
## Example
29+
30+
```python
31+
from mx_platform_python.models.insight_response import InsightResponse
32+
33+
# TODO update the JSON string below
34+
json = "{}"
35+
# create an instance of InsightResponse from a JSON string
36+
insight_response_instance = InsightResponse.from_json(json)
37+
# print the JSON string representation of the object
38+
print InsightResponse.to_json()
39+
40+
# convert the object into a dict
41+
insight_response_dict = insight_response_instance.to_dict()
42+
# create an instance of InsightResponse from a dict
43+
insight_response_form_dict = insight_response.from_dict(insight_response_dict)
44+
```
45+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
46+
47+

docs/InsightResponseBody.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# InsightResponseBody
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**insight** | [**List[InsightResponse]**](InsightResponse.md) | | [optional]
8+
9+
## Example
10+
11+
```python
12+
from mx_platform_python.models.insight_response_body import InsightResponseBody
13+
14+
# TODO update the JSON string below
15+
json = "{}"
16+
# create an instance of InsightResponseBody from a JSON string
17+
insight_response_body_instance = InsightResponseBody.from_json(json)
18+
# print the JSON string representation of the object
19+
print InsightResponseBody.to_json()
20+
21+
# convert the object into a dict
22+
insight_response_body_dict = insight_response_body_instance.to_dict()
23+
# create an instance of InsightResponseBody from a dict
24+
insight_response_body_form_dict = insight_response_body.from_dict(insight_response_body_dict)
25+
```
26+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
27+
28+

docs/InsightUpdateRequest.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# InsightUpdateRequest
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**has_been_displayed** | **bool** | | [optional]
8+
**is_dismissed** | **bool** | | [optional]
9+
10+
## Example
11+
12+
```python
13+
from mx_platform_python.models.insight_update_request import InsightUpdateRequest
14+
15+
# TODO update the JSON string below
16+
json = "{}"
17+
# create an instance of InsightUpdateRequest from a JSON string
18+
insight_update_request_instance = InsightUpdateRequest.from_json(json)
19+
# print the JSON string representation of the object
20+
print InsightUpdateRequest.to_json()
21+
22+
# convert the object into a dict
23+
insight_update_request_dict = insight_update_request_instance.to_dict()
24+
# create an instance of InsightUpdateRequest from a dict
25+
insight_update_request_form_dict = insight_update_request.from_dict(insight_update_request_dict)
26+
```
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+
29+

0 commit comments

Comments
 (0)