xync-schema 0.6.24__tar.gz → 0.6.25__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.24
3
+ Version: 0.6.25
4
4
  Summary: XyncNet project database model schema
5
5
  Author-email: Mike Artemiev <mixartemev@gmail.com>
6
6
  License: EULA
@@ -301,6 +301,9 @@ class Agent(TsModel):
301
301
  table_description = "Agents"
302
302
  unique_together = (("ex", "user"),)
303
303
 
304
+ class PydanticMeta:
305
+ computed = ["balance"]
306
+
304
307
  class PydanticMetaListItem:
305
308
  max_recursion = 1
306
309
  backward_relations: bool = True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xync-schema
3
- Version: 0.6.24
3
+ Version: 0.6.25
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