@@ -4,7 +4,7 @@ Zernio API
44
55- API version: 1.0.1
66
7- - Build date: 2026-04-08T10:56:07.428135569Z [ Etc/UTC]
7+ - Build date: 2026-04-08T16:20:32.263430656Z [ Etc/UTC]
88
99- Generator version: 7.19.0
1010
@@ -278,6 +278,8 @@ Class | Method | HTTP request | Description
278278* CommentsApi* | [ ** unlikeInboxCommentWithHttpInfo** ] ( docs/CommentsApi.md#unlikeInboxCommentWithHttpInfo ) | ** DELETE** /v1/inbox/comments/{postId}/{commentId}/like | Unlike comment
279279* ConnectApi* | [ ** completeTelegramConnect** ] ( docs/ConnectApi.md#completeTelegramConnect ) | ** PATCH** /v1/connect/telegram | Check Telegram status
280280* ConnectApi* | [ ** completeTelegramConnectWithHttpInfo** ] ( docs/ConnectApi.md#completeTelegramConnectWithHttpInfo ) | ** PATCH** /v1/connect/telegram | Check Telegram status
281+ * ConnectApi* | [ ** connectAds** ] ( docs/ConnectApi.md#connectAds ) | ** GET** /v1/connect/{platform}/ads | Connect ads for a platform
282+ * ConnectApi* | [ ** connectAdsWithHttpInfo** ] ( docs/ConnectApi.md#connectAdsWithHttpInfo ) | ** GET** /v1/connect/{platform}/ads | Connect ads for a platform
281283* ConnectApi* | [ ** connectBlueskyCredentials** ] ( docs/ConnectApi.md#connectBlueskyCredentials ) | ** POST** /v1/connect/bluesky/credentials | Connect Bluesky account
282284* ConnectApi* | [ ** connectBlueskyCredentialsWithHttpInfo** ] ( docs/ConnectApi.md#connectBlueskyCredentialsWithHttpInfo ) | ** POST** /v1/connect/bluesky/credentials | Connect Bluesky account
283285* ConnectApi* | [ ** connectWhatsAppCredentials** ] ( docs/ConnectApi.md#connectWhatsAppCredentials ) | ** POST** /v1/connect/whatsapp/credentials | Connect WhatsApp via credentials
@@ -398,6 +400,8 @@ Class | Method | HTTP request | Description
398400* LogsApi* | [ ** getPostLogsWithHttpInfo** ] ( docs/LogsApi.md#getPostLogsWithHttpInfo ) | ** GET** /v1/posts/{postId}/logs | Get post logs
399401* LogsApi* | [ ** listConnectionLogs** ] ( docs/LogsApi.md#listConnectionLogs ) | ** GET** /v1/connections/logs | List connection logs
400402* LogsApi* | [ ** listConnectionLogsWithHttpInfo** ] ( docs/LogsApi.md#listConnectionLogsWithHttpInfo ) | ** GET** /v1/connections/logs | List connection logs
403+ * LogsApi* | [ ** listLogs** ] ( docs/LogsApi.md#listLogs ) | ** GET** /v1/logs | List activity logs
404+ * LogsApi* | [ ** listLogsWithHttpInfo** ] ( docs/LogsApi.md#listLogsWithHttpInfo ) | ** GET** /v1/logs | List activity logs
401405* LogsApi* | [ ** listPostsLogs** ] ( docs/LogsApi.md#listPostsLogs ) | ** GET** /v1/posts/logs | List publishing logs
402406* LogsApi* | [ ** listPostsLogsWithHttpInfo** ] ( docs/LogsApi.md#listPostsLogsWithHttpInfo ) | ** GET** /v1/posts/logs | List publishing logs
403407* MediaApi* | [ ** getMediaPresignedUrl** ] ( docs/MediaApi.md#getMediaPresignedUrl ) | ** POST** /v1/media/presign | Get presigned upload URL
@@ -710,6 +714,9 @@ Class | Method | HTTP request | Description
710714 - [ CancelWhatsAppBroadcastSchedule200Response] ( docs/CancelWhatsAppBroadcastSchedule200Response.md )
711715 - [ CancelWhatsAppBroadcastSchedule200ResponseBroadcast] ( docs/CancelWhatsAppBroadcastSchedule200ResponseBroadcast.md )
712716 - [ CompleteTelegramConnect200Response] ( docs/CompleteTelegramConnect200Response.md )
717+ - [ ConnectAds200Response] ( docs/ConnectAds200Response.md )
718+ - [ ConnectAds200ResponseOneOf] ( docs/ConnectAds200ResponseOneOf.md )
719+ - [ ConnectAds200ResponseOneOf1] ( docs/ConnectAds200ResponseOneOf1.md )
713720 - [ ConnectBlueskyCredentials200Response] ( docs/ConnectBlueskyCredentials200Response.md )
714721 - [ ConnectBlueskyCredentialsRequest] ( docs/ConnectBlueskyCredentialsRequest.md )
715722 - [ ConnectWhatsAppCredentials200Response] ( docs/ConnectWhatsAppCredentials200Response.md )
@@ -1091,6 +1098,9 @@ Class | Method | HTTP request | Description
10911098 - [ ListInboxReviews200ResponseSummary] ( docs/ListInboxReviews200ResponseSummary.md )
10921099 - [ ListLinkedInOrganizations200Response] ( docs/ListLinkedInOrganizations200Response.md )
10931100 - [ ListLinkedInOrganizations200ResponseOrganizationsInner] ( docs/ListLinkedInOrganizations200ResponseOrganizationsInner.md )
1101+ - [ ListLogs200Response] ( docs/ListLogs200Response.md )
1102+ - [ ListLogs200ResponseLogsInner] ( docs/ListLogs200ResponseLogsInner.md )
1103+ - [ ListLogs200ResponsePagination] ( docs/ListLogs200ResponsePagination.md )
10941104 - [ ListPinterestBoardsForSelection200Response] ( docs/ListPinterestBoardsForSelection200Response.md )
10951105 - [ ListPinterestBoardsForSelection200ResponseBoardsInner] ( docs/ListPinterestBoardsForSelection200ResponseBoardsInner.md )
10961106 - [ ListPostsLogs200Response] ( docs/ListPostsLogs200Response.md )
0 commit comments