nsj-rest-lib2 0.0.6__py3-none-any.whl → 0.0.7__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.
@@ -50,6 +50,18 @@ class DTOCompiler:
50
50
  names=[ast.alias(name="DTOField", asname=None)],
51
51
  level=0,
52
52
  ),
53
+ # from nsj_rest_lib.descriptor.dto_field_validators import DTOFieldValidators
54
+ ast.ImportFrom(
55
+ module="nsj_rest_lib.descriptor.dto_field_validators",
56
+ names=[ast.alias(name="DTOFieldValidators", asname=None)],
57
+ level=0,
58
+ ),
59
+ # from nsj_rest_lib.dto.dto_base import DTOBase
60
+ ast.ImportFrom(
61
+ module="nsj_rest_lib.dto.dto_base",
62
+ names=[ast.alias(name="DTOBase", asname=None)],
63
+ level=0,
64
+ ),
53
65
  ]
54
66
 
55
67
  class_name = f"{CompilerStrUtil.to_pascal_case(entity_model.id)}DTO"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nsj_rest_lib2
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: Biblioteca para permitir a distribuição de rotas dinâmicas numa API, configuradas por meio de EDLs declarativos (em formato JSON).
5
5
  Home-page: https://github.com/Nasajon/nsj_rest_lib2
6
6
  Author: Nasajon Sistemas
@@ -6,7 +6,7 @@ nsj_rest_lib2/compiler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
6
6
  nsj_rest_lib2/compiler/ai_compiler.py,sha256=shAtN4T0ai_52qh15L3mK1QbeC6glHOR6C3J3gj14II,9029
7
7
  nsj_rest_lib2/compiler/compiler.py,sha256=EX_ACseDkYd7CoRkqT7F_NjAd8NBB1PS1Nu9k_AKHug,10639
8
8
  nsj_rest_lib2/compiler/compiler_structures.py,sha256=2bM4_7lG1fytDGxJl6SU9pLsbspiNV36gVn9-O-23Q8,1009
9
- nsj_rest_lib2/compiler/dto_compiler.py,sha256=hVmy9WLBl8217zmNSBBTpmSmdzXU6NXy7TJym6eRd-Q,2615
9
+ nsj_rest_lib2/compiler/dto_compiler.py,sha256=WyUM3V2_5r3Zn-teR1CNMgRKr9sH_yALzUe-VRDJOwY,3163
10
10
  nsj_rest_lib2/compiler/entity_compiler.py,sha256=ytcS-RPQTJtf56z4HqT3xQLBYzbd6UUPGsaGB1pj_EA,4240
11
11
  nsj_rest_lib2/compiler/property_compiler.py,sha256=NwQd3hVypT7CYgy8rK506XTRaz5oxiWUtkZEpGyolRs,13969
12
12
  nsj_rest_lib2/compiler/edl_model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -26,7 +26,7 @@ nsj_rest_lib2/controller/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
26
26
  nsj_rest_lib2/controller/dynamic_controller.py,sha256=4HS1__ton8cQ1LSvMoZUv93BQEnGV5f2gE-jW5lD510,13448
27
27
  nsj_rest_lib2/service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  nsj_rest_lib2/service/entity_loader.py,sha256=E--DbswAMIn3Ic6LOMotRTcUN4PsArA9oSFAVzadnAQ,10713
29
- nsj_rest_lib2-0.0.6.dist-info/METADATA,sha256=48uB87Ty9w2gUxaU8-Zac5pAg4spWDomsW0iTNyar3U,1324
30
- nsj_rest_lib2-0.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
31
- nsj_rest_lib2-0.0.6.dist-info/top_level.txt,sha256=L6zh0EfH8_rur7OJ8_V-El-XEMf4qg3bkF8ADgqLVIA,14
32
- nsj_rest_lib2-0.0.6.dist-info/RECORD,,
29
+ nsj_rest_lib2-0.0.7.dist-info/METADATA,sha256=pDps3omxCAwtLnBr9O3b6tlcQKv1w1s6ge6d7BolKnw,1324
30
+ nsj_rest_lib2-0.0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
31
+ nsj_rest_lib2-0.0.7.dist-info/top_level.txt,sha256=L6zh0EfH8_rur7OJ8_V-El-XEMf4qg3bkF8ADgqLVIA,14
32
+ nsj_rest_lib2-0.0.7.dist-info/RECORD,,