shopware-api-client 2.0.1__tar.gz → 2.0.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.
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/PKG-INFO +1 -1
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/pyproject.toml +1 -1
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/base.py +6 -3
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/uv.lock +1 -1
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.coveragerc.toml +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/.env +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/Dockerfile +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/devcontainer-lock.json +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/devcontainer.json +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/docker-compose.yml +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/requirements.txt +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/scripts/initialize.sh +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/scripts/post-create.sh +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/scripts/post-start.sh +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.github/dependabot.yml +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.github/workflows/continuous_delivery.yml +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.github/workflows/continuous_integration.yml +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.gitignore +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.pre-commit-config.yaml +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.python-version +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.ruff.toml +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.vscode/settings.json +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.vscode/tasks.json +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/LICENSE +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/README.md +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/docs/README.md +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/poetry.lock +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/pyproject copy.toml +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/pytest.ini +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/__init__.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/auth.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/cache.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/client.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/config.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/__init__.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/__init__.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/commercial/__init__.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_role.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list_line_item.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/commercial/b2b_employee.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/commercial/dynamic_access.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/__init__.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/acl_role.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/api_info.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/app.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/app_script_condition.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/category.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/cms_block.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/cms_page.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/cms_section.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/cms_slot.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/country.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/country_state.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/currency.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/currency_country_rounding.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/custom_entity.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/custom_field.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/customer.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/customer_address.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/customer_group.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/customer_recovery.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/customer_wishlist.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/customer_wishlist_product.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/delivery_time.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/document.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/document_base_config.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/document_base_config_sales_channel.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/document_type.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/integration.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/landing_page.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/language.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/locale.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/main_category.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/media.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/media_default_folder.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/media_folder.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/media_folder_configuration.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/media_thumbnail.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/media_thumbnail_size.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order_address.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order_customer.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order_delivery.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order_delivery_position.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order_line_item.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order_line_item_download.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order_transaction.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture_refund.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture_refund_position.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/payment_method.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_configurator_setting.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_cross_selling.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_cross_selling_assigned_products.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_download.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_export.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_feature_set.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_manufacturer.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_media.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_review.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_search_keyword.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_stream.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_visibility.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/product_warehouse.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/promotion.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/promotion_discount.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/promotion_discount_prices.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/property_group.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/property_group_option.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/rule.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/rule_condition.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/sales_channel.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/sales_channel_domain.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/salutation.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/seo_url.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/shipping_method.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/shipping_method_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/state_machine.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/state_machine_history.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/state_machine_state.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/state_machine_transition.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/system_config.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/tag.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/tax.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/tax_rule.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/tax_rule_type.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/unit.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/user.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/warehouse.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/warehouse_group.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/admin/core/warehouse_group_warehouse.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/base_fields.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/relations.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/__init__.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/__init__.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/address.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/cart.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/category.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/cms_block.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/cms_page.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/cms_section.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/cms_slot.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/context.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/country.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/country_state.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/currency.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/customer.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/customer_group.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/delivery_time.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/document.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/document_type.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/landing_page.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/language.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/locale.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/main_category.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/media.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/media_thumbnail.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/order.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/order_address.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/order_customer.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/order_delivery.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/order_delivery_position.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/order_line_item.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/order_transaction.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/order_transaction_capture.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/order_transaction_capture_refund.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/order_transaction_capture_refund_position.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/payment_method.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/product.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/product_configurator_setting.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/product_cross_selling.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/product_download.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/product_manufacturer.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/product_media.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/product_review.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/product_stream.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/property_group.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/property_group_option.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/rule.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/sales_channel.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/sales_channel_domain.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/salutation.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/seo_url.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/shipping_method.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/shipping_method_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/state_machine_state.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/tag.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/tax.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/endpoints/store/core/unit.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/exceptions.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/fieldsets.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/logging.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/__init__.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/acl_role.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/app.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/app_script_condition.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/b2b_components_role.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/b2b_components_shopping_list.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/b2b_components_shopping_list_line_item.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/b2b_employee.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/category.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/cms_block.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/cms_page.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/cms_section.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/cms_slot.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/country.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/country_state.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/currency.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/currency_country_rounding.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/custom_entity.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/custom_field.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/customer.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/customer_address.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/customer_group.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/customer_recovery.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/customer_wishlist.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/customer_wishlist_product.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/delivery_time.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/document.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/document_base_config.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/document_base_config_sales_channel.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/document_type.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/dynamic_access.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/integration.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/landing_page.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/language.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/locale.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/main_category.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/media.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/media_default_folder.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/media_folder.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/media_folder_configuration.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/media_thumbnail.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/media_thumbnail_size.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order_address.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order_customer.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order_delivery.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order_delivery_position.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order_line_item.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order_line_item_download.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order_transaction.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order_transaction_capture.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order_transaction_capture_refund.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/order_transaction_capture_refund_position.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/payment_method.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_configurator_setting.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_cross_selling.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_cross_selling_assigned_products.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_download.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_export.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_feature_set.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_manufacturer.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_media.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_review.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_search_keyword.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_stream.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_visibility.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/product_warehouse.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/promotion.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/promotion_discount.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/promotion_discount_prices.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/property_group.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/property_group_option.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/rule.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/rule_condition.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/sales_channel.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/sales_channel_domain.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/salutation.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/seo_url.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/shipping_method.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/shipping_method_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/state_machine.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/state_machine_history.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/state_machine_state.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/state_machine_transition.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/system_config.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/tag.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/tax.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/tax_rule.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/tax_rule_type.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/unit.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/user.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/warehouse.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/warehouse_group.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/warehouse_group_warehouse.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/py.typed +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/__init__.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/absolute_price_definition.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/calculated_cheapest_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/calculated_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/calculated_tax.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/cart.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/cart_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/cash_rounding_config.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/context.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/delivery.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/delivery_date.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/delivery_information.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/delivery_position.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/delivery_time.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/language_info.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/line_item.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/list_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/measurement_units.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/percentage_price_definition.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/quantity_information.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/quantity_price_definition.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/reference_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/reference_price_definition.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/regulation_price.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/sales_channel_context.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/shipping_location.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/tax_free_config.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/tax_rule.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/transaction.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/structs/variant_listing_config.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/tests/__init__.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/tests/test_auth.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/tests/test_base_fields.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/tests/test_client.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/tests/test_config.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/tests/test_endpoint_search_mixin.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/tests/test_exceptions.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/tests/test_thumbnail.py +0 -0
- {shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/ty.toml +0 -0
|
@@ -961,13 +961,16 @@ class AdminEndpoint(EndpointBase, EndpointSearchMixin, Generic[AdminModelClass])
|
|
|
961
961
|
def iter(self, batch_size: int) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
962
962
|
|
|
963
963
|
@overload
|
|
964
|
-
def iter(self, raw: Literal[False]) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
964
|
+
def iter(self, batch_size: int, raw: Literal[False]) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
965
|
+
|
|
966
|
+
@overload
|
|
967
|
+
def iter(self, batch_size: int, raw: Literal[True]) -> AsyncGenerator[dict[str, Any], None]: ...
|
|
965
968
|
|
|
966
969
|
@overload
|
|
967
|
-
def iter(self, raw:
|
|
970
|
+
def iter(self, batch_size: int, raw: bool, cache_for: int | None = None) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
968
971
|
|
|
969
972
|
@overload
|
|
970
|
-
def iter(self, cache_for: int | None = None) -> AsyncGenerator[AdminModelClass]: ...
|
|
973
|
+
def iter(self, *, cache_for: int | None = None) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
971
974
|
|
|
972
975
|
@overload
|
|
973
976
|
def iter(self) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/devcontainer-lock.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.devcontainer/scripts/post-create.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.github/workflows/continuous_delivery.yml
RENAMED
|
File without changes
|
{shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/.github/workflows/continuous_integration.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/exceptions.py
RENAMED
|
File without changes
|
{shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/fieldsets.py
RENAMED
|
File without changes
|
|
File without changes
|
{shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/__init__.py
RENAMED
|
File without changes
|
{shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/acl_role.py
RENAMED
|
File without changes
|
{shopware_api_client-2.0.1 → shopware_api_client-2.0.2}/src/shopware_api_client/models/app.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|