xync-schema 0.6.54__tar.gz → 0.6.55__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.
- {xync_schema-0.6.54/xync_schema.egg-info → xync_schema-0.6.55}/PKG-INFO +1 -1
- {xync_schema-0.6.54 → xync_schema-0.6.55}/xync_schema/models.py +3 -1
- {xync_schema-0.6.54 → xync_schema-0.6.55}/xync_schema/pydantic.py +1 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55/xync_schema.egg-info}/PKG-INFO +1 -1
- {xync_schema-0.6.54 → xync_schema-0.6.55}/.env.sample +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/.gitignore +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/.pre-commit-config.yaml +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/README.md +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/makefile +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/pyproject.toml +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/setup.cfg +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/tests/__init__.py +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/tests/test_db.py +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/xync_schema/__init__.py +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/xync_schema/enums.py +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/xync_schema.egg-info/SOURCES.txt +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/xync_schema.egg-info/dependency_links.txt +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/xync_schema.egg-info/requires.txt +0 -0
- {xync_schema-0.6.54 → xync_schema-0.6.55}/xync_schema.egg-info/top_level.txt +0 -0
|
@@ -441,7 +441,9 @@ class Order(Model):
|
|
|
441
441
|
table_description = "P2P Orders"
|
|
442
442
|
|
|
443
443
|
class PydanticMeta(Model.PydanticMeta):
|
|
444
|
-
|
|
444
|
+
max_recursion: int = 0
|
|
445
|
+
exclude_raw_fields: bool = False
|
|
446
|
+
exclude = ("taker", "ad", "fiat", "msgs")
|
|
445
447
|
|
|
446
448
|
|
|
447
449
|
class Msg(Model):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|