shopware-api-client 2.0.2__tar.gz → 2.0.3__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.2 → shopware_api_client-2.0.3}/PKG-INFO +1 -1
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/pyproject.toml +1 -1
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/base.py +16 -73
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/uv.lock +1 -1
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.coveragerc.toml +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.devcontainer/.env +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.devcontainer/Dockerfile +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.devcontainer/devcontainer-lock.json +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.devcontainer/devcontainer.json +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.devcontainer/docker-compose.yml +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.devcontainer/requirements.txt +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.devcontainer/scripts/initialize.sh +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.devcontainer/scripts/post-create.sh +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.devcontainer/scripts/post-start.sh +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.github/dependabot.yml +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.github/workflows/continuous_delivery.yml +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.github/workflows/continuous_integration.yml +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.gitignore +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.pre-commit-config.yaml +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.python-version +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.ruff.toml +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.vscode/settings.json +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.vscode/tasks.json +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/LICENSE +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/README.md +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/docs/README.md +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/poetry.lock +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/pyproject copy.toml +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/pytest.ini +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/__init__.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/auth.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/cache.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/client.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/config.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/__init__.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/__init__.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/commercial/__init__.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_role.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/commercial/b2b_components_shopping_list_line_item.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/commercial/b2b_employee.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/commercial/dynamic_access.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/__init__.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/acl_role.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/api_info.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/app.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/app_script_condition.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/category.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/cms_block.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/cms_page.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/cms_section.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/cms_slot.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/country.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/country_state.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/currency.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/currency_country_rounding.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/custom_entity.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/custom_field.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/customer.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/customer_address.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/customer_group.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/customer_recovery.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/customer_wishlist.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/customer_wishlist_product.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/delivery_time.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/document.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/document_base_config.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/document_base_config_sales_channel.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/document_type.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/integration.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/landing_page.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/language.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/locale.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/main_category.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/media.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/media_default_folder.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/media_folder.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/media_folder_configuration.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/media_thumbnail.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/media_thumbnail_size.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order_address.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order_customer.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order_delivery.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order_delivery_position.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order_line_item.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order_line_item_download.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order_transaction.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture_refund.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/order_transaction_capture_refund_position.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/payment_method.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_configurator_setting.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_cross_selling.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_cross_selling_assigned_products.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_download.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_export.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_feature_set.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_manufacturer.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_media.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_review.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_search_keyword.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_stream.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_visibility.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/product_warehouse.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/promotion.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/promotion_discount.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/promotion_discount_prices.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/property_group.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/property_group_option.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/rule.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/rule_condition.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/sales_channel.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/sales_channel_domain.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/salutation.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/seo_url.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/shipping_method.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/shipping_method_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/state_machine.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/state_machine_history.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/state_machine_state.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/state_machine_transition.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/system_config.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/tag.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/tax.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/tax_rule.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/tax_rule_type.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/unit.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/user.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/warehouse.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/warehouse_group.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/admin/core/warehouse_group_warehouse.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/base_fields.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/relations.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/__init__.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/__init__.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/address.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/cart.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/category.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/cms_block.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/cms_page.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/cms_section.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/cms_slot.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/context.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/country.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/country_state.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/currency.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/customer.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/customer_group.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/delivery_time.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/document.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/document_type.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/landing_page.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/language.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/locale.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/main_category.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/media.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/media_thumbnail.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/order.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/order_address.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/order_customer.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/order_delivery.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/order_delivery_position.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/order_line_item.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/order_transaction.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/order_transaction_capture.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/order_transaction_capture_refund.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/order_transaction_capture_refund_position.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/payment_method.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/product.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/product_configurator_setting.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/product_cross_selling.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/product_download.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/product_manufacturer.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/product_media.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/product_review.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/product_stream.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/property_group.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/property_group_option.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/rule.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/sales_channel.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/sales_channel_domain.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/salutation.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/seo_url.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/shipping_method.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/shipping_method_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/state_machine_state.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/tag.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/tax.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/endpoints/store/core/unit.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/exceptions.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/fieldsets.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/logging.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/__init__.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/acl_role.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/app.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/app_script_condition.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/b2b_components_role.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/b2b_components_shopping_list.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/b2b_components_shopping_list_line_item.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/b2b_employee.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/category.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/cms_block.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/cms_page.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/cms_section.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/cms_slot.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/country.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/country_state.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/currency.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/currency_country_rounding.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/custom_entity.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/custom_field.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/customer.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/customer_address.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/customer_group.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/customer_recovery.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/customer_wishlist.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/customer_wishlist_product.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/delivery_time.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/document.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/document_base_config.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/document_base_config_sales_channel.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/document_type.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/dynamic_access.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/integration.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/landing_page.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/language.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/locale.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/main_category.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/media.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/media_default_folder.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/media_folder.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/media_folder_configuration.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/media_thumbnail.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/media_thumbnail_size.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order_address.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order_customer.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order_delivery.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order_delivery_position.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order_line_item.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order_line_item_download.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order_transaction.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order_transaction_capture.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order_transaction_capture_refund.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/order_transaction_capture_refund_position.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/payment_method.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_configurator_setting.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_cross_selling.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_cross_selling_assigned_products.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_download.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_export.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_feature_set.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_manufacturer.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_media.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_review.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_search_keyword.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_stream.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_visibility.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/product_warehouse.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/promotion.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/promotion_discount.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/promotion_discount_prices.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/property_group.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/property_group_option.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/rule.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/rule_condition.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/sales_channel.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/sales_channel_domain.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/salutation.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/seo_url.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/shipping_method.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/shipping_method_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/state_machine.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/state_machine_history.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/state_machine_state.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/state_machine_transition.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/system_config.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/tag.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/tax.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/tax_rule.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/tax_rule_type.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/unit.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/user.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/warehouse.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/warehouse_group.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/models/warehouse_group_warehouse.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/py.typed +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/__init__.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/absolute_price_definition.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/calculated_cheapest_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/calculated_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/calculated_tax.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/cart.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/cart_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/cash_rounding_config.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/context.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/delivery.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/delivery_date.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/delivery_information.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/delivery_position.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/delivery_time.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/language_info.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/line_item.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/list_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/measurement_units.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/percentage_price_definition.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/quantity_information.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/quantity_price_definition.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/reference_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/reference_price_definition.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/regulation_price.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/sales_channel_context.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/shipping_location.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/tax_free_config.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/tax_rule.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/transaction.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/src/shopware_api_client/structs/variant_listing_config.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/tests/__init__.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/tests/test_auth.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/tests/test_base_fields.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/tests/test_client.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/tests/test_config.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/tests/test_endpoint_search_mixin.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/tests/test_exceptions.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/tests/test_thumbnail.py +0 -0
- {shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/ty.toml +0 -0
|
@@ -752,19 +752,10 @@ class AdminEndpoint(EndpointBase, EndpointSearchMixin, Generic[AdminModelClass])
|
|
|
752
752
|
return result_list
|
|
753
753
|
|
|
754
754
|
@overload
|
|
755
|
-
async def all(self, raw: Literal[False]) -> list[AdminModelClass]: ...
|
|
755
|
+
async def all(self, *, raw: Literal[False] = False, cache_for: int | None = None) -> list[AdminModelClass]: ...
|
|
756
756
|
|
|
757
757
|
@overload
|
|
758
|
-
async def all(self, raw: Literal[True]) -> list[dict[str, Any]]: ...
|
|
759
|
-
|
|
760
|
-
@overload
|
|
761
|
-
async def all(self, raw: bool) -> list[AdminModelClass] | list[dict[str, Any]]: ...
|
|
762
|
-
|
|
763
|
-
@overload
|
|
764
|
-
async def all(self, *, cache_for: int | None) -> list[AdminModelClass] | list[dict[str, Any]]: ...
|
|
765
|
-
|
|
766
|
-
@overload
|
|
767
|
-
async def all(self, *, raw: bool, cache_for: int | None) -> list[AdminModelClass] | list[dict[str, Any]]: ...
|
|
758
|
+
async def all(self, *, raw: Literal[True] = True, cache_for: int | None = None) -> list[dict[str, Any]]: ...
|
|
768
759
|
|
|
769
760
|
@overload
|
|
770
761
|
async def all(self) -> list[AdminModelClass]: ...
|
|
@@ -785,23 +776,14 @@ class AdminEndpoint(EndpointBase, EndpointSearchMixin, Generic[AdminModelClass])
|
|
|
785
776
|
return self._parse_response(result_data)
|
|
786
777
|
|
|
787
778
|
@overload
|
|
788
|
-
async def get(self, pk: str, raw: Literal[False]) -> AdminModelClass: ...
|
|
779
|
+
async def get(self, pk: str, *, raw: Literal[False] = False, cache_for: int | None = None) -> AdminModelClass: ...
|
|
789
780
|
|
|
790
781
|
@overload
|
|
791
|
-
async def get(self, pk: str, raw: Literal[True]) -> dict[str, Any]: ...
|
|
782
|
+
async def get(self, pk: str, *, raw: Literal[True] = True, cache_for: int | None = None) -> dict[str, Any]: ...
|
|
792
783
|
|
|
793
784
|
@overload
|
|
794
785
|
async def get(self, pk: str) -> AdminModelClass: ...
|
|
795
786
|
|
|
796
|
-
@overload
|
|
797
|
-
async def get(self, pk: str, cache_for: int | None = None) -> AdminModelClass: ...
|
|
798
|
-
|
|
799
|
-
@overload
|
|
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]: ...
|
|
804
|
-
|
|
805
787
|
async def get(self, pk: str, raw: bool = False, cache_for: int | None = None) -> AdminModelClass | dict[str, Any]:
|
|
806
788
|
result = await self.client.get(f"{self.path}/{pk}", cache_for=cache_for)
|
|
807
789
|
result_data: dict[str, Any] = self._parse_data_single(result.json())
|
|
@@ -850,17 +832,14 @@ class AdminEndpoint(EndpointBase, EndpointSearchMixin, Generic[AdminModelClass])
|
|
|
850
832
|
return self._parse_response(result_data)
|
|
851
833
|
|
|
852
834
|
@overload
|
|
853
|
-
async def first(self, raw: Literal[False]) -> AdminModelClass | None: ...
|
|
835
|
+
async def first(self, *, raw: Literal[False] = False, cache_for: int | None = None) -> AdminModelClass | None: ...
|
|
854
836
|
|
|
855
837
|
@overload
|
|
856
|
-
async def first(self, raw: Literal[True]) -> dict[str, Any] | None: ...
|
|
838
|
+
async def first(self, *, raw: Literal[True] = True, cache_for: int | None = None) -> dict[str, Any] | None: ...
|
|
857
839
|
|
|
858
840
|
@overload
|
|
859
841
|
async def first(self) -> AdminModelClass | None: ...
|
|
860
842
|
|
|
861
|
-
@overload
|
|
862
|
-
async def first(self, *, cache_for: int | None) -> AdminModelClass | dict[str, Any] | None: ...
|
|
863
|
-
|
|
864
843
|
async def first(self, raw: bool = False, cache_for: int | None = None) -> AdminModelClass | dict[str, Any] | None:
|
|
865
844
|
self._limit = 1
|
|
866
845
|
result = await self.all(raw=raw, cache_for=cache_for)
|
|
@@ -952,25 +931,10 @@ class AdminEndpoint(EndpointBase, EndpointSearchMixin, Generic[AdminModelClass])
|
|
|
952
931
|
return await self.client.bulk_delete(name=self.name, objs=objs, **request_kwargs)
|
|
953
932
|
|
|
954
933
|
@overload
|
|
955
|
-
def iter(self, batch_size: int, raw: Literal[False]) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
956
|
-
|
|
957
|
-
@overload
|
|
958
|
-
def iter(self, batch_size: int, raw: Literal[True]) -> AsyncGenerator[dict[str, Any], None]: ...
|
|
959
|
-
|
|
960
|
-
@overload
|
|
961
|
-
def iter(self, batch_size: int) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
962
|
-
|
|
963
|
-
@overload
|
|
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]: ...
|
|
968
|
-
|
|
969
|
-
@overload
|
|
970
|
-
def iter(self, batch_size: int, raw: bool, cache_for: int | None = None) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
934
|
+
def iter(self, *, batch_size: int = 100, raw: Literal[False] = False, cache_for: int | None = None) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
971
935
|
|
|
972
936
|
@overload
|
|
973
|
-
def iter(self, *, cache_for: int | None = None) -> AsyncGenerator[
|
|
937
|
+
def iter(self, *, batch_size: int = 100, raw: Literal[True] = True, cache_for: int | None = None) -> AsyncGenerator[dict[str, Any], None]: ...
|
|
974
938
|
|
|
975
939
|
@overload
|
|
976
940
|
def iter(self) -> AsyncGenerator[AdminModelClass, None]: ...
|
|
@@ -1064,19 +1028,13 @@ class StoreSearchEndpoint(StoreEndpoint, EndpointSearchMixin, Generic[ModelClass
|
|
|
1064
1028
|
path: str
|
|
1065
1029
|
|
|
1066
1030
|
@overload
|
|
1067
|
-
async def all(self, raw: Literal[False]) -> list[ModelClass]: ...
|
|
1031
|
+
async def all(self, *, raw: Literal[False] = False, cache_for: int | None = None) -> list[ModelClass]: ...
|
|
1068
1032
|
|
|
1069
1033
|
@overload
|
|
1070
|
-
async def all(self, raw: Literal[True]) -> list[dict[str, Any]]: ...
|
|
1034
|
+
async def all(self, *, raw: Literal[True] = True, cache_for: int | None = None) -> list[dict[str, Any]]: ...
|
|
1071
1035
|
|
|
1072
1036
|
@overload
|
|
1073
|
-
async def all(self
|
|
1074
|
-
|
|
1075
|
-
@overload
|
|
1076
|
-
async def all(self, *, cache_for: int | None) -> list[ModelClass] | list[dict[str, Any]]: ...
|
|
1077
|
-
|
|
1078
|
-
@overload
|
|
1079
|
-
async def all(self, raw: bool, cache_for: int | None) -> list[ModelClass] | list[dict[str, Any]]: ...
|
|
1037
|
+
async def all(self) -> list[ModelClass] | list[dict[str, Any]]: ...
|
|
1080
1038
|
|
|
1081
1039
|
async def all(self, raw: bool = False, cache_for: int | None = None) -> list[ModelClass] | list[dict[str, Any]]:
|
|
1082
1040
|
data = self._get_data_dict()
|
|
@@ -1091,22 +1049,10 @@ class StoreSearchEndpoint(StoreEndpoint, EndpointSearchMixin, Generic[ModelClass
|
|
|
1091
1049
|
return self._parse_response(result_data, cls=self.model_class)
|
|
1092
1050
|
|
|
1093
1051
|
@overload
|
|
1094
|
-
def iter(self, batch_size: int, raw: Literal[False]) -> AsyncGenerator[ModelClass, None]: ...
|
|
1052
|
+
def iter(self, *, batch_size: int = 100, raw: Literal[False] = False, cache_for: int | None = None) -> AsyncGenerator[ModelClass, None]: ...
|
|
1095
1053
|
|
|
1096
1054
|
@overload
|
|
1097
|
-
def iter(self, batch_size: int, raw: Literal[True]) -> AsyncGenerator[dict[str, Any], None]: ...
|
|
1098
|
-
|
|
1099
|
-
@overload
|
|
1100
|
-
def iter(self, batch_size: int) -> AsyncGenerator[ModelClass, None]: ...
|
|
1101
|
-
|
|
1102
|
-
@overload
|
|
1103
|
-
def iter(self, *, cache_for: int | None = None) -> AsyncGenerator[ModelClass | dict[str, Any], None]: ...
|
|
1104
|
-
|
|
1105
|
-
@overload
|
|
1106
|
-
def iter(self, *, raw: Literal[False]) -> AsyncGenerator[ModelClass, None]: ...
|
|
1107
|
-
|
|
1108
|
-
@overload
|
|
1109
|
-
def iter(self, *, raw: Literal[True]) -> AsyncGenerator[dict[str, Any], None]: ...
|
|
1055
|
+
def iter(self, *, batch_size: int = 100, raw: Literal[True] = True, cache_for: int | None = None) -> AsyncGenerator[dict[str, Any], None]: ...
|
|
1110
1056
|
|
|
1111
1057
|
@overload
|
|
1112
1058
|
def iter(self) -> AsyncGenerator[ModelClass, None]: ...
|
|
@@ -1135,16 +1081,13 @@ class StoreSearchEndpoint(StoreEndpoint, EndpointSearchMixin, Generic[ModelClass
|
|
|
1135
1081
|
break
|
|
1136
1082
|
|
|
1137
1083
|
@overload
|
|
1138
|
-
async def first(self, raw: Literal[False]) -> ModelClass | None: ...
|
|
1139
|
-
|
|
1140
|
-
@overload
|
|
1141
|
-
async def first(self, raw: Literal[True]) -> dict[str, Any] | None: ...
|
|
1084
|
+
async def first(self, *, raw: Literal[False] = False, cache_for: int | None = None) -> ModelClass | None: ...
|
|
1142
1085
|
|
|
1143
1086
|
@overload
|
|
1144
|
-
async def first(self, *, raw:
|
|
1087
|
+
async def first(self, *, raw: Literal[True] = True, cache_for: int | None = None) -> dict[str, Any] | None: ...
|
|
1145
1088
|
|
|
1146
1089
|
@overload
|
|
1147
|
-
async def first(self
|
|
1090
|
+
async def first(self) -> ModelClass | None: ...
|
|
1148
1091
|
|
|
1149
1092
|
async def first(self, raw: bool = False, *, cache_for: int | None = None) -> ModelClass | dict[str, Any] | None:
|
|
1150
1093
|
self._limit = 1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.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.2 → shopware_api_client-2.0.3}/.devcontainer/scripts/post-create.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.github/workflows/continuous_delivery.yml
RENAMED
|
File without changes
|
{shopware_api_client-2.0.2 → shopware_api_client-2.0.3}/.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
|