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 +8 -0
- package/package.json +1 -1
- package/resources/conversation-flow.d.ts +42 -42
- package/resources/conversation-flow.d.ts.map +1 -1
- package/resources/llm.d.ts +42 -42
- package/resources/llm.d.ts.map +1 -1
- package/src/resources/conversation-flow.ts +48 -48
- package/src/resources/llm.ts +48 -48
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/src/resources/llm.ts
CHANGED
|
@@ -304,6 +304,14 @@ export namespace LlmResponse {
|
|
|
304
304
|
* to call the tool.
|
|
305
305
|
*/
|
|
306
306
|
description?: string;
|
|
307
|
+
|
|
308
|
+
/**
|
|
309
|
+
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
310
|
+
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
311
|
+
* you are using custom telephony and does not apply when you are using Retell
|
|
312
|
+
* Telephony. If omitted, the default value is false.
|
|
313
|
+
*/
|
|
314
|
+
ignore_e164_validation?: boolean;
|
|
307
315
|
}
|
|
308
316
|
|
|
309
317
|
export namespace TransferCallTool {
|
|
@@ -324,14 +332,6 @@ export namespace LlmResponse {
|
|
|
324
332
|
* digits, '\*', '#', or a dynamic variable like {{extension}}.
|
|
325
333
|
*/
|
|
326
334
|
extension?: string;
|
|
327
|
-
|
|
328
|
-
/**
|
|
329
|
-
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
330
|
-
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
331
|
-
* you are using custom telephony and does not apply when you are using Retell
|
|
332
|
-
* Telephony. If omitted, the default value is false.
|
|
333
|
-
*/
|
|
334
|
-
ignore_e164_validation?: boolean;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
export interface TransferDestinationInferred {
|
|
@@ -1085,6 +1085,14 @@ export namespace LlmResponse {
|
|
|
1085
1085
|
* to call the tool.
|
|
1086
1086
|
*/
|
|
1087
1087
|
description?: string;
|
|
1088
|
+
|
|
1089
|
+
/**
|
|
1090
|
+
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
1091
|
+
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
1092
|
+
* you are using custom telephony and does not apply when you are using Retell
|
|
1093
|
+
* Telephony. If omitted, the default value is false.
|
|
1094
|
+
*/
|
|
1095
|
+
ignore_e164_validation?: boolean;
|
|
1088
1096
|
}
|
|
1089
1097
|
|
|
1090
1098
|
export namespace TransferCallTool {
|
|
@@ -1105,14 +1113,6 @@ export namespace LlmResponse {
|
|
|
1105
1113
|
* digits, '\*', '#', or a dynamic variable like {{extension}}.
|
|
1106
1114
|
*/
|
|
1107
1115
|
extension?: string;
|
|
1108
|
-
|
|
1109
|
-
/**
|
|
1110
|
-
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
1111
|
-
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
1112
|
-
* you are using custom telephony and does not apply when you are using Retell
|
|
1113
|
-
* Telephony. If omitted, the default value is false.
|
|
1114
|
-
*/
|
|
1115
|
-
ignore_e164_validation?: boolean;
|
|
1116
1116
|
}
|
|
1117
1117
|
|
|
1118
1118
|
export interface TransferDestinationInferred {
|
|
@@ -1888,6 +1888,14 @@ export namespace LlmCreateParams {
|
|
|
1888
1888
|
* to call the tool.
|
|
1889
1889
|
*/
|
|
1890
1890
|
description?: string;
|
|
1891
|
+
|
|
1892
|
+
/**
|
|
1893
|
+
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
1894
|
+
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
1895
|
+
* you are using custom telephony and does not apply when you are using Retell
|
|
1896
|
+
* Telephony. If omitted, the default value is false.
|
|
1897
|
+
*/
|
|
1898
|
+
ignore_e164_validation?: boolean;
|
|
1891
1899
|
}
|
|
1892
1900
|
|
|
1893
1901
|
export namespace TransferCallTool {
|
|
@@ -1908,14 +1916,6 @@ export namespace LlmCreateParams {
|
|
|
1908
1916
|
* digits, '\*', '#', or a dynamic variable like {{extension}}.
|
|
1909
1917
|
*/
|
|
1910
1918
|
extension?: string;
|
|
1911
|
-
|
|
1912
|
-
/**
|
|
1913
|
-
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
1914
|
-
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
1915
|
-
* you are using custom telephony and does not apply when you are using Retell
|
|
1916
|
-
* Telephony. If omitted, the default value is false.
|
|
1917
|
-
*/
|
|
1918
|
-
ignore_e164_validation?: boolean;
|
|
1919
1919
|
}
|
|
1920
1920
|
|
|
1921
1921
|
export interface TransferDestinationInferred {
|
|
@@ -2669,6 +2669,14 @@ export namespace LlmCreateParams {
|
|
|
2669
2669
|
* to call the tool.
|
|
2670
2670
|
*/
|
|
2671
2671
|
description?: string;
|
|
2672
|
+
|
|
2673
|
+
/**
|
|
2674
|
+
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
2675
|
+
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
2676
|
+
* you are using custom telephony and does not apply when you are using Retell
|
|
2677
|
+
* Telephony. If omitted, the default value is false.
|
|
2678
|
+
*/
|
|
2679
|
+
ignore_e164_validation?: boolean;
|
|
2672
2680
|
}
|
|
2673
2681
|
|
|
2674
2682
|
export namespace TransferCallTool {
|
|
@@ -2689,14 +2697,6 @@ export namespace LlmCreateParams {
|
|
|
2689
2697
|
* digits, '\*', '#', or a dynamic variable like {{extension}}.
|
|
2690
2698
|
*/
|
|
2691
2699
|
extension?: string;
|
|
2692
|
-
|
|
2693
|
-
/**
|
|
2694
|
-
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
2695
|
-
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
2696
|
-
* you are using custom telephony and does not apply when you are using Retell
|
|
2697
|
-
* Telephony. If omitted, the default value is false.
|
|
2698
|
-
*/
|
|
2699
|
-
ignore_e164_validation?: boolean;
|
|
2700
2700
|
}
|
|
2701
2701
|
|
|
2702
2702
|
export interface TransferDestinationInferred {
|
|
@@ -3487,6 +3487,14 @@ export namespace LlmUpdateParams {
|
|
|
3487
3487
|
* to call the tool.
|
|
3488
3488
|
*/
|
|
3489
3489
|
description?: string;
|
|
3490
|
+
|
|
3491
|
+
/**
|
|
3492
|
+
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
3493
|
+
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
3494
|
+
* you are using custom telephony and does not apply when you are using Retell
|
|
3495
|
+
* Telephony. If omitted, the default value is false.
|
|
3496
|
+
*/
|
|
3497
|
+
ignore_e164_validation?: boolean;
|
|
3490
3498
|
}
|
|
3491
3499
|
|
|
3492
3500
|
export namespace TransferCallTool {
|
|
@@ -3507,14 +3515,6 @@ export namespace LlmUpdateParams {
|
|
|
3507
3515
|
* digits, '\*', '#', or a dynamic variable like {{extension}}.
|
|
3508
3516
|
*/
|
|
3509
3517
|
extension?: string;
|
|
3510
|
-
|
|
3511
|
-
/**
|
|
3512
|
-
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
3513
|
-
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
3514
|
-
* you are using custom telephony and does not apply when you are using Retell
|
|
3515
|
-
* Telephony. If omitted, the default value is false.
|
|
3516
|
-
*/
|
|
3517
|
-
ignore_e164_validation?: boolean;
|
|
3518
3518
|
}
|
|
3519
3519
|
|
|
3520
3520
|
export interface TransferDestinationInferred {
|
|
@@ -4268,6 +4268,14 @@ export namespace LlmUpdateParams {
|
|
|
4268
4268
|
* to call the tool.
|
|
4269
4269
|
*/
|
|
4270
4270
|
description?: string;
|
|
4271
|
+
|
|
4272
|
+
/**
|
|
4273
|
+
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
4274
|
+
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
4275
|
+
* you are using custom telephony and does not apply when you are using Retell
|
|
4276
|
+
* Telephony. If omitted, the default value is false.
|
|
4277
|
+
*/
|
|
4278
|
+
ignore_e164_validation?: boolean;
|
|
4271
4279
|
}
|
|
4272
4280
|
|
|
4273
4281
|
export namespace TransferCallTool {
|
|
@@ -4288,14 +4296,6 @@ export namespace LlmUpdateParams {
|
|
|
4288
4296
|
* digits, '\*', '#', or a dynamic variable like {{extension}}.
|
|
4289
4297
|
*/
|
|
4290
4298
|
extension?: string;
|
|
4291
|
-
|
|
4292
|
-
/**
|
|
4293
|
-
* If true, the e.164 validation will be ignored for the from_number. This can be
|
|
4294
|
-
* useful when you want to dial to internal pseudo numbers. This only applies when
|
|
4295
|
-
* you are using custom telephony and does not apply when you are using Retell
|
|
4296
|
-
* Telephony. If omitted, the default value is false.
|
|
4297
|
-
*/
|
|
4298
|
-
ignore_e164_validation?: boolean;
|
|
4299
4299
|
}
|
|
4300
4300
|
|
|
4301
4301
|
export interface TransferDestinationInferred {
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '4.
|
|
1
|
+
export const VERSION = '4.53.0'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "4.
|
|
1
|
+
export declare const VERSION = "4.53.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '4.
|
|
1
|
+
export const VERSION = '4.53.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|