Skip to content

Commit f3f3cc0

Browse files
Merge pull request #20 from mxenabled/openapi-generator-0.5.1
Generated version 0.5.1
2 parents b6d4321 + 5071a16 commit f3f3cc0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+213
-213
lines changed

docs/AccountNumberResponse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**account_guid** | **str** | | [optional]
7+
**account_guid** | **str, none_type** | | [optional]
88
**account_number** | **str, none_type** | | [optional]
9-
**guid** | **str** | | [optional]
9+
**guid** | **str, none_type** | | [optional]
1010
**institution_number** | **str, none_type** | | [optional]
11-
**member_guid** | **str** | | [optional]
11+
**member_guid** | **str, none_type** | | [optional]
1212
**routing_number** | **str, none_type** | | [optional]
1313
**transit_number** | **str, none_type** | | [optional]
14-
**user_guid** | **str** | | [optional]
14+
**user_guid** | **str, none_type** | | [optional]
1515
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1616

1717
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/AccountOwnerResponse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**account_guid** | **str** | | [optional]
7+
**account_guid** | **str, none_type** | | [optional]
88
**address** | **str, none_type** | | [optional]
99
**city** | **str, none_type** | | [optional]
1010
**country** | **str, none_type** | | [optional]
1111
**email** | **str, none_type** | | [optional]
12-
**guid** | **str** | | [optional]
13-
**member_guid** | **str** | | [optional]
12+
**guid** | **str, none_type** | | [optional]
13+
**member_guid** | **str, none_type** | | [optional]
1414
**owner_name** | **str, none_type** | | [optional]
1515
**phone** | **str, none_type** | | [optional]
1616
**postal_code** | **str, none_type** | | [optional]
1717
**state** | **str, none_type** | | [optional]
18-
**user_guid** | **str** | | [optional]
18+
**user_guid** | **str, none_type** | | [optional]
1919
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
2020

2121
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/AccountResponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
1717
**currency_code** | **str, none_type** | | [optional]
1818
**day_payment_is_due** | **int, none_type** | | [optional]
1919
**death_benefit** | **int, none_type** | | [optional]
20-
**guid** | **str** | | [optional]
20+
**guid** | **str, none_type** | | [optional]
2121
**holdings_value** | **float, none_type** | | [optional]
2222
**id** | **str, none_type** | | [optional]
2323
**imported_at** | **str, none_type** | | [optional]
@@ -30,7 +30,7 @@ Name | Type | Description | Notes
3030
**last_payment_at** | **str, none_type** | | [optional]
3131
**loan_amount** | **float, none_type** | | [optional]
3232
**matures_on** | **str, none_type** | | [optional]
33-
**member_guid** | **str** | | [optional]
33+
**member_guid** | **str, none_type** | | [optional]
3434
**member_id** | **str, none_type** | | [optional]
3535
**member_is_managed_by_user** | **bool, none_type** | | [optional]
3636
**metadata** | **str, none_type** | | [optional]
@@ -49,7 +49,7 @@ Name | Type | Description | Notes
4949
**total_account_value** | **float, none_type** | | [optional]
5050
**type** | **str, none_type** | | [optional]
5151
**updated_at** | **str, none_type** | | [optional]
52-
**user_guid** | **str** | | [optional]
52+
**user_guid** | **str, none_type** | | [optional]
5353
**user_id** | **str, none_type** | | [optional]
5454
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
5555

docs/CategoryResponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**created_at** | **str, none_type** | | [optional]
8-
**guid** | **str** | | [optional]
8+
**guid** | **str, none_type** | | [optional]
99
**is_default** | **bool, none_type** | | [optional]
1010
**is_income** | **bool, none_type** | | [optional]
1111
**metadata** | **str, none_type** | | [optional]
1212
**name** | **str, none_type** | | [optional]
13-
**parent_guid** | **str** | | [optional]
13+
**parent_guid** | **str, none_type** | | [optional]
1414
**updated_at** | **str, none_type** | | [optional]
1515
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1616

docs/ChallengeResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**field_name** | **str, none_type** | | [optional]
8-
**guid** | **str** | | [optional]
8+
**guid** | **str, none_type** | | [optional]
99
**image_data** | **str, none_type** | | [optional]
1010
**image_options** | [**[ImageOptionResponse]**](ImageOptionResponse.md) | | [optional]
1111
**label** | **str, none_type** | | [optional]

docs/ConnectWidgetResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**connect_widget_url** | **str, none_type** | | [optional]
8-
**guid** | **str** | | [optional]
8+
**guid** | **str, none_type** | | [optional]
99
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/CredentialRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**guid** | **str** | | [optional]
8-
**value** | **str, none_type** | | [optional]
8+
**value** | **str** | | [optional]
99
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/CredentialResponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
77
**display_order** | **int, none_type** | | [optional]
88
**field_name** | **str, none_type** | | [optional]
99
**field_type** | **str, none_type** | | [optional]
10-
**guid** | **str** | | [optional]
11-
**label** | **str** | | [optional]
10+
**guid** | **str, none_type** | | [optional]
11+
**label** | **str, none_type** | | [optional]
1212
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1313

1414
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/EnhanceTransactionResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
2323
**is_subscription** | **bool, none_type** | | [optional]
2424
**memo** | **str, none_type** | | [optional]
2525
**merchant_category_code** | **int, none_type** | | [optional]
26-
**merchant_guid** | **str** | | [optional]
26+
**merchant_guid** | **str, none_type** | | [optional]
2727
**merchant_location_guid** | **str, none_type** | | [optional]
2828
**original_description** | **str, none_type** | | [optional]
2929
**type** | **str, none_type** | | [optional]

docs/HoldingResponse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**account_guid** | **str** | | [optional]
7+
**account_guid** | **str, none_type** | | [optional]
88
**cost_basis** | **float, none_type** | | [optional]
99
**created_at** | **str, none_type** | | [optional]
1010
**currency_code** | **str, none_type** | | [optional]
1111
**cusip** | **str, none_type** | | [optional]
1212
**daily_change** | **float, none_type** | | [optional]
1313
**description** | **str, none_type** | | [optional]
14-
**guid** | **str** | | [optional]
14+
**guid** | **str, none_type** | | [optional]
1515
**holding_type** | **str, none_type** | | [optional]
1616
**id** | **str, none_type** | | [optional]
1717
**market_value** | **float, none_type** | | [optional]
18-
**member_guid** | **str** | | [optional]
18+
**member_guid** | **str, none_type** | | [optional]
1919
**metadata** | **str, none_type** | | [optional]
2020
**purchase_price** | **float, none_type** | | [optional]
2121
**shares** | **float, none_type** | | [optional]
2222
**symbol** | **str, none_type** | | [optional]
2323
**updated_at** | **str, none_type** | | [optional]
24-
**user_guid** | **str** | | [optional]
24+
**user_guid** | **str, none_type** | | [optional]
2525
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
2626

2727
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

0 commit comments

Comments
 (0)