Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
### Removed
- Removed support for billing-api.
- Support for `create_customer` method removed in agent-api v3.6 and later.
- Support for `incoming_customer` webhook removed in v3.6 and later.

## [0.4.1] - 2025-04-23

Expand Down
6 changes: 0 additions & 6 deletions livechat/webhooks/v36.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ class RoutingStatusSet:
# Customers


@dataclass
class IncomingCustomer:
customer: dict


@dataclass
class CustomerSessionFieldsUpdated:
id: str
Expand Down Expand Up @@ -370,7 +365,6 @@ class EventsMarkedAsSeen:
'thread_tagged': ThreadTagged,
'thread_untagged': ThreadUntagged,
'routing_status_set': RoutingStatusSet,
'incoming_customer': IncomingCustomer,
'customer_session_fields_updated': CustomerSessionFieldsUpdated,
'agent_created': AgentCreated,
'agent_approved': AgentApproved,
Expand Down
6 changes: 0 additions & 6 deletions livechat/webhooks/v37.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ class RoutingStatusSet:
# Customers


@dataclass
class IncomingCustomer:
customer: dict


@dataclass
class CustomerSessionFieldsUpdated:
id: str
Expand Down Expand Up @@ -370,7 +365,6 @@ class EventsMarkedAsSeen:
'thread_tagged': ThreadTagged,
'thread_untagged': ThreadUntagged,
'routing_status_set': RoutingStatusSet,
'incoming_customer': IncomingCustomer,
'customer_session_fields_updated': CustomerSessionFieldsUpdated,
'agent_created': AgentCreated,
'agent_approved': AgentApproved,
Expand Down