retell-sdk 4.62.0 → 4.63.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.
@@ -15143,14 +15143,19 @@ export namespace ConversationFlowCreateParams {
15143
15143
  }
15144
15144
 
15145
15145
  export interface ConversationFlowRetrieveParams {
15146
- version?: string;
15146
+ /**
15147
+ * Optional version of the conversation flow to retrieve. Default to latest
15148
+ * version.
15149
+ */
15150
+ version?: number;
15147
15151
  }
15148
15152
 
15149
15153
  export interface ConversationFlowUpdateParams {
15150
15154
  /**
15151
- * Query param: Version of the conversation flow to update
15155
+ * Query param: Optional version of the conversation flow to update. Default to
15156
+ * latest version.
15152
15157
  */
15153
- version?: string;
15158
+ version?: number;
15154
15159
 
15155
15160
  /**
15156
15161
  * Body param: If set, the AI will begin the conversation after waiting for the
@@ -53,6 +53,13 @@ export {
53
53
  type ConversationFlowUpdateParams,
54
54
  type ConversationFlowListParams,
55
55
  } from './conversation-flow';
56
+ export {
57
+ ConversationFlowComponent,
58
+ type ConversationFlowComponentResponse,
59
+ type ConversationFlowComponentListResponse,
60
+ type ConversationFlowComponentCreateParams,
61
+ type ConversationFlowComponentUpdateParams,
62
+ } from './conversation-flow-component';
56
63
  export {
57
64
  KnowledgeBase,
58
65
  type KnowledgeBaseResponse,
@@ -42,7 +42,8 @@ export interface McpToolGetMcpToolsParams {
42
42
  mcp_id: string;
43
43
 
44
44
  /**
45
- * Optional version of the API to use for this request.
45
+ * Optional version of the agent to use for this request. Default to latest
46
+ * version.
46
47
  */
47
48
  version?: number;
48
49
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '4.62.0'; // x-release-please-version
1
+ export const VERSION = '4.63.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "4.62.0";
1
+ export declare const VERSION = "4.63.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '4.62.0'; // x-release-please-version
4
+ exports.VERSION = '4.63.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '4.62.0'; // x-release-please-version
1
+ export const VERSION = '4.63.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map