@smartspace/api-client 0.1.0-dev.300745c → 0.1.0-dev.395acec

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 (57) hide show
  1. package/dist/generated/chat/api.d.ts +14 -4
  2. package/dist/generated/chat/api.js +66 -1
  3. package/dist/generated/chat/models/dtosMessageThreadsMessageThreadDto.d.ts +23 -0
  4. package/dist/generated/chat/models/dtosMessageThreadsMessageThreadDto.js +8 -0
  5. package/dist/generated/chat/models/fileUriResponse.d.ts +9 -0
  6. package/dist/generated/chat/models/fileUriResponse.js +8 -0
  7. package/dist/generated/chat/models/index.d.ts +2 -0
  8. package/dist/generated/chat/models/index.js +2 -0
  9. package/dist/generated/chat/models/modelModel.d.ts +2 -2
  10. package/dist/generated/chat/models/modelModelSummary.d.ts +2 -2
  11. package/dist/generated/chat/models/workSpace.d.ts +0 -2
  12. package/dist/generated/chat/zod.d.ts +206 -43
  13. package/dist/generated/chat/zod.js +172 -14
  14. package/dist/generated/config/api.d.ts +91 -13
  15. package/dist/generated/config/api.js +282 -15
  16. package/dist/generated/config/models/fileUriResponse.d.ts +9 -0
  17. package/dist/generated/config/models/flowRunsAddFileIdFilesBody.d.ts +9 -0
  18. package/dist/generated/config/models/flowRunsCreateFlowRunParams.d.ts +13 -0
  19. package/dist/generated/config/models/index.d.ts +10 -4
  20. package/dist/generated/config/models/index.js +10 -4
  21. package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +3 -0
  22. package/dist/generated/config/models/messageSandBoxMessageRequestVariables.d.ts +12 -0
  23. package/dist/generated/config/models/modelModel.d.ts +2 -2
  24. package/dist/generated/config/models/modelModelSummary.d.ts +2 -2
  25. package/dist/generated/config/models/modelProvidersGetProvidersParams.d.ts +16 -0
  26. package/dist/generated/config/models/modelProvidersGetProvidersParams.js +8 -0
  27. package/dist/generated/config/models/modelsGetDefaultDockerFileParams.d.ts +10 -0
  28. package/dist/generated/config/models/modelsGetDefaultDockerFileParams.js +2 -0
  29. package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.d.ts → sandBoxGetThreadMessagesParams.d.ts} +1 -1
  30. package/dist/generated/config/models/sandBoxGetThreadMessagesParams.js +8 -0
  31. package/dist/generated/config/models/usersAdminPermissionParams.d.ts +9 -0
  32. package/dist/generated/config/models/usersAdminPermissionParams.js +8 -0
  33. package/dist/generated/config/models/workSpace.d.ts +0 -2
  34. package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.d.ts → workSpacesGetWorkspaceFilesParams.d.ts} +1 -1
  35. package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.js +8 -0
  36. package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesBody.d.ts → workSpacesWorkspaceFilesBody.d.ts} +1 -1
  37. package/dist/generated/config/models/workSpacesWorkspaceFilesBody.js +8 -0
  38. package/dist/generated/config/zod.d.ts +584 -82
  39. package/dist/generated/config/zod.js +432 -59
  40. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +24 -0
  41. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +5 -0
  42. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +27 -0
  43. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.js +5 -0
  44. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +71 -0
  45. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.js +2 -0
  46. package/dist/generated/signalr/TypedSignalR.Client/index.d.ts +21 -0
  47. package/dist/generated/signalr/TypedSignalR.Client/index.js +114 -0
  48. package/dist/index.d.ts +1 -0
  49. package/dist/index.js +2 -1
  50. package/dist/signalr.d.ts +4 -0
  51. package/dist/signalr.js +18 -0
  52. package/package.json +6 -2
  53. package/dist/generated/config/models/workSpacesUpdatePromptResponseFlagParams.d.ts +0 -12
  54. /package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.js → fileUriResponse.js} +0 -0
  55. /package/dist/generated/config/models/{workSpacesUpdatePromptResponseFlagParams.js → flowRunsAddFileIdFilesBody.js} +0 -0
  56. /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesBody.js → flowRunsCreateFlowRunParams.js} +0 -0
  57. /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.js → messageSandBoxMessageRequestVariables.js} +0 -0
