@letta-ai/letta-client 0.1.130 → 0.1.131

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.
Files changed (208) hide show
  1. package/api/resources/agents/client/Client.js +10 -10
  2. package/api/resources/agents/resources/blocks/client/Client.js +5 -5
  3. package/api/resources/agents/resources/context/client/Client.js +1 -1
  4. package/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  5. package/api/resources/agents/resources/groups/client/Client.js +1 -1
  6. package/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  7. package/api/resources/agents/resources/messages/client/Client.d.ts +11 -9
  8. package/api/resources/agents/resources/messages/client/Client.js +23 -15
  9. package/api/resources/agents/resources/messages/client/requests/MessagesCreateAsyncRequest.d.ts +25 -0
  10. package/api/resources/agents/resources/messages/client/requests/index.d.ts +1 -0
  11. package/api/resources/agents/resources/passages/client/Client.js +4 -4
  12. package/api/resources/agents/resources/sources/client/Client.js +3 -3
  13. package/api/resources/agents/resources/templates/client/Client.js +3 -3
  14. package/api/resources/agents/resources/tools/client/Client.js +3 -3
  15. package/api/resources/batches/client/Client.js +4 -4
  16. package/api/resources/blocks/client/Client.js +6 -6
  17. package/api/resources/blocks/resources/agents/client/Client.js +1 -1
  18. package/api/resources/clientSideAccessTokens/client/Client.js +2 -2
  19. package/api/resources/embeddingModels/client/Client.js +1 -1
  20. package/api/resources/groups/client/Client.js +6 -6
  21. package/api/resources/groups/resources/messages/client/Client.js +5 -5
  22. package/api/resources/health/client/Client.js +1 -1
  23. package/api/resources/identities/client/Client.js +7 -7
  24. package/api/resources/identities/resources/properties/client/Client.js +1 -1
  25. package/api/resources/index.d.ts +1 -2
  26. package/api/resources/index.js +2 -3
  27. package/api/resources/jobs/client/Client.js +4 -4
  28. package/api/resources/messages/client/Client.js +1 -1
  29. package/api/resources/models/client/Client.js +1 -1
  30. package/api/resources/projects/client/Client.js +1 -1
  31. package/api/resources/providers/client/Client.js +5 -5
  32. package/api/resources/runs/client/Client.js +4 -4
  33. package/api/resources/runs/resources/messages/client/Client.js +1 -1
  34. package/api/resources/runs/resources/steps/client/Client.js +1 -1
  35. package/api/resources/runs/resources/usage/client/Client.js +1 -1
  36. package/api/resources/sources/client/Client.js +7 -7
  37. package/api/resources/sources/resources/files/client/Client.js +3 -3
  38. package/api/resources/sources/resources/passages/client/Client.js +1 -1
  39. package/api/resources/steps/client/Client.js +2 -2
  40. package/api/resources/tags/client/Client.js +1 -1
  41. package/api/resources/telemetry/client/Client.js +1 -1
  42. package/api/resources/templates/client/Client.js +1 -1
  43. package/api/resources/templates/resources/agents/client/Client.js +1 -1
  44. package/api/resources/tools/client/Client.js +17 -17
  45. package/api/resources/voice/client/Client.d.ts +1 -5
  46. package/api/resources/voice/client/Client.js +3 -7
  47. package/api/resources/voice/client/requests/CreateVoiceChatCompletionsRequest.d.ts +2 -7
  48. package/api/resources/voice/index.d.ts +0 -1
  49. package/api/resources/voice/index.js +0 -1
  50. package/api/types/BatchJob.d.ts +2 -0
  51. package/api/types/Job.d.ts +2 -0
  52. package/api/types/LettaResponse.d.ts +1 -0
  53. package/api/types/LettaStopReason.d.ts +3 -2
  54. package/api/types/McpServerType.d.ts +2 -1
  55. package/api/types/McpServerType.js +1 -0
  56. package/api/types/McpTool.d.ts +2 -0
  57. package/api/types/Run.d.ts +2 -0
  58. package/api/types/SseServerConfig.d.ts +16 -0
  59. package/{dist/api/types/LettaStopReasonStopReason.d.ts → api/types/StopReasonType.d.ts} +3 -2
  60. package/{dist/api/types/LettaStopReasonStopReason.js → api/types/StopReasonType.js} +3 -2
  61. package/api/types/ToolAnnotations.d.ts +22 -0
  62. package/api/types/index.d.ts +3 -2
  63. package/api/types/index.js +3 -2
  64. package/dist/api/resources/agents/client/Client.js +10 -10
  65. package/dist/api/resources/agents/resources/blocks/client/Client.js +5 -5
  66. package/dist/api/resources/agents/resources/context/client/Client.js +1 -1
  67. package/dist/api/resources/agents/resources/coreMemory/client/Client.js +1 -1
  68. package/dist/api/resources/agents/resources/groups/client/Client.js +1 -1
  69. package/dist/api/resources/agents/resources/memoryVariables/client/Client.js +1 -1
  70. package/dist/api/resources/agents/resources/messages/client/Client.d.ts +11 -9
  71. package/dist/api/resources/agents/resources/messages/client/Client.js +23 -15
  72. package/dist/api/resources/agents/resources/messages/client/requests/MessagesCreateAsyncRequest.d.ts +25 -0
  73. package/dist/api/resources/agents/resources/messages/client/requests/MessagesCreateAsyncRequest.js +5 -0
  74. package/dist/api/resources/agents/resources/messages/client/requests/index.d.ts +1 -0
  75. package/dist/api/resources/agents/resources/passages/client/Client.js +4 -4
  76. package/dist/api/resources/agents/resources/sources/client/Client.js +3 -3
  77. package/dist/api/resources/agents/resources/templates/client/Client.js +3 -3
  78. package/dist/api/resources/agents/resources/tools/client/Client.js +3 -3
  79. package/dist/api/resources/batches/client/Client.js +4 -4
  80. package/dist/api/resources/blocks/client/Client.js +6 -6
  81. package/dist/api/resources/blocks/resources/agents/client/Client.js +1 -1
  82. package/dist/api/resources/clientSideAccessTokens/client/Client.js +2 -2
  83. package/dist/api/resources/embeddingModels/client/Client.js +1 -1
  84. package/dist/api/resources/groups/client/Client.js +6 -6
  85. package/dist/api/resources/groups/resources/messages/client/Client.js +5 -5
  86. package/dist/api/resources/health/client/Client.js +1 -1
  87. package/dist/api/resources/identities/client/Client.js +7 -7
  88. package/dist/api/resources/identities/resources/properties/client/Client.js +1 -1
  89. package/dist/api/resources/index.d.ts +1 -2
  90. package/dist/api/resources/index.js +2 -3
  91. package/dist/api/resources/jobs/client/Client.js +4 -4
  92. package/dist/api/resources/messages/client/Client.js +1 -1
  93. package/dist/api/resources/models/client/Client.js +1 -1
  94. package/dist/api/resources/projects/client/Client.js +1 -1
  95. package/dist/api/resources/providers/client/Client.js +5 -5
  96. package/dist/api/resources/runs/client/Client.js +4 -4
  97. package/dist/api/resources/runs/resources/messages/client/Client.js +1 -1
  98. package/dist/api/resources/runs/resources/steps/client/Client.js +1 -1
  99. package/dist/api/resources/runs/resources/usage/client/Client.js +1 -1
  100. package/dist/api/resources/sources/client/Client.js +7 -7
  101. package/dist/api/resources/sources/resources/files/client/Client.js +3 -3
  102. package/dist/api/resources/sources/resources/passages/client/Client.js +1 -1
  103. package/dist/api/resources/steps/client/Client.js +2 -2
  104. package/dist/api/resources/tags/client/Client.js +1 -1
  105. package/dist/api/resources/telemetry/client/Client.js +1 -1
  106. package/dist/api/resources/templates/client/Client.js +1 -1
  107. package/dist/api/resources/templates/resources/agents/client/Client.js +1 -1
  108. package/dist/api/resources/tools/client/Client.js +17 -17
  109. package/dist/api/resources/voice/client/Client.d.ts +1 -5
  110. package/dist/api/resources/voice/client/Client.js +3 -7
  111. package/dist/api/resources/voice/client/requests/CreateVoiceChatCompletionsRequest.d.ts +2 -7
  112. package/dist/api/resources/voice/index.d.ts +0 -1
  113. package/dist/api/resources/voice/index.js +0 -1
  114. package/dist/api/types/BatchJob.d.ts +2 -0
  115. package/dist/api/types/Job.d.ts +2 -0
  116. package/dist/api/types/LettaResponse.d.ts +1 -0
  117. package/dist/api/types/LettaStopReason.d.ts +3 -2
  118. package/dist/api/types/McpServerType.d.ts +2 -1
  119. package/dist/api/types/McpServerType.js +1 -0
  120. package/dist/api/types/McpTool.d.ts +2 -0
  121. package/dist/api/types/Run.d.ts +2 -0
  122. package/dist/api/types/SseServerConfig.d.ts +16 -0
  123. package/{api/types/LettaStopReasonStopReason.d.ts → dist/api/types/StopReasonType.d.ts} +3 -2
  124. package/{api/types/LettaStopReasonStopReason.js → dist/api/types/StopReasonType.js} +3 -2
  125. package/dist/api/types/ToolAnnotations.d.ts +22 -0
  126. package/dist/api/types/ToolAnnotations.js +5 -0
  127. package/dist/api/types/index.d.ts +3 -2
  128. package/dist/api/types/index.js +3 -2
  129. package/dist/serialization/resources/index.d.ts +1 -2
  130. package/dist/serialization/resources/index.js +2 -3
  131. package/dist/serialization/resources/voice/client/createVoiceChatCompletions.d.ts +9 -0
  132. package/dist/serialization/resources/voice/{types/CreateVoiceChatCompletionsRequestBody.js → client/createVoiceChatCompletions.js} +2 -4
  133. package/dist/serialization/resources/voice/client/index.d.ts +1 -0
  134. package/dist/serialization/resources/voice/client/index.js +37 -0
  135. package/dist/serialization/resources/voice/index.d.ts +1 -1
  136. package/dist/serialization/resources/voice/index.js +1 -1
  137. package/dist/serialization/types/BatchJob.d.ts +1 -0
  138. package/dist/serialization/types/BatchJob.js +1 -0
  139. package/dist/serialization/types/Job.d.ts +1 -0
  140. package/dist/serialization/types/Job.js +1 -0
  141. package/dist/serialization/types/LettaResponse.d.ts +2 -0
  142. package/dist/serialization/types/LettaResponse.js +2 -0
  143. package/dist/serialization/types/LettaStopReason.d.ts +2 -2
  144. package/dist/serialization/types/LettaStopReason.js +2 -2
  145. package/dist/serialization/types/McpServerType.d.ts +1 -1
  146. package/dist/serialization/types/McpServerType.js +1 -1
  147. package/dist/serialization/types/McpTool.d.ts +2 -0
  148. package/dist/serialization/types/McpTool.js +2 -0
  149. package/dist/serialization/types/Run.d.ts +1 -0
  150. package/dist/serialization/types/Run.js +1 -0
  151. package/dist/serialization/types/SseServerConfig.d.ts +3 -0
  152. package/dist/serialization/types/SseServerConfig.js +3 -0
  153. package/dist/serialization/types/{LettaStopReasonStopReason.d.ts → StopReasonType.d.ts} +3 -3
  154. package/dist/serialization/types/{LettaStopReasonStopReason.js → StopReasonType.js} +2 -2
  155. package/dist/serialization/types/ToolAnnotations.d.ts +17 -0
  156. package/dist/serialization/types/ToolAnnotations.js +49 -0
  157. package/dist/serialization/types/index.d.ts +3 -2
  158. package/dist/serialization/types/index.js +3 -2
  159. package/dist/version.d.ts +1 -1
  160. package/dist/version.js +1 -1
  161. package/package.json +1 -1
  162. package/reference.md +15 -19
  163. package/serialization/resources/index.d.ts +1 -2
  164. package/serialization/resources/index.js +2 -3
  165. package/serialization/resources/voice/client/createVoiceChatCompletions.d.ts +9 -0
  166. package/serialization/resources/voice/{types/CreateVoiceChatCompletionsRequestBody.js → client/createVoiceChatCompletions.js} +2 -4
  167. package/serialization/resources/voice/client/index.d.ts +1 -0
  168. package/serialization/resources/voice/client/index.js +37 -0
  169. package/serialization/resources/voice/index.d.ts +1 -1
  170. package/serialization/resources/voice/index.js +1 -1
  171. package/serialization/types/BatchJob.d.ts +1 -0
  172. package/serialization/types/BatchJob.js +1 -0
  173. package/serialization/types/Job.d.ts +1 -0
  174. package/serialization/types/Job.js +1 -0
  175. package/serialization/types/LettaResponse.d.ts +2 -0
  176. package/serialization/types/LettaResponse.js +2 -0
  177. package/serialization/types/LettaStopReason.d.ts +2 -2
  178. package/serialization/types/LettaStopReason.js +2 -2
  179. package/serialization/types/McpServerType.d.ts +1 -1
  180. package/serialization/types/McpServerType.js +1 -1
  181. package/serialization/types/McpTool.d.ts +2 -0
  182. package/serialization/types/McpTool.js +2 -0
  183. package/serialization/types/Run.d.ts +1 -0
  184. package/serialization/types/Run.js +1 -0
  185. package/serialization/types/SseServerConfig.d.ts +3 -0
  186. package/serialization/types/SseServerConfig.js +3 -0
  187. package/serialization/types/{LettaStopReasonStopReason.d.ts → StopReasonType.d.ts} +3 -3
  188. package/serialization/types/{LettaStopReasonStopReason.js → StopReasonType.js} +2 -2
  189. package/serialization/types/ToolAnnotations.d.ts +17 -0
  190. package/serialization/types/ToolAnnotations.js +49 -0
  191. package/serialization/types/index.d.ts +3 -2
  192. package/serialization/types/index.js +3 -2
  193. package/version.d.ts +1 -1
  194. package/version.js +1 -1
  195. package/api/resources/voice/types/CreateVoiceChatCompletionsRequestBody.d.ts +0 -5
  196. package/api/resources/voice/types/index.d.ts +0 -1
  197. package/api/resources/voice/types/index.js +0 -17
  198. package/dist/api/resources/voice/types/CreateVoiceChatCompletionsRequestBody.d.ts +0 -5
  199. package/dist/api/resources/voice/types/index.d.ts +0 -1
  200. package/dist/api/resources/voice/types/index.js +0 -17
  201. package/dist/serialization/resources/voice/types/CreateVoiceChatCompletionsRequestBody.d.ts +0 -12
  202. package/dist/serialization/resources/voice/types/index.d.ts +0 -1
  203. package/dist/serialization/resources/voice/types/index.js +0 -17
  204. package/serialization/resources/voice/types/CreateVoiceChatCompletionsRequestBody.d.ts +0 -12
  205. package/serialization/resources/voice/types/index.d.ts +0 -1
  206. package/serialization/resources/voice/types/index.js +0 -17
  207. /package/api/resources/{voice/types/CreateVoiceChatCompletionsRequestBody.js → agents/resources/messages/client/requests/MessagesCreateAsyncRequest.js} +0 -0
  208. /package/{dist/api/resources/voice/types/CreateVoiceChatCompletionsRequestBody.js → api/types/ToolAnnotations.js} +0 -0
