lunchmoney-python-async 2.23.0__tar.gz → 2.24.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 (207) hide show
  1. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/PKG-INFO +17 -30
  2. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/README.md +16 -29
  3. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/__init__.py +3 -3
  4. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/budgets_api.py +2 -2
  5. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/categories_api.py +2 -2
  6. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/manual_accounts_api.py +2 -2
  7. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/me_api.py +2 -2
  8. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/plaid_accounts_api.py +2 -2
  9. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/recurring_items_api.py +2 -2
  10. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/summary_api.py +2 -2
  11. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/tags_api.py +2 -2
  12. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/transactions_api.py +2 -2
  13. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/transactions_bulk_api.py +2 -2
  14. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/transactions_files_api.py +2 -2
  15. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/transactions_group_api.py +2 -2
  16. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/transactions_split_api.py +2 -2
  17. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api_client.py +3 -3
  18. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/configuration.py +4 -4
  19. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/exceptions.py +2 -2
  20. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/__init__.py +2 -2
  21. lunchmoney_python_async-2.24.0/lunchmoney/models/account_type_enum.py +46 -0
  22. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/budget_invalid_period_error_object.py +2 -2
  23. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/budget_object.py +2 -2
  24. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/budget_settings_response_object.py +2 -2
  25. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/budget_upsert_response_object.py +2 -2
  26. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/category_object.py +2 -2
  27. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/child_category_object.py +2 -2
  28. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/child_transaction_object.py +2 -2
  29. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/create_category_request_object.py +2 -2
  30. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/create_category_request_object_children_inner.py +2 -2
  31. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/create_manual_account_request_object.py +2 -2
  32. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/create_manual_account_request_object_balance.py +2 -2
  33. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/create_manual_account_request_object_closed_on.py +2 -2
  34. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/create_new_transactions_request.py +2 -2
  35. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/create_tag_request_object.py +2 -2
  36. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/currency_enum.py +4 -2
  37. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/delete_category_response_with_dependencies.py +2 -2
  38. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/delete_category_response_with_dependencies_dependents.py +2 -2
  39. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/delete_tag_response_with_dependencies.py +2 -2
  40. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/delete_tag_response_with_dependencies_dependents.py +2 -2
  41. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/delete_transactions_request.py +2 -2
  42. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/error_response_object.py +2 -2
  43. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/error_response_object_errors_inner.py +2 -2
  44. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/get_all_categories200_response.py +2 -2
  45. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/get_all_manual_accounts200_response.py +2 -2
  46. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/get_all_plaid_accounts200_response.py +2 -2
  47. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/get_all_recurring200_response.py +2 -2
  48. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/get_all_tags200_response.py +2 -2
  49. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/get_all_transactions200_response.py +2 -2
  50. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/get_all_transactions_created_since_parameter.py +2 -2
  51. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/get_transaction_attachment_url200_response.py +2 -2
  52. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/group_transactions_request.py +2 -2
  53. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/insert_transaction_object.py +2 -2
  54. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/insert_transaction_object_amount.py +2 -2
  55. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/insert_transactions_response_object.py +2 -2
  56. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/manual_account_object.py +2 -2
  57. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/plaid_account_object.py +2 -2
  58. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/recurring_object.py +2 -2
  59. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/recurring_object_matches.py +2 -2
  60. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/recurring_object_matches_found_transactions_inner.py +2 -2
  61. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/recurring_object_overrides.py +2 -2
  62. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/recurring_object_transaction_criteria.py +2 -2
  63. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/skipped_existing_external_id_object.py +2 -2
  64. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/split_transaction_object.py +2 -2
  65. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/split_transaction_object_amount.py +2 -2
  66. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/split_transaction_request.py +2 -2
  67. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/summary_category_object.py +2 -2
  68. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/summary_category_occurrence_object.py +2 -2
  69. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/summary_category_totals_object.py +2 -2
  70. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/summary_recurring_transaction_object.py +2 -2
  71. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/summary_response_object.py +2 -2
  72. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/summary_rollover_pool_adjustment_object.py +2 -2
  73. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/summary_rollover_pool_object.py +2 -2
  74. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/summary_totals_breakdown_object.py +2 -2
  75. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/summary_totals_object.py +2 -2
  76. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/tag_object.py +2 -2
  77. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/transaction_attachment_object.py +2 -2
  78. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/transaction_object.py +2 -2
  79. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/update_category_request_object.py +2 -2
  80. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/update_manual_account_request_object.py +2 -2
  81. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/update_manual_account_request_object_balance.py +2 -2
  82. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/update_manual_account_request_object_closed_on.py +2 -2
  83. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/update_tag_request_object.py +2 -2
  84. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/update_transaction_object.py +2 -2
  85. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/update_transaction_object_amount.py +2 -2
  86. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/update_transactions200_response.py +2 -2
  87. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/update_transactions_request.py +2 -2
  88. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/update_transactions_request_transactions_inner.py +2 -2
  89. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/upsert_budget400_response.py +2 -2
  90. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/upsert_budget_request_object.py +2 -2
  91. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/upsert_budget_request_object_amount.py +2 -2
  92. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/user_object.py +2 -2
  93. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/rest.py +2 -2
  94. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney_python_async.egg-info/PKG-INFO +17 -30
  95. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/pyproject.toml +1 -1
  96. lunchmoney_python_async-2.24.0/setup.py +52 -0
  97. lunchmoney_python_async-2.23.0/lunchmoney/models/account_type_enum.py +0 -46
  98. lunchmoney_python_async-2.23.0/setup.py +0 -52
  99. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api/__init__.py +0 -0
  100. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/api_response.py +0 -0
  101. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/app.py +0 -0
  102. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/aligned_category_totals_object.py +0 -0
  103. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/aligned_summary_category_object.py +0 -0
  104. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/aligned_summary_response_object.py +0 -0
  105. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/get_budget_summary200_response.py +0 -0
  106. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/non_aligned_category_totals_object.py +0 -0
  107. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/non_aligned_summary_category_object.py +0 -0
  108. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/models/non_aligned_summary_response_object.py +0 -0
  109. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney/py.typed +0 -0
  110. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney_python_async.egg-info/SOURCES.txt +0 -0
  111. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney_python_async.egg-info/dependency_links.txt +0 -0
  112. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney_python_async.egg-info/requires.txt +0 -0
  113. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/lunchmoney_python_async.egg-info/top_level.txt +0 -0
  114. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/setup.cfg +0 -0
  115. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_account_type_enum.py +0 -0
  116. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_aligned_category_totals_object.py +0 -0
  117. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_aligned_summary_category_object.py +0 -0
  118. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_aligned_summary_response_object.py +0 -0
  119. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_app.py +0 -0
  120. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_budget_invalid_period_error_object.py +0 -0
  121. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_budget_object.py +0 -0
  122. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_budget_settings_response_object.py +0 -0
  123. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_budget_upsert_response_object.py +0 -0
  124. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_budgets_api.py +0 -0
  125. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_categories_api.py +0 -0
  126. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_category_object.py +0 -0
  127. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_child_category_object.py +0 -0
  128. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_child_transaction_object.py +0 -0
  129. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_create_category_request_object.py +0 -0
  130. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_create_category_request_object_children_inner.py +0 -0
  131. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_create_manual_account_request_object.py +0 -0
  132. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_create_manual_account_request_object_balance.py +0 -0
  133. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_create_manual_account_request_object_closed_on.py +0 -0
  134. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_create_new_transactions_request.py +0 -0
  135. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_create_tag_request_object.py +0 -0
  136. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_currency_enum.py +0 -0
  137. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_delete_category_response_with_dependencies.py +0 -0
  138. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_delete_category_response_with_dependencies_dependents.py +0 -0
  139. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_delete_tag_response_with_dependencies.py +0 -0
  140. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_delete_tag_response_with_dependencies_dependents.py +0 -0
  141. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_delete_transactions_request.py +0 -0
  142. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_error_response_object.py +0 -0
  143. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_error_response_object_errors_inner.py +0 -0
  144. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_get_all_categories200_response.py +0 -0
  145. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_get_all_manual_accounts200_response.py +0 -0
  146. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_get_all_plaid_accounts200_response.py +0 -0
  147. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_get_all_recurring200_response.py +0 -0
  148. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_get_all_tags200_response.py +0 -0
  149. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_get_all_transactions200_response.py +0 -0
  150. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_get_all_transactions_created_since_parameter.py +0 -0
  151. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_get_budget_summary200_response.py +0 -0
  152. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_get_transaction_attachment_url200_response.py +0 -0
  153. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_group_transactions_request.py +0 -0
  154. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_insert_transaction_object.py +0 -0
  155. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_insert_transaction_object_amount.py +0 -0
  156. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_insert_transactions_response_object.py +0 -0
  157. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_manual_account_object.py +0 -0
  158. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_manual_accounts_api.py +0 -0
  159. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_me_api.py +0 -0
  160. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_non_aligned_category_totals_object.py +0 -0
  161. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_non_aligned_summary_category_object.py +0 -0
  162. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_non_aligned_summary_response_object.py +0 -0
  163. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_plaid_account_object.py +0 -0
  164. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_plaid_accounts_api.py +0 -0
  165. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_recurring_items_api.py +0 -0
  166. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_recurring_object.py +0 -0
  167. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_recurring_object_matches.py +0 -0
  168. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_recurring_object_matches_found_transactions_inner.py +0 -0
  169. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_recurring_object_overrides.py +0 -0
  170. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_recurring_object_transaction_criteria.py +0 -0
  171. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_skipped_existing_external_id_object.py +0 -0
  172. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_split_transaction_object.py +0 -0
  173. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_split_transaction_object_amount.py +0 -0
  174. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_split_transaction_request.py +0 -0
  175. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_summary_api.py +0 -0
  176. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_summary_category_object.py +0 -0
  177. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_summary_category_occurrence_object.py +0 -0
  178. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_summary_category_totals_object.py +0 -0
  179. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_summary_recurring_transaction_object.py +0 -0
  180. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_summary_response_object.py +0 -0
  181. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_summary_rollover_pool_adjustment_object.py +0 -0
  182. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_summary_rollover_pool_object.py +0 -0
  183. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_summary_totals_breakdown_object.py +0 -0
  184. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_summary_totals_object.py +0 -0
  185. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_tag_object.py +0 -0
  186. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_tags_api.py +0 -0
  187. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_transaction_attachment_object.py +0 -0
  188. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_transaction_object.py +0 -0
  189. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_transactions_api.py +0 -0
  190. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_transactions_bulk_api.py +0 -0
  191. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_transactions_files_api.py +0 -0
  192. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_transactions_group_api.py +0 -0
  193. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_transactions_split_api.py +0 -0
  194. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_update_category_request_object.py +0 -0
  195. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_update_manual_account_request_object.py +0 -0
  196. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_update_manual_account_request_object_balance.py +0 -0
  197. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_update_manual_account_request_object_closed_on.py +0 -0
  198. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_update_tag_request_object.py +0 -0
  199. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_update_transaction_object.py +0 -0
  200. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_update_transaction_object_amount.py +0 -0
  201. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_update_transactions200_response.py +0 -0
  202. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_update_transactions_request.py +0 -0
  203. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_update_transactions_request_transactions_inner.py +0 -0
  204. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_upsert_budget400_response.py +0 -0
  205. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_upsert_budget_request_object.py +0 -0
  206. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.0}/test/test_upsert_budget_request_object_amount.py +0 -0
  207. {lunchmoney_python_async-2.23.0 → lunchmoney_python_async-2.24.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.23.0
3
+ Version: 2.24.0
4
4
  Summary: Lunch Money API - v2
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -19,45 +19,32 @@ Requires-Dist: typing-extensions>=4.7.1
19
19
  Dynamic: author
20
20
 
21
21
  # lunchmoney-python-async
22
- Welcome to the Lunch Money v2 API.
22
+ 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).
23
23
 
