applied-cli 0.5.44__tar.gz → 0.5.45__tar.gz
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.
- {applied_cli-0.5.44 → applied_cli-0.5.45}/PKG-INFO +1 -1
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli/__init__.py +1 -1
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli/client.py +3 -6
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli.egg-info/PKG-INFO +1 -1
- {applied_cli-0.5.44 → applied_cli-0.5.45}/pyproject.toml +1 -1
- {applied_cli-0.5.44 → applied_cli-0.5.45}/README.md +0 -0
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli/cli.py +0 -0
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli/credentials.py +0 -0
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli/formatters.py +0 -0
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli/tools.py +0 -0
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli.egg-info/SOURCES.txt +0 -0
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli.egg-info/dependency_links.txt +0 -0
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli.egg-info/entry_points.txt +0 -0
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli.egg-info/requires.txt +0 -0
- {applied_cli-0.5.44 → applied_cli-0.5.45}/applied_cli.egg-info/top_level.txt +0 -0
- {applied_cli-0.5.44 → applied_cli-0.5.45}/setup.cfg +0 -0
|
@@ -447,17 +447,14 @@ class AppliedClient:
|
|
|
447
447
|
"content": content,
|
|
448
448
|
"text": text if text is not None else content,
|
|
449
449
|
"role": role,
|
|
450
|
+
"user_id": user_id,
|
|
451
|
+
"agent_id": agent_id,
|
|
452
|
+
"contact_id": contact_id,
|
|
450
453
|
}
|
|
451
454
|
if conversation_id:
|
|
452
455
|
body["conversation_id"] = conversation_id
|
|
453
456
|
if ticket_id:
|
|
454
457
|
body["ticket_id"] = ticket_id
|
|
455
|
-
if user_id:
|
|
456
|
-
body["user_id"] = user_id
|
|
457
|
-
if agent_id:
|
|
458
|
-
body["agent_id"] = agent_id
|
|
459
|
-
if contact_id:
|
|
460
|
-
body["contact_id"] = contact_id
|
|
461
458
|
if attachments is not None:
|
|
462
459
|
body["attachments"] = attachments
|
|
463
460
|
if metadata is not None:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|