File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed
Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -177,11 +177,6 @@ class RoutingStatusSet:
177177# Customers
178178
179179
180- @dataclass
181- class IncomingCustomer :
182- customer : dict
183-
184-
185180@dataclass
186181class 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 ,
Original file line number Diff line number Diff line change @@ -177,11 +177,6 @@ class RoutingStatusSet:
177177# Customers
178178
179179
180- @dataclass
181- class IncomingCustomer :
182- customer : dict
183-
184-
185180@dataclass
186181class 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 ,
You can’t perform that action at this time.
0 commit comments