wbcrm 1.54.2__py2.py3-none-any.whl → 1.54.3__py2.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 wbcrm might be problematic. Click here for more details.

@@ -46,5 +46,5 @@ analyze_relationship = LLMConfig["Account"](
46
46
  on_save=True,
47
47
  on_condition=lambda act: (act.status == act.Status.OPEN) and act.owner is not None and act.is_root_node(),
48
48
  output_model=AccountRelationshipResponseModel,
49
- query=lambda instance: _get_query(instance),
49
+ query=_get_query,
50
50
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbcrm
3
- Version: 1.54.2
3
+ Version: 1.54.3
4
4
  Summary: A workbench module that contains all the functionality related to a customer relationship management.
5
5
  Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
6
6
  Requires-Dist: django-eventtools==1.*
@@ -59,7 +59,7 @@ wbcrm/models/groups.py,sha256=att5YADwTLoI5NmSoiMhOBJ8qyBbdKubPGMI2dXUCf0,4345
59
59
  wbcrm/models/products.py,sha256=q7BOU3hPGZwolVfOPkkAFhGYYBRDGHU8ldKui9FAMPQ,2472
60
60
  wbcrm/models/recurrence.py,sha256=ZleraEXTzYzJmpIpRRBdzfKoyZClLGOAxcIwL3bsh44,11999
61
61
  wbcrm/models/llm/activity_summaries.py,sha256=o4qFb21YZxXP7wz3a_uCkbGCiz4ZGF_pz8RJzhfKfVo,1527
62
- wbcrm/models/llm/analyze_relationship.py,sha256=AsOXela63Mqz-5-xo_vOc5mMfDazO-Ixm1tYbgkY0KU,2337
62
+ wbcrm/models/llm/analyze_relationship.py,sha256=A4oXdOS1C1kydRjccptlsxBsAjFjkH6XV6F7HRmK7Zo,2310
63
63
  wbcrm/report/activity_report.py,sha256=Y2NveP9u6CeXImXtxR4XfZK-2CFBa5CnUG-jx35Msnc,4843
64
64
  wbcrm/serializers/__init__.py,sha256=qKwo5e-Ix-Iow1RRdKFC0uZQmuSHzc8DIypIhi_E8HI,726
65
65
  wbcrm/serializers/accounts.py,sha256=F7fJAa4lamkuQxfiLU08iE4vCaDtiMtcxwTFowxHnMk,5552
@@ -176,6 +176,6 @@ wbcrm/viewsets/titles/products.py,sha256=cFAK5zljjybabk2U0KzPT2PVfV5vmO_UlJd6QlI
176
176
  wbcrm/viewsets/titles/utils.py,sha256=IaHQTmEG2OwIHS1bRv7sjuT950wefUJNi3yvPdrpNEs,1144
177
177
  wbcrm/workflows/__init__.py,sha256=biwXXPkVJugT9Vc1cwbInAUY8EnVmOauxdPz7e_2w_A,32
178
178
  wbcrm/workflows/assignee_methods.py,sha256=L7ymErtcpFgXdTMTj_lDOVJqsLAGLNT6qMlrkHGuXWM,999
179
- wbcrm-1.54.2.dist-info/METADATA,sha256=gMMrW3_frtdFGt8qyBOa06XRZwL5aMcJ32wUIbW7sk4,450
180
- wbcrm-1.54.2.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
181
- wbcrm-1.54.2.dist-info/RECORD,,
179
+ wbcrm-1.54.3.dist-info/METADATA,sha256=EBaxYnbupDA5cj1GmdQ1gCx_9i4Rj5Q4IWobGGfqwAk,450
180
+ wbcrm-1.54.3.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
181
+ wbcrm-1.54.3.dist-info/RECORD,,
File without changes