sera-2 1.5.3__tar.gz → 1.5.4__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.
- {sera_2-1.5.3 → sera_2-1.5.4}/PKG-INFO +1 -1
- {sera_2-1.5.3 → sera_2-1.5.4}/pyproject.toml +1 -1
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/make/make_typescript_model.py +1 -1
- {sera_2-1.5.3 → sera_2-1.5.4}/README.md +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/__init__.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/constants.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/libs/__init__.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/libs/api_helper.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/libs/base_orm.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/libs/base_service.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/make/__init__.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/make/__main__.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/make/make_app.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/make/make_python_api.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/make/make_python_model.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/make/make_python_services.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/misc/__init__.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/misc/_utils.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/__init__.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/_class.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/_collection.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/_constraints.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/_datatype.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/_default.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/_module.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/_multi_lingual_string.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/_parse.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/_property.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/models/_schema.py +0 -0
- {sera_2-1.5.3 → sera_2-1.5.4}/sera/typing.py +0 -0
@@ -753,7 +753,7 @@ def make_typescript_data_model(schema: Schema, target_pkg: Package):
|
|
753
753
|
),
|
754
754
|
(
|
755
755
|
expr.ExprIdent("isEmbedded"),
|
756
|
-
expr.ExprConstant(prop.target.db is
|
756
|
+
expr.ExprConstant(prop.target.db is None),
|
757
757
|
),
|
758
758
|
(
|
759
759
|
expr.ExprIdent("isRequired"),
|
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
|
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
|