shopware-api-client 1.2.1__tar.gz → 1.2.2__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 (298) hide show
  1. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/PKG-INFO +1 -1
  2. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/pyproject.toml +1 -1
  3. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/base.py +3 -3
  4. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/LICENSE +0 -0
  5. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/README.md +0 -0
  6. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/__init__.py +0 -0
  7. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/cache.py +0 -0
  8. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/client.py +0 -0
  9. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/config.py +0 -0
  10. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/__init__.py +0 -0
  11. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/__init__.py +0 -0
  12. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/commercial/__init__.py +0 -0
  13. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_role.py +0 -0
  14. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list.py +0 -0
  15. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list_line_item.py +0 -0
  16. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/commercial/b2b_employee.py +0 -0
  17. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/commercial/dynamic_access.py +0 -0
  18. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/__init__.py +0 -0
  19. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/acl_role.py +0 -0
  20. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/api_info.py +0 -0
  21. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/app.py +0 -0
  22. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/app_script_condition.py +0 -0
  23. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/category.py +0 -0
  24. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/cms_block.py +0 -0
  25. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/cms_page.py +0 -0
  26. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/cms_section.py +0 -0
  27. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/cms_slot.py +0 -0
  28. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/country.py +0 -0
  29. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/country_state.py +0 -0
  30. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/currency.py +0 -0
  31. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/currency_country_rounding.py +0 -0
  32. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/custom_entity.py +0 -0
  33. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/custom_field.py +0 -0
  34. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/customer.py +0 -0
  35. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/customer_address.py +0 -0
  36. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/customer_group.py +0 -0
  37. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/customer_recovery.py +0 -0
  38. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/customer_wishlist.py +0 -0
  39. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/customer_wishlist_product.py +0 -0
  40. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/delivery_time.py +0 -0
  41. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/document.py +0 -0
  42. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/document_base_config.py +0 -0
  43. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/document_base_config_sales_channel.py +0 -0
  44. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/document_type.py +0 -0
  45. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/integration.py +0 -0
  46. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/landing_page.py +0 -0
  47. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/language.py +0 -0
  48. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/locale.py +0 -0
  49. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/main_category.py +0 -0
  50. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/media.py +0 -0
  51. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/media_default_folder.py +0 -0
  52. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/media_folder.py +0 -0
  53. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/media_folder_configuration.py +0 -0
  54. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/media_thumbnail.py +0 -0
  55. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/media_thumbnail_size.py +0 -0
  56. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order.py +0 -0
  57. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order_address.py +0 -0
  58. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order_customer.py +0 -0
  59. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order_delivery.py +0 -0
  60. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order_delivery_position.py +0 -0
  61. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order_line_item.py +0 -0
  62. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order_line_item_download.py +0 -0
  63. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order_transaction.py +0 -0
  64. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture.py +0 -0
  65. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture_refund.py +0 -0
  66. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture_refund_position.py +0 -0
  67. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/payment_method.py +0 -0
  68. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product.py +0 -0
  69. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_configurator_setting.py +0 -0
  70. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_cross_selling.py +0 -0
  71. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_cross_selling_assigned_products.py +0 -0
  72. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_download.py +0 -0
  73. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_export.py +0 -0
  74. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_feature_set.py +0 -0
  75. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_manufacturer.py +0 -0
  76. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_media.py +0 -0
  77. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_price.py +0 -0
  78. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_review.py +0 -0
  79. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_search_keyword.py +0 -0
  80. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_stream.py +0 -0
  81. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_visibility.py +0 -0
  82. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/product_warehouse.py +0 -0
  83. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/promotion.py +0 -0
  84. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/promotion_discount.py +0 -0
  85. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/promotion_discount_prices.py +0 -0
  86. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/property_group.py +0 -0
  87. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/property_group_option.py +0 -0
  88. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/rule.py +0 -0
  89. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/rule_condition.py +0 -0
  90. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/sales_channel.py +0 -0
  91. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/sales_channel_domain.py +0 -0
  92. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/salutation.py +0 -0
  93. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/seo_url.py +0 -0
  94. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/shipping_method.py +0 -0
  95. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/shipping_method_price.py +0 -0
  96. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/state_machine.py +0 -0
  97. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/state_machine_history.py +0 -0
  98. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/state_machine_state.py +0 -0
  99. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/state_machine_transition.py +0 -0
  100. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/system_config.py +0 -0
  101. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/tag.py +0 -0
  102. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/tax.py +0 -0
  103. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/tax_rule.py +0 -0
  104. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/tax_rule_type.py +0 -0
  105. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/unit.py +0 -0
  106. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/user.py +0 -0
  107. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/warehouse.py +0 -0
  108. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/warehouse_group.py +0 -0
  109. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/admin/core/warehouse_group_warehouse.py +0 -0
  110. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/base_fields.py +0 -0
  111. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/relations.py +0 -0
  112. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/__init__.py +0 -0
  113. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/__init__.py +0 -0
  114. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/address.py +0 -0
  115. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/cart.py +0 -0
  116. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/category.py +0 -0
  117. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/cms_block.py +0 -0
  118. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/cms_page.py +0 -0
  119. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/cms_section.py +0 -0
  120. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/cms_slot.py +0 -0
  121. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/context.py +0 -0
  122. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/country.py +0 -0
  123. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/country_state.py +0 -0
  124. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/currency.py +0 -0
  125. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/customer.py +0 -0
  126. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/customer_group.py +0 -0
  127. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/delivery_time.py +0 -0
  128. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/document.py +0 -0
  129. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/document_type.py +0 -0
  130. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/landing_page.py +0 -0
  131. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/language.py +0 -0
  132. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/locale.py +0 -0
  133. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/main_category.py +0 -0
  134. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/media.py +0 -0
  135. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/media_thumbnail.py +0 -0
  136. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/order.py +0 -0
  137. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/order_address.py +0 -0
  138. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/order_customer.py +0 -0
  139. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/order_delivery.py +0 -0
  140. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/order_delivery_position.py +0 -0
  141. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/order_line_item.py +0 -0
  142. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/order_transaction.py +0 -0
  143. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/order_transaction_capture.py +0 -0
  144. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/order_transaction_capture_refund.py +0 -0
  145. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/order_transaction_capture_refund_position.py +0 -0
  146. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/payment_method.py +0 -0
  147. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/product.py +0 -0
  148. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/product_configurator_setting.py +0 -0
  149. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/product_cross_selling.py +0 -0
  150. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/product_download.py +0 -0
  151. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/product_manufacturer.py +0 -0
  152. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/product_media.py +0 -0
  153. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/product_review.py +0 -0
  154. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/product_stream.py +0 -0
  155. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/property_group.py +0 -0
  156. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/property_group_option.py +0 -0
  157. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/rule.py +0 -0
  158. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/sales_channel.py +0 -0
  159. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/sales_channel_domain.py +0 -0
  160. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/salutation.py +0 -0
  161. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/seo_url.py +0 -0
  162. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/shipping_method.py +0 -0
  163. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/shipping_method_price.py +0 -0
  164. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/state_machine_state.py +0 -0
  165. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/tag.py +0 -0
  166. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/tax.py +0 -0
  167. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/endpoints/store/core/unit.py +0 -0
  168. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/exceptions.py +0 -0
  169. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/fieldsets.py +0 -0
  170. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/logging.py +0 -0
  171. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/__init__.py +0 -0
  172. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/acl_role.py +0 -0
  173. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/app.py +0 -0
  174. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/app_script_condition.py +0 -0
  175. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/b2b_components_role.py +0 -0
  176. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/b2b_components_shopping_list.py +0 -0
  177. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/b2b_components_shopping_list_line_item.py +0 -0
  178. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/b2b_employee.py +0 -0
  179. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/category.py +0 -0
  180. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/cms_block.py +0 -0
  181. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/cms_page.py +0 -0
  182. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/cms_section.py +0 -0
  183. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/cms_slot.py +0 -0
  184. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/country.py +0 -0
  185. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/country_state.py +0 -0
  186. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/currency.py +0 -0
  187. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/currency_country_rounding.py +0 -0
  188. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/custom_entity.py +0 -0
  189. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/custom_field.py +0 -0
  190. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/customer.py +0 -0
  191. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/customer_address.py +0 -0
  192. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/customer_group.py +0 -0
  193. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/customer_recovery.py +0 -0
  194. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/customer_wishlist.py +0 -0
  195. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/customer_wishlist_product.py +0 -0
  196. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/delivery_time.py +0 -0
  197. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/document.py +0 -0
  198. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/document_base_config.py +0 -0
  199. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/document_base_config_sales_channel.py +0 -0
  200. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/document_type.py +0 -0
  201. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/dynamic_access.py +0 -0
  202. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/integration.py +0 -0
  203. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/landing_page.py +0 -0
  204. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/language.py +0 -0
  205. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/locale.py +0 -0
  206. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/main_category.py +0 -0
  207. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/media.py +0 -0
  208. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/media_default_folder.py +0 -0
  209. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/media_folder.py +0 -0
  210. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/media_folder_configuration.py +0 -0
  211. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/media_thumbnail.py +0 -0
  212. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/media_thumbnail_size.py +0 -0
  213. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order.py +0 -0
  214. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order_address.py +0 -0
  215. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order_customer.py +0 -0
  216. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order_delivery.py +0 -0
  217. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order_delivery_position.py +0 -0
  218. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order_line_item.py +0 -0
  219. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order_line_item_download.py +0 -0
  220. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order_transaction.py +0 -0
  221. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order_transaction_capture.py +0 -0
  222. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order_transaction_capture_refund.py +0 -0
  223. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/order_transaction_capture_refund_position.py +0 -0
  224. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/payment_method.py +0 -0
  225. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product.py +0 -0
  226. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_configurator_setting.py +0 -0
  227. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_cross_selling.py +0 -0
  228. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_cross_selling_assigned_products.py +0 -0
  229. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_download.py +0 -0
  230. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_export.py +0 -0
  231. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_feature_set.py +0 -0
  232. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_manufacturer.py +0 -0
  233. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_media.py +0 -0
  234. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_price.py +0 -0
  235. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_review.py +0 -0
  236. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_search_keyword.py +0 -0
  237. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_stream.py +0 -0
  238. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_visibility.py +0 -0
  239. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/product_warehouse.py +0 -0
  240. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/promotion.py +0 -0
  241. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/promotion_discount.py +0 -0
  242. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/promotion_discount_prices.py +0 -0
  243. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/property_group.py +0 -0
  244. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/property_group_option.py +0 -0
  245. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/rule.py +0 -0
  246. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/rule_condition.py +0 -0
  247. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/sales_channel.py +0 -0
  248. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/sales_channel_domain.py +0 -0
  249. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/salutation.py +0 -0
  250. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/seo_url.py +0 -0
  251. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/shipping_method.py +0 -0
  252. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/shipping_method_price.py +0 -0
  253. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/state_machine.py +0 -0
  254. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/state_machine_history.py +0 -0
  255. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/state_machine_state.py +0 -0
  256. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/state_machine_transition.py +0 -0
  257. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/system_config.py +0 -0
  258. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/tag.py +0 -0
  259. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/tax.py +0 -0
  260. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/tax_rule.py +0 -0
  261. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/tax_rule_type.py +0 -0
  262. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/unit.py +0 -0
  263. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/user.py +0 -0
  264. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/warehouse.py +0 -0
  265. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/warehouse_group.py +0 -0
  266. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/models/warehouse_group_warehouse.py +0 -0
  267. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/py.typed +0 -0
  268. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/__init__.py +0 -0
  269. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/absolute_price_definition.py +0 -0
  270. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/calculated_cheapest_price.py +0 -0
  271. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/calculated_price.py +0 -0
  272. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/calculated_tax.py +0 -0
  273. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/cart.py +0 -0
  274. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/cart_price.py +0 -0
  275. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/cash_rounding_config.py +0 -0
  276. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/context.py +0 -0
  277. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/delivery.py +0 -0
  278. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/delivery_date.py +0 -0
  279. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/delivery_information.py +0 -0
  280. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/delivery_position.py +0 -0
  281. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/delivery_time.py +0 -0
  282. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/language_info.py +0 -0
  283. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/line_item.py +0 -0
  284. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/list_price.py +0 -0
  285. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/measurement_units.py +0 -0
  286. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/percentage_price_definition.py +0 -0
  287. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/price.py +0 -0
  288. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/quantity_information.py +0 -0
  289. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/quantity_price_definition.py +0 -0
  290. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/reference_price.py +0 -0
  291. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/reference_price_definition.py +0 -0
  292. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/regulation_price.py +0 -0
  293. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/sales_channel_context.py +0 -0
  294. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/shipping_location.py +0 -0
  295. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/tax_free_config.py +0 -0
  296. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/tax_rule.py +0 -0
  297. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/transaction.py +0 -0
  298. {shopware_api_client-1.2.1 → shopware_api_client-1.2.2}/src/shopware_api_client/structs/variant_listing_config.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: shopware-api-client
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: An api client for the Shopware API
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -1,7 +1,7 @@
1
1
  [tool.poetry]
