@@ -343,17 +343,25 @@ Types:
343343from courier.types import (
344344 BaseCheck,
345345 Check,
346+ ElementWithChecksums,
347+ NotificationContentGetResponse,
348+ NotificationContentMutationResponse,
349+ NotificationContentPutRequest,
350+ NotificationElementPutRequest,
346351 NotificationGetContent,
352+ NotificationLocalePutRequest,
347353 NotificationTemplateCreateRequest,
348354 NotificationTemplateGetResponse,
349355 NotificationTemplateMutationResponse,
350356 NotificationTemplatePayload,
351357 NotificationTemplatePublishRequest,
358+ NotificationTemplateState,
352359 NotificationTemplateSummary,
353360 NotificationTemplateUpdateRequest,
354361 NotificationTemplateVersionListResponse,
355362 VersionNode,
356363 NotificationListResponse,
364+ NotificationRetrieveContentResponse,
357365)
358366```
359367
@@ -365,14 +373,11 @@ Methods:
365373- <code title =" delete /notifications/{id} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >archive</a >(id) -> None</code >
366374- <code title =" get /notifications/{id}/versions " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >list_versions</a >(id, \*\* <a href =" src/courier/types/notification_list_versions_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_template_version_list_response.py " >NotificationTemplateVersionListResponse</a ></code >
367375- <code title =" post /notifications/{id}/publish " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >publish</a >(id, \*\* <a href =" src/courier/types/notification_publish_params.py " >params</a >) -> None</code >
376+ - <code title =" put /notifications/{id}/content " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >put_content</a >(id, \*\* <a href =" src/courier/types/notification_put_content_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_content_mutation_response.py " >NotificationContentMutationResponse</a ></code >
377+ - <code title =" put /notifications/{id}/elements/{elementId} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >put_element</a >(element_id, \* , id, \*\* <a href =" src/courier/types/notification_put_element_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_content_mutation_response.py " >NotificationContentMutationResponse</a ></code >
378+ - <code title =" put /notifications/{id}/locales/{localeId} " >client.notifications.<a href =" ./src/courier/resources/notifications/notifications.py " >put_locale</a >(locale_id, \* , id, \*\* <a href =" src/courier/types/notification_put_locale_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_content_mutation_response.py " >NotificationContentMutationResponse</a ></code >
368379- <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 >
369- - <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 >
370-
371- ## Draft
372-
373- Methods:
374-
375- - <code title =" get /notifications/{id}/draft/content " >client.notifications.draft.<a href =" ./src/courier/resources/notifications/draft.py " >retrieve_content</a >(id) -> <a href =" ./src/courier/types/notification_get_content.py " >NotificationGetContent</a ></code >
380+ - <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_retrieve_content_params.py " >params</a >) -> <a href =" ./src/courier/types/notification_retrieve_content_response.py " >NotificationRetrieveContentResponse</a ></code >
376381
377382## Checks
378383
0 commit comments