xync-schema 0.6.45__tar.gz → 0.6.46__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xync-schema
3
- Version: 0.6.45
3
+ Version: 0.6.46
4
4
  Summary: XyncNet project database model schema
5
5
  Author-email: Mike Artemiev <mixartemev@gmail.com>
6
6
  License: EULA
@@ -11,6 +11,7 @@ class AdStatus(IntEnum):
11
11
 
12
12
 
13
13
  class OrderStatus(IntEnum):
14
+ deleted = 0
14
15
  requested = 1
15
16
  request_canceled = 2
16
17
  created = 3
@@ -23,9 +24,7 @@ class OrderStatus(IntEnum):
23
24
  appealed_by_buyer = 10
24
25
  seller_appeal_disputed_by_buyer = 11
25
26
  buyer_appeal_disputed_by_seller = 12
26
- appeal_canceled = 15
27
27
  # todo: 8T - один вирт экшн на бездействие обеих сторон, а 12T и 13T - по отдельности?
28
- # paid_and_canceled = 7
29
28
  # COMPLETED, PENDING, TRADING, BUYER_PAYED, DISTRIBUTING, COMPLETED, IN_APPEAL, CANCELLED, CANCELLED_BY_SYSTEM
30
29
 
31
30
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xync-schema
3
- Version: 0.6.45
3
+ Version: 0.6.46
4
4
  Summary: XyncNet project database model schema
5
5
  Author-email: Mike Artemiev <mixartemev@gmail.com>
6
6
  License: EULA
File without changes
File without changes
File without changes
File without changes
File without changes