Skip to content

Commit 6eeddbb

Browse files
committed
Regenerate
1 parent ed26485 commit 6eeddbb

74 files changed

Lines changed: 3557 additions & 546 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/commercetools/checkout/client/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/commercetools/checkout/models/__init__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/commercetools/checkout/models/_abstract.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/commercetools/checkout/models/_schemas/responses.py

Lines changed: 0 additions & 275 deletions
This file was deleted.

src/commercetools/importapi/client/by_project_key_request_builder.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
from .customers.by_project_key_customers_request_builder import (
1414
ByProjectKeyCustomersRequestBuilder,
1515
)
16+
from .discount_codes.by_project_key_discount_codes_request_builder import (
17+
ByProjectKeyDiscountCodesRequestBuilder,
18+
)
1619
from .import_containers.by_project_key_import_containers_request_builder import (
1720
ByProjectKeyImportContainersRequestBuilder,
1821
)
@@ -159,3 +162,9 @@ def types(self) -> ByProjectKeyTypesRequestBuilder:
159162
project_key=self._project_key,
160163
client=self._client,
161164
)
165+
166+
def discount_codes(self) -> ByProjectKeyDiscountCodesRequestBuilder:
167+
return ByProjectKeyDiscountCodesRequestBuilder(
168+
project_key=self._project_key,
169+
client=self._client,
170+
)

src/commercetools/checkout/__init__.py renamed to src/commercetools/importapi/client/discount_codes/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
# contribute to this project then please do not edit this file directly
55
# but send a pull request to the Lab Digital fork of rmf-codegen at
66
# https://github.com/labd/rmf-codegen
7-
from .client import Client

0 commit comments

Comments
 (0)