xync-schema 0.6.44__tar.gz → 0.6.45__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.44
3
+ Version: 0.6.45
4
4
  Summary: XyncNet project database model schema
5
5
  Author-email: Mike Artemiev <mixartemev@gmail.com>
6
6
  License: EULA
@@ -18,6 +18,7 @@ class OrderStatus(IntEnum):
18
18
  paid = 5
19
19
  canceled = 6
20
20
  completed = 7
21
+ appealable = 8
21
22
  appealed_by_seller = 9
22
23
  appealed_by_buyer = 10
23
24
  seller_appeal_disputed_by_buyer = 11
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xync-schema
3
- Version: 0.6.44
3
+ Version: 0.6.45
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