@@ -98,7 +98,9 @@ export declare const filesGetUriQueryParams: zod.ZodObject<{
98
98
  threadId: zod.ZodOptional<zod.ZodString>;
99
99
  workspaceId: zod.ZodOptional<zod.ZodString>;
100
100
  }, zod.core.$strict>;
101
- export declare const filesGetUriResponse: zod.ZodString;
101
+ export declare const filesGetUriResponse: zod.ZodObject<{
102
+ uri: zod.ZodString;
103
+ }, zod.core.$strip>;
102
104
  export declare const flowRunsGetVariablesPathIdRegExp: RegExp;
103
105
  export declare const flowRunsGetVariablesParams: zod.ZodObject<{
104
106
  id: zod.ZodString;
@@ -187,6 +189,30 @@ export declare const messageThreadsPostCommentResponse: zod.ZodObject<{
187
189
  id: zod.ZodString;
188
190
  mentionedUsers: zod.ZodArray<zod.ZodString>;
189
191
  }, zod.core.$strip>;
192
+ /**
193
+ * @summary Pilot endpoint for the DTO/Mapperly pattern. Returns the full
194
+ MessageThreadDto for the given id. 404 via ProblemDetails when
195
+ the thread does not exist. See .claude/plans/dto-mapper-layer-overhaul.md.
196
+ */
197
+ export declare const messageThreadsGetMessageThreadDetailIdDetailPathIdRegExp: RegExp;
198
+ export declare const messageThreadsGetMessageThreadDetailIdDetailParams: zod.ZodObject<{
199
+ id: zod.ZodString;
200
+ }, zod.core.$strict>;
201
+ export declare const messageThreadsGetMessageThreadDetailIdDetailResponseFlowIdRegExp: RegExp;
202
+ export declare const messageThreadsGetMessageThreadDetailIdDetailResponseIdRegExp: RegExp;
203
+ export declare const messageThreadsGetMessageThreadDetailIdDetailResponseWorkSpaceIdRegExp: RegExp;
204
+ export declare const messageThreadsGetMessageThreadDetailIdDetailResponse: zod.ZodObject<{
205
+ createdAt: zod.ZodISODateTime;
206
+ createdByUserId: zod.ZodString;
207
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
208
+ flowId: zod.ZodString;
209
+ id: zod.ZodString;
210
+ isFlowRunning: zod.ZodBoolean;
211
+ modifiedAt: zod.ZodISODateTime;
212
+ modifiedByUserId: zod.ZodString;
213
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
214
+ workSpaceId: zod.ZodString;
215
+ }, zod.core.$strip>;
190
216
  /**
191
217
  * @summary Mark a message thread as favorited or not in SmartSpace, using the thread's ID and a boolean value in the request.
192
218
  */
@@ -256,6 +282,17 @@ export declare const messageThreadsThreadMessagesIdMessagesResponse: zod.ZodObje
256
282
  }, zod.core.$strip>>;
257
283
  total: zod.ZodNumber;
258
284
  }, zod.core.$strip>;
285
+ /**
286
+ * @summary SSE stream of all messages on a thread. First frame is the thread
287
+ snapshot (current messages with in-flight Redis state already
288
+ overlaid by `GetMessagesByThreadIdAsync`); subsequent frames
289
+ are per-message chunk updates as they arrive. Cumulative deltas
290
+ mean reconnect is just "re-open" — no cursor handshake.
291
+ */
292
+ export declare const messageThreadsStreamThreadMessagesIdMessagesStreamPathIdRegExp: RegExp;
293
+ export declare const messageThreadsStreamThreadMessagesIdMessagesStreamParams: zod.ZodObject<{
294
+ id: zod.ZodString;
295
+ }, zod.core.$strict>;
259
296
  /**
260
297
  * @summary Update the name of a message thread in SmartSpace, using the thread's ID and providing the new name in the request.
261
298
  */
