vega-framework 0.1.23__py3-none-any.whl → 0.1.24__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.
@@ -2,7 +2,7 @@ from pydantic import BaseModel, Field
2
2
  from typing import Optional
3
3
 
4
4
 
5
- class {{ model_name }}(BaseModel):
5
+ class {{ model_name }}Request(BaseModel):
6
6
  """{{ description }}"""
7
7
  # Add your fields here
8
8
  # Example:
@@ -2,7 +2,7 @@ from pydantic import BaseModel, Field
2
2
  from typing import Optional
3
3
 
4
4
 
5
- class {{ model_name }}(BaseModel):
5
+ class {{ model_name }}Response(BaseModel):
6
6
  """{{ description }}"""
7
7
  # Add your fields here
8
8
  # Example:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vega-framework
3
- Version: 0.1.23
3
+ Version: 0.1.24
4
4
  Summary: Enterprise-ready Python framework that enforces Clean Architecture for building maintainable and scalable applications.
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -44,8 +44,8 @@ vega/cli/templates/web/health_route.py.j2,sha256=iq30wENqti14j3JOfVqJNO4WAE2NiNY
44
44
  vega/cli/templates/web/main.py.j2,sha256=QKWFDUNeIESkmVrvUIcRQH0DXnMu5fRCH2uHp3u8Sws,312
45
45
  vega/cli/templates/web/middleware.py.j2,sha256=ild8nAdq45HGCiA-XVcWgmMBCfwIgORcZ7qsykmOclw,2165
46
46
  vega/cli/templates/web/models_init.py.j2,sha256=QdNOaZ6iMh3Tz7uut1VA3XUIivYD1SkHFmDHCfstqho,159
47
- vega/cli/templates/web/request_model.py.j2,sha256=sD91Gxgeelj6g3XV9QgqyfpAn86EdD4zVESD54B-eZU,527
48
- vega/cli/templates/web/response_model.py.j2,sha256=tDZoeMRb7OweACG77jAixJgOcx0Vv7HwirrjkanLQ2s,497
47
+ vega/cli/templates/web/request_model.py.j2,sha256=PPoLGMd7VZ6QXj75UxCcryZZ9SNPhaDfMH2ykVtjIXQ,534
48
+ vega/cli/templates/web/response_model.py.j2,sha256=wCSOhEUaDD1CYcim8qf6PEkhECTR7P0NsTtAme71qic,505
49
49
  vega/cli/templates/web/router.py.j2,sha256=5FgBYTcsdHH24Y9GtlsPWMllwygFO5aaCNCqNQGlhgc,4295
50
50
  vega/cli/templates/web/routes_init.py.j2,sha256=uyeuLGRZ-bDY-xefJ1eI9wU1kt9z7lwoVjw_nvY7Vk4,397
51
51
  vega/cli/templates/web/routes_init_autodiscovery.py.j2,sha256=jxvFGmWsmW1tMCeOoYfPi4l0U94YkUxcZm2VFsGgTsw,310
@@ -71,8 +71,8 @@ vega/patterns/repository.py,sha256=uYUyLs-O8OqW1Wb9ZqIo8UUcCjZ5UFuHors_F2iDg9A,1
71
71
  vega/patterns/service.py,sha256=buFRgJoeQtZQK22Upb4vh84c1elWKFXWBaB0X4RaruE,1374
72
72
  vega/settings/__init__.py,sha256=Eb8PMUyXAlCAQIcL2W8QhTTUHUbVlkAfXdpTUlADo1I,786
73
73
  vega/settings/base.py,sha256=bL45hyoa3t-hQOvur860eSo7O833sQMsXJJPwbTVbwE,1321
74
- vega_framework-0.1.23.dist-info/METADATA,sha256=BXMTa0Evjhiw7vC2JOIJDOPZQYWCisC02AZUDB-pRFc,12271
75
- vega_framework-0.1.23.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
76
- vega_framework-0.1.23.dist-info/entry_points.txt,sha256=p3gyTmPYjNRLbuiKS-hG3ytWd-ssBweFy6VZ-F9FTNk,42
77
- vega_framework-0.1.23.dist-info/licenses/LICENSE,sha256=wlHh1MBTcs2kSQr99P30mZ61s7uh7Cp9Rk0YiJxots0,1084
78
- vega_framework-0.1.23.dist-info/RECORD,,
74
+ vega_framework-0.1.24.dist-info/METADATA,sha256=PFRzueRVeuRbRdCiKFk4Mrl6HtLqUlnbypgc1K47NXI,12271
75
+ vega_framework-0.1.24.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
76
+ vega_framework-0.1.24.dist-info/entry_points.txt,sha256=p3gyTmPYjNRLbuiKS-hG3ytWd-ssBweFy6VZ-F9FTNk,42
77
+ vega_framework-0.1.24.dist-info/licenses/LICENSE,sha256=wlHh1MBTcs2kSQr99P30mZ61s7uh7Cp9Rk0YiJxots0,1084
78
+ vega_framework-0.1.24.dist-info/RECORD,,