retell-sdk 4.53.0 → 4.55.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/CHANGELOG.md +17 -0
- package/package.json +1 -1
- package/resources/batch-call.d.ts +17 -7
- package/resources/batch-call.d.ts.map +1 -1
- package/resources/conversation-flow.d.ts +21 -0
- package/resources/conversation-flow.d.ts.map +1 -1
- package/resources/llm.d.ts +21 -0
- package/resources/llm.d.ts.map +1 -1
- package/src/resources/batch-call.ts +20 -8
- package/src/resources/conversation-flow.ts +24 -0
- package/src/resources/llm.ts +24 -0
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.55.0 (2025-10-23)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v4.54.0...v4.55.0](https://github.com/RetellAI/retell-typescript-sdk/compare/v4.54.0...v4.55.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([ecc1ee5](https://github.com/RetellAI/retell-typescript-sdk/commit/ecc1ee5c0be1435eb91c05077d7a7f8355a06f7d))
|
|
10
|
+
|
|
11
|
+
## 4.54.0 (2025-10-22)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v4.53.0...v4.54.0](https://github.com/RetellAI/retell-typescript-sdk/compare/v4.53.0...v4.54.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([254b12a](https://github.com/RetellAI/retell-typescript-sdk/commit/254b12a5b24020b014d076c6661b43ab2b250a63))
|
|
18
|
+
* **api:** api update ([a06f51d](https://github.com/RetellAI/retell-typescript-sdk/commit/a06f51d13f1165ebe1ae2e6dc6f3adad19cc6db7))
|
|
19
|
+
|
|
3
20
|
## 4.53.0 (2025-10-19)
|
|
4
21
|
|
|
5
22
|
Full Changelog: [v4.52.0...v4.53.0](https://github.com/RetellAI/retell-typescript-sdk/compare/v4.52.0...v4.53.0)
|
package/package.json
CHANGED
|
@@ -41,13 +41,6 @@ export interface BatchCallCreateBatchCallParams {
|
|
|
41
41
|
* content.
|
|
42
42
|
*/
|
|
43
43
|
tasks: Array<BatchCallCreateBatchCallParams.Task>;
|
|
44
|
-
/**
|
|
45
|
-
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
46
|
-
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
47
|
-
* you are using custom telephony and does not apply when you are using Retell
|
|
48
|
-
* Telephony. If omitted, the default value is false.
|
|
49
|
-
*/
|
|
50
|
-
ignore_e164_validation?: boolean;
|
|
51
44
|
/**
|
|
52
45
|
* The name of the batch call. Only used for your own reference.
|
|
53
46
|
*/
|
|
@@ -65,6 +58,23 @@ export declare namespace BatchCallCreateBatchCallParams {
|
|
|
65
58
|
* from Retell, only US numbers are supported as destination.
|
|
66
59
|
*/
|
|
67
60
|
to_number: string;
|
|
61
|
+
/**
|
|
62
|
+
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
63
|
+
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
64
|
+
* you are using custom telephony and does not apply when you are using Retell
|
|
65
|
+
* Telephony. If omitted, the default value is false.
|
|
66
|
+
*/
|
|
67
|
+
ignore_e164_validation?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* For this particular call, override the agent used with this agent id. This does
|
|
70
|
+
* not bind the agent to this number, this is for one time override.
|
|
71
|
+
*/
|
|
72
|
+
override_agent_id?: string;
|
|
73
|
+
/**
|
|
74
|
+
* For this particular call, override the agent version used with this version.
|
|
75
|
+
* This does not bind the agent to this number, this is for one time override.
|
|
76
|
+
*/
|
|
77
|
+
override_agent_version?: number;
|
|
68
78
|
/**
|
|
69
79
|
* Add optional dynamic variables in key value pairs of string that injects into
|
|
70
80
|
* your Response Engine prompt and tool description. Only applicable for Response
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"batch-call.d.ts","sourceRoot":"","sources":["../src/resources/batch-call.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAEhC,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;;;OAWG;IACH,eAAe,CACb,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,iBAAiB,CAAC;CAGtC;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB,WAAW,EAAE,MAAM,CAAC;IAEpB,IAAI,EAAE,MAAM,CAAC;IAEb,mBAAmB,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,8BAA8B;IAC7C;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,KAAK,EAAE,KAAK,CAAC,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAElD
|
|
1
|
+
{"version":3,"file":"batch-call.d.ts","sourceRoot":"","sources":["../src/resources/batch-call.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAEhC,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;;;OAWG;IACH,eAAe,CACb,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,iBAAiB,CAAC;CAGtC;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB,WAAW,EAAE,MAAM,CAAC;IAEpB,IAAI,EAAE,MAAM,CAAC;IAEb,mBAAmB,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,8BAA8B;IAC7C;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,KAAK,EAAE,KAAK,CAAC,8BAA8B,CAAC,IAAI,CAAC,CAAC;IAElD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,yBAAiB,8BAA8B,CAAC;IAC9C,UAAiB,IAAI;QACnB;;;WAGG;QACH,SAAS,EAAE,MAAM,CAAC;QAElB;;;;;WAKG;QACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;QAEjC;;;WAGG;QACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAE3B;;;WAGG;QACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;QAEhC;;;;WAIG;QACH,4BAA4B,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAC;KAC3D;CACF;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,8BAA8B,IAAI,8BAA8B,GACtE,CAAC;CACH"}
|
|
@@ -82,6 +82,13 @@ export interface ConversationFlowResponse {
|
|
|
82
82
|
* Version number of the conversation flow
|
|
83
83
|
*/
|
|
84
84
|
version: number;
|
|
85
|
+
/**
|
|
86
|
+
* If set, the AI will begin the conversation after waiting for the user for the
|
|
87
|
+
* duration (in milliseconds) specified by this attribute. This only applies if the
|
|
88
|
+
* agent is configured to wait for the user to speak first. If not set, the agent
|
|
89
|
+
* will wait indefinitely for the user to speak.
|
|
90
|
+
*/
|
|
91
|
+
begin_after_user_silence_ms?: number | null;
|
|
85
92
|
/**
|
|
86
93
|
* Display position for the begin tag in the frontend.
|
|
87
94
|
*/
|
|
@@ -5190,6 +5197,13 @@ export interface ConversationFlowCreateParams {
|
|
|
5190
5197
|
* Who starts the conversation - user or agent.
|
|
5191
5198
|
*/
|
|
5192
5199
|
start_speaker: 'user' | 'agent';
|
|
5200
|
+
/**
|
|
5201
|
+
* If set, the AI will begin the conversation after waiting for the user for the
|
|
5202
|
+
* duration (in milliseconds) specified by this attribute. This only applies if the
|
|
5203
|
+
* agent is configured to wait for the user to speak first. If not set, the agent
|
|
5204
|
+
* will wait indefinitely for the user to speak.
|
|
5205
|
+
*/
|
|
5206
|
+
begin_after_user_silence_ms?: number | null;
|
|
5193
5207
|
/**
|
|
5194
5208
|
* Display position for the begin tag in the frontend.
|
|
5195
5209
|
*/
|
|
@@ -10280,6 +10294,13 @@ export interface ConversationFlowUpdateParams {
|
|
|
10280
10294
|
* Query param: Version of the conversation flow to update
|
|
10281
10295
|
*/
|
|
10282
10296
|
version?: string;
|
|
10297
|
+
/**
|
|
10298
|
+
* Body param: If set, the AI will begin the conversation after waiting for the
|
|
10299
|
+
* user for the duration (in milliseconds) specified by this attribute. This only
|
|
10300
|
+
* applies if the agent is configured to wait for the user to speak first. If not
|
|
10301
|
+
* set, the agent will wait indefinitely for the user to speak.
|
|
10302
|
+
*/
|
|
10303
|
+
begin_after_user_silence_ms?: number | null;
|
|
10283
10304
|
/**
|
|
10284
10305
|
* Body param: Display position for the begin tag in the frontend.
|
|
10285
10306
|
*/
|