For example, GET/phone/call_history_detail/{callLogId} endpoint is missing:
(only GET/phone/call_logs/{callLogId} is available, but it has been deprecated).
Also, the client.endpoints.recordings.getRecordingByCallID is missing call_history_id in its type when using TypeScript - this is present in the official schema:
For example,
GET/phone/call_history_detail/{callLogId}endpoint is missing:(only
GET/phone/call_logs/{callLogId}is available, but it has been deprecated).Also, the
client.endpoints.recordings.getRecordingByCallIDis missingcall_history_idin its type when using TypeScript - this is present in the official schema: