h-message-bus 0.0.29__py3-none-any.whl → 0.0.30__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.
@@ -15,7 +15,7 @@ class GraphNodeUpdateResponseMessage(HaiMessage):
15
15
 
16
16
  @classmethod
17
17
  def create_message(cls, node_id: str, label: str, properties: dict = None,
18
- description: str = None) -> 'GraphNodeUpdateResponseMessage':
18
+ description: str = None, success: bool = True) -> 'GraphNodeUpdateResponseMessage':
19
19
  """Create a message confirming a node was added"""
20
20
  if properties is None:
21
21
  properties = {}
@@ -27,7 +27,7 @@ class GraphNodeUpdateResponseMessage(HaiMessage):
27
27
  "label": label,
28
28
  "properties": properties,
29
29
  "description": description,
30
- "success": True
30
+ "success": success
31
31
  },
32
32
  )
33
33
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: h_message_bus
3
- Version: 0.0.29
3
+ Version: 0.0.30
4
4
  Summary: Message bus integration for HAI
5
5
  Author-email: shoebill <shoebill.hai@gmail.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -27,7 +27,7 @@ h_message_bus/domain/request_messages/graph_node_added_response_message.py,sha25
27
27
  h_message_bus/domain/request_messages/graph_node_get_request_message.py,sha256=G_JlCnwU6a9HEU0gFt8ilOwx1KF-FJC0EqpWw1C4km8,1302
28
28
  h_message_bus/domain/request_messages/graph_node_get_result_response_message.py,sha256=kzde_K65UezKm2NLSFehiLrDAVTHXZM9Gd-GDYUZ1dg,2457
29
29
  h_message_bus/domain/request_messages/graph_node_update_request_message.py,sha256=gNXcQmpPF6Ut6M8wtRx7Xi7XdpCT9ZJvqPzNoSdwUZQ,1977
30
- h_message_bus/domain/request_messages/graph_node_update_response_message.py,sha256=Adm_4H9n1NliW4VqSjT8P_Bmi7l-Ktk1cTgqwLH74BM,2399
30
+ h_message_bus/domain/request_messages/graph_node_update_response_message.py,sha256=VMCOF4FnKNvTItex8daeR2BSwN9juubj0ksHPHh0BT4,2424
31
31
  h_message_bus/domain/request_messages/graph_nodes_by_property_request_message.py,sha256=L-oZfZqsI9DG-CFL0G7r-2A-6wTqFuMNkDww2JUR73s,1712
32
32
  h_message_bus/domain/request_messages/graph_nodes_by_property_response_message.py,sha256=UDCA769I14BNP2Qmfwg5c6m98nBNVSZ10Kpi8Z8AGAQ,3051
33
33
  h_message_bus/domain/request_messages/graph_query_request_message.py,sha256=UXs_m6pgPkYRSRHrhI-c3WAQ31Yj1idZBgavufm32s0,1635
@@ -51,7 +51,7 @@ h_message_bus/domain/request_messages/web_search_request_message.py,sha256=ZoB4i
51
51
  h_message_bus/infrastructure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
52
52
  h_message_bus/infrastructure/nats_client_repository.py,sha256=bhaWRK94h2EmFIef2DALnoBJKnuTnx6-iU7IXO2S_EU,3642
53
53
  h_message_bus/infrastructure/nats_config.py,sha256=Yzqqd1bCfmUv_4FOnA1dvqIpakzV0BUL2_nXQcndWvo,1304
54
- h_message_bus-0.0.29.dist-info/METADATA,sha256=TuE20kbc6p0TNq_-xeMtoTQ5t95eSbO2Z-QjVGqSu18,8834
55
- h_message_bus-0.0.29.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
56
- h_message_bus-0.0.29.dist-info/top_level.txt,sha256=BArjhm_lwFR9yJJEIf-LT_X64psuLkXFdbpQRJUreFE,23
57
- h_message_bus-0.0.29.dist-info/RECORD,,
54
+ h_message_bus-0.0.30.dist-info/METADATA,sha256=rg9Z6lf9ukHebwDXUxmSq52eFtwdATGhXn8afJkmU80,8834
55
+ h_message_bus-0.0.30.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
56
+ h_message_bus-0.0.30.dist-info/top_level.txt,sha256=BArjhm_lwFR9yJJEIf-LT_X64psuLkXFdbpQRJUreFE,23
57
+ h_message_bus-0.0.30.dist-info/RECORD,,