graphlit-client 1.0.20250531002__py3-none-any.whl → 1.0.20250531003__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/client.py CHANGED
@@ -1430,6 +1430,7 @@ class Client(AsyncBaseClient):
1430
1430
  name: Union[Optional[str], UnsetType] = UNSET,
1431
1431
  description: Union[Optional[str], UnsetType] = UNSET,
1432
1432
  event_date: Union[Optional[Any], UnsetType] = UNSET,
1433
+ id: Union[Optional[str], UnsetType] = UNSET,
1433
1434
  collections: Union[Optional[List[EntityReferenceInput]], UnsetType] = UNSET,
1434
1435
  correlation_id: Union[Optional[str], UnsetType] = UNSET,
1435
1436
  **kwargs: Any
@@ -1439,6 +1440,7 @@ class Client(AsyncBaseClient):
1439
1440
  "name": name,
1440
1441
  "description": description,
1441
1442
  "eventDate": event_date,
1443
+ "id": id,
1442
1444
  "collections": collections,
1443
1445
  "correlationId": correlation_id,
1444
1446
  }
@@ -1456,6 +1458,7 @@ class Client(AsyncBaseClient):
1456
1458
  text: str,
1457
1459
  name: Union[Optional[str], UnsetType] = UNSET,
1458
1460
  text_type: Union[Optional[TextTypes], UnsetType] = UNSET,
1461
+ id: Union[Optional[str], UnsetType] = UNSET,
1459
1462
  collections: Union[Optional[List[EntityReferenceInput]], UnsetType] = UNSET,
1460
1463
  correlation_id: Union[Optional[str], UnsetType] = UNSET,
1461
1464
  **kwargs: Any
@@ -1464,6 +1467,7 @@ class Client(AsyncBaseClient):
1464
1467
  "text": text,
1465
1468
  "name": name,
1466
1469
  "textType": text_type,
1470
+ "id": id,
1467
1471
  "collections": collections,
1468
1472
  "correlationId": correlation_id,
1469
1473
  }
