lunchmoney-python-async 2.21.0__tar.gz → 2.23.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/PKG-INFO +3 -3
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/README.md +2 -2
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/__init__.py +2 -2
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/budgets_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/categories_api.py +4 -4
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/manual_accounts_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/me_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/plaid_accounts_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/recurring_items_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/summary_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/tags_api.py +4 -4
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/transactions_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/transactions_bulk_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/transactions_files_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/transactions_group_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/transactions_split_api.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api_client.py +2 -2
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/configuration.py +3 -3
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/exceptions.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/__init__.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/account_type_enum.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/budget_invalid_period_error_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/budget_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/budget_settings_response_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/budget_upsert_response_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/category_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/child_category_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/child_transaction_object.py +3 -3
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/create_category_request_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/create_category_request_object_children_inner.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/create_manual_account_request_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/create_manual_account_request_object_balance.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/create_manual_account_request_object_closed_on.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/create_new_transactions_request.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/create_tag_request_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/currency_enum.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/delete_category_response_with_dependencies.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/delete_category_response_with_dependencies_dependents.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/delete_tag_response_with_dependencies.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/delete_tag_response_with_dependencies_dependents.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/delete_transactions_request.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/error_response_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/error_response_object_errors_inner.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/get_all_categories200_response.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/get_all_manual_accounts200_response.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/get_all_plaid_accounts200_response.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/get_all_recurring200_response.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/get_all_tags200_response.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/get_all_transactions200_response.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/get_all_transactions_created_since_parameter.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/get_transaction_attachment_url200_response.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/group_transactions_request.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/insert_transaction_object.py +3 -3
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/insert_transaction_object_amount.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/insert_transactions_response_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/manual_account_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/plaid_account_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/recurring_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/recurring_object_matches.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/recurring_object_matches_found_transactions_inner.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/recurring_object_overrides.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/recurring_object_transaction_criteria.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/skipped_existing_external_id_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/split_transaction_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/split_transaction_object_amount.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/split_transaction_request.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/summary_category_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/summary_category_occurrence_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/summary_category_totals_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/summary_recurring_transaction_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/summary_response_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/summary_rollover_pool_adjustment_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/summary_rollover_pool_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/summary_totals_breakdown_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/summary_totals_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/tag_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/transaction_attachment_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/transaction_object.py +3 -3
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/update_category_request_object.py +3 -3
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/update_manual_account_request_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/update_manual_account_request_object_balance.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/update_manual_account_request_object_closed_on.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/update_tag_request_object.py +2 -2
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/update_transaction_object.py +3 -3
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/update_transaction_object_amount.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/update_transactions200_response.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/update_transactions_request.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/update_transactions_request_transactions_inner.py +3 -3
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/upsert_budget400_response.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/upsert_budget_request_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/upsert_budget_request_object_amount.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/user_object.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/rest.py +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney_python_async.egg-info/PKG-INFO +3 -3
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/pyproject.toml +1 -1
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/setup.py +2 -2
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/__init__.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/app.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/aligned_category_totals_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/aligned_summary_category_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/aligned_summary_response_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/get_budget_summary200_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/non_aligned_category_totals_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/non_aligned_summary_category_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/non_aligned_summary_response_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/py.typed +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney_python_async.egg-info/SOURCES.txt +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney_python_async.egg-info/dependency_links.txt +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney_python_async.egg-info/requires.txt +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney_python_async.egg-info/top_level.txt +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/setup.cfg +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_account_type_enum.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_aligned_category_totals_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_aligned_summary_category_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_aligned_summary_response_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_app.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_budget_invalid_period_error_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_budget_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_budget_settings_response_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_budget_upsert_response_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_budgets_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_categories_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_category_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_child_category_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_child_transaction_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_create_category_request_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_create_category_request_object_children_inner.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_create_manual_account_request_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_create_manual_account_request_object_balance.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_create_manual_account_request_object_closed_on.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_create_new_transactions_request.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_create_tag_request_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_currency_enum.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_delete_category_response_with_dependencies.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_delete_category_response_with_dependencies_dependents.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_delete_tag_response_with_dependencies.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_delete_tag_response_with_dependencies_dependents.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_delete_transactions_request.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_error_response_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_error_response_object_errors_inner.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_get_all_categories200_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_get_all_manual_accounts200_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_get_all_plaid_accounts200_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_get_all_recurring200_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_get_all_tags200_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_get_all_transactions200_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_get_all_transactions_created_since_parameter.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_get_budget_summary200_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_get_transaction_attachment_url200_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_group_transactions_request.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_insert_transaction_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_insert_transaction_object_amount.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_insert_transactions_response_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_manual_account_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_manual_accounts_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_me_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_non_aligned_category_totals_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_non_aligned_summary_category_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_non_aligned_summary_response_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_plaid_account_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_plaid_accounts_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_recurring_items_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_recurring_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_recurring_object_matches.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_recurring_object_matches_found_transactions_inner.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_recurring_object_overrides.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_recurring_object_transaction_criteria.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_skipped_existing_external_id_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_split_transaction_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_split_transaction_object_amount.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_split_transaction_request.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_summary_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_summary_category_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_summary_category_occurrence_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_summary_category_totals_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_summary_recurring_transaction_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_summary_response_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_summary_rollover_pool_adjustment_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_summary_rollover_pool_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_summary_totals_breakdown_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_summary_totals_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_tag_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_tags_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_transaction_attachment_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_transaction_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_transactions_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_transactions_bulk_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_transactions_files_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_transactions_group_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_transactions_split_api.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_update_category_request_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_update_manual_account_request_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_update_manual_account_request_object_balance.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_update_manual_account_request_object_closed_on.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_update_tag_request_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_update_transaction_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_update_transaction_object_amount.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_update_transactions200_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_update_transactions_request.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_update_transactions_request_transactions_inner.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_upsert_budget400_response.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_upsert_budget_request_object.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_upsert_budget_request_object_amount.py +0 -0
- {lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/test/test_user_object.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lunchmoney-python-async
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.23.0
|
|
4
4
|
Summary: Lunch Money API - v2
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: OpenAPI Generator community
|
|
@@ -56,8 +56,8 @@ If you have provided feedback on the API during our ongoing design process, **TH
|
|
|
56
56
|
|
|
57
57
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
58
58
|
|
|
59
|
-
- API version: 2.9.
|
|
60
|
-
- Package version: 2.
|
|
59
|
+
- API version: 2.9.2
|
|
60
|
+
- Package version: 2.23.0
|
|
61
61
|
- Generator version: 7.17.0
|
|
62
62
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
63
63
|
|
|
@@ -36,8 +36,8 @@ If you have provided feedback on the API during our ongoing design process, **TH
|
|
|
36
36
|
|
|
37
37
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
38
38
|
|
|
39
|
-
- API version: 2.9.
|
|
40
|
-
- Package version: 2.
|
|
39
|
+
- API version: 2.9.2
|
|
40
|
+
- Package version: 2.23.0
|
|
41
41
|
- Generator version: 7.17.0
|
|
42
42
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
43
43
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 2.9.
|
|
10
|
+
The version of the OpenAPI document: 2.9.2
|
|
11
11
|
Contact: devsupport@lunchmoney.app
|
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "2.
|
|
18
|
+
__version__ = "2.23.0"
|
|
19
19
|
|
|
20
20
|
# Define package exports
|
|
21
21
|
__all__ = [
|
{lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/budgets_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/categories_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -1214,7 +1214,7 @@ class CategoriesApi:
|
|
|
1214
1214
|
) -> CategoryObject:
|
|
1215
1215
|
"""Update an existing category or category group
|
|
1216
1216
|
|
|
1217
|
-
Modifies the properties of an existing category or category group.<br><br> You may submit the response from a `GET /categories/{id}` as the request body; however, only certain properties can be updated using this API. The following properties are accepted in the request body but their values will be ignored: `id`, `is_group
|
|
1217
|
+
Modifies the properties of an existing category or category group.<br><br> You may submit the response from a `GET /categories/{id}` as the request body; however, only certain properties can be updated using this API. The following properties are accepted in the request body but their values will be ignored: `id`, `is_group`, `updated_at`, `created_at`, and `order`.<br><br> It is also possible to provide only the properties to be updated in the request body, as long as the request includes at least one of the properties that is not listed above. For example, a request body that contains only a `name` property is valid.<br><br> It is not possible to use this API to convert a category to a category group, or a vice versa, so while submitting a request body with the `is_group` property is tolerated, it will result in an error response if the value is changed.<br><br> It is possible to modify the children of an existing category group with this API by setting the `children` attribute. If this is set, it will replace the existing children with the newly specified children. If the intention is to add or remove a single category, it is more straightforward to update the child category by specifying the new `group_id` attribute. If the goal is to add multiple new children or remove multiple existing children, it is recommended to first call the `GET /categories/:id` endpoint to get the existing children and then modify the list as desired.<br><br>
|
|
1218
1218
|
|
|
1219
1219
|
:param id: ID of the category to update (required)
|
|
1220
1220
|
:type id: int
|
|
@@ -1290,7 +1290,7 @@ class CategoriesApi:
|
|
|
1290
1290
|
) -> ApiResponse[CategoryObject]:
|
|
1291
1291
|
"""Update an existing category or category group
|
|
1292
1292
|
|
|
1293
|
-
Modifies the properties of an existing category or category group.<br><br> You may submit the response from a `GET /categories/{id}` as the request body; however, only certain properties can be updated using this API. The following properties are accepted in the request body but their values will be ignored: `id`, `is_group
|
|
1293
|
+
Modifies the properties of an existing category or category group.<br><br> You may submit the response from a `GET /categories/{id}` as the request body; however, only certain properties can be updated using this API. The following properties are accepted in the request body but their values will be ignored: `id`, `is_group`, `updated_at`, `created_at`, and `order`.<br><br> It is also possible to provide only the properties to be updated in the request body, as long as the request includes at least one of the properties that is not listed above. For example, a request body that contains only a `name` property is valid.<br><br> It is not possible to use this API to convert a category to a category group, or a vice versa, so while submitting a request body with the `is_group` property is tolerated, it will result in an error response if the value is changed.<br><br> It is possible to modify the children of an existing category group with this API by setting the `children` attribute. If this is set, it will replace the existing children with the newly specified children. If the intention is to add or remove a single category, it is more straightforward to update the child category by specifying the new `group_id` attribute. If the goal is to add multiple new children or remove multiple existing children, it is recommended to first call the `GET /categories/:id` endpoint to get the existing children and then modify the list as desired.<br><br>
|
|
1294
1294
|
|
|
1295
1295
|
:param id: ID of the category to update (required)
|
|
1296
1296
|
:type id: int
|
|
@@ -1366,7 +1366,7 @@ class CategoriesApi:
|
|
|
1366
1366
|
) -> RESTResponseType:
|
|
1367
1367
|
"""Update an existing category or category group
|
|
1368
1368
|
|
|
1369
|
-
Modifies the properties of an existing category or category group.<br><br> You may submit the response from a `GET /categories/{id}` as the request body; however, only certain properties can be updated using this API. The following properties are accepted in the request body but their values will be ignored: `id`, `is_group
|
|
1369
|
+
Modifies the properties of an existing category or category group.<br><br> You may submit the response from a `GET /categories/{id}` as the request body; however, only certain properties can be updated using this API. The following properties are accepted in the request body but their values will be ignored: `id`, `is_group`, `updated_at`, `created_at`, and `order`.<br><br> It is also possible to provide only the properties to be updated in the request body, as long as the request includes at least one of the properties that is not listed above. For example, a request body that contains only a `name` property is valid.<br><br> It is not possible to use this API to convert a category to a category group, or a vice versa, so while submitting a request body with the `is_group` property is tolerated, it will result in an error response if the value is changed.<br><br> It is possible to modify the children of an existing category group with this API by setting the `children` attribute. If this is set, it will replace the existing children with the newly specified children. If the intention is to add or remove a single category, it is more straightforward to update the child category by specifying the new `group_id` attribute. If the goal is to add multiple new children or remove multiple existing children, it is recommended to first call the `GET /categories/:id` endpoint to get the existing children and then modify the list as desired.<br><br>
|
|
1370
1370
|
|
|
1371
1371
|
:param id: ID of the category to update (required)
|
|
1372
1372
|
:type id: int
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/summary_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/tags_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -1180,7 +1180,7 @@ class TagsApi:
|
|
|
1180
1180
|
) -> TagObject:
|
|
1181
1181
|
"""Update an existing tag
|
|
1182
1182
|
|
|
1183
|
-
Updates an existing tag.<br><br> You may submit the response from a `GET /tags/{id}` as the request body, however only certain properties can be updated using this API. The following system set properties are accepted in the request body but their values will be ignored: `id`, `updated_at`,
|
|
1183
|
+
Updates an existing tag.<br><br> You may submit the response from a `GET /tags/{id}` as the request body, however only certain properties can be updated using this API. The following system set properties are accepted in the request body but their values will be ignored: `id`, `updated_at`, and `created_at`.<br><br> It is also possible to provide only the properties to be updated in the request body, as long as the request includes at least one of the properties that is not listed above. For example a request body that contains only a `name` attribute is valid.
|
|
1184
1184
|
|
|
1185
1185
|
:param id: ID of the tag to update (required)
|
|
1186
1186
|
:type id: int
|
|
@@ -1256,7 +1256,7 @@ class TagsApi:
|
|
|
1256
1256
|
) -> ApiResponse[TagObject]:
|
|
1257
1257
|
"""Update an existing tag
|
|
1258
1258
|
|
|
1259
|
-
Updates an existing tag.<br><br> You may submit the response from a `GET /tags/{id}` as the request body, however only certain properties can be updated using this API. The following system set properties are accepted in the request body but their values will be ignored: `id`, `updated_at`,
|
|
1259
|
+
Updates an existing tag.<br><br> You may submit the response from a `GET /tags/{id}` as the request body, however only certain properties can be updated using this API. The following system set properties are accepted in the request body but their values will be ignored: `id`, `updated_at`, and `created_at`.<br><br> It is also possible to provide only the properties to be updated in the request body, as long as the request includes at least one of the properties that is not listed above. For example a request body that contains only a `name` attribute is valid.
|
|
1260
1260
|
|
|
1261
1261
|
:param id: ID of the tag to update (required)
|
|
1262
1262
|
:type id: int
|
|
@@ -1332,7 +1332,7 @@ class TagsApi:
|
|
|
1332
1332
|
) -> RESTResponseType:
|
|
1333
1333
|
"""Update an existing tag
|
|
1334
1334
|
|
|
1335
|
-
Updates an existing tag.<br><br> You may submit the response from a `GET /tags/{id}` as the request body, however only certain properties can be updated using this API. The following system set properties are accepted in the request body but their values will be ignored: `id`, `updated_at`,
|
|
1335
|
+
Updates an existing tag.<br><br> You may submit the response from a `GET /tags/{id}` as the request body, however only certain properties can be updated using this API. The following system set properties are accepted in the request body but their values will be ignored: `id`, `updated_at`, and `created_at`.<br><br> It is also possible to provide only the properties to be updated in the request body, as long as the request includes at least one of the properties that is not listed above. For example a request body that contains only a `name` attribute is valid.
|
|
1336
1336
|
|
|
1337
1337
|
:param id: ID of the tag to update (required)
|
|
1338
1338
|
:type id: int
|
{lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/api/transactions_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -92,7 +92,7 @@ class ApiClient:
|
|
|
92
92
|
self.default_headers[header_name] = header_value
|
|
93
93
|
self.cookie = cookie
|
|
94
94
|
# Set default User-Agent.
|
|
95
|
-
self.user_agent = 'OpenAPI-Generator/2.
|
|
95
|
+
self.user_agent = 'OpenAPI-Generator/2.23.0/python'
|
|
96
96
|
self.client_side_validation = configuration.client_side_validation
|
|
97
97
|
|
|
98
98
|
async def __aenter__(self):
|
{lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/configuration.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -540,8 +540,8 @@ conf = lunchmoney.Configuration(
|
|
|
540
540
|
return "Python SDK Debug Report:\n"\
|
|
541
541
|
"OS: {env}\n"\
|
|
542
542
|
"Python Version: {pyversion}\n"\
|
|
543
|
-
"Version of the API: 2.9.
|
|
544
|
-
"SDK Package Version: 2.
|
|
543
|
+
"Version of the API: 2.9.2\n"\
|
|
544
|
+
"SDK Package Version: 2.23.0".\
|
|
545
545
|
format(env=sys.platform, pyversion=sys.version)
|
|
546
546
|
|
|
547
547
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/__init__.py
RENAMED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 2.9.
|
|
9
|
+
The version of the OpenAPI document: 2.9.2
|
|
10
10
|
Contact: devsupport@lunchmoney.app
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.21.0 → lunchmoney_python_async-2.23.0}/lunchmoney/models/budget_object.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -37,8 +37,8 @@ class ChildTransactionObject(BaseModel):
|
|
|
37
37
|
currency: CurrencyEnum = Field(description="Three-letter lowercase currency code of the transaction in ISO 4217 format")
|
|
38
38
|
to_base: Union[StrictFloat, StrictInt] = Field(description="The amount converted to the user's primary currency. If the transaction currency is the same as the user's primary currency, to_base and amount will be the same. Positive values indicate a debit transaction, negative values indicate a credit transaction.")
|
|
39
39
|
recurring_id: Optional[StrictInt] = Field(description="The unique identifier of the associated recurring item that this transaction matched.")
|
|
40
|
-
payee:
|
|
41
|
-
original_name: Optional[
|
|
40
|
+
payee: StrictStr = Field(description="Name of payee set by the user, the financial institution, or by a matched recurring item. This will match the value displayed in payee field on the transactions page in the GUI. ")
|
|
41
|
+
original_name: Optional[StrictStr] = Field(default=None, description="Original payee name from the source (financial institution, CSV, etc.). For Plaid transactions, this is the raw name before normalization. For manual/API transactions, this typically matches `payee`. May be null for older transactions.")
|
|
42
42
|
category_id: Optional[StrictInt] = Field(description="Unique identifier of associated category set by the user or by a matched recurring item.<br> Category details can be obtained by passing the value of this property to the [Get A Single Category](../operations/getCategoryById) API")
|
|
43
43
|
notes: Optional[Annotated[str, Field(min_length=0, strict=True, max_length=350)]] = Field(description="Any transaction notes set by the user or by a matched recurring item. This will match the value displayed in notes field on the transactions page in the GUI. ")
|
|
44
44
|
status: StrictStr = Field(description="Status of the transaction. Will be one of the following values: ")
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.2
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|