channel-app 0.0.154__py3-none-any.whl → 0.0.155__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.
channel_app/core/data.py CHANGED
@@ -199,6 +199,7 @@ class CancellationRequestDto:
199
199
  order_item: str # remote item number
200
200
  reason: str # reason code
201
201
  remote_id: str
202
+ description: str
202
203
  cancellation_type: Optional[str] = "cancel"
203
204
 
204
205
 
@@ -623,7 +623,9 @@ class TestCreateCancellationRequest(BaseTestCaseMixin):
623
623
  order_item='1',
624
624
  reason='reason_code',
625
625
  remote_id='2',
626
- cancellation_type=CancellationType.refund.value)
626
+ cancellation_type=CancellationType.refund.value,
627
+ description='description',
628
+ )
627
629
  return super().setUp()
628
630
 
629
631
  @patch.object(BaseClient, 'get_instance')
@@ -1,15 +1,11 @@
1
1
  Metadata-Version: 2.1
2
- Name: channel-app
3
- Version: 0.0.154
2
+ Name: channel_app
3
+ Version: 0.0.155
4
4
  Summary: Channel app for Sales Channels
5
5
  Home-page: https://github.com/akinon/channel_app
6
6
  Author: akinonteam
7
- License: UNKNOWN
8
- Platform: UNKNOWN
9
7
  Classifier: Development Status :: 5 - Production/Stable
10
8
  Requires-Python: >=3.5
11
9
  Description-Content-Type: text/markdown
12
10
  Requires-Dist: requests
13
11
 
14
- UNKNOWN
15
-
@@ -26,7 +26,7 @@ channel_app/channel/commands/orders/orders.py,sha256=edBCmp0BBg5qNhduWnB7p2yAf0p
26
26
  channel_app/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  channel_app/core/clients.py,sha256=o8OBkXwof8BobEyiiHPwmGsUcOlPb60u3oUeAUxo_hc,1591
28
28
  channel_app/core/commands.py,sha256=wM0ZlH_GHaYLKy2SWab_aKuZCsSahUuHeBa_tqi3W4A,14324
29
- channel_app/core/data.py,sha256=xiNQh_r_F3RXSO6jncHNEVLPO9sDVm_3A-MMOwdh6n8,6910
29
+ channel_app/core/data.py,sha256=SlsXB0MW0epC2nrM0uEnaCBYK3Nz0kXFXZ1n4t8iomg,6931
30
30
  channel_app/core/integration.py,sha256=OqpN8B3KBLsjjrbZXZaNVF6NtObejh7P_7kGFj1xU3o,2817
31
31
  channel_app/core/products.py,sha256=uInjFw-vze1XP8vWEeq4VWDZVQQIiatoe1YsQ6n_H5E,2092
32
32
  channel_app/core/settings.py,sha256=1KF8PhbjEqyZOWese9EFA_DnaSA1eVcscfShVIroTRo,1247
@@ -53,12 +53,12 @@ channel_app/omnitron/commands/orders/cargo_companies.py,sha256=Q5RKIbP8cNLRa82GA
53
53
  channel_app/omnitron/commands/orders/customers.py,sha256=1IbzZsQSIcroJagsinKy__q3vEU8kZj3LxNhxb-mWQ0,3450
54
54
  channel_app/omnitron/commands/orders/orders.py,sha256=Pv70cBMMs01oU6yvtPk7Xy9zAFd1RfmEtzI30dpliLk,27718
55
55
  channel_app/omnitron/commands/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
- channel_app/omnitron/commands/tests/test_orders.py,sha256=h1UKHTtQNzNP3gtX_nSZYYweyz0CW-lGmN_T0saUUgM,21872
56
+ channel_app/omnitron/commands/tests/test_orders.py,sha256=xEJ3iYV0fjlh75ru3YYSy5-k-0_9LfsRVPkqLOcQhzY,21921
57
57
  channel_app/omnitron/commands/tests/test_product_images.py,sha256=y6tmiJ00kd2GTqSv4MOCjUnXFFSAKhhAwsqQ0l0ccNk,3492
58
58
  channel_app/omnitron/commands/tests/test_product_prices.py,sha256=5HPX9PmjGw6gk3oNrwtWLqdrOkfeNx1mYP-pYwOesZU,3496
59
59
  channel_app/omnitron/commands/tests/test_product_stocks.py,sha256=q4RGlrCNUUJyN5CBL1fzrvdd4Q3xt816mbMRQT0XEd0,3496
60
60
  channel_app/omnitron/commands/tests/test_products.py,sha256=uj5KLaubY3XNu0hidOH-u-Djfboe81Hj7-lP--01Le0,103494
61
- channel_app-0.0.154.dist-info/METADATA,sha256=TSTlZzxYP_VJUCmlAJHo2KDZA42IParP8u2V1_6eNUA,353
62
- channel_app-0.0.154.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
63
- channel_app-0.0.154.dist-info/top_level.txt,sha256=JT-gM6L5Cwxr1xEoN7NHrREDs-d6iGFGfRnK-NrJ3tU,12
64
- channel_app-0.0.154.dist-info/RECORD,,
61
+ channel_app-0.0.155.dist-info/METADATA,sha256=pLzTUbuNOFziN85eKGtfXQ9cU8IEWkpzBBRLxR-e2vg,309
62
+ channel_app-0.0.155.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
63
+ channel_app-0.0.155.dist-info/top_level.txt,sha256=JT-gM6L5Cwxr1xEoN7NHrREDs-d6iGFGfRnK-NrJ3tU,12
64
+ channel_app-0.0.155.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: setuptools (73.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5