retell-sdk 4.52.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,13 @@
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
+
3
11
  ## 4.52.0 (2025-10-19)
4
12
 
5
13
  Full Changelog: [v4.51.0...v4.52.0](https://github.com/RetellAI/retell-typescript-sdk/compare/v4.51.0...v4.52.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "retell-sdk",
3
- "version": "4.52.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
@@ -857,13 +864,6 @@ export declare namespace ConversationFlowResponse {
857
864
  * digits, '\*', '#', or a dynamic variable like {{extension}}.
858
865
  */
859
866
  extension?: string;
860
- /**
861
- * If true, the e.164 validation will be ignored for the from_number. This can be
862
- * useful when you want to dial to internal pseudo numbers. This only applies when
863
- * you are using custom telephony and does not apply when you are using Retell
864
- * Telephony. If omitted, the default value is false.
865
- */
866
- ignore_e164_validation?: boolean;
867
867
  }
868
868
  interface TransferDestinationInferred {
869
869
  /**
@@ -3316,6 +3316,13 @@ export declare namespace ConversationFlowResponse {
3316
3316
  */
3317
3317
  display_position?: TransferCallNode.DisplayPosition;
3318
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;
3319
3326
  model_choice?: TransferCallNode.ModelChoice;
3320
3327
  /**
3321
3328
  * Optional name for display purposes
@@ -3388,13 +3395,6 @@ export declare namespace ConversationFlowResponse {
3388
3395
  * digits, '\*', '#', or a dynamic variable like {{extension}}.
3389
3396
  */
3390
3397
  extension?: string;
3391
- /**
3392
- * If true, the e.164 validation will be ignored for the from_number. This can be
3393
- * useful when you want to dial to internal pseudo numbers. This only applies when
3394
- * you are using custom telephony and does not apply when you are using Retell
3395
- * Telephony. If omitted, the default value is false.
3396
- */
3397
- ignore_e164_validation?: boolean;
3398
3398
  }
3399
3399
  interface TransferDestinationInferred {
3400
3400
  /**
@@ -5868,6 +5868,13 @@ export declare namespace ConversationFlowCreateParams {
5868
5868
  */
5869
5869
  display_position?: TransferCallNode.DisplayPosition;
5870
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;
5871
5878
  model_choice?: TransferCallNode.ModelChoice;
5872
5879
  /**
5873
5880
  * Optional name for display purposes
@@ -5940,13 +5947,6 @@ export declare namespace ConversationFlowCreateParams {
5940
5947
  * digits, '\*', '#', or a dynamic variable like {{extension}}.
5941
5948
  */
5942
5949
  extension?: string;
5943
- /**
5944
- * If true, the e.164 validation will be ignored for the from_number. This can be
5945
- * useful when you want to dial to internal pseudo numbers. This only applies when
5946
- * you are using custom telephony and does not apply when you are using Retell
5947
- * Telephony. If omitted, the default value is false.
5948
- */
5949
- ignore_e164_validation?: boolean;
5950
5950
  }
5951
5951
  interface TransferDestinationInferred {
5952
5952
  /**
@@ -8219,6 +8219,13 @@ export declare namespace ConversationFlowCreateParams {
8219
8219
  */
8220
8220
  display_position?: TransferCallNode.DisplayPosition;
8221
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;
8222
8229
  model_choice?: TransferCallNode.ModelChoice;
8223
8230
  /**
8224
8231
  * Optional name for display purposes
@@ -8291,13 +8298,6 @@ export declare namespace ConversationFlowCreateParams {
8291
8298
  * digits, '\*', '#', or a dynamic variable like {{extension}}.
8292
8299
  */
8293
8300
  extension?: string;
8294
- /**
8295
- * If true, the e.164 validation will be ignored for the from_number. This can be
8296
- * useful when you want to dial to internal pseudo numbers. This only applies when
8297
- * you are using custom telephony and does not apply when you are using Retell
8298
- * Telephony. If omitted, the default value is false.
8299
- */
8300
- ignore_e164_validation?: boolean;
8301
8301
  }
8302
8302
  interface TransferDestinationInferred {
8303
8303
  /**
@@ -10984,6 +10984,13 @@ export declare namespace ConversationFlowUpdateParams {
10984
10984
  */
10985
10985
  display_position?: TransferCallNode.DisplayPosition;
10986
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;
10987
10994
  model_choice?: TransferCallNode.ModelChoice;
10988
10995
  /**
10989
10996
  * Optional name for display purposes
@@ -11056,13 +11063,6 @@ export declare namespace ConversationFlowUpdateParams {
11056
11063
  * digits, '\*', '#', or a dynamic variable like {{extension}}.
11057
11064
  */
11058
11065
  extension?: string;
11059
- /**
11060
- * If true, the e.164 validation will be ignored for the from_number. This can be
11061
- * useful when you want to dial to internal pseudo numbers. This only applies when
11062
- * you are using custom telephony and does not apply when you are using Retell
11063
- * Telephony. If omitted, the default value is false.
11064
- */
11065
- ignore_e164_validation?: boolean;
11066
11066
  }
11067
11067
  interface TransferDestinationInferred {
11068
11068
  /**
@@ -13515,6 +13515,13 @@ export declare namespace ConversationFlowUpdateParams {
13515
13515
  */
13516
13516
  display_position?: TransferCallNode.DisplayPosition;
13517
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;
13518
13525
  model_choice?: TransferCallNode.ModelChoice;
13519
13526
  /**
13520
13527
  * Optional name for display purposes
@@ -13587,13 +13594,6 @@ export declare namespace ConversationFlowUpdateParams {
13587
13594
  * digits, '\*', '#', or a dynamic variable like {{extension}}.
13588
13595
  */
13589
13596
  extension?: string;
13590
- /**
13591
- * If true, the e.164 validation will be ignored for the from_number. This can be
13592
- * useful when you want to dial to internal pseudo numbers. This only applies when
13593
- * you are using custom telephony and does not apply when you are using Retell
13594
- * Telephony. If omitted, the default value is false.
13595
- */
13596
- ignore_e164_validation?: boolean;
13597
13597
  }
13598
13598
  interface TransferDestinationInferred {
13599
13599
  /**