Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 24, 2024
1 parent e306f52 commit 28cdc27
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 400 deletions.
4 changes: 2 additions & 2 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Types:

- <code><a href="./src/resources/call.ts">CallResponse</a></code>
- <code><a href="./src/resources/call.ts">RegisterCallResponse</a></code>
- <code><a href="./src/resources/call.ts">RegisterCallResponse</a></code>
- <code><a href="./src/resources/call.ts">CallListResponse</a></code>

Methods:

- <code title="post /create-phone-call">client.call.<a href="./src/resources/call.ts">create</a>({ ...params }) -> RegisterCallResponse</code>
- <code title="get /get-call/{call_id}">client.call.<a href="./src/resources/call.ts">retrieve</a>(callId) -> CallResponse</code>
- <code title="get /get-call/{call_id}">client.call.<a href="./src/resources/call.ts">retrieve</a>(callId) -> RegisterCallResponse</code>
- <code title="get /list-calls">client.call.<a href="./src/resources/call.ts">list</a>({ ...params }) -> CallListResponse</code>
- <code title="post /register-call">client.call.<a href="./src/resources/call.ts">register</a>({ ...params }) -> RegisterCallResponse</code>

Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export namespace Retell {
export import RequestOptions = Core.RequestOptions;

export import Call = API.Call;
export import CallResponse = API.CallResponse;
export import RegisterCallResponse = API.RegisterCallResponse;
export import CallListResponse = API.CallListResponse;
export import CallCreateParams = API.CallCreateParams;
Expand Down
Loading

0 comments on commit 28cdc27

Please sign in to comment.