retell-sdk 5.32.2 → 5.32.3

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.32.3](https://github.com/RetellAI/retell-typescript-sdk/compare/v5.32.2...v5.32.3) (2026-06-01)
4
+
5
+
6
+ ### Chores
7
+
8
+ * preserve production workflow files ([d065805](https://github.com/RetellAI/retell-typescript-sdk/commit/d065805f6c02fe8b03d0916d254b13775ae5a838))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * fix OpenAPI phone number description typo ([3b56484](https://github.com/RetellAI/retell-typescript-sdk/commit/3b56484f00a0bc9a24cee48f76a0ad28585d1bc3))
14
+
3
15
  ## [5.32.2](https://github.com/RetellAI/retell-typescript-sdk/compare/v5.32.1...v5.32.2) (2026-05-30)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "retell-sdk",
3
- "version": "5.32.2",
3
+ "version": "5.32.3",
4
4
  "description": "The official TypeScript library for the Retell API",
5
5
  "author": "Retell <support@retellai.com>",
6
6
  "types": "./index.d.ts",
@@ -108,8 +108,8 @@ export interface BatchCallCreateBatchCallParams {
108
108
  export declare namespace BatchCallCreateBatchCallParams {
109
109
  interface Task {
110
110
  /**
111
- * The The number you want to call, in E.164 format. If using a number purchased
112
- * from Retell, only US numbers are supported as destination.
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 The number you want to call, in E.164 format. If using a number purchased
112
- * from Retell, only US numbers are supported as destination.
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 The number you want to call, in E.164 format. If using a number purchased
142
- * from Retell, only US numbers are supported as destination.
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.2'; // x-release-please-version
1
+ export const VERSION = '5.32.3'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "5.32.2";
1
+ export declare const VERSION = "5.32.3";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "5.32.2";
1
+ export declare const VERSION = "5.32.3";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '5.32.2'; // x-release-please-version
4
+ exports.VERSION = '5.32.3'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '5.32.2'; // x-release-please-version
1
+ export const VERSION = '5.32.3'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map