@@ -92,14 +92,12 @@ Class | Method | HTTP request | Description
9292* AttributesApi*  | [ ** delete_attribute** ] ( docs/AttributesApi.md#delete_attribute )  | ** DELETE**  /contacts/attributes/{attributeCategory}/{attributeName} | Delete an attribute
9393* AttributesApi*  | [ ** get_attributes** ] ( docs/AttributesApi.md#get_attributes )  | ** GET**  /contacts/attributes | List all attributes
9494* AttributesApi*  | [ ** update_attribute** ] ( docs/AttributesApi.md#update_attribute )  | ** PUT**  /contacts/attributes/{attributeCategory}/{attributeName} | Update contact attribute
95- * CRMApi*  | [ ** crm_files_id_data_get** ] ( docs/CRMApi.md#crm_files_id_data_get )  | ** GET**  /crm/files/{id}/data | Get file details
96- * CRMApi*  | [ ** crm_files_id_delete** ] ( docs/CRMApi.md#crm_files_id_delete )  | ** DELETE**  /crm/files/{id} | Delete a file
97- * CRMApi*  | [ ** crm_files_id_get** ] ( docs/CRMApi.md#crm_files_id_get )  | ** GET**  /crm/files/{id} | Download a file
98- * CRMApi*  | [ ** crm_files_post** ] ( docs/CRMApi.md#crm_files_post )  | ** POST**  /crm/files | Upload a file
95+ * CRMApi*  | [ ** crm_notes_get** ] ( docs/CRMApi.md#crm_notes_get )  | ** GET**  /crm/notes | Get all notes
9996* CRMApi*  | [ ** crm_notes_id_delete** ] ( docs/CRMApi.md#crm_notes_id_delete )  | ** DELETE**  /crm/notes/{id} | Delete a note
10097* CRMApi*  | [ ** crm_notes_id_get** ] ( docs/CRMApi.md#crm_notes_id_get )  | ** GET**  /crm/notes/{id} | Get a note
10198* CRMApi*  | [ ** crm_notes_id_patch** ] ( docs/CRMApi.md#crm_notes_id_patch )  | ** PATCH**  /crm/notes/{id} | Update a note
10299* CRMApi*  | [ ** crm_notes_post** ] ( docs/CRMApi.md#crm_notes_post )  | ** POST**  /crm/notes | Create a note
100+ * CRMApi*  | [ ** crm_tasks_get** ] ( docs/CRMApi.md#crm_tasks_get )  | ** GET**  /crm/tasks | Get all tasks
103101* CRMApi*  | [ ** crm_tasks_id_delete** ] ( docs/CRMApi.md#crm_tasks_id_delete )  | ** DELETE**  /crm/tasks/{id} | Delete a task
104102* CRMApi*  | [ ** crm_tasks_id_get** ] ( docs/CRMApi.md#crm_tasks_id_get )  | ** GET**  /crm/tasks/{id} | Get a task
105103* CRMApi*  | [ ** crm_tasks_id_patch** ] ( docs/CRMApi.md#crm_tasks_id_patch )  | ** PATCH**  /crm/tasks/{id} | Update a task
@@ -212,10 +210,13 @@ Class | Method | HTTP request | Description
212210* TransactionalEmailsApi*  | [ ** create_smtp_template** ] ( docs/TransactionalEmailsApi.md#create_smtp_template )  | ** POST**  /smtp/templates | Create an email template
213211* TransactionalEmailsApi*  | [ ** delete_blocked_domain** ] ( docs/TransactionalEmailsApi.md#delete_blocked_domain )  | ** DELETE**  /smtp/blockedDomains/{domain} | Unblock an existing domain from the list of blocked domains
214212* TransactionalEmailsApi*  | [ ** delete_hardbounces** ] ( docs/TransactionalEmailsApi.md#delete_hardbounces )  | ** POST**  /smtp/deleteHardbounces | Delete hardbounces
213+ * TransactionalEmailsApi*  | [ ** delete_scheduled_email_by_id** ] ( docs/TransactionalEmailsApi.md#delete_scheduled_email_by_id )  | ** DELETE**  /smtp/email/{identifier} | Delete scheduled emails by batchId or messageId
215214* TransactionalEmailsApi*  | [ ** delete_smtp_template** ] ( docs/TransactionalEmailsApi.md#delete_smtp_template )  | ** DELETE**  /smtp/templates/{templateId} | Delete an inactive email template
216215* TransactionalEmailsApi*  | [ ** get_aggregated_smtp_report** ] ( docs/TransactionalEmailsApi.md#get_aggregated_smtp_report )  | ** GET**  /smtp/statistics/aggregatedReport | Get your transactional email activity aggregated over a period of time
217216* TransactionalEmailsApi*  | [ ** get_blocked_domains** ] ( docs/TransactionalEmailsApi.md#get_blocked_domains )  | ** GET**  /smtp/blockedDomains | Get the list of blocked domains
218217* TransactionalEmailsApi*  | [ ** get_email_event_report** ] ( docs/TransactionalEmailsApi.md#get_email_event_report )  | ** GET**  /smtp/statistics/events | Get all your transactional email activity (unaggregated events)
218+ * TransactionalEmailsApi*  | [ ** get_scheduled_email_by_batch_id** ] ( docs/TransactionalEmailsApi.md#get_scheduled_email_by_batch_id )  | ** GET**  /smtp/emailStatus/{batchId} | Fetch scheduled emails by batchId
219+ * TransactionalEmailsApi*  | [ ** get_scheduled_email_by_message_id** ] ( docs/TransactionalEmailsApi.md#get_scheduled_email_by_message_id )  | ** GET**  /smtp/emailStatus/{messageId} | Fetch scheduled email by messageId
219220* TransactionalEmailsApi*  | [ ** get_smtp_report** ] ( docs/TransactionalEmailsApi.md#get_smtp_report )  | ** GET**  /smtp/statistics/reports | Get your transactional email activity aggregated per day
220221* TransactionalEmailsApi*  | [ ** get_smtp_template** ] ( docs/TransactionalEmailsApi.md#get_smtp_template )  | ** GET**  /smtp/templates/{templateId} | Returns the template information
221222* TransactionalEmailsApi*  | [ ** get_smtp_templates** ] ( docs/TransactionalEmailsApi.md#get_smtp_templates )  | ** GET**  /smtp/templates | Get the list of email templates
@@ -248,7 +249,6 @@ Class | Method | HTTP request | Description
248249 -  [ BlockDomain] ( docs/BlockDomain.md ) 
249250 -  [ Body] ( docs/Body.md ) 
250251 -  [ Body1] ( docs/Body1.md ) 
251-  -  [ Contact] ( docs/Contact.md ) 
252252 -  [ CreateAttribute] ( docs/CreateAttribute.md ) 
253253 -  [ CreateAttributeEnumeration] ( docs/CreateAttributeEnumeration.md ) 
254254 -  [ CreateChild] ( docs/CreateChild.md ) 
@@ -269,14 +269,14 @@ Class | Method | HTTP request | Description
269269 -  [ CreateSmtpTemplate] ( docs/CreateSmtpTemplate.md ) 
270270 -  [ CreateSmtpTemplateSender] ( docs/CreateSmtpTemplateSender.md ) 
271271 -  [ CreateSubAccount] ( docs/CreateSubAccount.md ) 
272+  -  [ CreateSubAccountResponse] ( docs/CreateSubAccountResponse.md ) 
272273 -  [ CreateUpdateContactModel] ( docs/CreateUpdateContactModel.md ) 
273274 -  [ CreateUpdateFolder] ( docs/CreateUpdateFolder.md ) 
274275 -  [ CreateWebhook] ( docs/CreateWebhook.md ) 
275276 -  [ CreatedProcessId] ( docs/CreatedProcessId.md ) 
276277 -  [ DeleteHardbounces] ( docs/DeleteHardbounces.md ) 
277278 -  [ EmailExportRecipients] ( docs/EmailExportRecipients.md ) 
278279 -  [ ErrorModel] ( docs/ErrorModel.md ) 
279-  -  [ FileData] ( docs/FileData.md ) 
280280 -  [ GetAccountMarketingAutomation] ( docs/GetAccountMarketingAutomation.md ) 
281281 -  [ GetAccountPlan] ( docs/GetAccountPlan.md ) 
282282 -  [ GetAccountRelay] ( docs/GetAccountRelay.md ) 
@@ -341,6 +341,9 @@ Class | Method | HTTP request | Description
341341 -  [ GetProcesses] ( docs/GetProcesses.md ) 
342342 -  [ GetReports] ( docs/GetReports.md ) 
343343 -  [ GetReportsReports] ( docs/GetReportsReports.md ) 
344+  -  [ GetScheduledEmailByBatchId] ( docs/GetScheduledEmailByBatchId.md ) 
345+  -  [ GetScheduledEmailByBatchIdBatches] ( docs/GetScheduledEmailByBatchIdBatches.md ) 
346+  -  [ GetScheduledEmailByMessageId] ( docs/GetScheduledEmailByMessageId.md ) 
344347 -  [ GetSendersList] ( docs/GetSendersList.md ) 
345348 -  [ GetSendersListIps] ( docs/GetSendersListIps.md ) 
346349 -  [ GetSendersListSenders] ( docs/GetSendersListSenders.md ) 
@@ -369,6 +372,7 @@ Class | Method | HTTP request | Description
369372 -  [ GetTransacSmsReportReports] ( docs/GetTransacSmsReportReports.md ) 
370373 -  [ GetWebhook] ( docs/GetWebhook.md ) 
371374 -  [ GetWebhooks] ( docs/GetWebhooks.md ) 
375+  -  [ InlineResponse201] ( docs/InlineResponse201.md ) 
372376 -  [ ManageIp] ( docs/ManageIp.md ) 
373377 -  [ MasterDetailsResponse] ( docs/MasterDetailsResponse.md ) 
374378 -  [ MasterDetailsResponseBillingInfo] ( docs/MasterDetailsResponseBillingInfo.md ) 
@@ -378,6 +382,8 @@ Class | Method | HTTP request | Description
378382 -  [ MasterDetailsResponsePlanInfoFeatures] ( docs/MasterDetailsResponsePlanInfoFeatures.md ) 
379383 -  [ Note] ( docs/Note.md ) 
380384 -  [ NoteData] ( docs/NoteData.md ) 
385+  -  [ NoteId] ( docs/NoteId.md ) 
386+  -  [ NoteList] ( docs/NoteList.md ) 
381387 -  [ PostContactInfo] ( docs/PostContactInfo.md ) 
382388 -  [ PostContactInfoContacts] ( docs/PostContactInfoContacts.md ) 
383389 -  [ PostSendFailed] ( docs/PostSendFailed.md ) 
@@ -392,6 +398,7 @@ Class | Method | HTTP request | Description
392398 -  [ RequestContactImport] ( docs/RequestContactImport.md ) 
393399 -  [ RequestContactImportNewList] ( docs/RequestContactImportNewList.md ) 
394400 -  [ RequestSmsRecipientExport] ( docs/RequestSmsRecipientExport.md ) 
401+  -  [ ScheduleSmtpEmail] ( docs/ScheduleSmtpEmail.md ) 
395402 -  [ SendReport] ( docs/SendReport.md ) 
396403 -  [ SendReportEmail] ( docs/SendReportEmail.md ) 
397404 -  [ SendSms] ( docs/SendSms.md ) 
@@ -423,6 +430,7 @@ Class | Method | HTTP request | Description
423430 -  [ SubAccountsResponse] ( docs/SubAccountsResponse.md ) 
424431 -  [ SubAccountsResponseSubAccounts] ( docs/SubAccountsResponseSubAccounts.md ) 
425432 -  [ Task] ( docs/Task.md ) 
433+  -  [ TaskList] ( docs/TaskList.md ) 
426434 -  [ TaskReminder] ( docs/TaskReminder.md ) 
427435 -  [ TaskTypes] ( docs/TaskTypes.md ) 
428436 -  [ UpdateAttribute] ( docs/UpdateAttribute.md ) 
0 commit comments