retell-sdk 4.51.0 → 4.53.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.53.0 (2025-10-19)
4
+
5
+ Full Changelog: [v4.52.0...v4.53.0](https://github.com/RetellAI/retell-typescript-sdk/compare/v4.52.0...v4.53.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([c8c0832](https://github.com/RetellAI/retell-typescript-sdk/commit/c8c0832badb2ddaeb1fe11246d680531a03994b6))
10
+
11
+ ## 4.52.0 (2025-10-19)
12
+
13
+ Full Changelog: [v4.51.0...v4.52.0](https://github.com/RetellAI/retell-typescript-sdk/compare/v4.51.0...v4.52.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([dcde1b2](https://github.com/RetellAI/retell-typescript-sdk/commit/dcde1b21d94faae3b749865e7edab3da09755c34))
18
+
3
19
  ## 4.51.0 (2025-10-19)
4
20
 
5
21
  Full Changelog: [v4.50.0...v4.51.0](https://github.com/RetellAI/retell-typescript-sdk/compare/v4.50.0...v4.51.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "retell-sdk",
3
- "version": "4.51.0",
3
+ "version": "4.53.0",
4
4
  "description": "The official TypeScript library for the Retell API",
5
5
  "author": "Retell <support@retellai.com>",
6
6
  "types": "./index.d.ts",
@@ -785,6 +785,13 @@ export declare namespace ConversationFlowResponse {
785
785
  */
786
786
  display_position?: TransferCallNode.DisplayPosition;
787
787
  global_node_setting?: TransferCallNode.GlobalNodeSetting;
788
+ /**
789
+ * If true, the e.164 validation will be ignored for the from_number. This can be
790
+ * useful when you want to dial to internal pseudo numbers. This only applies when
791
+ * you are using custom telephony and does not apply when you are using Retell
792
+ * Telephony. If omitted, the default value is false.
793
+ */
794
+ ignore_e164_validation?: boolean;
788
795
  model_choice?: TransferCallNode.ModelChoice;
789
796
  /**
790
797
  * Optional name for display purposes
@@ -3309,6 +3316,13 @@ export declare namespace ConversationFlowResponse {
3309
3316
  */
3310
3317
  display_position?: TransferCallNode.DisplayPosition;
3311
3318
  global_node_setting?: TransferCallNode.GlobalNodeSetting;
3319
+ /**
3320
+ * If true, the e.164 validation will be ignored for the from_number. This can be
3321
+ * useful when you want to dial to internal pseudo numbers. This only applies when
3322
+ * you are using custom telephony and does not apply when you are using Retell
3323
+ * Telephony. If omitted, the default value is false.
3324
+ */
3325
+ ignore_e164_validation?: boolean;
3312
3326
  model_choice?: TransferCallNode.ModelChoice;
3313
3327
  /**
3314
3328
  * Optional name for display purposes
@@ -5854,6 +5868,13 @@ export declare namespace ConversationFlowCreateParams {
5854
5868
  */
5855
5869
  display_position?: TransferCallNode.DisplayPosition;
5856
5870
  global_node_setting?: TransferCallNode.GlobalNodeSetting;
5871
+ /**
5872
+ * If true, the e.164 validation will be ignored for the from_number. This can be
5873
+ * useful when you want to dial to internal pseudo numbers. This only applies when
5874
+ * you are using custom telephony and does not apply when you are using Retell
5875
+ * Telephony. If omitted, the default value is false.
5876
+ */
5877
+ ignore_e164_validation?: boolean;
5857
5878
  model_choice?: TransferCallNode.ModelChoice;
5858
5879
  /**
5859
5880
  * Optional name for display purposes
@@ -8198,6 +8219,13 @@ export declare namespace ConversationFlowCreateParams {
8198
8219
  */
8199
8220
  display_position?: TransferCallNode.DisplayPosition;
8200
8221
  global_node_setting?: TransferCallNode.GlobalNodeSetting;
8222
+ /**
8223
+ * If true, the e.164 validation will be ignored for the from_number. This can be
8224
+ * useful when you want to dial to internal pseudo numbers. This only applies when
8225
+ * you are using custom telephony and does not apply when you are using Retell
8226
+ * Telephony. If omitted, the default value is false.
8227
+ */
8228
+ ignore_e164_validation?: boolean;
8201
8229
  model_choice?: TransferCallNode.ModelChoice;
8202
8230
  /**
8203
8231
  * Optional name for display purposes
@@ -10956,6 +10984,13 @@ export declare namespace ConversationFlowUpdateParams {
10956
10984
  */
10957
10985
  display_position?: TransferCallNode.DisplayPosition;
10958
10986
  global_node_setting?: TransferCallNode.GlobalNodeSetting;
10987
+ /**
10988
+ * If true, the e.164 validation will be ignored for the from_number. This can be
10989
+ * useful when you want to dial to internal pseudo numbers. This only applies when
10990
+ * you are using custom telephony and does not apply when you are using Retell
10991
+ * Telephony. If omitted, the default value is false.
10992
+ */
10993
+ ignore_e164_validation?: boolean;
10959
10994
  model_choice?: TransferCallNode.ModelChoice;
10960
10995
  /**
10961
10996
  * Optional name for display purposes
@@ -13480,6 +13515,13 @@ export declare namespace ConversationFlowUpdateParams {
13480
13515
  */
13481
13516
  display_position?: TransferCallNode.DisplayPosition;
13482
13517
  global_node_setting?: TransferCallNode.GlobalNodeSetting;
13518
+ /**
13519
+ * If true, the e.164 validation will be ignored for the from_number. This can be
13520
+ * useful when you want to dial to internal pseudo numbers. This only applies when
13521
+ * you are using custom telephony and does not apply when you are using Retell
13522
+ * Telephony. If omitted, the default value is false.
13523
+ */
13524
+ ignore_e164_validation?: boolean;
13483
13525
  model_choice?: TransferCallNode.ModelChoice;
13484
13526
  /**
13485
13527
  * Optional name for display purposes