shopware-api-client 2.0.0__tar.gz → 2.0.1__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 (332) hide show
  1. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/PKG-INFO +1 -1
  2. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/pyproject.toml +1 -1
  3. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/base.py +9 -6
  4. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/uv.lock +1 -1
  5. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.coveragerc.toml +0 -0
  6. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.devcontainer/.env +0 -0
  7. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.devcontainer/Dockerfile +0 -0
  8. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.devcontainer/devcontainer-lock.json +0 -0
  9. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.devcontainer/devcontainer.json +0 -0
  10. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.devcontainer/docker-compose.yml +0 -0
  11. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.devcontainer/requirements.txt +0 -0
  12. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.devcontainer/scripts/initialize.sh +0 -0
  13. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.devcontainer/scripts/post-create.sh +0 -0
  14. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.devcontainer/scripts/post-start.sh +0 -0
  15. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.github/dependabot.yml +0 -0
  16. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.github/workflows/continuous_delivery.yml +0 -0
  17. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.github/workflows/continuous_integration.yml +0 -0
  18. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.gitignore +0 -0
  19. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.pre-commit-config.yaml +0 -0
  20. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.python-version +0 -0
  21. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.ruff.toml +0 -0
  22. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.vscode/settings.json +0 -0
  23. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/.vscode/tasks.json +0 -0
  24. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/LICENSE +0 -0
  25. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/README.md +0 -0
  26. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/docs/README.md +0 -0
  27. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/poetry.lock +0 -0
  28. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/pyproject copy.toml +0 -0
  29. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/pytest.ini +0 -0
  30. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/__init__.py +0 -0
  31. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/auth.py +0 -0
  32. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/cache.py +0 -0
  33. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/client.py +0 -0
  34. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/config.py +0 -0
  35. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/__init__.py +0 -0
  36. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/__init__.py +0 -0
  37. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/commercial/__init__.py +0 -0
  38. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_role.py +0 -0
  39. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list.py +0 -0
  40. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list_line_item.py +0 -0
  41. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/commercial/b2b_employee.py +0 -0
  42. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/commercial/dynamic_access.py +0 -0
  43. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/__init__.py +0 -0
  44. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/acl_role.py +0 -0
  45. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/api_info.py +0 -0
  46. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/app.py +0 -0
  47. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/app_script_condition.py +0 -0
  48. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/category.py +0 -0
  49. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/cms_block.py +0 -0
  50. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/cms_page.py +0 -0
  51. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/cms_section.py +0 -0
  52. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/cms_slot.py +0 -0
  53. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/country.py +0 -0
  54. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/country_state.py +0 -0
  55. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/currency.py +0 -0
  56. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/currency_country_rounding.py +0 -0
  57. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/custom_entity.py +0 -0
  58. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/custom_field.py +0 -0
  59. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/customer.py +0 -0
  60. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/customer_address.py +0 -0
  61. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/customer_group.py +0 -0
  62. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/customer_recovery.py +0 -0
  63. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/customer_wishlist.py +0 -0
  64. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/customer_wishlist_product.py +0 -0
  65. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/delivery_time.py +0 -0
  66. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/document.py +0 -0
  67. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/document_base_config.py +0 -0
  68. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/document_base_config_sales_channel.py +0 -0
  69. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/document_type.py +0 -0
  70. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/integration.py +0 -0
  71. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/landing_page.py +0 -0
  72. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/language.py +0 -0
  73. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/locale.py +0 -0
  74. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/main_category.py +0 -0
  75. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/media.py +0 -0
  76. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/media_default_folder.py +0 -0
  77. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/media_folder.py +0 -0
  78. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/media_folder_configuration.py +0 -0
  79. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/media_thumbnail.py +0 -0
  80. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/media_thumbnail_size.py +0 -0
  81. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order.py +0 -0
  82. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order_address.py +0 -0
  83. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order_customer.py +0 -0
  84. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order_delivery.py +0 -0
  85. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order_delivery_position.py +0 -0
  86. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order_line_item.py +0 -0
  87. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order_line_item_download.py +0 -0
  88. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order_transaction.py +0 -0
  89. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture.py +0 -0
  90. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture_refund.py +0 -0
  91. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture_refund_position.py +0 -0
  92. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/payment_method.py +0 -0
  93. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product.py +0 -0
  94. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_configurator_setting.py +0 -0
  95. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_cross_selling.py +0 -0
  96. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_cross_selling_assigned_products.py +0 -0
  97. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_download.py +0 -0
  98. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_export.py +0 -0
  99. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_feature_set.py +0 -0
  100. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_manufacturer.py +0 -0
  101. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_media.py +0 -0
  102. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_price.py +0 -0
  103. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_review.py +0 -0
  104. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_search_keyword.py +0 -0
  105. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_stream.py +0 -0
  106. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_visibility.py +0 -0
  107. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/product_warehouse.py +0 -0
  108. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/promotion.py +0 -0
  109. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/promotion_discount.py +0 -0
  110. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/promotion_discount_prices.py +0 -0
  111. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/property_group.py +0 -0
  112. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/property_group_option.py +0 -0
  113. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/rule.py +0 -0
  114. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/rule_condition.py +0 -0
  115. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/sales_channel.py +0 -0
  116. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/sales_channel_domain.py +0 -0
  117. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/salutation.py +0 -0
  118. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/seo_url.py +0 -0
  119. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/shipping_method.py +0 -0
  120. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/shipping_method_price.py +0 -0
  121. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/state_machine.py +0 -0
  122. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/state_machine_history.py +0 -0
  123. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/state_machine_state.py +0 -0
  124. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/state_machine_transition.py +0 -0
  125. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/system_config.py +0 -0
  126. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/tag.py +0 -0
  127. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/tax.py +0 -0
  128. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/tax_rule.py +0 -0
  129. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/tax_rule_type.py +0 -0
  130. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/unit.py +0 -0
  131. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/user.py +0 -0
  132. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/warehouse.py +0 -0
  133. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/warehouse_group.py +0 -0
  134. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/admin/core/warehouse_group_warehouse.py +0 -0
  135. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/base_fields.py +0 -0
  136. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/relations.py +0 -0
  137. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/__init__.py +0 -0
  138. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/__init__.py +0 -0
  139. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/address.py +0 -0
  140. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/cart.py +0 -0
  141. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/category.py +0 -0
  142. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/cms_block.py +0 -0
  143. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/cms_page.py +0 -0
  144. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/cms_section.py +0 -0
  145. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/cms_slot.py +0 -0
  146. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/context.py +0 -0
  147. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/country.py +0 -0
  148. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/country_state.py +0 -0
  149. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/currency.py +0 -0
  150. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/customer.py +0 -0
  151. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/customer_group.py +0 -0
  152. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/delivery_time.py +0 -0
  153. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/document.py +0 -0
  154. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/document_type.py +0 -0
  155. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/landing_page.py +0 -0
  156. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/language.py +0 -0
  157. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/locale.py +0 -0
  158. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/main_category.py +0 -0
  159. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/media.py +0 -0
  160. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/media_thumbnail.py +0 -0
  161. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/order.py +0 -0
  162. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/order_address.py +0 -0
  163. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/order_customer.py +0 -0
  164. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/order_delivery.py +0 -0
  165. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/order_delivery_position.py +0 -0
  166. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/order_line_item.py +0 -0
  167. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/order_transaction.py +0 -0
  168. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/order_transaction_capture.py +0 -0
  169. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/order_transaction_capture_refund.py +0 -0
  170. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/order_transaction_capture_refund_position.py +0 -0
  171. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/payment_method.py +0 -0
  172. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/product.py +0 -0
  173. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/product_configurator_setting.py +0 -0
  174. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/product_cross_selling.py +0 -0
  175. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/product_download.py +0 -0
  176. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/product_manufacturer.py +0 -0
  177. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/product_media.py +0 -0
  178. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/product_review.py +0 -0
  179. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/product_stream.py +0 -0
  180. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/property_group.py +0 -0
  181. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/property_group_option.py +0 -0
  182. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/rule.py +0 -0
  183. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/sales_channel.py +0 -0
  184. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/sales_channel_domain.py +0 -0
  185. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/salutation.py +0 -0
  186. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/seo_url.py +0 -0
  187. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/shipping_method.py +0 -0
  188. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/shipping_method_price.py +0 -0
  189. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/state_machine_state.py +0 -0
  190. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/tag.py +0 -0
  191. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/tax.py +0 -0
  192. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/endpoints/store/core/unit.py +0 -0
  193. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/exceptions.py +0 -0
  194. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/fieldsets.py +0 -0
  195. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/logging.py +0 -0
  196. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/__init__.py +0 -0
  197. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/acl_role.py +0 -0
  198. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/app.py +0 -0
  199. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/app_script_condition.py +0 -0
  200. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/b2b_components_role.py +0 -0
  201. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/b2b_components_shopping_list.py +0 -0
  202. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/b2b_components_shopping_list_line_item.py +0 -0
  203. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/b2b_employee.py +0 -0
  204. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/category.py +0 -0
  205. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/cms_block.py +0 -0
  206. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/cms_page.py +0 -0
  207. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/cms_section.py +0 -0
  208. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/cms_slot.py +0 -0
  209. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/country.py +0 -0
  210. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/country_state.py +0 -0
  211. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/currency.py +0 -0
  212. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/currency_country_rounding.py +0 -0
  213. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/custom_entity.py +0 -0
  214. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/custom_field.py +0 -0
  215. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/customer.py +0 -0
  216. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/customer_address.py +0 -0
  217. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/customer_group.py +0 -0
  218. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/customer_recovery.py +0 -0
  219. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/customer_wishlist.py +0 -0
  220. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/customer_wishlist_product.py +0 -0
  221. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/delivery_time.py +0 -0
  222. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/document.py +0 -0
  223. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/document_base_config.py +0 -0
  224. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/document_base_config_sales_channel.py +0 -0
  225. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/document_type.py +0 -0
  226. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/dynamic_access.py +0 -0
  227. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/integration.py +0 -0
  228. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/landing_page.py +0 -0
  229. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/language.py +0 -0
  230. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/locale.py +0 -0
  231. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/main_category.py +0 -0
  232. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/media.py +0 -0
  233. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/media_default_folder.py +0 -0
  234. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/media_folder.py +0 -0
  235. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/media_folder_configuration.py +0 -0
  236. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/media_thumbnail.py +0 -0
  237. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/media_thumbnail_size.py +0 -0
  238. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order.py +0 -0
  239. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order_address.py +0 -0
  240. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order_customer.py +0 -0
  241. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order_delivery.py +0 -0
  242. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order_delivery_position.py +0 -0
  243. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order_line_item.py +0 -0
  244. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order_line_item_download.py +0 -0
  245. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order_transaction.py +0 -0
  246. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order_transaction_capture.py +0 -0
  247. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order_transaction_capture_refund.py +0 -0
  248. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/order_transaction_capture_refund_position.py +0 -0
  249. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/payment_method.py +0 -0
  250. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product.py +0 -0
  251. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_configurator_setting.py +0 -0
  252. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_cross_selling.py +0 -0
  253. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_cross_selling_assigned_products.py +0 -0
  254. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_download.py +0 -0
  255. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_export.py +0 -0
  256. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_feature_set.py +0 -0
  257. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_manufacturer.py +0 -0
  258. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_media.py +0 -0
  259. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_price.py +0 -0
  260. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_review.py +0 -0
  261. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_search_keyword.py +0 -0
  262. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_stream.py +0 -0
  263. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_visibility.py +0 -0
  264. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/product_warehouse.py +0 -0
  265. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/promotion.py +0 -0
  266. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/promotion_discount.py +0 -0
  267. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/promotion_discount_prices.py +0 -0
  268. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/property_group.py +0 -0
  269. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/property_group_option.py +0 -0
  270. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/rule.py +0 -0
  271. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/rule_condition.py +0 -0
  272. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/sales_channel.py +0 -0
  273. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/sales_channel_domain.py +0 -0
  274. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/salutation.py +0 -0
  275. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/seo_url.py +0 -0
  276. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/shipping_method.py +0 -0
  277. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/shipping_method_price.py +0 -0
  278. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/state_machine.py +0 -0
  279. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/state_machine_history.py +0 -0
  280. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/state_machine_state.py +0 -0
  281. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/state_machine_transition.py +0 -0
  282. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/system_config.py +0 -0
  283. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/tag.py +0 -0
  284. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/tax.py +0 -0
  285. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/tax_rule.py +0 -0
  286. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/tax_rule_type.py +0 -0
  287. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/unit.py +0 -0
  288. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/user.py +0 -0
  289. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/warehouse.py +0 -0
  290. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/warehouse_group.py +0 -0
  291. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/models/warehouse_group_warehouse.py +0 -0
  292. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/py.typed +0 -0
  293. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/__init__.py +0 -0
  294. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/absolute_price_definition.py +0 -0
  295. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/calculated_cheapest_price.py +0 -0
  296. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/calculated_price.py +0 -0
  297. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/calculated_tax.py +0 -0
  298. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/cart.py +0 -0
  299. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/cart_price.py +0 -0
  300. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/cash_rounding_config.py +0 -0
  301. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/context.py +0 -0
  302. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/delivery.py +0 -0
  303. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/delivery_date.py +0 -0
  304. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/delivery_information.py +0 -0
  305. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/delivery_position.py +0 -0
  306. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/delivery_time.py +0 -0
  307. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/language_info.py +0 -0
  308. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/line_item.py +0 -0
  309. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/list_price.py +0 -0
  310. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/measurement_units.py +0 -0
  311. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/percentage_price_definition.py +0 -0
  312. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/price.py +0 -0
  313. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/quantity_information.py +0 -0
  314. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/quantity_price_definition.py +0 -0
  315. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/reference_price.py +0 -0
  316. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/reference_price_definition.py +0 -0
  317. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/regulation_price.py +0 -0
  318. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/sales_channel_context.py +0 -0
  319. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/shipping_location.py +0 -0
  320. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/tax_free_config.py +0 -0
  321. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/tax_rule.py +0 -0
  322. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/transaction.py +0 -0
  323. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/src/shopware_api_client/structs/variant_listing_config.py +0 -0
  324. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/tests/__init__.py +0 -0
  325. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/tests/test_auth.py +0 -0
  326. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/tests/test_base_fields.py +0 -0
  327. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/tests/test_client.py +0 -0
  328. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/tests/test_config.py +0 -0
  329. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/tests/test_endpoint_search_mixin.py +0 -0
  330. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/tests/test_exceptions.py +0 -0
  331. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/tests/test_thumbnail.py +0 -0
  332. {shopware_api_client-2.0.0 → shopware_api_client-2.0.1}/ty.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: shopware-api-client
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: An api client for the Shopware API
5
5
  Project-URL: homepage, https://github.com/GWS-mbH
