Skip to content

Commit 54c37bb

Browse files
committed
Regenerate schemas and types with astor
1 parent f307faf commit 54c37bb

Some content is hidden

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

67 files changed

+4492
-2391
lines changed

src/commercetools/schemas/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# DO NOT EDIT! This file is automatically generated
2-
32
from ._api_client import * # noqa
43
from ._cart import * # noqa
54
from ._cart_discount import * # noqa

src/commercetools/schemas/_api_client.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# DO NOT EDIT! This file is automatically generated
2-
32
import marshmallow
43

54
from commercetools import types
@@ -12,7 +11,8 @@
1211

1312

1413
class ApiClientDraftSchema(marshmallow.Schema):
15-
"Marshmallow schema for :class:`commercetools.types.ApiClientDraft`."
14+
"""Marshmallow schema for :class:`commercetools.types.ApiClientDraft`."""
15+
1616
name = marshmallow.fields.String(allow_none=True)
1717
scope = marshmallow.fields.String(allow_none=True)
1818
delete_days_after_creation = marshmallow.fields.Integer(
@@ -28,7 +28,8 @@ def post_load(self, data, **kwargs):
2828

2929

3030
class ApiClientPagedQueryResponseSchema(marshmallow.Schema):
31-
"Marshmallow schema for :class:`commercetools.types.ApiClientPagedQueryResponse`."
31+
"""Marshmallow schema for :class:`commercetools.types.ApiClientPagedQueryResponse`."""
32+
3233
limit = marshmallow.fields.Integer(allow_none=True)
3334
count = marshmallow.fields.Integer(allow_none=True)
3435
total = marshmallow.fields.Integer(allow_none=True, missing=None)
@@ -49,7 +50,8 @@ def post_load(self, data, **kwargs):
4950

5051

5152
class ApiClientSchema(marshmallow.Schema):
52-
"Marshmallow schema for :class:`commercetools.types.ApiClient`."
53+
"""Marshmallow schema for :class:`commercetools.types.ApiClient`."""
54+
5355
id = marshmallow.fields.String(allow_none=True)
5456
name = marshmallow.fields.String(allow_none=True)
5557
scope = marshmallow.fields.String(allow_none=True)

0 commit comments

Comments
 (0)