@@ -304,12 +304,28 @@ Methods:
304304Types:
305305
306306``` python
307- from courier.types import BaseCheck, Check, NotificationGetContent, NotificationListResponse
307+ from courier.types import (
308+ BaseCheck,
309+ Check,
310+ NotificationGetContent,
311+ NotificationTemplateCreateRequest,
312+ NotificationTemplateGetResponse,
313+ NotificationTemplateMutationResponse,
314+ NotificationTemplatePayload,
315+ NotificationTemplateSummary,
316+ NotificationTemplateUpdateRequest,
317+ NotificationListResponse,
318+ )
308319```
309320
310321Methods:
311322
323+ - <code title =" post /notifications " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >create</a >(\*\* <a href =" src/courier/types/notification_create_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_template_mutation_response.py " >NotificationTemplateMutationResponse</a ></code >
324+ - <code title =" get /notifications/{id} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >retrieve</a >(id, \*\* <a href =" src/courier/types/notification_retrieve_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_template_get_response.py " >NotificationTemplateGetResponse</a ></code >
312325- <code title =" get /notifications " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >list</a >(\*\* <a href =" src/courier/types/notification_list_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_list_response.py " >NotificationListResponse</a ></code >
326+ - <code title =" delete /notifications/{id} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >archive</a >(id) -> None</code >
327+ - <code title =" post /notifications/{id}/publish " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >publish</a >(id) -> None</code >
328+ - <code title =" put /notifications/{id} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >replace</a >(id, \*\* <a href =" src/courier/types/notification_replace_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_template_mutation_response.py " >NotificationTemplateMutationResponse</a ></code >
313329- <code title =" get /notifications/{id}/content " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >retrieve_content</a >(id) -> <a href =" ./src/courier/types/notification_get_content.py " >NotificationGetContent</a ></code >
314330
315331## Draft
0 commit comments