Added
deepgram.projects.update
will now update a project
- Prerecorded transcription responses now include utterances
Updated
- The project type has been modified to the following:
{
project_id: string;
name?: string;
company?: string;
};
- The key type has been modified to the following:
{
api_key_id: string;
key?: string;
comment: string;
created: string;
scopes: Array<string>;
};
- The usage request type has been modified to the following:
{
request_id: string;
created: string;
path: string;
accessor: string;
response?: UsageRequestDetail | UsageRequestMessage;
callback?: UsageCallback;
};