Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Commit 35a6229

Browse files
Copilotv-jiaodiJialinHuang803
authored
Bump TypeSpec dependencies to latest stable (#4002)
* Initial plan * chore: bump TypeSpec dependencies to latest stable versions Agent-Logs-Url: https://github.com/Azure/autorest.typescript/sessions/e4233668-3814-4f9b-8416-d7c7731a160f Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com> Co-authored-by: JialinHuang803 <139532647+JialinHuang803@users.noreply.github.com>
1 parent 866a1d2 commit 35a6229

6 files changed

Lines changed: 234 additions & 234 deletions

File tree

packages/typespec-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@azure-tools/typespec-autorest": "^0.68.0",
99
"@typespec/openapi3": "^1.12.0",
1010
"@azure-tools/typespec-azure-core": "^0.68.0",
11-
"@azure-tools/typespec-client-generator-core": "^0.68.0",
11+
"@azure-tools/typespec-client-generator-core": "^0.68.2",
1212
"@azure-tools/typespec-azure-resource-manager": "^0.68.0",
1313
"@azure-tools/typespec-azure-rulesets": "^0.68.0",
1414
"@typespec/compiler": "^1.12.0",

packages/typespec-test/test/ai/generated/typespec-ts/src/index.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,10 @@ export type {
202202
VectorStoreFileDeletionStatus,
203203
VectorStoreFileBatch,
204204
VectorStoreFileBatchStatus,
205-
MessageDeltaChunk,
206-
MessageDelta,
205+
MessageDeltaImageFileContentObject,
206+
MessageDeltaImageFileContent,
207207
MessageDeltaContent,
208208
MessageDeltaContentUnion,
209-
MessageDeltaImageFileContent,
210-
MessageDeltaImageFileContentObject,
211209
MessageDeltaTextContent,
212210
MessageDeltaTextContentObject,
213211
MessageDeltaTextAnnotation,
@@ -216,25 +214,27 @@ export type {
216214
MessageDeltaTextFileCitationAnnotationObject,
217215
MessageDeltaTextFilePathAnnotation,
218216
MessageDeltaTextFilePathAnnotationObject,
217+
MessageDelta,
218+
MessageDeltaChunk,
219+
RunStepDeltaMessageCreationObject,
220+
RunStepDeltaFunction,
221+
RunStepDeltaCodeInterpreterLogOutput,
222+
RunStepDeltaCodeInterpreterOutput,
223+
RunStepDeltaCodeInterpreterOutputUnion,
224+
RunStepDeltaCodeInterpreterImageOutput,
225+
RunStepDeltaCodeInterpreterImageOutputObject,
219226
RunStepDeltaChunk,
220227
RunStepDelta,
221228
RunStepDeltaDetail,
222229
RunStepDeltaDetailUnion,
223230
RunStepDeltaMessageCreation,
224-
RunStepDeltaMessageCreationObject,
225231
RunStepDeltaToolCallObject,
226232
RunStepDeltaToolCall,
227233
RunStepDeltaToolCallUnion,
228234
RunStepDeltaFunctionToolCall,
229-
RunStepDeltaFunction,
230235
RunStepDeltaFileSearchToolCall,
231236
RunStepDeltaCodeInterpreterToolCall,
232237
RunStepDeltaCodeInterpreterDetailItemObject,
233-
RunStepDeltaCodeInterpreterOutput,
234-
RunStepDeltaCodeInterpreterOutputUnion,
235-
RunStepDeltaCodeInterpreterLogOutput,
236-
RunStepDeltaCodeInterpreterImageOutput,
237-
RunStepDeltaCodeInterpreterImageOutputObject,
238238
AgentStreamEvent,
239239
ThreadStreamEvent,
240240
RunStreamEvent,

packages/typespec-test/test/ai/generated/typespec-ts/src/models/agents/index.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,10 @@ export type {
160160
VectorStoreFileDeletionStatus,
161161
VectorStoreFileBatch,
162162
VectorStoreFileBatchStatus,
163-
MessageDeltaChunk,
164-
MessageDelta,
163+
MessageDeltaImageFileContentObject,
164+
MessageDeltaImageFileContent,
165165
MessageDeltaContent,
166166
MessageDeltaContentUnion,
167-
MessageDeltaImageFileContent,
168-
MessageDeltaImageFileContentObject,
169167
MessageDeltaTextContent,
170168
MessageDeltaTextContentObject,
171169
MessageDeltaTextAnnotation,
@@ -174,25 +172,27 @@ export type {
174172
MessageDeltaTextFileCitationAnnotationObject,
175173
MessageDeltaTextFilePathAnnotation,
176174
MessageDeltaTextFilePathAnnotationObject,
175+
MessageDelta,
176+
MessageDeltaChunk,
177+
RunStepDeltaMessageCreationObject,
178+
RunStepDeltaFunction,
179+
RunStepDeltaCodeInterpreterLogOutput,
180+
RunStepDeltaCodeInterpreterOutput,
181+
RunStepDeltaCodeInterpreterOutputUnion,
182+
RunStepDeltaCodeInterpreterImageOutput,
183+
RunStepDeltaCodeInterpreterImageOutputObject,
177184
RunStepDeltaChunk,
178185
RunStepDelta,
179186
RunStepDeltaDetail,
180187
RunStepDeltaDetailUnion,
181188
RunStepDeltaMessageCreation,
182-
RunStepDeltaMessageCreationObject,
183189
RunStepDeltaToolCallObject,
184190
RunStepDeltaToolCall,
185191
RunStepDeltaToolCallUnion,
186192
RunStepDeltaFunctionToolCall,
187-
RunStepDeltaFunction,
188193
RunStepDeltaFileSearchToolCall,
189194
RunStepDeltaCodeInterpreterToolCall,
190195
RunStepDeltaCodeInterpreterDetailItemObject,
191-
RunStepDeltaCodeInterpreterOutput,
192-
RunStepDeltaCodeInterpreterOutputUnion,
193-
RunStepDeltaCodeInterpreterLogOutput,
194-
RunStepDeltaCodeInterpreterImageOutput,
195-
RunStepDeltaCodeInterpreterImageOutputObject,
196196
AgentStreamEvent,
197197
ThreadStreamEvent,
198198
RunStreamEvent,

0 commit comments

Comments
 (0)