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.
19
19
### Removed
20
20
- Removed support for billing-api.
21
21
- 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.
22
23
23
24
## [ 0.4.1] - 2025-04-23
24
25
Original file line number Diff line number Diff line change @@ -177,11 +177,6 @@ class RoutingStatusSet:
177
177
# Customers
178
178
179
179
180
- @dataclass
181
- class IncomingCustomer :
182
- customer : dict
183
-
184
-
185
180
@dataclass
186
181
class CustomerSessionFieldsUpdated :
187
182
id : str
@@ -370,7 +365,6 @@ class EventsMarkedAsSeen:
370
365
'thread_tagged' : ThreadTagged ,
371
366
'thread_untagged' : ThreadUntagged ,
372
367
'routing_status_set' : RoutingStatusSet ,
373
- 'incoming_customer' : IncomingCustomer ,
374
368
'customer_session_fields_updated' : CustomerSessionFieldsUpdated ,
375
369
'agent_created' : AgentCreated ,
376
370
'agent_approved' : AgentApproved ,
Original file line number Diff line number Diff line change @@ -177,11 +177,6 @@ class RoutingStatusSet:
177
177
# Customers
178
178
179
179
180
- @dataclass
181
- class IncomingCustomer :
182
- customer : dict
183
-
184
-
185
180
@dataclass
186
181
class CustomerSessionFieldsUpdated :
187
182
id : str
@@ -370,7 +365,6 @@ class EventsMarkedAsSeen:
370
365
'thread_tagged' : ThreadTagged ,
371
366
'thread_untagged' : ThreadUntagged ,
372
367
'routing_status_set' : RoutingStatusSet ,
373
- 'incoming_customer' : IncomingCustomer ,
374
368
'customer_session_fields_updated' : CustomerSessionFieldsUpdated ,
375
369
'agent_created' : AgentCreated ,
376
370
'agent_approved' : AgentApproved ,
You can’t perform that action at this time.
0 commit comments