sera-2 1.5.3__py3-none-any.whl → 1.5.4__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.
@@ -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 not None),
756
+ expr.ExprConstant(prop.target.db is None),
757
757
  ),
758
758
  (
759
759
  expr.ExprIdent("isRequired"),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: sera-2
3
- Version: 1.5.3
3
+ Version: 1.5.4
4
4
  Summary:
5
5
  Author: Binh Vu
6
6
  Author-email: bvu687@gmail.com
@@ -10,7 +10,7 @@ sera/make/make_app.py,sha256=4iXMmyvOSLvUWzZLrXWUg8jnkwOZyDH-AZVwKcQMfLY,5654
10
10
  sera/make/make_python_api.py,sha256=RuJUm9z-4plBEtjobeOPr12o27OT-0tSeXI4ZlM3IY0,29433
11
11
  sera/make/make_python_model.py,sha256=WgloqiO7ePF4SNFCSxpp18MPe8EtSMEBK5KIg8pZbMU,33922
12
12
  sera/make/make_python_services.py,sha256=RsinYZdfkrTlTn9CT50VgqGs9w6IZawsJx-KEmqfnEY,2062
13
- sera/make/make_typescript_model.py,sha256=etj56Fjs2NmMDg0hsK0GirjcyFscoXic5Q3XZ3u_6gI,34039
13
+ sera/make/make_typescript_model.py,sha256=HMwiYjNSQwDNNVXZzzNGJE2wDOW51q4JXafIh03AW_I,34035
14
14
  sera/misc/__init__.py,sha256=G-vpwJtdS596Yle7W007vArHRwmK0QgGmLhzlqTiHMQ,311
15
15
  sera/misc/_utils.py,sha256=V5g4oLGHOhUCR75Kkcn1w01pAvGvaepK-T8Z3pIgHjI,1450
16
16
  sera/models/__init__.py,sha256=Kz3Cg7GIVzsM0qFG5ERB5gobLAxBy2SdxItIl73ui2g,759
@@ -25,6 +25,6 @@ sera/models/_parse.py,sha256=KUGIOjtBBK0tdCNxSmeGK2OuD6mpFJ1ysdI2fAQgCnE,8026
25
25
  sera/models/_property.py,sha256=CmEmgOShtSyNFq05YW3tGupwCIVRzPMKudXWld8utPk,5530
26
26
  sera/models/_schema.py,sha256=1F_Ict1NLvDcQDUZwcvnRS5MtsOTv584y3ChymUeUYA,1046
27
27
  sera/typing.py,sha256=QkzT07FtBwoiX2WHXDUrU1zSPLoRmKJgsXa2kLyLMxU,327
28
- sera_2-1.5.3.dist-info/METADATA,sha256=XIYCIB_sKTSxZrrGB5WsIO_omVwaFT4vXqnxRuM7vV0,856
29
- sera_2-1.5.3.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
30
- sera_2-1.5.3.dist-info/RECORD,,
28
+ sera_2-1.5.4.dist-info/METADATA,sha256=a3KHuZvM-hg2KyciGviFc9aV2Bz30NDdTmZRC7dK-u0,856
29
+ sera_2-1.5.4.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
30
+ sera_2-1.5.4.dist-info/RECORD,,
File without changes