@@ -302,6 +339,10 @@ export declare const messageThreadsAddThreadUserParams: zod.ZodObject<{
302
339
  /**
303
340
  * @summary Handles the HTTP POST request to create a new message in a thread within SmartSpace.
304
341
  This method specifies details like workspace ID, thread ID, and message content in the request.
342
+ Blocks until the flow completes and returns the final Message with all outputs populated,
343
+ preserving the original synchronous request/response contract for SDK and integration clients.
344
+ Clients that prefer to return immediately and subscribe to the SSE stream should use
345
+ `POST /messages/start` instead.
305
346
  */
306
347
  export declare const messagesThreadMessagesBodyMessageThreadIdRegExp: RegExp;
307
348
  export declare const messagesThreadMessagesBodyWorkSpaceIdRegExp: RegExp;
@@ -315,6 +356,86 @@ export declare const messagesThreadMessagesBody: zod.ZodObject<{
315
356
  variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
316
357
  workSpaceId: zod.ZodString;
317
358
  }, zod.core.$strict>;
359
+ export declare const messagesThreadMessagesResponseIdRegExp: RegExp;
360
+ export declare const messagesThreadMessagesResponseMessageThreadIdRegExp: RegExp;
361
+ export declare const messagesThreadMessagesResponseValuesItemIdRegExp: RegExp;
362
+ export declare const messagesThreadMessagesResponse: zod.ZodObject<{
363
+ createdAt: zod.ZodISODateTime;
364
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
365
+ createdByUserId: zod.ZodString;
366
+ errors: zod.ZodArray<zod.ZodObject<{
367
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
368
+ code: zod.ZodNumber;
369
+ data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
370
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
371
+ }, zod.core.$strip>>;
372
+ hasComments: zod.ZodBoolean;
373
+ id: zod.ZodString;
374
+ messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
375
+ values: zod.ZodArray<zod.ZodObject<{
376
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
377
+ createdAt: zod.ZodISODateTime;
378
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
379
+ createdByUserId: zod.ZodString;
380
+ id: zod.ZodString;
381
+ name: zod.ZodString;
382
+ type: zod.ZodEnum<{
383
+ Input: "Input";
384
+ Output: "Output";
385
+ }>;
386
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
387
+ }, zod.core.$strip>>;
388
+ }, zod.core.$strip>;
389
+ /**
390
+ * @summary Starts a flow run on a thread and returns immediately with the initial Message
391
+ before the flow has produced any outputs. The flow continues in a background task;
392
+ deltas stream via Redis to the SSE endpoint at
393
+ `GET /MessageThreads/{id}/messages/stream` and final outputs are persisted to
394
+ the database. Use this endpoint when the client subscribes to the SSE stream for
395
+ live updates instead of waiting for the flow to complete.
396
+ */
397
+ export declare const messagesStartThreadMessageBodyMessageThreadIdRegExp: RegExp;
398
+ export declare const messagesStartThreadMessageBodyWorkSpaceIdRegExp: RegExp;
399
+ export declare const messagesStartThreadMessageBody: zod.ZodObject<{
400
+ inputs: zod.ZodArray<zod.ZodObject<{
401
+ channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
402
+ name: zod.ZodString;
403
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
404
+ }, zod.core.$strict>>;
405
+ messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
406
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
407
+ workSpaceId: zod.ZodString;
408
+ }, zod.core.$strict>;
409
+ export declare const messagesStartThreadMessageResponseIdRegExp: RegExp;
410
+ export declare const messagesStartThreadMessageResponseMessageThreadIdRegExp: RegExp;
411
+ export declare const messagesStartThreadMessageResponseValuesItemIdRegExp: RegExp;
412
+ export declare const messagesStartThreadMessageResponse: zod.ZodObject<{
413
+ createdAt: zod.ZodISODateTime;
414
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
415
+ createdByUserId: zod.ZodString;
416
+ errors: zod.ZodArray<zod.ZodObject<{
417
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
418
+ code: zod.ZodNumber;
419
+ data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
420
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
421
+ }, zod.core.$strip>>;
422
+ hasComments: zod.ZodBoolean;
423
+ id: zod.ZodString;
424
+ messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
425
+ values: zod.ZodArray<zod.ZodObject<{
426
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
427
+ createdAt: zod.ZodISODateTime;
428
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
429
+ createdByUserId: zod.ZodString;
430
+ id: zod.ZodString;
431
+ name: zod.ZodString;
432
+ type: zod.ZodEnum<{
433
+ Input: "Input";
434
+ Output: "Output";
435
+ }>;
436
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
437
+ }, zod.core.$strip>>;
438
+ }, zod.core.$strip>;
318
439
  /**
319
440
  * @summary Remove a specific message from SmartSpace using its ID.
320
441
  */
@@ -372,6 +493,13 @@ export declare const messagesPostCommentResponse: zod.ZodObject<{
372
493
  id: zod.ZodString;
373
494
  mentionedUsers: zod.ZodArray<zod.ZodString>;
374
495
  }, zod.core.$strip>;
496
+ /**
497
+ * @summary Append a new input value to an in-flight message and stream successive
498
+ snapshots back to the client. Each frame is a full M:SmartSpace.App.ChatApi.Controllers.MessagesController.Message(System.Guid)
499
+ with the latest cumulative state — the SDK should treat the response as
500
+ a stream of M:SmartSpace.App.ChatApi.Controllers.MessagesController.Message(System.Guid) frames (NDJSON / SSE), with the final
501
+ frame being the authoritative completed message.
502
+ */
375
503
  export declare const messagesAddValueToMessagePathIdRegExp: RegExp;
376
504
  export declare const messagesAddValueToMessageParams: zod.ZodObject<{
377
505
  id: zod.ZodString;
@@ -416,16 +544,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
416
544
  VertexAi: "VertexAi";
417
545
  AzureFoundry: "AzureFoundry";
418
546
  }>>;
419
- name: zod.ZodString;
420
- properties: zod.ZodArray<zod.ZodObject<{
421
- name: zod.ZodString;
422
- type: zod.ZodEnum<{
423
- Boolean: "Boolean";
424
- Number: "Number";
425
- String: "String";
426
- }>;
427
- }, zod.core.$strip>>;
428
- publisher: zod.ZodOptional<zod.ZodEnum<{
547
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
429
548
  OpenAi: "OpenAi";
430
549
  HuggingFace: "HuggingFace";
431
550
  Cohere: "Cohere";
@@ -440,6 +559,15 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
440
559
  Qwen: "Qwen";
441
560
  Other: "Other";
442
561
  }>>;
562
+ name: zod.ZodString;
563
+ properties: zod.ZodArray<zod.ZodObject<{
564
+ name: zod.ZodString;
565
+ type: zod.ZodEnum<{
566
+ Boolean: "Boolean";
567
+ Number: "Number";
568
+ String: "String";
569
+ }>;
570
+ }, zod.core.$strip>>;
443
571
  virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
444
572
  }, zod.core.$strip>>;
