hume 0.14.2-beta.5 → 0.14.2-beta.7

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 (125) hide show
  1. package/.claude/settings.local.json +4 -1
  2. package/Client.d.ts +1 -0
  3. package/api/resources/empathicVoice/client/Client.d.ts +1 -0
  4. package/api/resources/empathicVoice/resources/chat/client/Client.d.ts +1 -1
  5. package/api/resources/empathicVoice/resources/chat/client/Client.js +3 -28
  6. package/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +1 -0
  7. package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +12 -20
  8. package/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -0
  9. package/api/resources/empathicVoice/resources/chats/client/Client.js +9 -15
  10. package/api/resources/empathicVoice/resources/configs/client/Client.d.ts +1 -0
  11. package/api/resources/empathicVoice/resources/configs/client/Client.js +29 -52
  12. package/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +1 -0
  13. package/api/resources/empathicVoice/resources/prompts/client/Client.js +29 -52
  14. package/api/resources/empathicVoice/resources/tools/client/Client.d.ts +1 -0
  15. package/api/resources/empathicVoice/resources/tools/client/Client.js +27 -46
  16. package/api/resources/expressionMeasurement/client/Client.d.ts +1 -0
  17. package/api/resources/expressionMeasurement/resources/batch/client/Client.d.ts +1 -0
  18. package/api/resources/expressionMeasurement/resources/batch/client/Client.js +18 -30
  19. package/api/resources/expressionMeasurement/resources/stream/resources/stream/client/Client.d.ts +1 -0
  20. package/api/resources/expressionMeasurement/resources/stream/resources/stream/client/Socket.js +0 -4
  21. package/api/resources/tts/client/Client.d.ts +1 -0
  22. package/api/resources/tts/client/Client.js +16 -34
  23. package/api/resources/tts/index.d.ts +1 -1
  24. package/api/resources/tts/index.js +1 -1
  25. package/api/resources/tts/resources/index.d.ts +0 -1
  26. package/api/resources/tts/resources/index.js +0 -1
  27. package/api/resources/tts/resources/streamInput/client/Client.d.ts +4 -3
  28. package/api/resources/tts/resources/streamInput/client/Client.js +14 -15
  29. package/api/resources/tts/resources/streamInput/client/Socket.d.ts +1 -1
  30. package/api/resources/tts/resources/streamInput/client/Socket.js +0 -4
  31. package/api/resources/tts/resources/streamInput/index.d.ts +0 -1
  32. package/api/resources/tts/resources/streamInput/index.js +0 -1
  33. package/api/resources/tts/resources/streamInput/types/index.js +26 -14
  34. package/api/resources/tts/resources/voices/client/Client.d.ts +1 -0
  35. package/api/resources/tts/resources/voices/client/Client.js +10 -19
  36. package/api/resources/tts/types/index.d.ts +2 -2
  37. package/api/resources/tts/types/index.js +2 -2
  38. package/changes.md +843 -0
  39. package/comment_changes.txt +0 -0
  40. package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +37 -0
  41. package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
  42. package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +37 -0
  43. package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
  44. package/core/file.d.ts +11 -0
  45. package/diff.txt +18143 -0
  46. package/dist/Client.d.ts +1 -0
  47. package/dist/api/resources/empathicVoice/client/Client.d.ts +1 -0
  48. package/dist/api/resources/empathicVoice/resources/chat/client/Client.d.ts +1 -1
  49. package/dist/api/resources/empathicVoice/resources/chat/client/Client.js +3 -28
  50. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.d.ts +1 -0
  51. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +12 -20
  52. package/dist/api/resources/empathicVoice/resources/chats/client/Client.d.ts +1 -0
  53. package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +9 -15
  54. package/dist/api/resources/empathicVoice/resources/configs/client/Client.d.ts +1 -0
  55. package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +29 -52
  56. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.d.ts +1 -0
  57. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +29 -52
  58. package/dist/api/resources/empathicVoice/resources/tools/client/Client.d.ts +1 -0
  59. package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +27 -46
  60. package/dist/api/resources/expressionMeasurement/client/Client.d.ts +1 -0
  61. package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.d.ts +1 -0
  62. package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +18 -30
  63. package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/client/Client.d.ts +1 -0
  64. package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/client/Socket.js +0 -4
  65. package/dist/api/resources/tts/client/Client.d.ts +1 -0
  66. package/dist/api/resources/tts/client/Client.js +16 -34
  67. package/dist/api/resources/tts/index.d.ts +1 -1
  68. package/dist/api/resources/tts/index.js +1 -1
  69. package/dist/api/resources/tts/resources/index.d.ts +0 -1
  70. package/dist/api/resources/tts/resources/index.js +0 -1
  71. package/dist/api/resources/tts/resources/streamInput/client/Client.d.ts +4 -3
  72. package/dist/api/resources/tts/resources/streamInput/client/Client.js +14 -15
  73. package/dist/api/resources/tts/resources/streamInput/client/Socket.d.ts +1 -1
  74. package/dist/api/resources/tts/resources/streamInput/client/Socket.js +0 -4
  75. package/dist/api/resources/tts/resources/streamInput/index.d.ts +0 -1
  76. package/dist/api/resources/tts/resources/streamInput/index.js +0 -1
  77. package/dist/api/resources/tts/resources/streamInput/types/index.js +26 -14
  78. package/dist/api/resources/tts/resources/voices/client/Client.d.ts +1 -0
  79. package/dist/api/resources/tts/resources/voices/client/Client.js +10 -19
  80. package/dist/api/resources/tts/types/index.d.ts +2 -2
  81. package/dist/api/resources/tts/types/index.js +2 -2
  82. package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +37 -0
  83. package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +21 -0
  84. package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +37 -0
  85. package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +18 -0
  86. package/dist/core/file.d.ts +11 -0
  87. package/dist/main.js +40944 -0
  88. package/dist/serialization/resources/tts/resources/index.d.ts +0 -1
  89. package/dist/serialization/resources/tts/resources/index.js +0 -1
  90. package/dist/serialization/resources/tts/resources/streamInput/client/socket/StreamInputSocketResponse.d.ts +3 -3
  91. package/dist/serialization/resources/tts/resources/streamInput/client/socket/StreamInputSocketResponse.js +2 -2
  92. package/dist/serialization/resources/tts/resources/streamInput/index.d.ts +0 -1
  93. package/dist/serialization/resources/tts/resources/streamInput/index.js +0 -1
  94. package/dist/serialization/resources/tts/resources/streamInput/types/SubscribeEvent.d.ts +4 -1
  95. package/dist/serialization/resources/tts/resources/streamInput/types/SubscribeEvent.js +55 -33
  96. package/dist/serialization/resources/tts/resources/streamInput/types/index.js +26 -14
  97. package/dist/serialization/resources/tts/types/index.d.ts +2 -2
  98. package/dist/serialization/resources/tts/types/index.js +2 -2
  99. package/dist/wrapper/HumeClient.d.ts +2 -2
  100. package/dist/wrapper/HumeClient.js +27 -25
  101. package/hume-v0.14.2-beta.6.tgz +0 -0
  102. package/hume-v0.14.2-beta.7.tgz +0 -0
  103. package/js_changes.txt +2610 -0
  104. package/main.js +40944 -0
  105. package/package.json +1 -1
  106. package/serialization/resources/tts/resources/index.d.ts +0 -1
  107. package/serialization/resources/tts/resources/index.js +0 -1
  108. package/serialization/resources/tts/resources/streamInput/client/socket/StreamInputSocketResponse.d.ts +3 -3
  109. package/serialization/resources/tts/resources/streamInput/client/socket/StreamInputSocketResponse.js +2 -2
  110. package/serialization/resources/tts/resources/streamInput/index.d.ts +0 -1
  111. package/serialization/resources/tts/resources/streamInput/index.js +0 -1
  112. package/serialization/resources/tts/resources/streamInput/types/SubscribeEvent.d.ts +4 -1
  113. package/serialization/resources/tts/resources/streamInput/types/SubscribeEvent.js +55 -33
  114. package/serialization/resources/tts/resources/streamInput/types/index.js +26 -14
  115. package/serialization/resources/tts/types/index.d.ts +2 -2
  116. package/serialization/resources/tts/types/index.js +2 -2
  117. package/tts-audio/tts-74f0e855-cd7e-46e7-9657-c9bdf4b60693.wav +0 -0
  118. package/tts-audio/tts-8d0d6c9c-f54d-4ffa-880a-556f3a77eb99.wav +0 -0
  119. package/tts-audio/tts-f2a1d9fa-8f28-4011-9c02-08364592d0a9.wav +0 -0
  120. package/wrapper/HumeClient.d.ts +2 -2
  121. package/wrapper/HumeClient.js +27 -25
  122. package/hume-v0.14.2-beta.2.tgz +0 -0
  123. package/hume-v0.14.2-beta.4.tgz +0 -0
  124. package/hume-v0.14.2-beta.5.tgz +0 -0
  125. package/hume-v0.14.2-beta1.tgz +0 -0
