nucliadb-models 6.3.1.post3492__py3-none-any.whl → 6.3.1.post3498__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.
Potentially problematic release.
This version of nucliadb-models might be problematic. Click here for more details.
- nucliadb_models/search.py +3 -0
- {nucliadb_models-6.3.1.post3492.dist-info → nucliadb_models-6.3.1.post3498.dist-info}/METADATA +1 -1
- {nucliadb_models-6.3.1.post3492.dist-info → nucliadb_models-6.3.1.post3498.dist-info}/RECORD +5 -5
- {nucliadb_models-6.3.1.post3492.dist-info → nucliadb_models-6.3.1.post3498.dist-info}/WHEEL +0 -0
- {nucliadb_models-6.3.1.post3492.dist-info → nucliadb_models-6.3.1.post3498.dist-info}/top_level.txt +0 -0
nucliadb_models/search.py
CHANGED
|
@@ -711,6 +711,9 @@ class CatalogRequest(BaseModel):
|
|
|
711
711
|
SearchParamDefaults.range_modification_end.to_pydantic_field()
|
|
712
712
|
)
|
|
713
713
|
hidden: Optional[bool] = SearchParamDefaults.hidden.to_pydantic_field()
|
|
714
|
+
show: list[ResourceProperties] = SearchParamDefaults.show.to_pydantic_field(
|
|
715
|
+
default=[ResourceProperties.BASIC, ResourceProperties.ERRORS]
|
|
716
|
+
)
|
|
714
717
|
|
|
715
718
|
@field_validator("faceted")
|
|
716
719
|
@classmethod
|
{nucliadb_models-6.3.1.post3492.dist-info → nucliadb_models-6.3.1.post3498.dist-info}/RECORD
RENAMED
|
@@ -16,7 +16,7 @@ nucliadb_models/notifications.py,sha256=jr2J3zncs880jYf2oZHYt0VFcnlZevsbkyX69ovT
|
|
|
16
16
|
nucliadb_models/processing.py,sha256=UeU-VxbBlOzkNxviOS3a0X_k7Ye-jYu3UOdGuu21M8M,971
|
|
17
17
|
nucliadb_models/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
nucliadb_models/resource.py,sha256=cjYloaRuCJFc3lGIxLZcX959oOq_N1f3V9bpPMYv4WA,9255
|
|
19
|
-
nucliadb_models/search.py,sha256=
|
|
19
|
+
nucliadb_models/search.py,sha256=ObFoOP1jFxKkZs5zqTUo7BPPuC44xPZjnIuxvKgBoE4,81826
|
|
20
20
|
nucliadb_models/security.py,sha256=RewdzQ55nPZ9V7B0NX9KHeWg6B4Hg_RkeiFv2TQyrjs,1402
|
|
21
21
|
nucliadb_models/synonyms.py,sha256=qXTPHfspMgw22hCjAOdFOIoUsRZ7Ju3JW-Lw9Nz4VaI,942
|
|
22
22
|
nucliadb_models/text.py,sha256=RHN55PzQjyC0ghbf0r5GvVjTbFUTWzEDSCCkHkgnfig,3491
|
|
@@ -29,7 +29,7 @@ nucliadb_models/agents/ingestion.py,sha256=mV7gV6VpYg4VNpc59K3275TMUJZbUzeUnp3SZ
|
|
|
29
29
|
nucliadb_models/internal/__init__.py,sha256=cp15ZcFnHvpcu_5-aK2A4uUyvuZVV_MJn4bIXMa20ks,835
|
|
30
30
|
nucliadb_models/internal/predict.py,sha256=5rgUPrH_98gerySOZ-TR2PX_qzCGF1_8VxyOu3bGhis,2281
|
|
31
31
|
nucliadb_models/internal/shards.py,sha256=uZLsMkYWrJDHq3xy_w7snSeV2X3aDBuht9GC_MG3sKc,1976
|
|
32
|
-
nucliadb_models-6.3.1.
|
|
33
|
-
nucliadb_models-6.3.1.
|
|
34
|
-
nucliadb_models-6.3.1.
|
|
35
|
-
nucliadb_models-6.3.1.
|
|
32
|
+
nucliadb_models-6.3.1.post3498.dist-info/METADATA,sha256=N_RZRmD1Jjq7RPsidRDPltILS-05jhj2b2wi5I7cqQQ,759
|
|
33
|
+
nucliadb_models-6.3.1.post3498.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
34
|
+
nucliadb_models-6.3.1.post3498.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
|
|
35
|
+
nucliadb_models-6.3.1.post3498.dist-info/RECORD,,
|
|
File without changes
|
{nucliadb_models-6.3.1.post3492.dist-info → nucliadb_models-6.3.1.post3498.dist-info}/top_level.txt
RENAMED
|
File without changes
|