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
12 changes: 0 additions & 12 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,6 @@ pyproject.toml
requirements.txt
test-requirements.txt
test/__init__.py
test/test_account_base.py
test/test_category_base.py
test/test_money_movement_base.py
test/test_month_detail_base.py
test/test_month_summary_base.py
test/test_post_payee.py
test/test_post_payee_wrapper.py
test/test_save_account_type.py
test/test_scheduled_sub_transaction_base.py
test/test_scheduled_transaction_summary_base.py
test/test_sub_transaction_base.py
test/test_transaction_summary_base.py
tox.ini
ynab/__init__.py
ynab/api/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.21.0
7.23.0
1 change: 1 addition & 0 deletions docs/Category.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**category_group_name** | **str** | | [optional]
**name** | **str** | |
**hidden** | **bool** | Whether or not the category is hidden |
**internal** | **bool** | Whether or not the category is internal |
**original_category_group_id** | **UUID** | DEPRECATED: No longer used. Value will always be null. | [optional]
**note** | **str** | | [optional]
**budgeted** | **int** | Assigned (budgeted) amount in milliunits format |
Expand Down
1 change: 1 addition & 0 deletions docs/CategoryBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**category_group_name** | **str** | | [optional]
**name** | **str** | |
**hidden** | **bool** | Whether or not the category is hidden |
**internal** | **bool** | Whether or not the category is internal |
**original_category_group_id** | **UUID** | DEPRECATED: No longer used. Value will always be null. | [optional]
**note** | **str** | | [optional]
**budgeted** | **int** | Assigned (budgeted) amount in milliunits format |
Expand Down
1 change: 1 addition & 0 deletions docs/CategoryGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**id** | **UUID** | |
**name** | **str** | |
**hidden** | **bool** | Whether or not the category group is hidden |
**internal** | **bool** | Whether or not the category group is internal |
**deleted** | **bool** | Whether or not the category group has been deleted. Deleted category groups will only be included in delta requests. |

## Example
Expand Down
1 change: 1 addition & 0 deletions docs/CategoryGroupWithCategories.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**id** | **UUID** | |
**name** | **str** | |
**hidden** | **bool** | Whether or not the category group is hidden |
**internal** | **bool** | Whether or not the category group is internal |
**deleted** | **bool** | Whether or not the category group has been deleted. Deleted category groups will only be included in delta requests. |
**categories** | [**List[Category]**](Category.md) | Category group categories. Amounts (assigned, activity, available, etc.) are specific to the current plan month (UTC). |

Expand Down
2 changes: 1 addition & 1 deletion docs/ExistingCategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | | [optional]
**note** | **str** | | [optional]
**category_group_id** | **UUID** | | [optional]
**category_group_id** | **UUID** | The id of the category group to which this category belongs. An internal category group may not be specified. | [optional]
**goal_target** | **int** | The goal target amount in milliunits format. If value is specified and goal has not already been configured for category, a monthly goal will be created for the category with this target amount. If goal_type is not specified, it will default to 'NEED' or 'MF' for Credit Card Payment categories. | [optional]
**goal_target_date** | **date** | The goal target date in ISO format (e.g. 2016-12-01). | [optional]
**goal_needs_whole_amount** | **bool** | Whether the goal requires the full target amount each period. Only supported for 'NEED' goals. When true, the goal is configured as 'Set aside another...'. When false, the goal is configured as 'Refill up to...'. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/NewCategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | | [optional]
**note** | **str** | | [optional]
**category_group_id** | **UUID** | | [optional]
**category_group_id** | **UUID** | The id of the category group to which this category belongs. An internal category group may not be specified. | [optional]
**goal_target** | **int** | The goal target amount in milliunits format. If value is specified and goal has not already been configured for category, a monthly goal will be created for the category with this target amount. If goal_type is not specified, it will default to 'NEED' or 'MF' for Credit Card Payment categories. | [optional]
**goal_target_date** | **date** | The goal target date in ISO format (e.g. 2016-12-01). | [optional]
**goal_needs_whole_amount** | **bool** | Whether the goal requires the full target amount each period. Only supported for 'NEED' goals. When true, the goal is configured as 'Set aside another...'. When false, the goal is configured as 'Refill up to...'. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/SaveCategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | | [optional]
**note** | **str** | | [optional]
**category_group_id** | **UUID** | | [optional]
**category_group_id** | **UUID** | The id of the category group to which this category belongs. An internal category group may not be specified. | [optional]
**goal_target** | **int** | The goal target amount in milliunits format. If value is specified and goal has not already been configured for category, a monthly goal will be created for the category with this target amount. If goal_type is not specified, it will default to 'NEED' or 'MF' for Credit Card Payment categories. | [optional]
**goal_target_date** | **date** | The goal target date in ISO format (e.g. 2016-12-01). | [optional]
**goal_needs_whole_amount** | **bool** | Whether the goal requires the full target amount each period. Only supported for 'NEED' goals. When true, the goal is configured as 'Set aside another...'. When false, the goal is configured as 'Refill up to...'. | [optional]
Expand Down
Loading