6
6
  Project-URL: repository, https://github.com/GWS-mbH/shopware-api-client
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "shopware-api-client"
3
3
  description = " An api client for the Shopware API"
4
- version = "2.0.0"
4
+ version = "2.0.1"
5
5
  license = "MIT"
6
6
  authors = [
7
7
  { name = "GWS Gesellschaft für Warenwirtschafts-Systeme mbH", email = "ebusiness@gws.ms" }
@@ -791,13 +791,16 @@ class AdminEndpoint(EndpointBase, EndpointSearchMixin, Generic[AdminModelClass])
791
791
  async def get(self, pk: str, raw: Literal[True]) -> dict[str, Any]: ...
792
792
 
793
793
  @overload
794
- async def get(self, pk: str, *, cache_for: int | None = None) -> AdminModelClass | dict[str, Any]: ...
794
+ async def get(self, pk: str) -> AdminModelClass: ...
795
795
 
796
796
  @overload
797
- async def get(self, pk: str, *, raw: bool, cache_for: int | None = None) -> AdminModelClass | dict[str, Any]: ...
797
+ async def get(self, pk: str, cache_for: int | None = None) -> AdminModelClass: ...
798
798
 
799
799
  @overload
800
- async def get(self, pk: str) -> AdminModelClass: ...
800
+ async def get(self, pk: str, raw: Literal[False], cache_for: int | None = None) -> AdminModelClass: ...
801
+
802
+ @overload
803
+ async def get(self, pk: str, raw: Literal[True], cache_for: int | None = None) -> dict[str, Any]: ...
801
804
 
802
805
  async def get(self, pk: str, raw: bool = False, cache_for: int | None = None) -> AdminModelClass | dict[str, Any]:
803
806
  result = await self.client.get(f"{self.path}/{pk}", cache_for=cache_for)
@@ -958,13 +961,13 @@ class AdminEndpoint(EndpointBase, EndpointSearchMixin, Generic[AdminModelClass])
958
961
  def iter(self, batch_size: int) -> AsyncGenerator[AdminModelClass, None]: ...
959
962
 
960
963
  @overload
961
- def iter(self, *, cache_for: int | None = None) -> AsyncGenerator[AdminModelClass | dict[str, Any], None]: ...
964
+ def iter(self, raw: Literal[False]) -> AsyncGenerator[AdminModelClass, None]: ...
962
965
 
963
966
  @overload
964
- def iter(self, *, raw: Literal[False]) -> AsyncGenerator[AdminModelClass, None]: ...
967
+ def iter(self, raw: Literal[True]) -> AsyncGenerator[dict[str, Any], None]: ...
965
968
 
966
969
  @overload
967
- def iter(self, *, raw: Literal[True]) -> AsyncGenerator[dict[str, Any], None]: ...
970
+ def iter(self, cache_for: int | None = None) -> AsyncGenerator[AdminModelClass]: ...
968
971
 
969
972
  @overload
970
973
  def iter(self) -> AsyncGenerator[AdminModelClass, None]: ...
@@ -1698,7 +1698,7 @@ wheels = [
1698
1698
 
1699
1699
  [[package]]
1700
1700
  name = "shopware-api-client"
1701
- version = "2.0.0"
1701
+ version = "2.0.1"
1702
1702
  source = { editable = "." }
1703
1703
  dependencies = [
1704
1704
  { name = "httpx2" },