24
- A working version of this API is now available through these docs, or directly at:
24
+ ### Introduction
25
25
 
26
- `https://api.lunchmoney.dev/v2`
26
+ <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>
27
27
 
28
- <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review
29
- period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span>
30
- See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p>
28
+ **Static Mock Server**
31
29
 
32
- If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog).
30
+ 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.
33
31
 
34
- ### Static Mock Server
32
+ **Migrating from v1**
35
33
 
36
- You may also use these docs to explore the API using a static mock server endpoint.<p>
37
- This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p>
38
- To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br>
39
- When using this server, set your Bearer token to any string with 11 or more characters.
34
+ The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details.
40
35
 
41
- ### Migrating from V1
42
-
43
- The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration.
44
-
45
- ### Acknowledgments
46
-
47
- If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback.
48
-
49
- ### Useful links:
50
- - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started)
51
- - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog)
52
- - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide)
53
- - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits)
54
- - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev)
55
- - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
36
+ **Useful links**
37
+ - [Developer Portal](https://lunchmoney.dev/v2/introduction)
38
+ - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started)
39
+ - [v2 API Overview](https://lunchmoney.dev/v2/overview)
40
+ - [v2 API Changelog](https://lunchmoney.dev/v2/changelog)
41
+ - [Migration Guide](https://lunchmoney.dev/v2/migration-guide)
42
+ - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
56
43
 
57
44
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
58
45
 
59
- - API version: 2.9.2
60
- - Package version: 2.23.0
46
+ - API version: 2.9.3
47
+ - Package version: 2.24.0
61
48
  - Generator version: 7.17.0
62
49
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
63
50
 
@@ -1,43 +1,30 @@
1
1
  # lunchmoney-python-async
2
- Welcome to the Lunch Money v2 API.
2
+ 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).
3
3
 
4
- A working version of this API is now available through these docs, or directly at:
4
+ ### Introduction
5
5
 
6
- `https://api.lunchmoney.dev/v2`
6
+ <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>
7
7
 
8
- <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review
9
- period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span>
10
- See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p>
8
+ **Static Mock Server**
11
9
 
12
- If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog).
10
+ 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.
13
11
 
14
- ### Static Mock Server
12
+ **Migrating from v1**
15
13
 
16
- You may also use these docs to explore the API using a static mock server endpoint.<p>
17
- This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p>
18
- To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br>
19
- When using this server, set your Bearer token to any string with 11 or more characters.
14
+ The v2 API is not backwards compatible with v1. See the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) for details.
20
15
 
