@@ -84,14 +84,12 @@ Class | Method | HTTP request | Description
8484* AttributesApi* | [ ** deleteAttribute** ] ( docs/Api/AttributesApi.md#deleteattribute ) | ** DELETE** /contacts/attributes/{attributeCategory}/{attributeName} | Delete an attribute
8585* AttributesApi* | [ ** getAttributes** ] ( docs/Api/AttributesApi.md#getattributes ) | ** GET** /contacts/attributes | List all attributes
8686* AttributesApi* | [ ** updateAttribute** ] ( docs/Api/AttributesApi.md#updateattribute ) | ** PUT** /contacts/attributes/{attributeCategory}/{attributeName} | Update contact attribute
87- * CRMApi* | [ ** crmFilesIdDataGet** ] ( docs/Api/CRMApi.md#crmfilesiddataget ) | ** GET** /crm/files/{id}/data | Get file details
88- * CRMApi* | [ ** crmFilesIdDelete** ] ( docs/Api/CRMApi.md#crmfilesiddelete ) | ** DELETE** /crm/files/{id} | Delete a file
89- * CRMApi* | [ ** crmFilesIdGet** ] ( docs/Api/CRMApi.md#crmfilesidget ) | ** GET** /crm/files/{id} | Download a file
90- * CRMApi* | [ ** crmFilesPost** ] ( docs/Api/CRMApi.md#crmfilespost ) | ** POST** /crm/files | Upload a file
87+ * CRMApi* | [ ** crmNotesGet** ] ( docs/Api/CRMApi.md#crmnotesget ) | ** GET** /crm/notes | Get all notes
9188* CRMApi* | [ ** crmNotesIdDelete** ] ( docs/Api/CRMApi.md#crmnotesiddelete ) | ** DELETE** /crm/notes/{id} | Delete a note
9289* CRMApi* | [ ** crmNotesIdGet** ] ( docs/Api/CRMApi.md#crmnotesidget ) | ** GET** /crm/notes/{id} | Get a note
9390* CRMApi* | [ ** crmNotesIdPatch** ] ( docs/Api/CRMApi.md#crmnotesidpatch ) | ** PATCH** /crm/notes/{id} | Update a note
9491* CRMApi* | [ ** crmNotesPost** ] ( docs/Api/CRMApi.md#crmnotespost ) | ** POST** /crm/notes | Create a note
92+ * CRMApi* | [ ** crmTasksGet** ] ( docs/Api/CRMApi.md#crmtasksget ) | ** GET** /crm/tasks | Get all tasks
9593* CRMApi* | [ ** crmTasksIdDelete** ] ( docs/Api/CRMApi.md#crmtasksiddelete ) | ** DELETE** /crm/tasks/{id} | Delete a task
9694* CRMApi* | [ ** crmTasksIdGet** ] ( docs/Api/CRMApi.md#crmtasksidget ) | ** GET** /crm/tasks/{id} | Get a task
9795* CRMApi* | [ ** crmTasksIdPatch** ] ( docs/Api/CRMApi.md#crmtasksidpatch ) | ** PATCH** /crm/tasks/{id} | Update a task
@@ -200,6 +198,7 @@ Class | Method | HTTP request | Description
200198* TransactionalEmailsApi* | [ ** createSmtpTemplate** ] ( docs/Api/TransactionalEmailsApi.md#createsmtptemplate ) | ** POST** /smtp/templates | Create an email template
201199* TransactionalEmailsApi* | [ ** deleteBlockedDomain** ] ( docs/Api/TransactionalEmailsApi.md#deleteblockeddomain ) | ** DELETE** /smtp/blockedDomains/{domain} | Unblock an existing domain from the list of blocked domains
202200* TransactionalEmailsApi* | [ ** deleteHardbounces** ] ( docs/Api/TransactionalEmailsApi.md#deletehardbounces ) | ** POST** /smtp/deleteHardbounces | Delete hardbounces
201+ * TransactionalEmailsApi* | [ ** deleteScheduledEmailById** ] ( docs/Api/TransactionalEmailsApi.md#deletescheduledemailbyid ) | ** DELETE** /smtp/email/{identifier} | Delete scheduled emails by batchId or messageId
203202* TransactionalEmailsApi* | [ ** deleteSmtpTemplate** ] ( docs/Api/TransactionalEmailsApi.md#deletesmtptemplate ) | ** DELETE** /smtp/templates/{templateId} | Delete an inactive email template
204203* TransactionalEmailsApi* | [ ** getAggregatedSmtpReport** ] ( docs/Api/TransactionalEmailsApi.md#getaggregatedsmtpreport ) | ** GET** /smtp/statistics/aggregatedReport | Get your transactional email activity aggregated over a period of time
205204* TransactionalEmailsApi* | [ ** getBlockedDomains** ] ( docs/Api/TransactionalEmailsApi.md#getblockeddomains ) | ** GET** /smtp/blockedDomains | Get the list of blocked domains
@@ -272,7 +271,7 @@ Class | Method | HTTP request | Description
272271 - [ DeleteHardbounces] ( docs/Model/DeleteHardbounces.md )
273272 - [ EmailExportRecipients] ( docs/Model/EmailExportRecipients.md )
274273 - [ ErrorModel] ( docs/Model/ErrorModel.md )
275- - [ FileData ] ( docs/Model/FileData .md )
274+ - [ GetAccount ] ( docs/Model/GetAccount .md )
276275 - [ GetAccountMarketingAutomation] ( docs/Model/GetAccountMarketingAutomation.md )
277276 - [ GetAccountPlan] ( docs/Model/GetAccountPlan.md )
278277 - [ GetAccountRelay] ( docs/Model/GetAccountRelay.md )
@@ -288,6 +287,7 @@ Class | Method | HTTP request | Description
288287 - [ GetChildAccountCreationStatus] ( docs/Model/GetChildAccountCreationStatus.md )
289288 - [ GetChildDomain] ( docs/Model/GetChildDomain.md )
290289 - [ GetChildDomains] ( docs/Model/GetChildDomains.md )
290+ - [ GetChildInfo] ( docs/Model/GetChildInfo.md )
291291 - [ GetChildInfoApiKeys] ( docs/Model/GetChildInfoApiKeys.md )
292292 - [ GetChildInfoApiKeysV2] ( docs/Model/GetChildInfoApiKeysV2.md )
293293 - [ GetChildInfoApiKeysV3] ( docs/Model/GetChildInfoApiKeysV3.md )
@@ -303,12 +303,17 @@ Class | Method | HTTP request | Description
303303 - [ GetContactDetails] ( docs/Model/GetContactDetails.md )
304304 - [ GetContacts] ( docs/Model/GetContacts.md )
305305 - [ GetDeviceBrowserStats] ( docs/Model/GetDeviceBrowserStats.md )
306+ - [ GetEmailCampaign] ( docs/Model/GetEmailCampaign.md )
306307 - [ GetEmailCampaigns] ( docs/Model/GetEmailCampaigns.md )
307308 - [ GetEmailEventReport] ( docs/Model/GetEmailEventReport.md )
308309 - [ GetEmailEventReportEvents] ( docs/Model/GetEmailEventReportEvents.md )
310+ - [ GetExtendedCampaignOverview] ( docs/Model/GetExtendedCampaignOverview.md )
309311 - [ GetExtendedCampaignOverviewSender] ( docs/Model/GetExtendedCampaignOverviewSender.md )
310312 - [ GetExtendedCampaignStats] ( docs/Model/GetExtendedCampaignStats.md )
313+ - [ GetExtendedCampaignStatsGlobalStats] ( docs/Model/GetExtendedCampaignStatsGlobalStats.md )
314+ - [ GetExtendedClient] ( docs/Model/GetExtendedClient.md )
311315 - [ GetExtendedClientAddress] ( docs/Model/GetExtendedClientAddress.md )
316+ - [ GetExtendedContactDetails] ( docs/Model/GetExtendedContactDetails.md )
312317 - [ GetExtendedContactDetailsStatistics] ( docs/Model/GetExtendedContactDetailsStatistics.md )
313318 - [ GetExtendedContactDetailsStatisticsClicked] ( docs/Model/GetExtendedContactDetailsStatisticsClicked.md )
314319 - [ GetExtendedContactDetailsStatisticsDelivered] ( docs/Model/GetExtendedContactDetailsStatisticsDelivered.md )
@@ -318,6 +323,7 @@ Class | Method | HTTP request | Description
318323 - [ GetExtendedContactDetailsStatisticsUnsubscriptions] ( docs/Model/GetExtendedContactDetailsStatisticsUnsubscriptions.md )
319324 - [ GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription] ( docs/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md )
320325 - [ GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription] ( docs/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md )
326+ - [ GetExtendedList] ( docs/Model/GetExtendedList.md )
321327 - [ GetExtendedListCampaignStats] ( docs/Model/GetExtendedListCampaignStats.md )
322328 - [ GetFolder] ( docs/Model/GetFolder.md )
323329 - [ GetFolderLists] ( docs/Model/GetFolderLists.md )
@@ -344,7 +350,9 @@ Class | Method | HTTP request | Description
344350 - [ GetSendersListIps] ( docs/Model/GetSendersListIps.md )
345351 - [ GetSendersListSenders] ( docs/Model/GetSendersListSenders.md )
346352 - [ GetSharedTemplateUrl] ( docs/Model/GetSharedTemplateUrl.md )
353+ - [ GetSmsCampaign] ( docs/Model/GetSmsCampaign.md )
347354 - [ GetSmsCampaignOverview] ( docs/Model/GetSmsCampaignOverview.md )
355+ - [ GetSmsCampaignRecipients] ( docs/Model/GetSmsCampaignRecipients.md )
348356 - [ GetSmsCampaignStats] ( docs/Model/GetSmsCampaignStats.md )
349357 - [ GetSmsCampaigns] ( docs/Model/GetSmsCampaigns.md )
350358 - [ GetSmsEventReport] ( docs/Model/GetSmsEventReport.md )
@@ -378,6 +386,8 @@ Class | Method | HTTP request | Description
378386 - [ MasterDetailsResponsePlanInfoFeatures] ( docs/Model/MasterDetailsResponsePlanInfoFeatures.md )
379387 - [ Note] ( docs/Model/Note.md )
380388 - [ NoteData] ( docs/Model/NoteData.md )
389+ - [ NoteId] ( docs/Model/NoteId.md )
390+ - [ NoteList] ( docs/Model/NoteList.md )
381391 - [ PostContactInfo] ( docs/Model/PostContactInfo.md )
382392 - [ PostContactInfoContacts] ( docs/Model/PostContactInfoContacts.md )
383393 - [ PostSendFailed] ( docs/Model/PostSendFailed.md )
@@ -392,6 +402,7 @@ Class | Method | HTTP request | Description
392402 - [ RequestContactImport] ( docs/Model/RequestContactImport.md )
393403 - [ RequestContactImportNewList] ( docs/Model/RequestContactImportNewList.md )
394404 - [ RequestSmsRecipientExport] ( docs/Model/RequestSmsRecipientExport.md )
405+ - [ ScheduleSmtpEmail] ( docs/Model/ScheduleSmtpEmail.md )
395406 - [ SendReport] ( docs/Model/SendReport.md )
396407 - [ SendReportEmail] ( docs/Model/SendReportEmail.md )
397408 - [ SendSms] ( docs/Model/SendSms.md )
@@ -423,6 +434,7 @@ Class | Method | HTTP request | Description
423434 - [ SubAccountsResponse] ( docs/Model/SubAccountsResponse.md )
424435 - [ SubAccountsResponseSubAccounts] ( docs/Model/SubAccountsResponseSubAccounts.md )
425436 - [ Task] ( docs/Model/Task.md )
437+ - [ TaskList] ( docs/Model/TaskList.md )
426438 - [ TaskReminder] ( docs/Model/TaskReminder.md )
427439 - [ TaskTypes] ( docs/Model/TaskTypes.md )
428440 - [ UpdateAttribute] ( docs/Model/UpdateAttribute.md )
0 commit comments