Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed May 28, 2024
1 parent e46a226 commit e94c425
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 19
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/toddlzt%2Ftoddlzt-2d0afd119398b883773786a0ca815675564c3044333e6429f7261ed156aad93c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/toddlzt%2Ftoddlzt-710e36f6161faab05049c83ea3e0c134a0b0271d09002736c4d5d0e3a01b81fc.yml
9 changes: 9 additions & 0 deletions src/resources/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ export interface AgentResponse {
* - `static-noise`: Constant static noise.
* [Listen to Ambience](https://retell-utils-public.s3.us-west-2.amazonaws.com/static-noise.wav)
*
* - `call-center`: Call center work noise.
* [Listen to Ambience](https://retell-utils-public.s3.us-west-2.amazonaws.com/call-center.wav)
*
* Set to `null` to remove ambient sound from this agent.
*/
ambient_sound?:
Expand Down Expand Up @@ -322,6 +325,9 @@ export interface AgentCreateParams {
* - `static-noise`: Constant static noise.
* [Listen to Ambience](https://retell-utils-public.s3.us-west-2.amazonaws.com/static-noise.wav)
*
* - `call-center`: Call center work noise.
* [Listen to Ambience](https://retell-utils-public.s3.us-west-2.amazonaws.com/call-center.wav)
*
* Set to `null` to remove ambient sound from this agent.
*/
ambient_sound?:
Expand Down Expand Up @@ -531,6 +537,9 @@ export interface AgentUpdateParams {
* - `static-noise`: Constant static noise.
* [Listen to Ambience](https://retell-utils-public.s3.us-west-2.amazonaws.com/static-noise.wav)
*
* - `call-center`: Call center work noise.
* [Listen to Ambience](https://retell-utils-public.s3.us-west-2.amazonaws.com/call-center.wav)
*
* Set to `null` to remove ambient sound from this agent.
*/
ambient_sound?:
Expand Down

0 comments on commit e94c425

Please sign in to comment.