Skip to content

Commit

Permalink
Merge pull request #9 from guivaloz/guivaloz/archivo-url
Browse files Browse the repository at this point in the history
Faltaba archivo y url
  • Loading branch information
guivaloz authored Feb 8, 2025
2 parents 53a5061 + 1105ba5 commit 2ef876a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pjecz_hercules_api_oauth2/schemas/edictos.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class EdictoOut(BaseModel):
descripcion: str
expediente: str
numero_publicacion: str
archivo: str
url: str
es_declaracion_de_ausencia: bool = False
rag_fue_analizado_tiempo: datetime | None = None
rag_fue_sintetizado_tiempo: datetime | None = None
Expand Down
2 changes: 2 additions & 0 deletions pjecz_hercules_api_oauth2/schemas/listas_de_acuerdos.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class ListaDeAcuerdoOut(BaseModel):
autoridad_descripcion_corta: str
fecha: date
descripcion: str
archivo: str
url: str
rag_fue_analizado_tiempo: datetime | None = None
rag_fue_sintetizado_tiempo: datetime | None = None
rag_fue_categorizado_tiempo: datetime | None = None
Expand Down
2 changes: 2 additions & 0 deletions pjecz_hercules_api_oauth2/schemas/sentencias.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ class SentenciaOut(BaseModel):
fecha: date
descripcion: str
es_perspectiva_genero: bool
archivo: str
url: str
rag_fue_analizado_tiempo: datetime | None = None
rag_fue_sintetizado_tiempo: datetime | None = None
rag_fue_categorizado_tiempo: datetime | None = None
Expand Down

0 comments on commit 2ef876a

Please sign in to comment.