445
573
  total: zod.ZodNumber;
@@ -512,16 +640,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
512
640
  VertexAi: "VertexAi";
513
641
  AzureFoundry: "AzureFoundry";
514
642
  }>>;
515
- name: zod.ZodString;
516
- properties: zod.ZodArray<zod.ZodObject<{
517
- name: zod.ZodString;
518
- type: zod.ZodEnum<{
519
- Boolean: "Boolean";
520
- Number: "Number";
521
- String: "String";
522
- }>;
523
- }, zod.core.$strip>>;
524
- publisher: zod.ZodOptional<zod.ZodEnum<{
643
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
525
644
  OpenAi: "OpenAi";
526
645
  HuggingFace: "HuggingFace";
527
646
  Cohere: "Cohere";
@@ -536,6 +655,15 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
536
655
  Qwen: "Qwen";
537
656
  Other: "Other";
538
657
  }>>;
658
+ name: zod.ZodString;
659
+ properties: zod.ZodArray<zod.ZodObject<{
660
+ name: zod.ZodString;
661
+ type: zod.ZodEnum<{
662
+ Boolean: "Boolean";
663
+ Number: "Number";
664
+ String: "String";
665
+ }>;
666
+ }, zod.core.$strip>>;
539
667
  }, zod.core.$strip>;