2
2
  name = "shopware-api-client"
3
3
  description = " An api client for the Shopware API"
4
- version = "1.2.1"
4
+ version = "1.2.2"
5
5
  license = "MIT"
6
6
  authors = ["GWS Gesellschaft für Warenwirtschafts-Systeme mbH <ebusiness@gws.ms>"]
7
7
  readme = "README.md"
@@ -46,10 +46,10 @@ from .exceptions import (
46
46
  SWAPIInternalServerError,
47
47
  SWAPIRetryException,
48
48
  SWAPIServiceUnavailable,
49
- SWFilterException,
50
- SWNoClientProvided,
51
49
  SWAPISqlDuplicateEntryError,
52
50
  SWAPISqlForeignKeyError,
51
+ SWFilterException,
52
+ SWNoClientProvided,
53
53
  )
54
54
  from .fieldsets import FieldSetBase
55
55
  from .logging import logger
@@ -220,7 +220,7 @@ class ClientBase:
220
220
 
221
221
  retry_after_threshold = int(kwargs.pop("retry_after_threshold", self.retry_after_threshold))
222
222
  retry_wait_base = int(kwargs.pop("retry_wait_base", 2))
223
- retries = int(kwargs.pop("retries", 0))
223
+ retries = int(kwargs.pop("retries", 3))
224
224
  retry_errors = tuple(
225
225
  kwargs.pop("retry_errors", [SWAPIInternalServerError, SWAPIServiceUnavailable, SWAPIGatewayTimeout])
226
226
  )