Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions packages/clients/src/api/tem/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
}

/**
* Transactional Email API documentation.
*
* Tem. Transactional Email API documentation.
*/
/** Transactional Email API. */
export class API extends ParentAPI {
/** Lists the available regions of the API. */
public static readonly LOCALITIES: Region[] = ['fr-par']
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/src/api/tem/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ export interface Statistics {
*/
failedCount: number
/**
* Number of emails in the final `canceled` state. This meanns emails that
* have been canceled upon request.
* Number of emails in the final `canceled` state. This means emails that have
* been canceled upon request.
*/
canceledCount: number
}
Expand Down