package/changes.md ADDED
@@ -0,0 +1,843 @@
1
+ # Diff Analysis
2
+
3
+ This document summarizes the changes in the `src` directory, filtering out pervasive, less significant changes to highlight the most important modifications.
4
+
5
+ ## Pervasive Changes (Filtered Out)
6
+
7
+ The following changes were applied to a large number of files and have been filtered out of the detailed analysis to improve clarity:
8
+
9
+ * **`.js` Extension in Imports:** All import paths now include the `.js` extension. This is a project-wide change to align with modern JavaScript standards.
10
+ * **Auto-generation Comments:** The header comment in many files has been changed from `/** THIS FILE IS MANUALLY MAINAINED: see .fernignore */` to `/** This file was auto-generated by Fern from our API Definition. */`.
11
+
12
+ ## Detailed Changes by File
13
+
14
+ ### `src/Client.ts`
15
+
16
+ * **Refactoring:**
17
+ * The `HumeClient.Options` interface has been modified:
18
+ * The `accessToken` and `fetcher` properties have been removed.
19
+ * A new `headers` property has been added to allow for more flexible request customization.
20
+ * The `HumeClient.RequestOptions` interface has been updated:
21
+ * A new `queryParams` property has been added for passing additional query parameters.
22
+ * The `headers` property type has been changed to be more permissive.
23
+ * The `customFetcher` function has been removed, and its logic has been integrated into the `HumeClient` constructor.
24
+ * The `HumeClient` constructor now merges headers, including new Fern-specific headers for better tracking and analytics.
25
+
26
+ ### `src/api/index.ts`
27
+
28
+ * **Pervasive Changes:** The export path now includes `index.js`.
29
+
30
+ ### `src/api/resources/empathicVoice/client/Client.ts`
31
+
32
+ * **Refactoring:**
33
+ * The `EmpathicVoice.Options` interface has been updated:
34
+ * The `accessToken` and `fetcher` properties have been removed.
35
+ * A new `headers` property has been added.
36
+ * The `EmpathicVoice.RequestOptions` interface has been removed.
37
+ * The `EmpathicVoice` constructor has been updated to reflect the changes in the `Options` interface.
38
+ * The order of protected property declarations has been changed for consistency.
39
+
40
+ ### `src/api/resources/empathicVoice/errors/BadRequestError.ts`
41
+
42
+ * **Pervasive Changes:** Imports now use the `.js` extension.
43
+
44
+ ### `src/api/resources/empathicVoice/errors/index.ts`
45
+
46
+ * **Pervasive Changes:** The export path now includes `.js`.
47
+
48
+ ### `src/api/resources/empathicVoice/index.ts`
49
+
50
+ * **Pervasive Changes:** The export paths now include `index.js`.
51
+
52
+ ### `src/api/resources/empathicVoice/resources/chat/client/Client.ts`
53
+
54
+ * **Refactoring:**
55
+ * The `createHostnameWithProtocol` function has been removed.
56
+ * The `Chat.Options` interface has been updated:
57
+ * The `accessToken` property has been removed.
58
+ * A new `headers` property has been added.
59
+ * The `Chat.ConnectArgs` interface has been significantly refactored. Many properties have been moved to the top level from the `sessionSettings` object for a flatter, more intuitive structure.
60
+ * The `connect` method has been rewritten to accommodate the new `ConnectArgs` structure and to use the new `ReconnectingWebSocket` constructor, which simplifies the connection logic.
61
+ * A new `_getCustomAuthorizationHeaders` method has been added to centralize authorization header logic.
62
+
63
+ ### `src/api/resources/empathicVoice/resources/chat/client/Socket.ts`
64
+
65
+ * **Refactoring:**
66
+ * The `ChatSocket` class has been significantly refactored for better event handling and message processing.
67
+ * The constructor now takes an `Args` object for clearer initialization.
68
+ * The `handleMessage` method now parses the incoming message as a `ChatSocketResponse` for more robust message handling.
69
+ * A new `sendPublish` method has been added to centralize message sending, and the other `send*` methods now use it.
70
+ * The `tillSocketOpen` method has been deprecated in favor of `waitForOpen` for more descriptive naming.
71
+ * The `assertSocketIsOpen` method now throws a standard `Error` instead of a `HumeError` for consistency.
72
+ * A new `sendBinary` method has been added for sending binary data.
73
+
74
+ ### `src/api/resources/empathicVoice/resources/chat/client/index.ts`
75
+
76
+ * **Pervasive Changes:** The export paths now include `.js`.
77
+
78
+ ### `src/api/resources/empathicVoice/resources/chat/index.ts`
79
+
80
+ * **Pervasive Changes:** The export paths now include `index.js`.
81
+
82
+ ### `src/api/resources/empathicVoice/resources/chat/types/PublishEvent.ts`
83
+
84
+ * **Pervasive Changes:** Imports now use the `.js` extension.
85
+
86
+ ### `src/api/resources/empathicVoice/resources/chat/types/SubscribeEvent.ts`
87
+
88
+ * **Pervasive Changes:** Imports now use the `.js` extension.
89
+
90
+ ### `src/api/resources/empathicVoice/resources/chat/types/index.ts`
91
+
92
+ * **Pervasive Changes:** The export paths now include `.js`.
93
+
94
+ ### `src/api/resources/empathicVoice/resources/chatGroups/client/Client.ts`
95
+
96
+ * **Refactoring:**
97
+ * The `ChatGroups.Options` interface has been updated:
98
+ * The `fetcher` property has been removed.
99
+ * The `headers` property type has been changed.
100
+ * The `ChatGroups.RequestOptions` interface has been updated:
101
+ * A new `queryParams` property has been added.
102
+ * The `headers` property type has been changed.
103
+ * All methods that make API calls have been updated to use the new `fetcher` and to construct the URL using `core.url.join`.
104
+ * The `serialization` options now include `skipValidation: true` for more lenient parsing.
105
+
106
+ ### `src/api/resources/empathicVoice/resources/chatGroups/client/index.ts`
107
+
108
+ * **Pervasive Changes:** The export path now includes `index.js`.
109
+
110
+ ### `src/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsGetAudioRequest.ts`
111
+
112
+ * **Refactoring:** The comment for `ascendingOrder` has been cleaned up for better readability.
113
+
114
+ ### `src/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsGetChatGroupRequest.ts`
115
+
116
+ * **Refactoring:** The comment for `ascendingOrder` has been cleaned up.
117
+
118
+ ### `src/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupEventsRequest.ts`
119
+
120
+ * **Refactoring:** The comment for `ascendingOrder` has been cleaned up.
121
+
122
+ ### `src/api/resources/empathicVoice/resources/chatGroups/client/requests/ChatGroupsListChatGroupsRequest.ts`
123
+
124
+ * **Refactoring:** The comment for `ascendingOrder` has been cleaned up.
125
+
126
+ ### `src/api/resources/empathicVoice/resources/chatGroups/client/requests/index.ts`
127
+
128
+ * **Pervasive Changes:** The export paths now include `.js`.
129
+
130
+ ### `src/api/resources/empathicVoice/resources/chatGroups/index.ts`
131
+
132
+ * **Pervasive Changes:** The export path now includes `index.js`.
133
+
134
+ ### `src/api/resources/empathicVoice/resources/chats/client/Client.ts`
135
+
136
+ * **Refactoring:**
137
+ * The `Chats.Options` interface has been updated:
138
+ * The `fetcher` property has been removed.
139
+ * The `headers` property type has been changed.
140
+ * The `Chats.RequestOptions` interface has been updated:
141
+ * A new `queryParams` property has been added.
142
+ * The `headers` property type has been changed.
143
+ * All methods that make API calls have been updated to use the new `fetcher` and to construct the URL using `core.url.join`.
144
+ * The `serialization` options now include `skipValidation: true`.
145
+
146
+ ### `src/api/resources/empathicVoice/resources/chats/client/index.ts`
147
+
148
+ * **Pervasive Changes:** The export path now includes `index.js`.
149
+
150
+ ### `src/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatEventsRequest.ts`
151
+
152
+ * **Refactoring:** The comment for `ascendingOrder` has been cleaned up.
153
+
154
+ ### `src/api/resources/empathicVoice/resources/chats/client/requests/ChatsListChatsRequest.ts`
155
+
156
+ * **Refactoring:** The comment for `ascendingOrder` has been cleaned up.
157
+
158
+ ### `src/api/resources/empathicVoice/resources/chats/client/requests/index.ts`
159
+
160
+ * **Pervasive Changes:** The export paths now include `.js`.
161
+
162
+ ### `src/api/resources/empathicVoice/resources/chats/index.ts`
163
+
164
+ * **Pervasive Changes:** The export path now includes `index.js`.
165
+
166
+ ### `src/api/resources/empathicVoice/resources/configs/client/Client.ts`
167
+
168
+ * **Refactoring:**
169
+ * The `Configs.Options` interface has been updated:
170
+ * The `fetcher` property has been removed.
171
+ * The `headers` property type has been changed.
172
+ * The `Configs.RequestOptions` interface has been updated:
173
+ * A new `queryParams` property has been added.
174
+ * The `headers` property type has been changed.
175
+ * All methods that make API calls have been updated to use the new `fetcher` and to construct the URL using `core.url.join`.
176
+
177
+
178
+ ### `src/api/resources/empathicVoice/resources/index.ts`
179
+
180
+ * **Pervasive Changes:** The export paths now include `index.js`.
181
+
182
+ ### `src/api/resources/empathicVoice/resources/prompts/client/Client.ts`
183
+
184
+ * **Refactoring:**
185
+ * The `Prompts.Options` interface has been updated:
186
+ * The `fetcher` property has been removed.
187
+ * The `headers` property type has been changed.
188
+ * The `Prompts.RequestOptions` interface has been updated:
189
+ * A new `queryParams` property has been added.
190
+ * The `headers` property type has been changed.
191
+ * All methods that make API calls have been updated to use the new `fetcher` and to construct the URL using `core.url.join`.
192
+ * The `serialization` options now include `skipValidation: true` and `omitUndefined: true`.
193
+
194
+ ### `src/api/resources/empathicVoice/resources/prompts/client/index.ts`
195
+
196
+ * **Pervasive Changes:** The export path now includes `index.js`.
197
+
198
+ ### `src/api/resources/empathicVoice/resources/prompts/client/requests/PromptsListPromptVersionsRequest.ts`
199
+
200
+ * **Refactoring:** The comment for `restrictToMostRecent` has been cleaned up.
201
+
202
+ ### `src/api/resources/empathicVoice/resources/prompts/client/requests/PromptsListPromptsRequest.ts`
203
+
204
+ * **Refactoring:** The comments for `restrictToMostRecent` and `name` have been cleaned up.
205
+
206
+ ### `src/api/resources/empathicVoice/resources/prompts/client/requests/index.ts`
207
+
208
+ * **Pervasive Changes:** The export paths now include `.js`.
209
+
210
+ ### `src/api/resources/empathicVoice/resources/prompts/index.ts`
211
+
212
+ * **Pervasive Changes:** The export path now includes `index.js`.
213
+
214
+ ### `src/api/resources/empathicVoice/resources/tools/client/Client.ts`
215
+
216
+ * **Refactoring:**
217
+ * The `Tools.Options` interface has been updated:
218
+ * The `fetcher` property has been removed.
219
+ * The `headers` property type has been changed.
220
+ * The `Tools.RequestOptions` interface has been updated:
221
+ * A new `queryParams` property has been added.
222
+ * The `headers` property type has been changed.
223
+ * All methods that make API calls have been updated to use the new `fetcher` and to construct the URL using `core.url.join`.
224
+ * The `serialization` options now include `skipValidation: true` and `omitUndefined: true`.
225
+ * The `__deleteTool` method has been renamed to `delete`.
226
+
227
+ ### `src/api/resources/empathicVoice/resources/tools/client/index.ts`
228
+
229
+ * **Pervasive Changes:** The export path now includes `index.js`.
230
+
231
+ ### `src/api/resources/empathicVoice/resources/tools/client/requests/ToolsListToolVersionsRequest.ts`
232
+
233
+ * **Refactoring:** The comment for `restrictToMostRecent` has been cleaned up.
234
+
235
+ ### `src/api/resources/empathicVoice/resources/tools/client/requests/ToolsListToolsRequest.ts`
236
+
237
+ * **Refactoring:** The comments for `restrictToMostRecent` and `name` have been cleaned up.
238
+
239
+ ### `src/api/resources/empathicVoice/resources/tools/client/requests/index.ts`
240
+
241
+ * **Pervasive Changes:** The export paths now include `.js`.
242
+
243
+ ### `src/api/resources/empathicVoice/resources/tools/index.ts`
244
+
245
+ * **Pervasive Changes:** The export path now includes `index.js`.
246
+
247
+ ### `src/api/resources/empathicVoice/types/AssistantMessage.ts`
248
+
249
+ * **Pervasive Changes:** Imports now use the `.js` extension.
250
+
251
+ ### `src/api/resources/empathicVoice/types/AssistantProsody.ts`
252
+
253
+ * **Pervasive Changes:** Imports now use the `.js` extension.
254
+
255
+ ### `src/api/resources/empathicVoice/types/AudioConfiguration.ts`
256
+
257
+ * **Pervasive Changes:** Imports now use the `.js` extension.
258
+
259
+ ### `src/api/resources/empathicVoice/types/BuiltinToolConfig.ts`
260
+
261
+ * **Pervasive Changes:** Imports now use the `.js` extension.
262
+
263
+ ### `src/api/resources/empathicVoice/types/ChatMessage.ts`
264
+
265
+ * **Pervasive Changes:** Imports now use the `.js` extension.
266
+
267
+ ### `src/api/resources/empathicVoice/types/ChatMessageToolResult.ts`
268
+
269
+ * **Pervasive Changes:** Imports now use the `.js` extension.
270
+
271
+ ### `src/api/resources/empathicVoice/types/ConnectSessionSettings.ts`
272
+
273
+ * **New File:** This is a new file that defines the `ConnectSessionSettings` interface.
274
+
275
+ ### `src/api/resources/empathicVoice/types/ConnectSessionSettingsAudio.ts`
276
+
277
+ * **New File:** This is a new file that defines the `ConnectSessionSettingsAudio` interface.
278
+
279
+ ### `src/api/resources/empathicVoice/types/ConnectSessionSettingsContext.ts`
280
+
281
+ * **New File:** This is a new file that defines the `ConnectSessionSettingsContext` interface.
282
+
283
+ ### `src/api/resources/empathicVoice/types/ConnectSessionSettingsVariablesValue.ts`
284
+
285
+ * **New File:** This is a new file that defines the `ConnectSessionSettingsVariablesValue` type.
286
+
287
+ ### `src/api/resources/empathicVoice/types/Context.ts`
288
+
289
+ * **Pervasive Changes:** Imports now use the `.js` extension.
290
+
291
+ ### `src/api/resources/empathicVoice/types/HttpValidationError.ts`
292
+
293
+ * **Pervasive Changes:** Imports now use the `.js` extension.
294
+
295
+ ### `src/api/resources/empathicVoice/types/Inference.ts`
296
+
297
+ * **Pervasive Changes:** Imports now use the `.js` extension.
298
+
299
+ ### `src/api/resources/empathicVoice/types/JsonMessage.ts`
300
+
301
+ * **Pervasive Changes:** Imports now use the `.js` extension.
302
+
303
+ ### `src/api/resources/empathicVoice/types/PostedBuiltinTool.ts`
304
+
305
+ * **Pervasive Changes:** Imports now use the `.js` extension.
306
+
307
+ ### `src/api/resources/empathicVoice/types/PostedEventMessageSpecs.ts`
308
+
309
+ * **Pervasive Changes:** Imports now use the `.js` extension.
310
+
311
+ ### `src/api/resources/empathicVoice/types/PostedLanguageModel.ts`
312
+
313
+ * **Pervasive Changes:** Imports now use the `.js` extension.
314
+
315
+ ### `src/api/resources/empathicVoice/types/PostedTimeoutSpecs.ts`
316
+
317
+ * **Pervasive Changes:** Imports now use the `.js` extension.
318
+
319
+ ### `src/api/resources/empathicVoice/types/PostedWebhookSpec.ts`
320
+
321
+ * **Pervasive Changes:** Imports now use the `.js` extension.
322
+
323
+ ### `src/api/resources/empathicVoice/types/ProsodyInference.ts`
324
+
325
+ * **Pervasive Changes:** Imports now use the `.js` extension.
326
+
327
+ ### `src/api/resources/empathicVoice/types/ReturnBuiltinTool.ts`
328
+
329
+ * **Pervasive Changes:** Imports now use the `.js` extension.
330
+
331
+ ### `src/api/resources/empathicVoice/types/ReturnChat.ts`
332
+
333
+ * **Pervasive Changes:** Imports now use the `.js` extension.
334
+
335
+ ### `src/api/resources/empathicVoice/types/ReturnChatAudioReconstruction.ts`
336
+
337
+ * **Pervasive Changes:** Imports now use the `.js` extension.
338
+
339
+ ### `src/api/resources/empathicVoice/types/ReturnChatEvent.ts`
340
+
341
+ * **Pervasive Changes:** Imports now use the `.js` extension.
342
+
343
+ ### `src/api/resources/empathicVoice/types/ReturnChatGroup.ts`
344
+
345
+ * **Pervasive Changes:** Imports now use the `.js` extension.
346
+
347
+ ### `src/api/resources/empathicVoice/types/ReturnChatGroupPagedAudioReconstructions.ts`
348
+
349
+ * **Pervasive Changes:** Imports now use the `.js` extension.
350
+
351
+ ### `src/api/resources/empathicVoice/types/ReturnChatGroupPagedChats.ts`
352
+
353
+ * **Pervasive Changes:** Imports now use the `.js` extension.
354
+
355
+ ### `src/api/resources/empathicVoice/types/ReturnChatGroupPagedEvents.ts`
356
+
357
+ * **Pervasive Changes:** Imports now use the `.js` extension.
358
+
359
+ ### `src/api/resources/empathicVoice/types/ReturnChatPagedEvents.ts`
360
+
361
+ * **Pervasive Changes:** Imports now use the `.js` extension.
362
+
363
+ ### `src/api/resources/empathicVoice/types/ReturnConfig.ts`
364
+
365
+ * **Pervasive Changes:** Imports now use the `.js` extension.
366
+
367
+ ### `src/api/resources/empathicVoice/types/ReturnEventMessageSpecs.ts`
368
+
369
+ * **Pervasive Changes:** Imports now use the `.js` extension.
370
+
371
+ ### `src/api/resources/empathicVoice/types/ReturnLanguageModel.ts`
372
+
373
+ * **Pervasive Changes:** Imports now use the `.js` extension.
374
+
375
+ ### `src/api/resources/empathicVoice/types/ReturnPagedChatGroups.ts`
376
+
377
+ * **Pervasive Changes:** Imports now use the `.js` extension.
378
+
379
+ ### `src/api/resources/empathicVoice/types/ReturnPagedChats.ts`
380
+
381
+ * **Pervasive Changes:** Imports now use the `.js` extension.
382
+
383
+ ### `src/api/resources/empathicVoice/types/ReturnPagedConfigs.ts`
384
+
385
+ * **Pervasive Changes:** Imports now use the `.js` extension.
386
+
387
+ ### `src/api/resources/empathicVoice/types/ReturnPagedPrompts.ts`
388
+
389
+ * **Pervasive Changes:** Imports now use the `.js` extension.
390
+
391
+ ### `src/api/resources/empathicVoice/types/ReturnPagedUserDefinedTools.ts`
392
+
393
+ * **Pervasive Changes:** Imports now use the `.js` extension.
394
+
395
+ ### `src/api/resources/empathicVoice/types/ReturnPrompt.ts`
396
+
397
+ * **Pervasive Changes:** Imports now use the `.js` extension.
398
+
399
+ ### `src/api/resources/empathicVoice/types/ReturnTimeoutSpecs.ts`
400
+
401
+ * **Pervasive Changes:** Imports now use the `.js` extension.
402
+
403
+ ### `src/api/resources/empathicVoice/types/ReturnUserDefinedTool.ts`
404
+
405
+ * **Pervasive Changes:** Imports now use the `.js` extension.
406
+
407
+ ### `src/api/resources/empathicVoice/types/ReturnVoice.ts`
408
+
409
+ * **Pervasive Changes:** Imports now use the `.js` extension.
410
+
411
+ ### `src/api/resources/empathicVoice/types/ReturnWebhookSpec.ts`
412
+
413
+ * **Pervasive Changes:** Imports now use the `.js` extension.
414
+
415
+ ### `src/api/resources/empathicVoice/types/SessionSettings.ts`
416
+
417
+ * **Pervasive Changes:** Imports now use the `.js` extension.
418
+
419
+ ### `src/api/resources/empathicVoice/types/Tool.ts`
420
+
421
+ * **Pervasive Changes:** Imports now use the `.js` extension.
422
+
423
+ ### `src/api/resources/empathicVoice/types/ToolCallMessage.ts`
424
+
425
+ * **Pervasive Changes:** Imports now use the `.js` extension.
426
+
427
+ ### `src/api/resources/empathicVoice/types/ToolErrorMessage.ts`
428
+
429
+ * **Pervasive Changes:** Imports now use the `.js` extension.
430
+
431
+ ### `src/api/resources/empathicVoice/types/ToolResponseMessage.ts`
432
+
433
+ * **Pervasive Changes:** Imports now use the `.js` extension.
434
+
435
+ ### `src/api/resources/empathicVoice/types/UserMessage.ts`
436
+
437
+ * **Pervasive Changes:** Imports now use the `.js` extension.
438
+
439
+ ### `src/api/resources/empathicVoice/types/ValidationError.ts`
440
+
441
+ * **Pervasive Changes:** Imports now use the `.js` extension.
442
+
443
+ ### `src/api/resources/empathicVoice/types/VoiceId.ts`
444
+
445
+ * **Pervasive Changes:** Imports now use the `.js` extension.
446
+
447
+ ### `src/api/resources/empathicVoice/types/VoiceName.ts`
448
+
449
+ * **Pervasive Changes:** Imports now use the `.js` extension.
450
+
451
+ ### `src/api/resources/empathicVoice/types/VoiceRef.ts`
452
+
453
+ * **Pervasive Changes:** Imports now use the `.js` extension.
454
+
455
+ ### `src/api/resources/empathicVoice/types/WebhookEvent.ts`
456
+
457
+ * **Pervasive Changes:** Imports now use the `.js` extension.
458
+
459
+ ### `src/api/resources/empathicVoice/types/WebhookEventChatEnded.ts`
460
+
461
+ * **Pervasive Changes:** Imports now use the `.js` extension.
462
+
463
+ ### `src/api/resources/empathicVoice/types/WebhookEventChatStarted.ts`
464
+
465
+ * **Pervasive Changes:** Imports now use the `.js` extension.
466
+
467
+
468
+ ### `src/api/resources/expressionMeasurement/client/Client.ts`
469
+
470
+ * **Pervasive Changes:** Imports now use the `.js` extension.
471
+ * **Refactoring:**
472
+ * The `ExpressionMeasurement.Options` interface has been updated:
473
+ * The `fetcher` property has been removed.
474
+ * The `headers` property type has been changed.
475
+
476
+ ### `src/api/resources/expressionMeasurement/index.ts`
477
+
478
+ * **Pervasive Changes:** The export paths now include `index.js`.
479
+
480
+ ### `src/api/resources/expressionMeasurement/resources/batch/client/Client.ts`
481
+
482
+ * **Pervasive Changes:** Imports now use the `.js` extension.
483
+ * **Refactoring:**
484
+ * The `Batch.Options` interface has been updated:
485
+ * The `fetcher` property has been removed.
486
+ * The `headers` property type has been changed.
487
+ * The `Batch.RequestOptions` interface has been updated:
488
+ * A new `queryParams` property has been added.
489
+ * The `headers` property type has been changed.
490
+ * All methods that make API calls have been updated to use the new `fetcher` and to construct the URL using `core.url.join`.
491
+ * The `serialization` options now include `skipValidation: true` and `omitUndefined: true`.
492
+ * The `getJobArtifacts` method now returns a `core.HttpResponsePromise<core.BinaryResponse>` instead of a `core.HttpResponsePromise<stream.Readable>`.
493
+ * The `startInferenceJobFromLocalFile` method has been refactored to take a `BatchStartInferenceJobFromLocalFileRequest` object instead of separate `file` and `request` arguments.
494
+
495
+ ### `src/api/resources/expressionMeasurement/resources/batch/client/index.ts`
496
+
497
+ * **Pervasive Changes:** The export path now includes `index.js`.
498
+
499
+ ### `src/api/resources/expressionMeasurement/resources/batch/client/requests/BatchListJobsRequest.ts`
500
+
501
+ * **Refactoring:** The comments for `limit` and `when` have been cleaned up.
502
+
503
+ ### `src/api/resources/expressionMeasurement/resources/batch/client/requests/BatchStartInferenceJobFromLocalFileRequest.ts`
504
+
505
+ * **Refactoring:**
506
+ * The `file` property is now an array of `core.file.Uploadable.FileLike` objects.
507
+ * The `json` property is now optional.
508
+
509
+ ### `src/api/resources/expressionMeasurement/resources/batch/client/requests/index.ts`
510
+
511
+ * **Pervasive Changes:** The export paths now include `.js`.
512
+
513
+ ### `src/api/resources/expressionMeasurement/resources/batch/index.ts`
514
+
515
+ * **Pervasive Changes:** The export paths now include `index.js`.
516
+
517
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/BurstPrediction.ts`
518
+
519
+ * **Pervasive Changes:** Imports now use the `.js` extension.
520
+
521
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/CompletedState.ts`
522
+
523
+ * **Pervasive Changes:** Imports now use the `.js` extension.
524
+
525
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/CompletedTraining.ts`
526
+
527
+ * **Pervasive Changes:** Imports now use the `.js` extension.
528
+
529
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/CustomModel.ts`
530
+
531
+ * **Pervasive Changes:** Imports now use the `.js` extension.
532
+
533
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/CustomModelRequest.ts`
534
+
535
+ * **Pervasive Changes:** Imports now use the `.js` extension.
536
+
537
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/CustomModelsInferenceJob.ts`
538
+
539
+ * **Pervasive Changes:** Imports now use the `.js` extension.
540
+
541
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/CustomModelsTrainingJob.ts`
542
+
543
+ * **Pervasive Changes:** Imports now use the `.js` extension.
544
+
545
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/Dataset.ts`
546
+
547
+ * **Pervasive Changes:** Imports now use the `.js` extension.
548
+
549
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationBaseRequest.ts`
550
+
551
+ * **Pervasive Changes:** Imports now use the `.js` extension.
552
+
553
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/EmbeddingGenerationJob.ts`
554
+
555
+ * **Pervasive Changes:** Imports now use the `.js` extension.
556
+
557
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/EvaluationArgs.ts`
558
+
559
+ * **Pervasive Changes:** Imports now use the `.js` extension.
560
+
561
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/Face.ts`
562
+
563
+ * **Pervasive Changes:** Imports now use the `.js` extension.
564
+
565
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/FacePrediction.ts`
566
+
567
+ * **Pervasive Changes:** Imports now use the `.js` extension.
568
+
569
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/FacemeshPrediction.ts`
570
+
571
+ * **Pervasive Changes:** Imports now use the `.js` extension.
572
+
573
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/FailedState.ts`
574
+
575
+ * **Pervasive Changes:** Imports now use the `.js` extension.
576
+
577
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsBurstPrediction.ts`
578
+
579
+ * **Pervasive Changes:** Imports now use the `.js` extension.
580
+
581
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacePrediction.ts`
582
+
583
+ * **Pervasive Changes:** Imports now use the `.js` extension.
584
+
585
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsFacemeshPrediction.ts`
586
+
587
+ * **Pervasive Changes:** Imports now use the `.js` extension.
588
+
589
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsLanguagePrediction.ts`
590
+
591
+ * **Pervasive Changes:** Imports now use the `.js` extension.
592
+
593
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsNerPrediction.ts`
594
+
595
+ * **Pervasive Changes:** Imports now use the `.js` extension.
596
+
597
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/GroupedPredictionsProsodyPrediction.ts`
598
+
599
+ * **Pervasive Changes:** Imports now use the `.js` extension.
600
+
601
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/InProgressState.ts`
602
+
603
+ * **Pervasive Changes:** Imports now use the `.js` extension.
604
+
605
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/InferenceBaseRequest.ts`
606
+
607
+ * **Pervasive Changes:** Imports now use the `.js` extension.
608
+
609
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/InferenceJob.ts`
610
+
611
+ * **Pervasive Changes:** Imports now use the `.js` extension.
612
+
613
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/InferencePrediction.ts`
614
+
615
+ * **Pervasive Changes:** Imports now use the `.js` extension.
616
+
617
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/InferenceRequest.ts`
618
+
619
+ * **Pervasive Changes:** Imports now use the `.js` extension.
620
+
621
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/InferenceResults.ts`
622
+
623
+ * **Pervasive Changes:** Imports now use the `.js` extension.
624
+
625
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/InferenceSourcePredictResult.ts`
626
+
627
+ * **Pervasive Changes:** Imports now use the `.js` extension.
628
+
629
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/JobEmbeddingGeneration.ts`
630
+
631
+ * **Pervasive Changes:** Imports now use the `.js` extension.
632
+
633
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/JobInference.ts`
634
+
635
+ * **Pervasive Changes:** Imports now use the `.js` extension.
636
+
637
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/JobTlInference.ts`
638
+
639
+ * **Pervasive Changes:** Imports now use the `.js` extension.
640
+
641
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/JobTraining.ts`
642
+
643
+ * **Pervasive Changes:** Imports now use the `.js` extension.
644
+
645
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/Language.ts`
646
+
647
+ * **Pervasive Changes:** Imports now use the `.js` extension.
648
+
649
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/LanguagePrediction.ts`
650
+
651
+ * **Pervasive Changes:** Imports now use the `.js` extension.
652
+
653
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/Models.ts`
654
+
655
+ * **Pervasive Changes:** Imports now use the `.js` extension.
656
+
657
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/ModelsPredictions.ts`
658
+
659
+ * **Pervasive Changes:** Imports now use the `.js` extension.
660
+
661
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/NerPrediction.ts`
662
+
663
+ * **Pervasive Changes:** Imports now use the `.js` extension.
664
+
665
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullBurstPrediction.ts`
666
+
667
+ * **Pervasive Changes:** Imports now use the `.js` extension.
668
+
669
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacePrediction.ts`
670
+
671
+ * **Pervasive Changes:** Imports now use the `.js` extension.
672
+
673
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalNullFacemeshPrediction.ts`
674
+
675
+ * **Pervasive Changes:** Imports now use the `.js` extension.
676
+
677
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataLanguagePrediction.ts`
678
+
679
+ * **Pervasive Changes:** Imports now use the `.js` extension.
680
+
681
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataNerPrediction.ts`
682
+
683
+ * **Pervasive Changes:** Imports now use the `.js` extension.
684
+
685
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/PredictionsOptionalTranscriptionMetadataProsodyPrediction.ts`
686
+
687
+ * **Pervasive Changes:** Imports now use the `.js` extension.
688
+
689
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/Prosody.ts`
690
+
691
+ * **Pervasive Changes:** Imports now use the `.js` extension.
692
+
693
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/ProsodyPrediction.ts`
694
+
695
+ * **Pervasive Changes:** Imports now use the `.js` extension.
696
+
697
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/QueuedState.ts`
698
+
699
+ * **Pervasive Changes:** Imports now use the `.js` extension.
700
+
701
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/Source.ts`
702
+
703
+ * **Pervasive Changes:** Imports now use the `.js` extension.
704
+
705
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/SourceFile.ts`
706
+
707
+ * **Pervasive Changes:** Imports now use the `.js` extension.
708
+
709
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/SourceUrl.ts`
710
+
711
+ * **Pervasive Changes:** Imports now use the `.js` extension.
712
+
713
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGeneration.ts`
714
+
715
+ * **Pervasive Changes:** Imports now use the `.js` extension.
716
+
717
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationCompletedEmbeddingGeneration.ts`
718
+
719
+ * **Pervasive Changes:** Imports now use the `.js` extension.
720
+
721
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationFailed.ts`
722
+
723
+ * **Pervasive Changes:** Imports now use the `.js` extension.
724
+
725
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationInProgress.ts`
726
+
727
+ * **Pervasive Changes:** Imports now use the `.js` extension.
728
+
729
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateEmbeddingGenerationQueued.ts`
730
+
731
+ * **Pervasive Changes:** Imports now use the `.js` extension.
732
+
733
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateInference.ts`
734
+
735
+ * **Pervasive Changes:** Imports now use the `.js` extension.
736
+
737
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateTlInference.ts`
738
+
739
+ * **Pervasive Changes:** Imports now use the `.js` extension.
740
+
741
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceCompletedTlInference.ts`
742
+
743
+ * **Pervasive Changes:** Imports now use the `.js` extension.
744
+
745
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceFailed.ts`
746
+
747
+ * **Pervasive Changes:** Imports now use the `.js` extension.
748
+
749
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceInProgress.ts`
750
+
751
+ * **Pervasive Changes:** Imports now use the `.js` extension.
752
+
753
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateTlInferenceQueued.ts`
754
+
755
+ * **Pervasive Changes:** Imports now use the `.js` extension.
756
+
757
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateTraining.ts`
758
+
759
+ * **Pervasive Changes:** Imports now use the `.js` extension.
760
+
761
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateTrainingCompletedTraining.ts`
762
+
763
+ * **Pervasive Changes:** Imports now use the `.js` extension.
764
+
765
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateTrainingFailed.ts`
766
+
767
+ * **Pervasive Changes:** Imports now use the `.js` extension.
768
+
769
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateTrainingInProgress.ts`
770
+
771
+ * **Pervasive Changes:** Imports now use the `.js` extension.
772
+
773
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/StateTrainingQueued.ts`
774
+
775
+ * **Pervasive Changes:** Imports now use the `.js` extension.
776
+
777
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/Task.ts`
778
+
779
+ * **Pervasive Changes:** Imports now use the `.js` extension.
780
+
781
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/TlInferenceBaseRequest.ts`
782
+
783
+ * **Pervasive Changes:** Imports now use the `.js` extension.
784
+
785
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/TlInferencePrediction.ts`
786
+
787
+ * **Pervasive Changes:** Imports now use the `.js` extension.
788
+
789
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/TlInferenceResults.ts`
790
+
791
+ * **Pervasive Changes:** Imports now use the `.js` extension.
792
+
793
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/TlInferenceSourcePredictResult.ts`
794
+
795
+ * **Pervasive Changes:** Imports now use the `.js` extension.
796
+
797
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/TrainingBaseRequest.ts`
798
+
799
+ * **Pervasive Changes:** Imports now use the `.js` extension.
800
+
801
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/Transcription.ts`
802
+
803
+ * **Pervasive Changes:** Imports now use the `.js` extension.
804
+
805
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/TranscriptionMetadata.ts`
806
+
807
+ * **Pervasive Changes:** Imports now use the `.js` extension.
808
+
809
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/UnionJob.ts`
810
+
811
+ * **Pervasive Changes:** Imports now use the `.js` extension.
812
+
813
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/UnionPredictResult.ts`
814
+
815
+ * **Pervasive Changes:** Imports now use the `.js` extension.
816
+
817
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/ValidationArgs.ts`
818
+
819
+ * **Pervasive Changes:** Imports now use the `.js` extension.
820
+
821
+ ### `src/api/resources/expressionMeasurement/resources/batch/types/index.ts`
822
+
823
+ * **Pervasive Changes:** The export paths now include `.js`.
824
+
825
+ ### `src/api/resources/expressionMeasurement/resources/index.ts`
826
+
827
+ * **Pervasive Changes:** The export paths now include `index.js`.
828
+
829
+ ### `src/api/resources/expressionMeasurement/resources/stream/index.ts`
830
+
831
+ * **Pervasive Changes:** The export paths now include `index.js`.
832
+
833
+ ### `src/api/resources/expressionMeasurement/resources/stream/resources/index.ts`
834
+
835
+ * **Pervasive Changes:** The export paths now include `index.js`.
836
+
837
+ ### `src/api/resources/expressionMeasurement/resources/stream/resources/stream/client/Client.ts`
838
+
839
+ * **New File:** This is a new file that defines the `Stream` client.
840
+
841
+ ### `src/api/resources/expressionMeasurement/resources/stream/resources/stream/client/Socket.ts`
842
+
843
+ * **New File:** This is a new file that defines the `StreamSocket` class.