lunchmoney-python 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.
Files changed (205) hide show
  1. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/PKG-INFO +3 -3
  2. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/README.md +2 -2
  3. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/__init__.py +2 -2
  4. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/budgets_api.py +1 -1
  5. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/categories_api.py +1 -1
  6. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/manual_accounts_api.py +1 -1
  7. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/me_api.py +1 -1
  8. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/plaid_accounts_api.py +1 -1
  9. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/recurring_items_api.py +1 -1
  10. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/summary_api.py +1 -1
  11. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/tags_api.py +1 -1
  12. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/transactions_api.py +1 -1
  13. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/transactions_bulk_api.py +1 -1
  14. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/transactions_files_api.py +1 -1
  15. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/transactions_group_api.py +1 -1
  16. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/transactions_split_api.py +1 -1
  17. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api_client.py +2 -2
  18. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/configuration.py +3 -3
  19. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/exceptions.py +1 -1
  20. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/__init__.py +1 -1
  21. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/account_type_enum.py +1 -1
  22. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/budget_invalid_period_error_object.py +1 -1
  23. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/budget_object.py +1 -1
  24. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/budget_settings_response_object.py +1 -1
  25. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/budget_upsert_response_object.py +1 -1
  26. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/category_object.py +1 -1
  27. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/child_category_object.py +1 -1
  28. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/child_transaction_object.py +2 -2
  29. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/create_category_request_object.py +1 -1
  30. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/create_category_request_object_children_inner.py +1 -1
  31. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/create_manual_account_request_object.py +1 -1
  32. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/create_manual_account_request_object_balance.py +1 -1
  33. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/create_manual_account_request_object_closed_on.py +1 -1
  34. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/create_new_transactions_request.py +1 -1
  35. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/create_tag_request_object.py +1 -1
  36. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/currency_enum.py +4 -1
  37. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/delete_category_response_with_dependencies.py +1 -1
  38. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/delete_category_response_with_dependencies_dependents.py +1 -1
  39. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/delete_tag_response_with_dependencies.py +1 -1
  40. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/delete_tag_response_with_dependencies_dependents.py +1 -1
  41. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/delete_transactions_request.py +1 -1
  42. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/error_response_object.py +1 -1
  43. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/error_response_object_errors_inner.py +1 -1
  44. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/get_all_categories200_response.py +1 -1
  45. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/get_all_manual_accounts200_response.py +1 -1
  46. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/get_all_plaid_accounts200_response.py +1 -1
  47. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/get_all_recurring200_response.py +1 -1
  48. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/get_all_tags200_response.py +1 -1
  49. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/get_all_transactions200_response.py +1 -1
  50. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/get_all_transactions_created_since_parameter.py +1 -1
  51. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/get_transaction_attachment_url200_response.py +1 -1
  52. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/group_transactions_request.py +2 -2
  53. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/insert_transaction_object.py +2 -2
  54. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/insert_transaction_object_amount.py +1 -1
  55. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/insert_transactions_response_object.py +1 -1
  56. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/manual_account_object.py +1 -1
  57. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/plaid_account_object.py +1 -1
  58. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/recurring_object.py +1 -1
  59. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/recurring_object_matches.py +1 -1
  60. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/recurring_object_matches_found_transactions_inner.py +1 -1
  61. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/recurring_object_overrides.py +1 -1
  62. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/recurring_object_transaction_criteria.py +1 -1
  63. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/skipped_existing_external_id_object.py +1 -1
  64. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/split_transaction_object.py +3 -3
  65. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/split_transaction_object_amount.py +1 -1
  66. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/split_transaction_request.py +1 -1
  67. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/summary_category_object.py +1 -1
  68. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/summary_category_occurrence_object.py +1 -1
  69. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/summary_category_totals_object.py +1 -1
  70. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/summary_recurring_transaction_object.py +1 -1
  71. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/summary_response_object.py +1 -1
  72. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/summary_rollover_pool_adjustment_object.py +1 -1
  73. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/summary_rollover_pool_object.py +1 -1
  74. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/summary_totals_breakdown_object.py +1 -1
  75. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/summary_totals_object.py +1 -1
  76. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/tag_object.py +1 -1
  77. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/transaction_attachment_object.py +1 -1
  78. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/transaction_object.py +2 -2
  79. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/update_category_request_object.py +1 -1
  80. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/update_manual_account_request_object.py +1 -1
  81. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/update_manual_account_request_object_balance.py +1 -1
  82. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/update_manual_account_request_object_closed_on.py +1 -1
  83. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/update_tag_request_object.py +1 -1
  84. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/update_transaction_object.py +2 -2
  85. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/update_transaction_object_amount.py +1 -1
  86. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/update_transactions200_response.py +1 -1
  87. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/update_transactions_request.py +1 -1
  88. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/update_transactions_request_transactions_inner.py +2 -2
  89. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/upsert_budget400_response.py +1 -1
  90. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/upsert_budget_request_object.py +1 -1
  91. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/upsert_budget_request_object_amount.py +1 -1
  92. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/user_object.py +1 -1
  93. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/rest.py +1 -1
  94. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney_python.egg-info/PKG-INFO +3 -3
  95. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/pyproject.toml +1 -1
  96. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/setup.py +2 -2
  97. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api/__init__.py +0 -0
  98. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/api_response.py +0 -0
  99. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/app.py +0 -0
  100. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/aligned_category_totals_object.py +0 -0
  101. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/aligned_summary_category_object.py +0 -0
  102. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/aligned_summary_response_object.py +0 -0
  103. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/get_budget_summary200_response.py +0 -0
  104. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/non_aligned_category_totals_object.py +0 -0
  105. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/non_aligned_summary_category_object.py +0 -0
  106. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/models/non_aligned_summary_response_object.py +0 -0
  107. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney/py.typed +0 -0
  108. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney_python.egg-info/SOURCES.txt +0 -0
  109. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney_python.egg-info/dependency_links.txt +0 -0
  110. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney_python.egg-info/requires.txt +0 -0
  111. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/lunchmoney_python.egg-info/top_level.txt +0 -0
  112. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/setup.cfg +0 -0
  113. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_account_type_enum.py +0 -0
  114. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_aligned_category_totals_object.py +0 -0
  115. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_aligned_summary_category_object.py +0 -0
  116. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_aligned_summary_response_object.py +0 -0
  117. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_app.py +0 -0
  118. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_budget_invalid_period_error_object.py +0 -0
  119. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_budget_object.py +0 -0
  120. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_budget_settings_response_object.py +0 -0
  121. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_budget_upsert_response_object.py +0 -0
  122. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_budgets_api.py +0 -0
  123. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_categories_api.py +0 -0
  124. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_category_object.py +0 -0
  125. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_child_category_object.py +0 -0
  126. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_child_transaction_object.py +0 -0
  127. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_create_category_request_object.py +0 -0
  128. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_create_category_request_object_children_inner.py +0 -0
  129. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_create_manual_account_request_object.py +0 -0
  130. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_create_manual_account_request_object_balance.py +0 -0
  131. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_create_manual_account_request_object_closed_on.py +0 -0
  132. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_create_new_transactions_request.py +0 -0
  133. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_create_tag_request_object.py +0 -0
  134. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_currency_enum.py +0 -0
  135. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_delete_category_response_with_dependencies.py +0 -0
  136. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_delete_category_response_with_dependencies_dependents.py +0 -0
  137. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_delete_tag_response_with_dependencies.py +0 -0
  138. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_delete_tag_response_with_dependencies_dependents.py +0 -0
  139. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_delete_transactions_request.py +0 -0
  140. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_error_response_object.py +0 -0
  141. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_error_response_object_errors_inner.py +0 -0
  142. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_get_all_categories200_response.py +0 -0
  143. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_get_all_manual_accounts200_response.py +0 -0
  144. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_get_all_plaid_accounts200_response.py +0 -0
  145. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_get_all_recurring200_response.py +0 -0
  146. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_get_all_tags200_response.py +0 -0
  147. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_get_all_transactions200_response.py +0 -0
  148. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_get_all_transactions_created_since_parameter.py +0 -0
  149. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_get_budget_summary200_response.py +0 -0
  150. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_get_transaction_attachment_url200_response.py +0 -0
  151. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_group_transactions_request.py +0 -0
  152. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_insert_transaction_object.py +0 -0
  153. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_insert_transaction_object_amount.py +0 -0
  154. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_insert_transactions_response_object.py +0 -0
  155. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_manual_account_object.py +0 -0
  156. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_manual_accounts_api.py +0 -0
  157. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_me_api.py +0 -0
  158. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_non_aligned_category_totals_object.py +0 -0
  159. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_non_aligned_summary_category_object.py +0 -0
  160. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_non_aligned_summary_response_object.py +0 -0
  161. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_plaid_account_object.py +0 -0
  162. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_plaid_accounts_api.py +0 -0
  163. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_recurring_items_api.py +0 -0
  164. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_recurring_object.py +0 -0
  165. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_recurring_object_matches.py +0 -0
  166. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_recurring_object_matches_found_transactions_inner.py +0 -0
  167. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_recurring_object_overrides.py +0 -0
  168. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_recurring_object_transaction_criteria.py +0 -0
  169. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_skipped_existing_external_id_object.py +0 -0
  170. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_split_transaction_object.py +0 -0
  171. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_split_transaction_object_amount.py +0 -0
  172. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_split_transaction_request.py +0 -0
  173. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_summary_api.py +0 -0
  174. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_summary_category_object.py +0 -0
  175. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_summary_category_occurrence_object.py +0 -0
  176. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_summary_category_totals_object.py +0 -0
  177. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_summary_recurring_transaction_object.py +0 -0
  178. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_summary_response_object.py +0 -0
  179. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_summary_rollover_pool_adjustment_object.py +0 -0
  180. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_summary_rollover_pool_object.py +0 -0
  181. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_summary_totals_breakdown_object.py +0 -0
  182. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_summary_totals_object.py +0 -0
  183. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_tag_object.py +0 -0
  184. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_tags_api.py +0 -0
  185. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_transaction_attachment_object.py +0 -0
  186. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_transaction_object.py +0 -0
  187. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_transactions_api.py +0 -0
  188. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_transactions_bulk_api.py +0 -0
  189. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_transactions_files_api.py +0 -0
  190. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_transactions_group_api.py +0 -0
  191. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_transactions_split_api.py +0 -0
  192. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_update_category_request_object.py +0 -0
  193. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_update_manual_account_request_object.py +0 -0
  194. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_update_manual_account_request_object_balance.py +0 -0
  195. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_update_manual_account_request_object_closed_on.py +0 -0
  196. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_update_tag_request_object.py +0 -0
  197. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_update_transaction_object.py +0 -0
  198. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_update_transaction_object_amount.py +0 -0
  199. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_update_transactions200_response.py +0 -0
  200. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_update_transactions_request.py +0 -0
  201. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_update_transactions_request_transactions_inner.py +0 -0
  202. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_upsert_budget400_response.py +0 -0
  203. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_upsert_budget_request_object.py +0 -0
  204. {lunchmoney_python-2.24.0 → lunchmoney_python-2.25.0}/test/test_upsert_budget_request_object_amount.py +0 -0
  205. {lunchmoney_python-2.24.0 → lunchmoney_python-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
3
- Version: 2.24.0
3
+ Version: 2.25.0
4
4
  Summary: Lunch Money API - v2
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -41,8 +41,8 @@ The v2 API is not backwards compatible with v1. See the [Migration Guide](https:
41
41
 
42
42
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
43
43
 
44
- - API version: 2.9.3
45
- - Package version: 2.24.0
44
+ - API version: 2.9.4
45
+ - Package version: 2.25.0
46
46
  - Generator version: 7.17.0
47
47
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
48
48
 
@@ -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.3
27
- - Package version: 2.24.0
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.3
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.24.0"
18
+ __version__ = "2.25.0"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.24.0/python'
95
+ self.user_agent = 'OpenAPI-Generator/2.25.0/python'
96
96
  self.client_side_validation = configuration.client_side_validation
97
97
 
98
98
  def __enter__(self):
@@ -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.3
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
 
@@ -544,8 +544,8 @@ conf = lunchmoney.Configuration(
544
544
  return "Python SDK Debug Report:\n"\
545
545
  "OS: {env}\n"\
546
546
  "Python Version: {pyversion}\n"\
547
- "Version of the API: 2.9.3\n"\
548
- "SDK Package Version: 2.24.0".\
547
+ "Version of the API: 2.9.4\n"\
548
+ "SDK Package Version: 2.25.0".\
549
549
  format(env=sys.platform, pyversion=sys.version)
550
550
 
551
551
  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.3
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
 
@@ -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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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[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. ")
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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.3
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