xync-schema 0.6.34__py3-none-any.whl → 0.6.35__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.
xync_schema/models.py CHANGED
@@ -286,7 +286,7 @@ class Agent(Model, TsTrait):
286
286
 
287
287
  class PydanticMeta(Model.PydanticMeta):
288
288
  # max_recursion = 3
289
- include = "ex", "assets", "auth"
289
+ include = "ex", "assets", "auth", "updated_at"
290
290
  computed = ["balance"]
291
291
 
292
292
  async def client(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xync-schema
3
- Version: 0.6.34
3
+ Version: 0.6.35
4
4
  Summary: XyncNet project database model schema
5
5
  Author-email: Mike Artemiev <mixartemev@gmail.com>
6
6
  License: EULA
@@ -0,0 +1,7 @@
1
+ xync_schema/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ xync_schema/models.py,sha256=cLw-_1SLrym0PuZXuMhS1x9GWSIb4J5Qiql7mmTXGjg,23445
3
+ xync_schema/pydantic.py,sha256=vvsgJfT9VLnRNDzOiY0dn2qJ5K_tN09bHRHRvw7Y3_c,369
4
+ xync_schema-0.6.35.dist-info/METADATA,sha256=Q16UAHW9v-upCzppuLYtGYn0xtN0aMZHutswii4KTOc,1094
5
+ xync_schema-0.6.35.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
6
+ xync_schema-0.6.35.dist-info/top_level.txt,sha256=jN8IBDfVY8b85Byyk8v0Gyj_0yLB8FO56WV4EvcXWY4,12
7
+ xync_schema-0.6.35.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- xync_schema/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- xync_schema/models.py,sha256=K0Ogi_lpFvAkWSZfYysNuzh7mnRnuTNJlcmaFtUOkqg,23431
3
- xync_schema/pydantic.py,sha256=vvsgJfT9VLnRNDzOiY0dn2qJ5K_tN09bHRHRvw7Y3_c,369
4
- xync_schema-0.6.34.dist-info/METADATA,sha256=xf34trHhmifUQnX0ktLxGEOCT94VsrLclU-tly8BPrI,1094
5
- xync_schema-0.6.34.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
6
- xync_schema-0.6.34.dist-info/top_level.txt,sha256=jN8IBDfVY8b85Byyk8v0Gyj_0yLB8FO56WV4EvcXWY4,12
7
- xync_schema-0.6.34.dist-info/RECORD,,