retell-sdk 4.57.0 → 4.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.ts CHANGED
@@ -36,6 +36,7 @@ import {
36
36
  ChatCreateSMSChatParams,
37
37
  ChatListResponse,
38
38
  ChatResponse,
39
+ ChatUpdateParams,
39
40
  } from './resources/chat';
40
41
  import { Concurrency, ConcurrencyRetrieveResponse } from './resources/concurrency';
41
42
  import {
@@ -284,6 +285,7 @@ export declare namespace Retell {
284
285
  type ChatListResponse as ChatListResponse,
285
286
  type ChatCreateChatCompletionResponse as ChatCreateChatCompletionResponse,
286
287
  type ChatCreateParams as ChatCreateParams,
288
+ type ChatUpdateParams as ChatUpdateParams,
287
289
  type ChatCreateChatCompletionParams as ChatCreateChatCompletionParams,
288
290
  type ChatCreateSMSChatParams as ChatCreateSMSChatParams,
289
291
  };