|
8 | 8 | from .template import Template as Template |
9 | 9 | from .error_detail import ErrorDetail as ErrorDetail |
10 | 10 | from .tcr_vertical import TcrVertical as TcrVertical |
| 11 | +from .message_event import MessageEvent as MessageEvent |
11 | 12 | from .user_response import UserResponse as UserResponse |
12 | 13 | from .profile_detail import ProfileDetail as ProfileDetail |
| 14 | +from .template_event import TemplateEvent as TemplateEvent |
13 | 15 | from .pagination_meta import PaginationMeta as PaginationMeta |
14 | 16 | from .contact_response import ContactResponse as ContactResponse |
15 | 17 | from .profile_settings import ProfileSettings as ProfileSettings |
|
33 | 35 | from .contact_delete_params import ContactDeleteParams as ContactDeleteParams |
34 | 36 | from .contact_list_response import ContactListResponse as ContactListResponse |
35 | 37 | from .contact_update_params import ContactUpdateParams as ContactUpdateParams |
| 38 | +from .inbound_message_event import InboundMessageEvent as InboundMessageEvent |
| 39 | +from .message_event_payload import MessageEventPayload as MessageEventPayload |
36 | 40 | from .message_send_response import MessageSendResponse as MessageSendResponse |
37 | 41 | from .payment_details_param import PaymentDetailsParam as PaymentDetailsParam |
38 | 42 | from .profile_create_params import ProfileCreateParams as ProfileCreateParams |
|
50 | 54 | from .tcr_brand_relationship import TcrBrandRelationship as TcrBrandRelationship |
51 | 55 | from .template_create_params import TemplateCreateParams as TemplateCreateParams |
52 | 56 | from .template_delete_params import TemplateDeleteParams as TemplateDeleteParams |
| 57 | +from .template_event_payload import TemplateEventPayload as TemplateEventPayload |
53 | 58 | from .template_list_response import TemplateListResponse as TemplateListResponse |
54 | 59 | from .template_update_params import TemplateUpdateParams as TemplateUpdateParams |
55 | 60 | from .api_response_of_contact import APIResponseOfContact as APIResponseOfContact |
|
74 | 79 | from .webhook_list_events_response import WebhookListEventsResponse as WebhookListEventsResponse |
75 | 80 | from .webhook_rotate_secret_params import WebhookRotateSecretParams as WebhookRotateSecretParams |
76 | 81 | from .webhook_toggle_status_params import WebhookToggleStatusParams as WebhookToggleStatusParams |
| 82 | +from .inbound_message_event_payload import InboundMessageEventPayload as InboundMessageEventPayload |
77 | 83 | from .api_response_of_profile_detail import APIResponseOfProfileDetail as APIResponseOfProfileDetail |
78 | 84 | from .webhook_rotate_secret_response import WebhookRotateSecretResponse as WebhookRotateSecretResponse |
79 | 85 | from .message_retrieve_status_response import MessageRetrieveStatusResponse as MessageRetrieveStatusResponse |
|
0 commit comments