@@ -146,6 +146,7 @@ __exportStar(require("./LettaImage"), exports);
146
146
  __exportStar(require("./LettaRequest"), exports);
147
147
  __exportStar(require("./LettaRequestConfig"), exports);
148
148
  __exportStar(require("./LettaResponse"), exports);
149
+ __exportStar(require("./LettaStopReason"), exports);
149
150
  __exportStar(require("./LettaStreamingRequest"), exports);
150
151
  __exportStar(require("./LettaUsageStatistics"), exports);
151
152
  __exportStar(require("./LocalSandboxConfig"), exports);
@@ -201,6 +202,7 @@ __exportStar(require("./SleeptimeManagerUpdate"), exports);
201
202
  __exportStar(require("./Source"), exports);
202
203
  __exportStar(require("./StdioServerConfig"), exports);
203
204
  __exportStar(require("./Step"), exports);
205
+ __exportStar(require("./StopReasonType"), exports);
204
206
  __exportStar(require("./SupervisorManager"), exports);
205
207
  __exportStar(require("./SupervisorManagerUpdate"), exports);
206
208
  __exportStar(require("./SystemMessage"), exports);
@@ -209,6 +211,7 @@ __exportStar(require("./TerminalToolRule"), exports);
209
211
  __exportStar(require("./TextContent"), exports);
