retell-sdk 5.32.2 → 5.32.4
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 +19 -0
- package/package.json +1 -1
- package/resources/batch-call.d.mts +2 -2
- package/resources/batch-call.d.ts +2 -2
- package/src/resources/batch-call.ts +2 -2
- package/src/version.ts +1 -1
- package/version.d.mts +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,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.32.4](https://github.com/RetellAI/retell-typescript-sdk/compare/v5.32.3...v5.32.4) (2026-06-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Chores
|
|
7
|
+
|
|
8
|
+
* preserve production workflow files ([35e69d3](https://github.com/RetellAI/retell-typescript-sdk/commit/35e69d3cfd9ff0c6c85954e41c6f07451eefee70))
|
|
9
|
+
|
|
10
|
+
## [5.32.3](https://github.com/RetellAI/retell-typescript-sdk/compare/v5.32.2...v5.32.3) (2026-06-01)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Chores
|
|
14
|
+
|
|
15
|
+
* preserve production workflow files ([d065805](https://github.com/RetellAI/retell-typescript-sdk/commit/d065805f6c02fe8b03d0916d254b13775ae5a838))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Documentation
|
|
19
|
+
|
|
20
|
+
* fix OpenAPI phone number description typo ([3b56484](https://github.com/RetellAI/retell-typescript-sdk/commit/3b56484f00a0bc9a24cee48f76a0ad28585d1bc3))
|
|
21
|
+
|
|
3
22
|
## [5.32.2](https://github.com/RetellAI/retell-typescript-sdk/compare/v5.32.1...v5.32.2) (2026-05-30)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -108,8 +108,8 @@ export interface BatchCallCreateBatchCallParams {
|
|
|
108
108
|
export declare namespace BatchCallCreateBatchCallParams {
|
|
109
109
|
interface Task {
|
|
110
110
|
/**
|
|
111
|
-
* The
|
|
112
|
-
*
|
|
111
|
+
* The number you want to call, in E.164 format. If using a number purchased from
|
|
112
|
+
* Retell, only US numbers are supported as destination.
|
|
113
113
|
*/
|
|
114
114
|
to_number: string;
|
|
115
115
|
/**
|
|
@@ -108,8 +108,8 @@ export interface BatchCallCreateBatchCallParams {
|
|
|
108
108
|
export declare namespace BatchCallCreateBatchCallParams {
|
|
109
109
|
interface Task {
|
|
110
110
|
/**
|
|
111
|
-
* The
|
|
112
|
-
*
|
|
111
|
+
* The number you want to call, in E.164 format. If using a number purchased from
|
|
112
|
+
* Retell, only US numbers are supported as destination.
|
|
113
113
|
*/
|
|
114
114
|
to_number: string;
|
|
115
115
|
/**
|
|
@@ -138,8 +138,8 @@ export interface BatchCallCreateBatchCallParams {
|
|
|
138
138
|
export namespace BatchCallCreateBatchCallParams {
|
|
139
139
|
export interface Task {
|
|
140
140
|
/**
|
|
141
|
-
* The
|
|
142
|
-
*
|
|
141
|
+
* The number you want to call, in E.164 format. If using a number purchased from
|
|
142
|
+
* Retell, only US numbers are supported as destination.
|
|
143
143
|
*/
|
|
144
144
|
to_number: string;
|
|
145
145
|
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '5.32.
|
|
1
|
+
export const VERSION = '5.32.4'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "5.32.
|
|
1
|
+
export declare const VERSION = "5.32.4";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "5.32.
|
|
1
|
+
export declare const VERSION = "5.32.4";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '5.32.
|
|
1
|
+
export const VERSION = '5.32.4'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|