540
668
  /**
541
669
  * @summary Retrieve notifications for user login.
@@ -729,7 +857,6 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
729
857
  inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
730
858
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
731
859
  }, zod.core.$strip>>;
732
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
733
860
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
734
861
  frequencyPenalty: zod.ZodNumber;
735
862
  model: zod.ZodObject<{
@@ -789,16 +916,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
789
916
  VertexAi: "VertexAi";
790
917
  AzureFoundry: "AzureFoundry";
791
918
  }>>;
792
- name: zod.ZodString;
793
- properties: zod.ZodArray<zod.ZodObject<{
794
- name: zod.ZodString;
795
- type: zod.ZodEnum<{
796
- Boolean: "Boolean";
797
- Number: "Number";
798
- String: "String";
799
- }>;
800
- }, zod.core.$strip>>;
801
- publisher: zod.ZodOptional<zod.ZodEnum<{
919
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
802
920
  OpenAi: "OpenAi";
803
921
  HuggingFace: "HuggingFace";
804
922
  Cohere: "Cohere";
@@ -813,6 +931,15 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
813
931
  Qwen: "Qwen";
814
932
  Other: "Other";
815
933
  }>>;
934
+ name: zod.ZodString;
935
+ properties: zod.ZodArray<zod.ZodObject<{
936
+ name: zod.ZodString;
937
+ type: zod.ZodEnum<{
938
+ Boolean: "Boolean";
939
+ Number: "Number";
940
+ String: "String";
941
+ }>;
942
+ }, zod.core.$strip>>;
816
943
  }, zod.core.$strip>;
817
944
  prePrompt: zod.ZodString;
818
945
  presencePenalty: zod.ZodNumber;
@@ -980,7 +1107,6 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
980
1107
  inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
981
1108
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
982
1109
  }, zod.core.$strip>>;
983
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
984
1110
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
985
1111
  frequencyPenalty: zod.ZodNumber;
986
1112
  model: zod.ZodObject<{
@@ -1040,16 +1166,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
1040
1166
  VertexAi: "VertexAi";
1041
1167
  AzureFoundry: "AzureFoundry";
1042
1168
  }>>;
1043
- name: zod.ZodString;
1044
- properties: zod.ZodArray<zod.ZodObject<{
1045
- name: zod.ZodString;
1046
- type: zod.ZodEnum<{
1047
- Boolean: "Boolean";
1048
- Number: "Number";
1049
- String: "String";
1050
- }>;
1051
- }, zod.core.$strip>>;
1052
- publisher: zod.ZodOptional<zod.ZodEnum<{
1169
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
1053
1170
  OpenAi: "OpenAi";
1054
1171
  HuggingFace: "HuggingFace";
1055
1172
  Cohere: "Cohere";
@@ -1064,6 +1181,15 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
1064
1181
  Qwen: "Qwen";
1065
1182
  Other: "Other";
1066
1183
  }>>;
1184
+ name: zod.ZodString;
1185
+ properties: zod.ZodArray<zod.ZodObject<{
1186
+ name: zod.ZodString;
1187
+ type: zod.ZodEnum<{
1188
+ Boolean: "Boolean";
1189
+ Number: "Number";
1190
+ String: "String";
1191
+ }>;
1192
+ }, zod.core.$strip>>;
1067
1193
  }, zod.core.$strip>;
1068
1194
  prePrompt: zod.ZodString;
1069
1195
  presencePenalty: zod.ZodNumber;
@@ -1251,6 +1377,31 @@ export declare const messageThreadsGetMessageThreadWorkspacesWorkspaceIdMessaget
1251
1377
  totalMessages: zod.ZodNumber;
1252
1378
  workSpaceId: zod.ZodString;
1253
1379
  }, zod.core.$strip>;
1380
+ /**
1381
+ * @summary Pilot endpoint for the DTO/Mapperly pattern. Returns the full
1382
+ MessageThreadDto for the given id. 404 via ProblemDetails when
1383
+ the thread does not exist. See .claude/plans/dto-mapper-layer-overhaul.md.
1384
+ */
1385
+ export declare const messageThreadsGetMessageThreadDetailWorkspacesWorkspaceIdMessagethreadsIdDetailPathIdRegExp: RegExp;
1386
+ export declare const messageThreadsGetMessageThreadDetailWorkspacesWorkspaceIdMessagethreadsIdDetailParams: zod.ZodObject<{
1387
+ id: zod.ZodString;
1388
+ workspaceId: zod.ZodString;
1389
+ }, zod.core.$strict>;
1390
+ export declare const messageThreadsGetMessageThreadDetailWorkspacesWorkspaceIdMessagethreadsIdDetailResponseFlowIdRegExp: RegExp;
1391
+ export declare const messageThreadsGetMessageThreadDetailWorkspacesWorkspaceIdMessagethreadsIdDetailResponseIdRegExp: RegExp;
1392
+ export declare const messageThreadsGetMessageThreadDetailWorkspacesWorkspaceIdMessagethreadsIdDetailResponseWorkSpaceIdRegExp: RegExp;
1393
+ export declare const messageThreadsGetMessageThreadDetailWorkspacesWorkspaceIdMessagethreadsIdDetailResponse: zod.ZodObject<{
1394
+ createdAt: zod.ZodISODateTime;
1395
+ createdByUserId: zod.ZodString;
1396
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1397
+ flowId: zod.ZodString;
1398
+ id: zod.ZodString;
1399
+ isFlowRunning: zod.ZodBoolean;
1400
+ modifiedAt: zod.ZodISODateTime;
1401
+ modifiedByUserId: zod.ZodString;
1402
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1403
+ workSpaceId: zod.ZodString;
1404
+ }, zod.core.$strip>;
1254
1405
  /**
1255
1406
  * @summary Retrieves messages from a specific message thread along with the profile images of the users who created the messages.
1256
1407
  */
@@ -1314,3 +1465,15 @@ export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethr
1314
1465
  }, zod.core.$strip>>;
1315
1466
  total: zod.ZodNumber;
1316
1467
  }, zod.core.$strip>;
1468
+ /**
1469
+ * @summary SSE stream of all messages on a thread. First frame is the thread
1470
+ snapshot (current messages with in-flight Redis state already
1471
+ overlaid by `GetMessagesByThreadIdAsync`); subsequent frames
1472
+ are per-message chunk updates as they arrive. Cumulative deltas
1473
+ mean reconnect is just "re-open" — no cursor handshake.
1474
+ */
1475
+ export declare const messageThreadsStreamThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesStreamPathIdRegExp: RegExp;
1476
+ export declare const messageThreadsStreamThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesStreamParams: zod.ZodObject<{
1477
+ id: zod.ZodString;
1478
+ workspaceId: zod.ZodString;
1479
+ }, zod.core.$strict>;