wildberries-sdk 0.1.19__py3-none-any.whl → 0.1.22__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. wildberries_sdk/analytics/__init__.py +1 -1
  2. wildberries_sdk/analytics/api_client.py +1 -1
  3. wildberries_sdk/analytics/configuration.py +1 -1
  4. wildberries_sdk/communications/__init__.py +1 -1
  5. wildberries_sdk/communications/api_client.py +1 -1
  6. wildberries_sdk/communications/configuration.py +1 -1
  7. wildberries_sdk/finances/__init__.py +1 -1
  8. wildberries_sdk/finances/api_client.py +1 -1
  9. wildberries_sdk/finances/configuration.py +1 -1
  10. wildberries_sdk/general/__init__.py +1 -1
  11. wildberries_sdk/general/api_client.py +1 -1
  12. wildberries_sdk/general/configuration.py +1 -1
  13. wildberries_sdk/in_store_pickup/__init__.py +1 -1
  14. wildberries_sdk/in_store_pickup/api_client.py +1 -1
  15. wildberries_sdk/in_store_pickup/configuration.py +1 -1
  16. wildberries_sdk/orders_dbs/__init__.py +43 -1
  17. wildberries_sdk/orders_dbs/api/default_api.py +3610 -78
  18. wildberries_sdk/orders_dbs/api_client.py +1 -1
  19. wildberries_sdk/orders_dbs/configuration.py +1 -1
  20. wildberries_sdk/orders_dbs/models/__init__.py +21 -0
  21. wildberries_sdk/orders_dbs/models/api_batch_error.py +93 -0
  22. wildberries_sdk/orders_dbs/models/api_batch_error_response.py +89 -0
  23. wildberries_sdk/orders_dbs/models/api_error.py +93 -0
  24. wildberries_sdk/orders_dbs/models/api_gtin.py +90 -0
  25. wildberries_sdk/orders_dbs/models/api_imei.py +90 -0
  26. wildberries_sdk/orders_dbs/models/api_order_code_request.py +89 -0
  27. wildberries_sdk/orders_dbs/models/api_order_meta_v2.py +97 -0
  28. wildberries_sdk/orders_dbs/models/api_order_status_v2.py +101 -0
  29. wildberries_sdk/orders_dbs/models/api_order_statuses_v2.py +95 -0
  30. wildberries_sdk/orders_dbs/models/api_orders_code_request.py +96 -0
  31. wildberries_sdk/orders_dbs/models/api_orders_gtin_set_request.py +96 -0
  32. wildberries_sdk/orders_dbs/models/api_orders_imei_set_request.py +96 -0
  33. wildberries_sdk/orders_dbs/models/api_orders_meta_delete_request.py +90 -0
  34. wildberries_sdk/orders_dbs/models/api_orders_meta_response.py +95 -0
  35. wildberries_sdk/orders_dbs/models/api_orders_request_v2.py +88 -0
  36. wildberries_sdk/orders_dbs/models/api_orders_sgtins_set_request.py +96 -0
  37. wildberries_sdk/orders_dbs/models/api_orders_uin_set_request.py +96 -0
  38. wildberries_sdk/orders_dbs/models/api_sgtins.py +90 -0
  39. wildberries_sdk/orders_dbs/models/api_status_set_response.py +99 -0
  40. wildberries_sdk/orders_dbs/models/api_status_set_responses.py +97 -0
  41. wildberries_sdk/orders_dbs/models/api_uin.py +90 -0
  42. wildberries_sdk/orders_dbs/models/error.py +1 -1
  43. wildberries_sdk/orders_dbs/models/order_new_dbs.py +1 -1
  44. wildberries_sdk/orders_dbw/__init__.py +1 -1
  45. wildberries_sdk/orders_dbw/api_client.py +1 -1
  46. wildberries_sdk/orders_dbw/configuration.py +1 -1
  47. wildberries_sdk/orders_fbs/__init__.py +1 -1
  48. wildberries_sdk/orders_fbs/api_client.py +1 -1
  49. wildberries_sdk/orders_fbs/configuration.py +1 -1
  50. wildberries_sdk/orders_fbw/__init__.py +1 -1
  51. wildberries_sdk/orders_fbw/api_client.py +1 -1
  52. wildberries_sdk/orders_fbw/configuration.py +1 -1
  53. wildberries_sdk/products/__init__.py +1 -1
  54. wildberries_sdk/products/api_client.py +1 -1
  55. wildberries_sdk/products/configuration.py +1 -1
  56. wildberries_sdk/promotion/__init__.py +1 -1
  57. wildberries_sdk/promotion/api_client.py +1 -1
  58. wildberries_sdk/promotion/configuration.py +1 -1
  59. wildberries_sdk/reports/__init__.py +1 -1
  60. wildberries_sdk/reports/api/default_api.py +21 -21
  61. wildberries_sdk/reports/api_client.py +1 -1
  62. wildberries_sdk/reports/configuration.py +1 -1
  63. wildberries_sdk/reports/models/orders_item.py +1 -1
  64. wildberries_sdk/reports/models/sales_item.py +3 -3
  65. wildberries_sdk/tariffs/__init__.py +1 -1
  66. wildberries_sdk/tariffs/api_client.py +1 -1
  67. wildberries_sdk/tariffs/configuration.py +1 -1
  68. wildberries_sdk/wbd/__init__.py +1 -1
  69. wildberries_sdk/wbd/api_client.py +1 -1
  70. wildberries_sdk/wbd/configuration.py +1 -1
  71. {wildberries_sdk-0.1.19.dist-info → wildberries_sdk-0.1.22.dist-info}/METADATA +33 -15
  72. {wildberries_sdk-0.1.19.dist-info → wildberries_sdk-0.1.22.dist-info}/RECORD +75 -54
  73. {wildberries_sdk-0.1.19.dist-info → wildberries_sdk-0.1.22.dist-info}/LICENSE +0 -0
  74. {wildberries_sdk-0.1.19.dist-info → wildberries_sdk-0.1.22.dist-info}/WHEEL +0 -0
  75. {wildberries_sdk-0.1.19.dist-info → wildberries_sdk-0.1.22.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,95 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Заказы DBS
5
+
6
+ <div class=\"description_important\"> Узнать больше о заказах DBS можно в <a href=\"https://seller.wildberries.ru/instructions/category/6572e024-7428-4db1-86a8-a4c7dbebbfcf?goBackOption=prevRoute&categoryId=5a8e1202-0865-45b7-acae-5d0afc7add56\">справочном центре</a> </div> Управление [сборочными заданиями](/openapi/orders-dbs#tag/Sborochnye-zadaniya-DBS) и [метаданными](/openapi/orders-dbs#tag/Metadannye-DBS) заказов DBS (Delivery by Seller).
7
+
8
+ The version of the OpenAPI document: order
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from wildberries_sdk.orders_dbs.models.api_order_meta_v2 import ApiOrderMetaV2
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class ApiOrdersMetaResponse(BaseModel):
27
+ """
28
+ ApiOrdersMetaResponse
29
+ """ # noqa: E501
30
+ meta: Optional[List[ApiOrderMetaV2]] = Field(default=None, description="Метаданные сборочных заданий")
31
+ __properties: ClassVar[List[str]] = ["meta"]
32
+
33
+ model_config = ConfigDict(
34
+ populate_by_name=True,
35
+ validate_assignment=True,
36
+ protected_namespaces=(),
37
+ )
38
+
39
+
40
+ def to_str(self) -> str:
41
+ """Returns the string representation of the model using alias"""
42
+ return pprint.pformat(self.model_dump(by_alias=True))
43
+
44
+ def to_json(self) -> str:
45
+ """Returns the JSON representation of the model using alias"""
46
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
+ return json.dumps(self.to_dict())
48
+
49
+ @classmethod
50
+ def from_json(cls, json_str: str) -> Optional[Self]:
51
+ """Create an instance of ApiOrdersMetaResponse from a JSON string"""
52
+ return cls.from_dict(json.loads(json_str))
53
+
54
+ def to_dict(self) -> Dict[str, Any]:
55
+ """Return the dictionary representation of the model using alias.
56
+
57
+ This has the following differences from calling pydantic's
58
+ `self.model_dump(by_alias=True)`:
59
+
60
+ * `None` is only added to the output dict for nullable fields that
61
+ were set at model initialization. Other fields with value `None`
62
+ are ignored.
63
+ """
64
+ excluded_fields: Set[str] = set([
65
+ ])
66
+
67
+ _dict = self.model_dump(
68
+ by_alias=True,
69
+ exclude=excluded_fields,
70
+ exclude_none=True,
71
+ )
72
+ # override the default output from pydantic by calling `to_dict()` of each item in meta (list)
73
+ _items = []
74
+ if self.meta:
75
+ for _item_meta in self.meta:
76
+ if _item_meta:
77
+ _items.append(_item_meta.to_dict())
78
+ _dict['meta'] = _items
79
+ return _dict
80
+
81
+ @classmethod
82
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
83
+ """Create an instance of ApiOrdersMetaResponse from a dict"""
84
+ if obj is None:
85
+ return None
86
+
87
+ if not isinstance(obj, dict):
88
+ return cls.model_validate(obj)
89
+
90
+ _obj = cls.model_validate({
91
+ "meta": [ApiOrderMetaV2.from_dict(_item) for _item in obj["meta"]] if obj.get("meta") is not None else None
92
+ })
93
+ return _obj
94
+
95
+
@@ -0,0 +1,88 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Заказы DBS
5
+
6
+ <div class=\"description_important\"> Узнать больше о заказах DBS можно в <a href=\"https://seller.wildberries.ru/instructions/category/6572e024-7428-4db1-86a8-a4c7dbebbfcf?goBackOption=prevRoute&categoryId=5a8e1202-0865-45b7-acae-5d0afc7add56\">справочном центре</a> </div> Управление [сборочными заданиями](/openapi/orders-dbs#tag/Sborochnye-zadaniya-DBS) и [метаданными](/openapi/orders-dbs#tag/Metadannye-DBS) заказов DBS (Delivery by Seller).
7
+
8
+ The version of the OpenAPI document: order
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field, StrictInt
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing_extensions import Annotated
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class ApiOrdersRequestV2(BaseModel):
27
+ """
28
+ ApiOrdersRequestV2
29
+ """ # noqa: E501
30
+ orders_ids: Optional[Annotated[List[StrictInt], Field(max_length=1000)]] = Field(default=None, description="Список ID сборочных заданий", alias="ordersIds")
31
+ __properties: ClassVar[List[str]] = ["ordersIds"]
32
+
33
+ model_config = ConfigDict(
34
+ populate_by_name=True,
35
+ validate_assignment=True,
36
+ protected_namespaces=(),
37
+ )
38
+
39
+
40
+ def to_str(self) -> str:
41
+ """Returns the string representation of the model using alias"""
42
+ return pprint.pformat(self.model_dump(by_alias=True))
43
+
44
+ def to_json(self) -> str:
45
+ """Returns the JSON representation of the model using alias"""
46
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
+ return json.dumps(self.to_dict())
48
+
49
+ @classmethod
50
+ def from_json(cls, json_str: str) -> Optional[Self]:
51
+ """Create an instance of ApiOrdersRequestV2 from a JSON string"""
52
+ return cls.from_dict(json.loads(json_str))
53
+
54
+ def to_dict(self) -> Dict[str, Any]:
55
+ """Return the dictionary representation of the model using alias.
56
+
57
+ This has the following differences from calling pydantic's
58
+ `self.model_dump(by_alias=True)`:
59
+
60
+ * `None` is only added to the output dict for nullable fields that
61
+ were set at model initialization. Other fields with value `None`
62
+ are ignored.
63
+ """
64
+ excluded_fields: Set[str] = set([
65
+ ])
66
+
67
+ _dict = self.model_dump(
68
+ by_alias=True,
69
+ exclude=excluded_fields,
70
+ exclude_none=True,
71
+ )
72
+ return _dict
73
+
74
+ @classmethod
75
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
76
+ """Create an instance of ApiOrdersRequestV2 from a dict"""
77
+ if obj is None:
78
+ return None
79
+
80
+ if not isinstance(obj, dict):
81
+ return cls.model_validate(obj)
82
+
83
+ _obj = cls.model_validate({
84
+ "ordersIds": obj.get("ordersIds")
85
+ })
86
+ return _obj
87
+
88
+
@@ -0,0 +1,96 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Заказы DBS
5
+
6
+ <div class=\"description_important\"> Узнать больше о заказах DBS можно в <a href=\"https://seller.wildberries.ru/instructions/category/6572e024-7428-4db1-86a8-a4c7dbebbfcf?goBackOption=prevRoute&categoryId=5a8e1202-0865-45b7-acae-5d0afc7add56\">справочном центре</a> </div> Управление [сборочными заданиями](/openapi/orders-dbs#tag/Sborochnye-zadaniya-DBS) и [метаданными](/openapi/orders-dbs#tag/Metadannye-DBS) заказов DBS (Delivery by Seller).
7
+
8
+ The version of the OpenAPI document: order
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field
21
+ from typing import Any, ClassVar, Dict, List
22
+ from typing_extensions import Annotated
23
+ from wildberries_sdk.orders_dbs.models.api_sgtins import ApiSGTINs
24
+ from typing import Optional, Set
25
+ from typing_extensions import Self
26
+
27
+ class ApiOrdersSGTINsSetRequest(BaseModel):
28
+ """
29
+ ApiOrdersSGTINsSetRequest
30
+ """ # noqa: E501
31
+ orders: Annotated[List[ApiSGTINs], Field(max_length=1000)]
32
+ __properties: ClassVar[List[str]] = ["orders"]
33
+
34
+ model_config = ConfigDict(
35
+ populate_by_name=True,
36
+ validate_assignment=True,
37
+ protected_namespaces=(),
38
+ )
39
+
40
+
41
+ def to_str(self) -> str:
42
+ """Returns the string representation of the model using alias"""
43
+ return pprint.pformat(self.model_dump(by_alias=True))
44
+
45
+ def to_json(self) -> str:
46
+ """Returns the JSON representation of the model using alias"""
47
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
48
+ return json.dumps(self.to_dict())
49
+
50
+ @classmethod
51
+ def from_json(cls, json_str: str) -> Optional[Self]:
52
+ """Create an instance of ApiOrdersSGTINsSetRequest from a JSON string"""
53
+ return cls.from_dict(json.loads(json_str))
54
+
55
+ def to_dict(self) -> Dict[str, Any]:
56
+ """Return the dictionary representation of the model using alias.
57
+
58
+ This has the following differences from calling pydantic's
59
+ `self.model_dump(by_alias=True)`:
60
+
61
+ * `None` is only added to the output dict for nullable fields that
62
+ were set at model initialization. Other fields with value `None`
63
+ are ignored.
64
+ """
65
+ excluded_fields: Set[str] = set([
66
+ ])
67
+
68
+ _dict = self.model_dump(
69
+ by_alias=True,
70
+ exclude=excluded_fields,
71
+ exclude_none=True,
72
+ )
73
+ # override the default output from pydantic by calling `to_dict()` of each item in orders (list)
74
+ _items = []
75
+ if self.orders:
76
+ for _item_orders in self.orders:
77
+ if _item_orders:
78
+ _items.append(_item_orders.to_dict())
79
+ _dict['orders'] = _items
80
+ return _dict
81
+
82
+ @classmethod
83
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
84
+ """Create an instance of ApiOrdersSGTINsSetRequest from a dict"""
85
+ if obj is None:
86
+ return None
87
+
88
+ if not isinstance(obj, dict):
89
+ return cls.model_validate(obj)
90
+
91
+ _obj = cls.model_validate({
92
+ "orders": [ApiSGTINs.from_dict(_item) for _item in obj["orders"]] if obj.get("orders") is not None else None
93
+ })
94
+ return _obj
95
+
96
+
@@ -0,0 +1,96 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Заказы DBS
5
+
6
+ <div class=\"description_important\"> Узнать больше о заказах DBS можно в <a href=\"https://seller.wildberries.ru/instructions/category/6572e024-7428-4db1-86a8-a4c7dbebbfcf?goBackOption=prevRoute&categoryId=5a8e1202-0865-45b7-acae-5d0afc7add56\">справочном центре</a> </div> Управление [сборочными заданиями](/openapi/orders-dbs#tag/Sborochnye-zadaniya-DBS) и [метаданными](/openapi/orders-dbs#tag/Metadannye-DBS) заказов DBS (Delivery by Seller).
7
+
8
+ The version of the OpenAPI document: order
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field
21
+ from typing import Any, ClassVar, Dict, List
22
+ from typing_extensions import Annotated
23
+ from wildberries_sdk.orders_dbs.models.api_uin import ApiUIN
24
+ from typing import Optional, Set
25
+ from typing_extensions import Self
26
+
27
+ class ApiOrdersUINSetRequest(BaseModel):
28
+ """
29
+ ApiOrdersUINSetRequest
30
+ """ # noqa: E501
31
+ orders: Annotated[List[ApiUIN], Field(max_length=1000)]
32
+ __properties: ClassVar[List[str]] = ["orders"]
33
+
34
+ model_config = ConfigDict(
35
+ populate_by_name=True,
36
+ validate_assignment=True,
37
+ protected_namespaces=(),
38
+ )
39
+
40
+
41
+ def to_str(self) -> str:
42
+ """Returns the string representation of the model using alias"""
43
+ return pprint.pformat(self.model_dump(by_alias=True))
44
+
45
+ def to_json(self) -> str:
46
+ """Returns the JSON representation of the model using alias"""
47
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
48
+ return json.dumps(self.to_dict())
49
+
50
+ @classmethod
51
+ def from_json(cls, json_str: str) -> Optional[Self]:
52
+ """Create an instance of ApiOrdersUINSetRequest from a JSON string"""
53
+ return cls.from_dict(json.loads(json_str))
54
+
55
+ def to_dict(self) -> Dict[str, Any]:
56
+ """Return the dictionary representation of the model using alias.
57
+
58
+ This has the following differences from calling pydantic's
59
+ `self.model_dump(by_alias=True)`:
60
+
61
+ * `None` is only added to the output dict for nullable fields that
62
+ were set at model initialization. Other fields with value `None`
63
+ are ignored.
64
+ """
65
+ excluded_fields: Set[str] = set([
66
+ ])
67
+
68
+ _dict = self.model_dump(
69
+ by_alias=True,
70
+ exclude=excluded_fields,
71
+ exclude_none=True,
72
+ )
73
+ # override the default output from pydantic by calling `to_dict()` of each item in orders (list)
74
+ _items = []
75
+ if self.orders:
76
+ for _item_orders in self.orders:
77
+ if _item_orders:
78
+ _items.append(_item_orders.to_dict())
79
+ _dict['orders'] = _items
80
+ return _dict
81
+
82
+ @classmethod
83
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
84
+ """Create an instance of ApiOrdersUINSetRequest from a dict"""
85
+ if obj is None:
86
+ return None
87
+
88
+ if not isinstance(obj, dict):
89
+ return cls.model_validate(obj)
90
+
91
+ _obj = cls.model_validate({
92
+ "orders": [ApiUIN.from_dict(_item) for _item in obj["orders"]] if obj.get("orders") is not None else None
93
+ })
94
+ return _obj
95
+
96
+
@@ -0,0 +1,90 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Заказы DBS
5
+
6
+ <div class=\"description_important\"> Узнать больше о заказах DBS можно в <a href=\"https://seller.wildberries.ru/instructions/category/6572e024-7428-4db1-86a8-a4c7dbebbfcf?goBackOption=prevRoute&categoryId=5a8e1202-0865-45b7-acae-5d0afc7add56\">справочном центре</a> </div> Управление [сборочными заданиями](/openapi/orders-dbs#tag/Sborochnye-zadaniya-DBS) и [метаданными](/openapi/orders-dbs#tag/Metadannye-DBS) заказов DBS (Delivery by Seller).
7
+
8
+ The version of the OpenAPI document: order
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing_extensions import Annotated
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class ApiSGTINs(BaseModel):
27
+ """
28
+ ApiSGTINs
29
+ """ # noqa: E501
30
+ order_id: Optional[StrictInt] = Field(default=None, description="ID сборочного задания", alias="orderId")
31
+ sgtins: Optional[Annotated[List[StrictStr], Field(min_length=1, max_length=24)]] = Field(default=None, description="Массив кодов маркировки. Допускается от 16 до 135 символов для кода одной маркировки")
32
+ __properties: ClassVar[List[str]] = ["orderId", "sgtins"]
33
+
34
+ model_config = ConfigDict(
35
+ populate_by_name=True,
36
+ validate_assignment=True,
37
+ protected_namespaces=(),
38
+ )
39
+
40
+
41
+ def to_str(self) -> str:
42
+ """Returns the string representation of the model using alias"""
43
+ return pprint.pformat(self.model_dump(by_alias=True))
44
+
45
+ def to_json(self) -> str:
46
+ """Returns the JSON representation of the model using alias"""
47
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
48
+ return json.dumps(self.to_dict())
49
+
50
+ @classmethod
51
+ def from_json(cls, json_str: str) -> Optional[Self]:
52
+ """Create an instance of ApiSGTINs from a JSON string"""
53
+ return cls.from_dict(json.loads(json_str))
54
+
55
+ def to_dict(self) -> Dict[str, Any]:
56
+ """Return the dictionary representation of the model using alias.
57
+
58
+ This has the following differences from calling pydantic's
59
+ `self.model_dump(by_alias=True)`:
60
+
61
+ * `None` is only added to the output dict for nullable fields that
62
+ were set at model initialization. Other fields with value `None`
63
+ are ignored.
64
+ """
65
+ excluded_fields: Set[str] = set([
66
+ ])
67
+
68
+ _dict = self.model_dump(
69
+ by_alias=True,
70
+ exclude=excluded_fields,
71
+ exclude_none=True,
72
+ )
73
+ return _dict
74
+
75
+ @classmethod
76
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
77
+ """Create an instance of ApiSGTINs from a dict"""
78
+ if obj is None:
79
+ return None
80
+
81
+ if not isinstance(obj, dict):
82
+ return cls.model_validate(obj)
83
+
84
+ _obj = cls.model_validate({
85
+ "orderId": obj.get("orderId"),
86
+ "sgtins": obj.get("sgtins")
87
+ })
88
+ return _obj
89
+
90
+
@@ -0,0 +1,99 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Заказы DBS
5
+
6
+ <div class=\"description_important\"> Узнать больше о заказах DBS можно в <a href=\"https://seller.wildberries.ru/instructions/category/6572e024-7428-4db1-86a8-a4c7dbebbfcf?goBackOption=prevRoute&categoryId=5a8e1202-0865-45b7-acae-5d0afc7add56\">справочном центре</a> </div> Управление [сборочными заданиями](/openapi/orders-dbs#tag/Sborochnye-zadaniya-DBS) и [метаданными](/openapi/orders-dbs#tag/Metadannye-DBS) заказов DBS (Delivery by Seller).
7
+
8
+ The version of the OpenAPI document: order
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from wildberries_sdk.orders_dbs.models.api_batch_error_response import ApiBatchErrorResponse
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class ApiStatusSetResponse(BaseModel):
27
+ """
28
+ ApiStatusSetResponse
29
+ """ # noqa: E501
30
+ errors: Optional[List[ApiBatchErrorResponse]] = Field(default=None, description="Детали ошибки")
31
+ is_error: Optional[StrictBool] = Field(default=None, description="Есть ли ошибки", alias="isError")
32
+ order_id: Optional[StrictInt] = Field(default=None, description="ID сборочного задания с успешно обновлёнными метаданными", alias="orderId")
33
+ __properties: ClassVar[List[str]] = ["errors", "isError", "orderId"]
34
+
35
+ model_config = ConfigDict(
36
+ populate_by_name=True,
37
+ validate_assignment=True,
38
+ protected_namespaces=(),
39
+ )
40
+
41
+
42
+ def to_str(self) -> str:
43
+ """Returns the string representation of the model using alias"""
44
+ return pprint.pformat(self.model_dump(by_alias=True))
45
+
46
+ def to_json(self) -> str:
47
+ """Returns the JSON representation of the model using alias"""
48
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
49
+ return json.dumps(self.to_dict())
50
+
51
+ @classmethod
52
+ def from_json(cls, json_str: str) -> Optional[Self]:
53
+ """Create an instance of ApiStatusSetResponse from a JSON string"""
54
+ return cls.from_dict(json.loads(json_str))
55
+
56
+ def to_dict(self) -> Dict[str, Any]:
57
+ """Return the dictionary representation of the model using alias.
58
+
59
+ This has the following differences from calling pydantic's
60
+ `self.model_dump(by_alias=True)`:
61
+
62
+ * `None` is only added to the output dict for nullable fields that
63
+ were set at model initialization. Other fields with value `None`
64
+ are ignored.
65
+ """
66
+ excluded_fields: Set[str] = set([
67
+ ])
68
+
69
+ _dict = self.model_dump(
70
+ by_alias=True,
71
+ exclude=excluded_fields,
72
+ exclude_none=True,
73
+ )
74
+ # override the default output from pydantic by calling `to_dict()` of each item in errors (list)
75
+ _items = []
76
+ if self.errors:
77
+ for _item_errors in self.errors:
78
+ if _item_errors:
79
+ _items.append(_item_errors.to_dict())
80
+ _dict['errors'] = _items
81
+ return _dict
82
+
83
+ @classmethod
84
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
85
+ """Create an instance of ApiStatusSetResponse from a dict"""
86
+ if obj is None:
87
+ return None
88
+
89
+ if not isinstance(obj, dict):
90
+ return cls.model_validate(obj)
91
+
92
+ _obj = cls.model_validate({
93
+ "errors": [ApiBatchErrorResponse.from_dict(_item) for _item in obj["errors"]] if obj.get("errors") is not None else None,
94
+ "isError": obj.get("isError"),
95
+ "orderId": obj.get("orderId")
96
+ })
97
+ return _obj
98
+
99
+
@@ -0,0 +1,97 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Заказы DBS
5
+
6
+ <div class=\"description_important\"> Узнать больше о заказах DBS можно в <a href=\"https://seller.wildberries.ru/instructions/category/6572e024-7428-4db1-86a8-a4c7dbebbfcf?goBackOption=prevRoute&categoryId=5a8e1202-0865-45b7-acae-5d0afc7add56\">справочном центре</a> </div> Управление [сборочными заданиями](/openapi/orders-dbs#tag/Sborochnye-zadaniya-DBS) и [метаданными](/openapi/orders-dbs#tag/Metadannye-DBS) заказов DBS (Delivery by Seller).
7
+
8
+ The version of the OpenAPI document: order
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from wildberries_sdk.orders_dbs.models.api_status_set_response import ApiStatusSetResponse
23
+ from typing import Optional, Set
24
+ from typing_extensions import Self
25
+
26
+ class ApiStatusSetResponses(BaseModel):
27
+ """
28
+ ApiStatusSetResponses
29
+ """ # noqa: E501
30
+ request_id: Optional[StrictStr] = Field(default=None, description="Уникальный ID запроса", alias="requestId")
31
+ results: Optional[List[ApiStatusSetResponse]] = None
32
+ __properties: ClassVar[List[str]] = ["requestId", "results"]
33
+
34
+ model_config = ConfigDict(
35
+ populate_by_name=True,
36
+ validate_assignment=True,
37
+ protected_namespaces=(),
38
+ )
39
+
40
+
41
+ def to_str(self) -> str:
42
+ """Returns the string representation of the model using alias"""
43
+ return pprint.pformat(self.model_dump(by_alias=True))
44
+
45
+ def to_json(self) -> str:
46
+ """Returns the JSON representation of the model using alias"""
47
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
48
+ return json.dumps(self.to_dict())
49
+
50
+ @classmethod
51
+ def from_json(cls, json_str: str) -> Optional[Self]:
52
+ """Create an instance of ApiStatusSetResponses from a JSON string"""
53
+ return cls.from_dict(json.loads(json_str))
54
+
55
+ def to_dict(self) -> Dict[str, Any]:
56
+ """Return the dictionary representation of the model using alias.
57
+
58
+ This has the following differences from calling pydantic's
59
+ `self.model_dump(by_alias=True)`:
60
+
61
+ * `None` is only added to the output dict for nullable fields that
62
+ were set at model initialization. Other fields with value `None`
63
+ are ignored.
64
+ """
65
+ excluded_fields: Set[str] = set([
66
+ ])
67
+
68
+ _dict = self.model_dump(
69
+ by_alias=True,
70
+ exclude=excluded_fields,
71
+ exclude_none=True,
72
+ )
73
+ # override the default output from pydantic by calling `to_dict()` of each item in results (list)
74
+ _items = []
75
+ if self.results:
76
+ for _item_results in self.results:
77
+ if _item_results:
78
+ _items.append(_item_results.to_dict())
79
+ _dict['results'] = _items
80
+ return _dict
81
+
82
+ @classmethod
83
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
84
+ """Create an instance of ApiStatusSetResponses from a dict"""
85
+ if obj is None:
86
+ return None
87
+
88
+ if not isinstance(obj, dict):
89
+ return cls.model_validate(obj)
90
+
91
+ _obj = cls.model_validate({
92
+ "requestId": obj.get("requestId"),
93
+ "results": [ApiStatusSetResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
94
+ })
95
+ return _obj
96
+
97
+