21
- ### Migrating from V1
22
-
23
- The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration.
24
-
25
- ### Acknowledgments
26
-
27
- If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback.
28
-
29
- ### Useful links:
30
- - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started)
31
- - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog)
32
- - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide)
33
- - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits)
34
- - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev)
35
- - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
16
+ **Useful links**
17
+ - [Developer Portal](https://lunchmoney.dev/v2/introduction)
18
+ - [Getting Started Guide](https://lunchmoney.dev/v2/getting-started)
19
+ - [v2 API Overview](https://lunchmoney.dev/v2/overview)
20
+ - [v2 API Changelog](https://lunchmoney.dev/v2/changelog)
21
+ - [Migration Guide](https://lunchmoney.dev/v2/migration-guide)
22
+ - [Rate Limits](https://lunchmoney.dev/v2/rate-limits)
36
23
 
37
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
38
25
 
39
- - API version: 2.9.2
40
- - Package version: 2.23.0
26
+ - API version: 2.9.3
27
+ - Package version: 2.24.0
41
28
  - Generator version: 7.17.0
42
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
43
30
 
@@ -5,9 +5,9 @@
5
5
  """
6
6
  Lunch Money API - v2
7
7
 
8
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
10
+ The version of the OpenAPI document: 2.9.3
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.23.0"
18
+ __version__ = "2.24.0"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
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.23.0/python'
95
+ self.user_agent = 'OpenAPI-Generator/2.24.0/python'
96
96
  self.client_side_validation = configuration.client_side_validation
97
97
 
98
98
  async def __aenter__(self):
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
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.2\n"\
544
- "SDK Package Version: 2.23.0".\
543
+ "Version of the API: 2.9.3\n"\
544
+ "SDK Package Version: 2.24.0".\
545
545
  format(env=sys.platform, pyversion=sys.version)
546
546
 
547
547
  def get_host_settings(self) -> List[HostSetting]:
@@ -3,9 +3,9 @@
3
3
  """
4
4
  Lunch Money API - v2
5
5
 
6
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
8
+ The version of the OpenAPI document: 2.9.3
9
9
  Contact: devsupport@lunchmoney.app
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -4,9 +4,9 @@
4
4
  """
5
5
  Lunch Money API - v2
6
6
 
7
- Welcome to the Lunch Money v2 API. A working version of this API is now available through these docs, or directly at: `https://api.lunchmoney.dev/v2` <span class=\"red-text\"><strong>This is in alpha launch of a major API update. It is still subject to change during this alpha review period and bugs may still exist. We strongly encourage users to use the mock service or create a test budget with sample data as the first step to interacting with the v2 API.</strong></span> See the [Getting Started Guide](https://alpha.lunchmoney.dev/v2/getting-started) for more information on using a test budget.<p> If you are new to the v2 API, you may wish to review the [v2 API Overview of Changes](https://alpha.lunchmoney.dev/v2/changelog). ### Static Mock Server You may also use these docs to explore the API using a static mock server endpoint.<p> This will allow you to become familiar with the API without having to create an access token, and eliminates the possibility of changing real data. <p> To access this endpoint, select the second endpoint in the \"Server\" dropdown to the right. When selected, you should see \"Static Mock v2 Lunch Money API Server\".<br> When using this server, set your Bearer token to any string with 11 or more characters. ### Migrating from V1 The v2 API is NOT backwards compatible with the v1 API. We encourage developers to review the [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) to understand the changes and plan their migration. ### Acknowledgments If you have provided feedback on the API during our ongoing design process, **THANK YOU**. We are thrilled that you can finally interact with the working API we built based on your feedback. ### Useful links: - [Getting Started](https://alpha.lunchmoney.dev/v2/getting-started) - [v2 API Changelog](https://alpha.lunchmoney.dev/v2/changelog) - [Migration Guide](https://alpha.lunchmoney.dev/v2/migration-guide) - [Rate Limits](https://alpha.lunchmoney.dev/v2/rate-limits) - [Current v1 Lunch Money API Documentation](https://lunchmoney.dev) - [Awesome Lunch Money Projects](https://github.com/lunch-money/awesome-lunchmoney?tab=readme-ov-file)
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.2
9
+ The version of the OpenAPI document: 2.9.3
10
10
  Contact: devsupport@lunchmoney.app
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12