210
212
  __exportStar(require("./TextResponseFormat"), exports);
211
213
  __exportStar(require("./Tool"), exports);
214
+ __exportStar(require("./ToolAnnotations"), exports);
212
215
  __exportStar(require("./ToolCall"), exports);
213
216
  __exportStar(require("./ToolCallContent"), exports);
214
217
  __exportStar(require("./ToolCallDelta"), exports);
@@ -254,5 +257,3 @@ __exportStar(require("./LettaMessageUnion"), exports);
254
257
  __exportStar(require("./LettaMessageContentUnion"), exports);
255
258
  __exportStar(require("./ComponentsSchemasTextContent"), exports);
256
259
  __exportStar(require("./LettaUserMessageContentUnion"), exports);
257
- __exportStar(require("./LettaStopReasonStopReason"), exports);
258
- __exportStar(require("./LettaStopReason"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.1.130";
1
+ export declare const SDK_VERSION = "0.1.131";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.1.130";
4
+ exports.SDK_VERSION = "0.1.131";
@@ -1,5 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Letta from "../../../index";
5
- export type CreateVoiceChatCompletionsRequestBody = Letta.CompletionCreateParamsNonStreaming | Letta.CompletionCreateParamsStreaming;
@@ -1 +0,0 @@
1
- export * from "./CreateVoiceChatCompletionsRequestBody";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./CreateVoiceChatCompletionsRequestBody"), exports);
@@ -1,5 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as Letta from "../../../index";
5
- export type CreateVoiceChatCompletionsRequestBody = Letta.CompletionCreateParamsNonStreaming | Letta.CompletionCreateParamsStreaming;
@@ -1 +0,0 @@
1
- export * from "./CreateVoiceChatCompletionsRequestBody";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./CreateVoiceChatCompletionsRequestBody"), exports);
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Letta from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- import { CompletionCreateParamsNonStreaming } from "../../../types/CompletionCreateParamsNonStreaming";
8
- import { CompletionCreateParamsStreaming } from "../../../types/CompletionCreateParamsStreaming";
9
- export declare const CreateVoiceChatCompletionsRequestBody: core.serialization.Schema<serializers.CreateVoiceChatCompletionsRequestBody.Raw, Letta.CreateVoiceChatCompletionsRequestBody>;
10
- export declare namespace CreateVoiceChatCompletionsRequestBody {
11
- type Raw = CompletionCreateParamsNonStreaming.Raw | CompletionCreateParamsStreaming.Raw;
12
- }
@@ -1 +0,0 @@
1
- export * from "./CreateVoiceChatCompletionsRequestBody";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./CreateVoiceChatCompletionsRequestBody"), exports);
@@ -1,12 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- import * as serializers from "../../../index";
5
- import * as Letta from "../../../../api/index";
6
- import * as core from "../../../../core";
7
- import { CompletionCreateParamsNonStreaming } from "../../../types/CompletionCreateParamsNonStreaming";
8
- import { CompletionCreateParamsStreaming } from "../../../types/CompletionCreateParamsStreaming";
9
- export declare const CreateVoiceChatCompletionsRequestBody: core.serialization.Schema<serializers.CreateVoiceChatCompletionsRequestBody.Raw, Letta.CreateVoiceChatCompletionsRequestBody>;
10
- export declare namespace CreateVoiceChatCompletionsRequestBody {
11
- type Raw = CompletionCreateParamsNonStreaming.Raw | CompletionCreateParamsStreaming.Raw;
12
- }
@@ -1 +0,0 @@
1
- export * from "./CreateVoiceChatCompletionsRequestBody";
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./CreateVoiceChatCompletionsRequestBody"), exports);