graphlit-client 1.0.20250621001__py3-none-any.whl → 1.0.20250622001__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.
- graphlit_api/__init__.py +0 -2
- graphlit_api/operations.py +0 -4
- graphlit_api/query_contents.py +0 -6
- {graphlit_client-1.0.20250621001.dist-info → graphlit_client-1.0.20250622001.dist-info}/METADATA +1 -1
- {graphlit_client-1.0.20250621001.dist-info → graphlit_client-1.0.20250622001.dist-info}/RECORD +8 -8
- {graphlit_client-1.0.20250621001.dist-info → graphlit_client-1.0.20250622001.dist-info}/WHEEL +0 -0
- {graphlit_client-1.0.20250621001.dist-info → graphlit_client-1.0.20250622001.dist-info}/licenses/LICENSE +0 -0
- {graphlit_client-1.0.20250621001.dist-info → graphlit_client-1.0.20250622001.dist-info}/top_level.txt +0 -0
graphlit_api/__init__.py
CHANGED
@@ -1927,7 +1927,6 @@ from .query_contents import (
|
|
1927
1927
|
QueryContentsContentsResults,
|
1928
1928
|
QueryContentsContentsResultsAddress,
|
1929
1929
|
QueryContentsContentsResultsAudio,
|
1930
|
-
QueryContentsContentsResultsCollections,
|
1931
1930
|
QueryContentsContentsResultsDocument,
|
1932
1931
|
QueryContentsContentsResultsEmail,
|
1933
1932
|
QueryContentsContentsResultsEmailBcc,
|
@@ -4249,7 +4248,6 @@ __all__ = [
|
|
4249
4248
|
"QueryContentsContentsResults",
|
4250
4249
|
"QueryContentsContentsResultsAddress",
|
4251
4250
|
"QueryContentsContentsResultsAudio",
|
4252
|
-
"QueryContentsContentsResultsCollections",
|
4253
4251
|
"QueryContentsContentsResultsDocument",
|
4254
4252
|
"QueryContentsContentsResultsEmail",
|
4255
4253
|
"QueryContentsContentsResultsEmailBcc",
|
graphlit_api/operations.py
CHANGED
graphlit_api/query_contents.py
CHANGED
@@ -74,7 +74,6 @@ class QueryContentsContentsResults(BaseModel):
|
|
74
74
|
package: Optional["QueryContentsContentsResultsPackage"]
|
75
75
|
language: Optional["QueryContentsContentsResultsLanguage"]
|
76
76
|
feed: Optional["QueryContentsContentsResultsFeed"]
|
77
|
-
collections: Optional[List[Optional["QueryContentsContentsResultsCollections"]]]
|
78
77
|
links: Optional[List["QueryContentsContentsResultsLinks"]]
|
79
78
|
workflow: Optional["QueryContentsContentsResultsWorkflow"]
|
80
79
|
pages: Optional[List["QueryContentsContentsResultsPages"]]
|
@@ -242,11 +241,6 @@ class QueryContentsContentsResultsFeed(BaseModel):
|
|
242
241
|
name: str
|
243
242
|
|
244
243
|
|
245
|
-
class QueryContentsContentsResultsCollections(BaseModel):
|
246
|
-
id: str
|
247
|
-
name: str
|
248
|
-
|
249
|
-
|
250
244
|
class QueryContentsContentsResultsLinks(BaseModel):
|
251
245
|
uri: Optional[Any]
|
252
246
|
link_type: Optional[LinkTypes] = Field(alias="linkType")
|
{graphlit_client-1.0.20250621001.dist-info → graphlit_client-1.0.20250622001.dist-info}/RECORD
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
graphlit/__init__.py,sha256=4AyigTlFQWP40lnaaQ1H1iRT_B1hIXW9bgPanbwmTvs,32
|
2
2
|
graphlit/graphlit.py,sha256=g2znIWEb6fIwMKGm5G_BY4VHdaZi6hLO4Y6FdBjNesM,2389
|
3
|
-
graphlit_api/__init__.py,sha256=
|
3
|
+
graphlit_api/__init__.py,sha256=GRp4eu7EW1U2pT4dq5LYgq38Vch7hpjEPFeje_zM-8U,197485
|
4
4
|
graphlit_api/add_contents_to_collections.py,sha256=K7tNpLn8-lRVaVT39iKr-VtCKRWVONyL_h6cC0L606Y,888
|
5
5
|
graphlit_api/ask_graphlit.py,sha256=U2grdqvzeFMjTzM5ACTEXV2Rk-R_WAwdslzWAtZb6i8,6489
|
6
6
|
graphlit_api/async_base_client.py,sha256=v0KUVwe2_RIQa8Mn7l_yD5McUe7B03vhclJ9SP4XGgw,12578
|
@@ -209,7 +209,7 @@ graphlit_api/lookup_contents.py,sha256=avxMUE3lBigZdBn_M9Ybz3RpmyLYiIOk4GGx50ijH
|
|
209
209
|
graphlit_api/lookup_credits.py,sha256=WsV7fGbg29WWOjPRIaL2bnhISGsb0SqUlQxL7rBfNTo,1464
|
210
210
|
graphlit_api/lookup_usage.py,sha256=D_cbO0KmXDqRYqQIhNwWXNFGjwNLEy2_5aVa-SYgRzw,1711
|
211
211
|
graphlit_api/map_web.py,sha256=2rp4jFD1vDqcQ98mCVTeC0RzPqQxmmcRvHNRl8HJfFA,346
|
212
|
-
graphlit_api/operations.py,sha256=
|
212
|
+
graphlit_api/operations.py,sha256=EEXx2KFIPKY3TYTyg80HV-EnGGx-dOSuJq1SZIJcqoM,196941
|
213
213
|
graphlit_api/prompt.py,sha256=jBlM3ywGnbVPYSBHMDPAy5ZlDDtndRsHnV7twcwLX1g,6203
|
214
214
|
graphlit_api/prompt_conversation.py,sha256=JMiDfxFaixz63wXcT-h948c5x2Uc6PgB3D7wORltkhU,16458
|
215
215
|
graphlit_api/prompt_specifications.py,sha256=GFLRlyp5pISfB0PVMw3RPCwGvqkA3qI5M2NiXXu2aT0,7090
|
@@ -219,7 +219,7 @@ graphlit_api/publish_text.py,sha256=3T3YRHpBUt2_vfQrKo7gYxcMoqiS88EJ7X7pFFgWkHI,
|
|
219
219
|
graphlit_api/query_alerts.py,sha256=S9ALc80i7d9fLnTCKb6-EDN0EkYaCje16UBjb6GSoNc,8265
|
220
220
|
graphlit_api/query_categories.py,sha256=5AiZlgWRycLmr7-ID-EIoI2Q8ss6C5vGttr_ECKIG-w,636
|
221
221
|
graphlit_api/query_collections.py,sha256=IQv3XSV7XxMyRRQUGKuIY0w5cBfYr212dHlkDGdF0Ok,891
|
222
|
-
graphlit_api/query_contents.py,sha256=
|
222
|
+
graphlit_api/query_contents.py,sha256=pnUfcl-LHJytFjTmIfh0E4m0XwrU0R0UszOHWRd7VLE,10135
|
223
223
|
graphlit_api/query_contents_facets.py,sha256=xKbOkq-F9-AYUulUQNPrR9PnQyq7M2j_u7fpQ8HYk4c,1368
|
224
224
|
graphlit_api/query_contents_graph.py,sha256=RzQHZEQOOzB0yLTvU6rBJu_Str3Gc9m8BG8fY8xVrYY,975
|
225
225
|
graphlit_api/query_conversations.py,sha256=_uO9SRB7q7M-IlTbL_0RCk3RkHMLFPKKTEtsLaKqgu4,19815
|
@@ -307,8 +307,8 @@ graphlit_api/upsert_label.py,sha256=_bVWrISvyt4G4IcjAKqu8c5P6FDgaODdIGtSToJfNOY,
|
|
307
307
|
graphlit_api/upsert_specification.py,sha256=23eLTL8OLAYE-j_nhjT5NgaCrSUs9Q40rGW_VhDrDoM,643
|
308
308
|
graphlit_api/upsert_workflow.py,sha256=8oAjaG884YBRsfXDhoSeWxJL0oktMQomqU7xCoXso-M,16588
|
309
309
|
graphlit_api/workflow_exists.py,sha256=1XVcqCW_KZ3BwUFx08lwqQdf1ZpJ6Vmi8jBqcrMqYRI,397
|
310
|
-
graphlit_client-1.0.
|
311
|
-
graphlit_client-1.0.
|
312
|
-
graphlit_client-1.0.
|
313
|
-
graphlit_client-1.0.
|
314
|
-
graphlit_client-1.0.
|
310
|
+
graphlit_client-1.0.20250622001.dist-info/licenses/LICENSE,sha256=ivF8XnUYrNZFQ1wZFMrxWshDb1h7TdSK6Qk8_3WPkhM,1095
|
311
|
+
graphlit_client-1.0.20250622001.dist-info/METADATA,sha256=ArVVQkdiSPvISH23EUMRx3mW6KM09zsvCgbAkzXsNEg,3408
|
312
|
+
graphlit_client-1.0.20250622001.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
313
|
+
graphlit_client-1.0.20250622001.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
|
314
|
+
graphlit_client-1.0.20250622001.dist-info/RECORD,,
|
{graphlit_client-1.0.20250621001.dist-info → graphlit_client-1.0.20250622001.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|