Skip to content

Commit e081e75

Browse files
authored
Merge pull request #166 from livechat/Removed_support_for_incoming_customer_webhook
Support for incoming_customer webhook removed in v3.6+
2 parents a7d6dfe + 67ef8f4 commit e081e75

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
1919
### Removed
2020
- Removed support for billing-api.
2121
- Support for `create_customer` method removed in agent-api v3.6 and later.
22+
- Support for `incoming_customer` webhook removed in v3.6 and later.
2223

2324
## [0.4.1] - 2025-04-23
2425

livechat/webhooks/v36.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ class RoutingStatusSet:
177177
# Customers
178178

179179

180-
@dataclass
181-
class IncomingCustomer:
182-
customer: dict
183-
184-
185180
@dataclass
186181
class CustomerSessionFieldsUpdated:
187182
id: str
@@ -370,7 +365,6 @@ class EventsMarkedAsSeen:
370365
'thread_tagged': ThreadTagged,
371366
'thread_untagged': ThreadUntagged,
372367
'routing_status_set': RoutingStatusSet,
373-
'incoming_customer': IncomingCustomer,
374368
'customer_session_fields_updated': CustomerSessionFieldsUpdated,
375369
'agent_created': AgentCreated,
376370
'agent_approved': AgentApproved,

livechat/webhooks/v37.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ class RoutingStatusSet:
177177
# Customers
178178

179179

180-
@dataclass
181-
class IncomingCustomer:
182-
customer: dict
183-
184-
185180
@dataclass
186181
class CustomerSessionFieldsUpdated:
187182
id: str
@@ -370,7 +365,6 @@ class EventsMarkedAsSeen:
370365
'thread_tagged': ThreadTagged,
371366
'thread_untagged': ThreadUntagged,
372367
'routing_status_set': RoutingStatusSet,
373-
'incoming_customer': IncomingCustomer,
374368
'customer_session_fields_updated': CustomerSessionFieldsUpdated,
375369
'agent_created': AgentCreated,
376370
'agent_approved': AgentApproved,

0 commit comments

Comments
 (0)