lunchmoney-python-async 2.24.0__tar.gz → 2.25.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.24.0 → lunchmoney_python_async-2.25.0}/PKG-INFO +3 -3
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/README.md +2 -2
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/__init__.py +2 -2
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/budgets_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/categories_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/manual_accounts_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/me_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/plaid_accounts_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/recurring_items_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/summary_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/tags_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/transactions_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/transactions_bulk_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/transactions_files_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/transactions_group_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/transactions_split_api.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api_client.py +2 -2
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/configuration.py +3 -3
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/exceptions.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/__init__.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/account_type_enum.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/budget_invalid_period_error_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/budget_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/budget_settings_response_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/budget_upsert_response_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/category_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/child_category_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/child_transaction_object.py +2 -2
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/create_category_request_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/create_category_request_object_children_inner.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/create_manual_account_request_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/create_manual_account_request_object_balance.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/create_manual_account_request_object_closed_on.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/create_new_transactions_request.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/create_tag_request_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/currency_enum.py +4 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/delete_category_response_with_dependencies.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/delete_category_response_with_dependencies_dependents.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/delete_tag_response_with_dependencies.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/delete_tag_response_with_dependencies_dependents.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/delete_transactions_request.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/error_response_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/error_response_object_errors_inner.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/get_all_categories200_response.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/get_all_manual_accounts200_response.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/get_all_plaid_accounts200_response.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/get_all_recurring200_response.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/get_all_tags200_response.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/get_all_transactions200_response.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/get_all_transactions_created_since_parameter.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/get_transaction_attachment_url200_response.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/group_transactions_request.py +2 -2
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/insert_transaction_object.py +2 -2
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/insert_transaction_object_amount.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/insert_transactions_response_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/manual_account_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/plaid_account_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/recurring_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/recurring_object_matches.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/recurring_object_matches_found_transactions_inner.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/recurring_object_overrides.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/recurring_object_transaction_criteria.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/skipped_existing_external_id_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/split_transaction_object.py +3 -3
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/split_transaction_object_amount.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/split_transaction_request.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/summary_category_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/summary_category_occurrence_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/summary_category_totals_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/summary_recurring_transaction_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/summary_response_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/summary_rollover_pool_adjustment_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/summary_rollover_pool_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/summary_totals_breakdown_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/summary_totals_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/tag_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/transaction_attachment_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/transaction_object.py +2 -2
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/update_category_request_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/update_manual_account_request_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/update_manual_account_request_object_balance.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/update_manual_account_request_object_closed_on.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/update_tag_request_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/update_transaction_object.py +2 -2
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/update_transaction_object_amount.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/update_transactions200_response.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/update_transactions_request.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/update_transactions_request_transactions_inner.py +2 -2
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/upsert_budget400_response.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/upsert_budget_request_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/upsert_budget_request_object_amount.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/user_object.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/rest.py +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney_python_async.egg-info/PKG-INFO +3 -3
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/pyproject.toml +1 -1
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/setup.py +2 -2
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/__init__.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/app.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/aligned_category_totals_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/aligned_summary_category_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/aligned_summary_response_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/get_budget_summary200_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/non_aligned_category_totals_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/non_aligned_summary_category_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/non_aligned_summary_response_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/py.typed +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney_python_async.egg-info/SOURCES.txt +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney_python_async.egg-info/dependency_links.txt +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney_python_async.egg-info/requires.txt +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney_python_async.egg-info/top_level.txt +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/setup.cfg +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_account_type_enum.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_aligned_category_totals_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_aligned_summary_category_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_aligned_summary_response_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_app.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_budget_invalid_period_error_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_budget_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_budget_settings_response_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_budget_upsert_response_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_budgets_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_categories_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_category_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_child_category_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_child_transaction_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_create_category_request_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_create_category_request_object_children_inner.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_create_manual_account_request_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_create_manual_account_request_object_balance.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_create_manual_account_request_object_closed_on.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_create_new_transactions_request.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_create_tag_request_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_currency_enum.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_delete_category_response_with_dependencies.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_delete_category_response_with_dependencies_dependents.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_delete_tag_response_with_dependencies.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_delete_tag_response_with_dependencies_dependents.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_delete_transactions_request.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_error_response_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_error_response_object_errors_inner.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_get_all_categories200_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_get_all_manual_accounts200_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_get_all_plaid_accounts200_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_get_all_recurring200_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_get_all_tags200_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_get_all_transactions200_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_get_all_transactions_created_since_parameter.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_get_budget_summary200_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_get_transaction_attachment_url200_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_group_transactions_request.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_insert_transaction_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_insert_transaction_object_amount.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_insert_transactions_response_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_manual_account_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_manual_accounts_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_me_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_non_aligned_category_totals_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_non_aligned_summary_category_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_non_aligned_summary_response_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_plaid_account_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_plaid_accounts_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_recurring_items_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_recurring_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_recurring_object_matches.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_recurring_object_matches_found_transactions_inner.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_recurring_object_overrides.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_recurring_object_transaction_criteria.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_skipped_existing_external_id_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_split_transaction_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_split_transaction_object_amount.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_split_transaction_request.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_summary_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_summary_category_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_summary_category_occurrence_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_summary_category_totals_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_summary_recurring_transaction_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_summary_response_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_summary_rollover_pool_adjustment_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_summary_rollover_pool_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_summary_totals_breakdown_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_summary_totals_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_tag_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_tags_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_transaction_attachment_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_transaction_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_transactions_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_transactions_bulk_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_transactions_files_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_transactions_group_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_transactions_split_api.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_update_category_request_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_update_manual_account_request_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_update_manual_account_request_object_balance.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_update_manual_account_request_object_closed_on.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_update_tag_request_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_update_transaction_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_update_transaction_object_amount.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_update_transactions200_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_update_transactions_request.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_update_transactions_request_transactions_inner.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_upsert_budget400_response.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_upsert_budget_request_object.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/test/test_upsert_budget_request_object_amount.py +0 -0
- {lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.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.25.0
|
|
4
4
|
Summary: Lunch Money API - v2
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: OpenAPI Generator community
|
|
@@ -43,8 +43,8 @@ The v2 API is not backwards compatible with v1. See the [Migration Guide](https:
|
|
|
43
43
|
|
|
44
44
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
45
45
|
|
|
46
|
-
- API version: 2.9.
|
|
47
|
-
- Package version: 2.
|
|
46
|
+
- API version: 2.9.4
|
|
47
|
+
- Package version: 2.25.0
|
|
48
48
|
- Generator version: 7.17.0
|
|
49
49
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
50
50
|
|
|
@@ -23,8 +23,8 @@ The v2 API is not backwards compatible with v1. See the [Migration Guide](https:
|
|
|
23
23
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
|
-
- API version: 2.9.
|
|
27
|
-
- Package version: 2.
|
|
26
|
+
- API version: 2.9.4
|
|
27
|
+
- Package version: 2.25.0
|
|
28
28
|
- Generator version: 7.17.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 2.9.
|
|
10
|
+
The version of the OpenAPI document: 2.9.4
|
|
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.25.0"
|
|
19
19
|
|
|
20
20
|
# Define package exports
|
|
21
21
|
__all__ = [
|
{lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/budgets_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/categories_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/summary_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/tags_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/api/transactions_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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.25.0/python'
|
|
96
96
|
self.client_side_validation = configuration.client_side_validation
|
|
97
97
|
|
|
98
98
|
async def __aenter__(self):
|
{lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/configuration.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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.4\n"\
|
|
544
|
+
"SDK Package Version: 2.25.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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/__init__.py
RENAMED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 2.9.
|
|
9
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/budget_object.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -40,7 +40,7 @@ class ChildTransactionObject(BaseModel):
|
|
|
40
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
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
|
-
notes: Optional[
|
|
43
|
+
notes: Optional[StrictStr] = 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: ")
|
|
45
45
|
is_pending: StrictBool = Field(description="Denotes if the transaction is pending (not posted). Applies only to transactions in synced accounts and will always be false for transactions associated with manual accounts.")
|
|
46
46
|
created_at: datetime = Field(description="The date and time of when the transaction was created (in the ISO 8601 extended format).")
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{lunchmoney_python_async-2.24.0 → lunchmoney_python_async-2.25.0}/lunchmoney/models/currency_enum.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -56,6 +56,7 @@ class CurrencyEnum(str, Enum):
|
|
|
56
56
|
CAD = 'cad'
|
|
57
57
|
CDF = 'cdf'
|
|
58
58
|
CHF = 'chf'
|
|
59
|
+
CLF = 'clf'
|
|
59
60
|
CLP = 'clp'
|
|
60
61
|
CNY = 'cny'
|
|
61
62
|
COP = 'cop'
|
|
@@ -71,6 +72,7 @@ class CurrencyEnum(str, Enum):
|
|
|
71
72
|
EGP = 'egp'
|
|
72
73
|
ERN = 'ern'
|
|
73
74
|
ETB = 'etb'
|
|
75
|
+
ETH = 'eth'
|
|
74
76
|
EUR = 'eur'
|
|
75
77
|
FJD = 'fjd'
|
|
76
78
|
FKP = 'fkp'
|
|
@@ -178,6 +180,7 @@ class CurrencyEnum(str, Enum):
|
|
|
178
180
|
UYU = 'uyu'
|
|
179
181
|
UZS = 'uzs'
|
|
180
182
|
VEF = 'vef'
|
|
183
|
+
VES = 'ves'
|
|
181
184
|
VND = 'vnd'
|
|
182
185
|
VUV = 'vuv'
|
|
183
186
|
WST = 'wst'
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Welcome to the Lunch Money v2 API. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
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. The API is available at `https://api.lunchmoney.dev/v2`. Get your access token from the [Lunch Money developers page](https://my.lunchmoney.app/developers). ### Introduction <span class=\"red-text\"><strong>The v2 API is in open alpha and is still subject to change. Use the mock server or a test budget when getting started.</strong></span> **Static Mock Server** Explore the API without an access token or risk to real data. Select **\"Static Mock v2 Lunch Money API Server\"** from the Server dropdown, then set your Bearer token to any string with 11 or more characters. **Migrating from v1** The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details. **Useful links** - [Developer Portal](https://lunchmoney.dev/v2/introduction) - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started) - [v2 API Overview](https://lunchmoney.dev/v2/overview) - [v2 API Changelog](https://lunchmoney.dev/v2/changelog) - [Migration Guide](https://lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.9.
|
|
8
|
+
The version of the OpenAPI document: 2.9.4
|
|
9
9
|
Contact: devsupport@lunchmoney.app
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|