nucliadb-models 6.3.3.post3628__py3-none-any.whl → 6.3.4.post3645__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/conversation.py +2 -0
- {nucliadb_models-6.3.3.post3628.dist-info → nucliadb_models-6.3.4.post3645.dist-info}/METADATA +1 -1
- {nucliadb_models-6.3.3.post3628.dist-info → nucliadb_models-6.3.4.post3645.dist-info}/RECORD +5 -5
- {nucliadb_models-6.3.3.post3628.dist-info → nucliadb_models-6.3.4.post3645.dist-info}/WHEEL +0 -0
- {nucliadb_models-6.3.3.post3628.dist-info → nucliadb_models-6.3.4.post3645.dist-info}/top_level.txt +0 -0
nucliadb_models/conversation.py
CHANGED
|
@@ -35,6 +35,7 @@ class MessageFormat(Enum):
|
|
|
35
35
|
RST = "RST"
|
|
36
36
|
MARKDOWN = "MARKDOWN"
|
|
37
37
|
KEEP_MARKDOWN = "KEEP_MARKDOWN"
|
|
38
|
+
JSON = "JSON"
|
|
38
39
|
|
|
39
40
|
|
|
40
41
|
# Visualization classes (Those used on reader endpoints)
|
|
@@ -124,6 +125,7 @@ class PushMessageFormat(int, Enum):
|
|
|
124
125
|
HTML = 1
|
|
125
126
|
MARKDOWN = 2
|
|
126
127
|
RST = 3
|
|
128
|
+
JSON = 4
|
|
127
129
|
|
|
128
130
|
|
|
129
131
|
class PushMessageContent(BaseModel):
|
{nucliadb_models-6.3.3.post3628.dist-info → nucliadb_models-6.3.4.post3645.dist-info}/RECORD
RENAMED
|
@@ -2,7 +2,7 @@ nucliadb_models/__init__.py,sha256=qSmhNKACMwdbU1rklMWlmJKmlRaWvrSksTtwEVkiydQ,1
|
|
|
2
2
|
nucliadb_models/common.py,sha256=JEEY7_AxRCBPHUF6J8XptR_QnGEjRBd02Kqm5WOySYc,7828
|
|
3
3
|
nucliadb_models/configuration.py,sha256=7iUgSCkmFinu6clCfT54P5tuz5Lvf6eJVmahYjwI7qk,2525
|
|
4
4
|
nucliadb_models/content_types.py,sha256=2B3TJpPYJqd-9xGiNiHJFngSIrVyNsZlN4PeB-HafIk,3682
|
|
5
|
-
nucliadb_models/conversation.py,sha256=
|
|
5
|
+
nucliadb_models/conversation.py,sha256=29MHwjIjYc9qQ-3k5pckZAf4xjMKmfGBMjL4OuuIsNs,3876
|
|
6
6
|
nucliadb_models/entities.py,sha256=IqsbF0dSCWkp222sd_R2Ste0iG1eoBPNh1Fh6mNVcu0,2608
|
|
7
7
|
nucliadb_models/export_import.py,sha256=A1KTjwQCRtyVAWcgabXsdltI78rauXBmZX1ie6Rx_pQ,1325
|
|
8
8
|
nucliadb_models/external_index_providers.py,sha256=aVyj-P4kVqfqPjF13E_lUM0FZsq8-DTbIsh-kHOgt2s,1787
|
|
@@ -32,7 +32,7 @@ nucliadb_models/graph/responses.py,sha256=UXDwFY4va6p6T3kgNJSA4iZ7PrLBR5ibyXw_mo
|
|
|
32
32
|
nucliadb_models/internal/__init__.py,sha256=cp15ZcFnHvpcu_5-aK2A4uUyvuZVV_MJn4bIXMa20ks,835
|
|
33
33
|
nucliadb_models/internal/predict.py,sha256=5rgUPrH_98gerySOZ-TR2PX_qzCGF1_8VxyOu3bGhis,2281
|
|
34
34
|
nucliadb_models/internal/shards.py,sha256=uZLsMkYWrJDHq3xy_w7snSeV2X3aDBuht9GC_MG3sKc,1976
|
|
35
|
-
nucliadb_models-6.3.
|
|
36
|
-
nucliadb_models-6.3.
|
|
37
|
-
nucliadb_models-6.3.
|
|
38
|
-
nucliadb_models-6.3.
|
|
35
|
+
nucliadb_models-6.3.4.post3645.dist-info/METADATA,sha256=MQT608NaeUniHoPY5F2GcPTrWsg-4DFJDQy7xVwQuIs,759
|
|
36
|
+
nucliadb_models-6.3.4.post3645.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
37
|
+
nucliadb_models-6.3.4.post3645.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
|
|
38
|
+
nucliadb_models-6.3.4.post3645.dist-info/RECORD,,
|
|
File without changes
|
{nucliadb_models-6.3.3.post3628.dist-info → nucliadb_models-6.3.4.post3645.dist-info}/top_level.txt
RENAMED
|
File without changes
|