@@ -1627,12 +1627,13 @@ mutation IngestEncodedFile($name: String!, $data: String!, $mimeType: String!, $
1627
1627
  """
1628
1628
 
1629
1629
  INGEST_EVENT_GQL = """
1630
- mutation IngestEvent($markdown: String!, $name: String, $description: String, $eventDate: DateTime, $collections: [EntityReferenceInput!], $correlationId: String) {
1630
+ mutation IngestEvent($markdown: String!, $name: String, $description: String, $eventDate: DateTime, $id: ID, $collections: [EntityReferenceInput!], $correlationId: String) {
1631
1631
  ingestEvent(
1632
1632
  name: $name
1633
1633
  description: $description
1634
1634
  eventDate: $eventDate
1635
1635
  markdown: $markdown
1636
+ id: $id
1636
1637
  collections: $collections
1637
1638
  correlationId: $correlationId
1638
1639
  ) {
@@ -1680,11 +1681,12 @@ mutation IngestEvent($markdown: String!, $name: String, $description: String, $e
1680
1681
  """
1681
1682
 
1682
1683
  INGEST_MEMORY_GQL = """
1683
- mutation IngestMemory($text: String!, $name: String, $textType: TextTypes, $collections: [EntityReferenceInput!], $correlationId: String) {
1684
+ mutation IngestMemory($text: String!, $name: String, $textType: TextTypes, $id: ID, $collections: [EntityReferenceInput!], $correlationId: String) {
1684
1685
  ingestMemory(
1685
1686
  name: $name
1686
1687
  text: $text
1687
1688
  textType: $textType
1689
+ id: $id
1688
1690
  collections: $collections
1689
1691
  correlationId: $correlationId
1690
1692
  ) {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphlit-client
3
- Version: 1.0.20250531002
3
+ Version: 1.0.20250531003
4
4
  Summary: Graphlit API Python Client
5
5
  Home-page: https://github.com/graphlit/graphlit-client-python
6
6
  Author: Unstruk Data Inc.
@@ -6,7 +6,7 @@ graphlit_api/ask_graphlit.py,sha256=vt3Q3XIqgT7GmgIPcirwhGjpEP-nowuUDU0g_1DX_Xc,
6
6
  graphlit_api/async_base_client.py,sha256=v0KUVwe2_RIQa8Mn7l_yD5McUe7B03vhclJ9SP4XGgw,12578
7
7
  graphlit_api/base_model.py,sha256=o2d-DixASFCGztr3rTiGX0AwgFu7Awr7EgD70FI8a-I,620
8
8
  graphlit_api/clear_conversation.py,sha256=5GOmc2wfupV-7EHWyi3v6LA0pSVLtFNCzxPJm42Dp6Y,531
9
- graphlit_api/client.py,sha256=_MPWzLGCIgr8P6ScSnBef_fQ3ozVODASZ36x_9qWGjw,203579
9
+ graphlit_api/client.py,sha256=q3kEJ4XXLFySpHGNlFS7qytPfkR9WzUUthCEFgmxPEs,203729
10
10
  graphlit_api/close_conversation.py,sha256=HcIUUiNf7hnuLZ7Fy6IcgfuHMSyWyJ7uOEy1EEETy_4,531
11
11
  graphlit_api/complete_conversation.py,sha256=WpFrPXdMoA4EQiyiquIScvq5DqVqe6to2L-YhihsNkY,16732
12
12
  graphlit_api/continue_conversation.py,sha256=p-bVR3QdlbQeFq2p-DpBSTwZKwpz3k2-WWJrZfoxETI,16732
@@ -207,7 +207,7 @@ graphlit_api/is_feed_done.py,sha256=-FQS2vtDMnNW75K_9jR6IUutvpwLmtoS5yY8wD17CaM,
207
207
  graphlit_api/lookup_credits.py,sha256=WsV7fGbg29WWOjPRIaL2bnhISGsb0SqUlQxL7rBfNTo,1464
208
208
  graphlit_api/lookup_usage.py,sha256=D_cbO0KmXDqRYqQIhNwWXNFGjwNLEy2_5aVa-SYgRzw,1711
209
209
  graphlit_api/map_web.py,sha256=2rp4jFD1vDqcQ98mCVTeC0RzPqQxmmcRvHNRl8HJfFA,346
210
- graphlit_api/operations.py,sha256=1rLCu5RCXL4DPu0Nu_i6U0SjBc2_JKQikVmztAqOjA8,190558
210
+ graphlit_api/operations.py,sha256=OeTLiR3Kx_zf_X-PZOrVPuWelSae_5S8xiFLkzL_GqU,190600
211
211
  graphlit_api/prompt.py,sha256=OgNooYRVrNeUlQKNq_WQcM--yZWiP0e1-8joiK5cKfA,6147
212
212
  graphlit_api/prompt_conversation.py,sha256=7eeFb3oAoAeBMNOZ6tEMmiWs2ReDLBCsI0iiA9wnvlA,16346
213
213
  graphlit_api/prompt_specifications.py,sha256=D7YLCfYs7ZFbeqM9rc8UYHBmxDoBHR6YJjpUN32w7BY,7034
@@ -305,8 +305,8 @@ graphlit_api/upsert_label.py,sha256=_bVWrISvyt4G4IcjAKqu8c5P6FDgaODdIGtSToJfNOY,
305
305
  graphlit_api/upsert_specification.py,sha256=23eLTL8OLAYE-j_nhjT5NgaCrSUs9Q40rGW_VhDrDoM,643
306
306
  graphlit_api/upsert_workflow.py,sha256=vSC6wOM7bZHF0-8AS-v-AuF8xA95Ym5w07GWH8ISpF4,15920
307
307
  graphlit_api/workflow_exists.py,sha256=1XVcqCW_KZ3BwUFx08lwqQdf1ZpJ6Vmi8jBqcrMqYRI,397
308
- graphlit_client-1.0.20250531002.dist-info/licenses/LICENSE,sha256=ivF8XnUYrNZFQ1wZFMrxWshDb1h7TdSK6Qk8_3WPkhM,1095
309
- graphlit_client-1.0.20250531002.dist-info/METADATA,sha256=BO4TaWRhAGN--_T3ze4NyL0YBywyEG1aTPvTEMqmVUQ,3408
310
- graphlit_client-1.0.20250531002.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
311
- graphlit_client-1.0.20250531002.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
312
- graphlit_client-1.0.20250531002.dist-info/RECORD,,
308
+ graphlit_client-1.0.20250531003.dist-info/licenses/LICENSE,sha256=ivF8XnUYrNZFQ1wZFMrxWshDb1h7TdSK6Qk8_3WPkhM,1095
309
+ graphlit_client-1.0.20250531003.dist-info/METADATA,sha256=aYWfmk0quxYZbisVPh_MCbTZ0Ukdc9A_66V1tDHR2wE,3408
310
+ graphlit_client-1.0.20250531003.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
311
+ graphlit_client-1.0.20250531003.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
312
+ graphlit_client-1.0.20250531003.dist-info/RECORD,,