@wowyuarm/dsh-agent-team 0.1.13 → 0.1.14-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/cordis.patch.yml +185 -2
- package/package.json +45 -49
- package/packages/agent-team/lib/context-management.js +2 -3
- package/packages/agent-team/lib/context-projection.js +7 -11
- package/packages/agent-team/lib/context-source.js +36 -17
- package/packages/agent-team/lib/index.js +26 -64
- package/packages/agent-team/lib/member-context.js +5 -3
- package/packages/agent-team/lib/member-time-context.js +5 -2
- package/packages/agent-team/lib/pressure-policy.js +5 -3
- package/packages/agent-team/lib/stored-session-reader.js +1 -2
- package/packages/agent-team/lib/typert.host.js +289 -211
- package/packages/agent-team/lib/typert.remote-client.d.ts +3 -2
- package/packages/agent-team/lib/typert.remote-client.d.ts.map +1 -1
- package/packages/agent-team/lib/typert.remote-client.js +243 -189
- package/packages/agent-team/lib/types/context-management.d.ts.map +1 -1
- package/packages/agent-team/lib/types/context-projection.d.ts.map +1 -1
- package/packages/agent-team/lib/types/context-source.d.ts +46 -13
- package/packages/agent-team/lib/types/context-source.d.ts.map +1 -1
- package/packages/agent-team/lib/types/index.d.ts +0 -8
- package/packages/agent-team/lib/types/index.d.ts.map +1 -1
- package/packages/agent-team/lib/types/member-context.d.ts +14 -0
- package/packages/agent-team/lib/types/member-context.d.ts.map +1 -1
- package/packages/agent-team/lib/types/member-time-context.d.ts +15 -0
- package/packages/agent-team/lib/types/member-time-context.d.ts.map +1 -1
- package/packages/agent-team/lib/types/pressure-policy.d.ts.map +1 -1
- package/packages/agent-team/lib/types/stored-session-reader.d.ts +1 -2
- package/packages/agent-team/lib/types/stored-session-reader.d.ts.map +1 -1
- package/packages/agent-team/lib/types/types/entities.d.ts +3 -3
- package/packages/client-agent-team/lib/client.js +467 -341
- package/packages/client-agent-team/lib/client.js.map +1 -1
- package/packages/client-agent-team/lib/types/client/TeamAgentsPanel.js +6 -6
- package/packages/client-agent-team/lib/types/client/TeamChannelPage.js +3 -3
- package/packages/client-agent-team/lib/types/client/TeamChannelsPanel.js +4 -4
- package/packages/client-agent-team/lib/types/client/TeamComposer.js +3 -3
- package/packages/client-agent-team/lib/types/client/TeamFooterAction.js +2 -2
- package/packages/client-agent-team/lib/types/client/TeamMemberEditor.js +3 -3
- package/packages/client-agent-team/lib/types/client/TeamMembersAction.js +2 -2
- package/packages/client-agent-team/lib/types/client/TeamRowMenu.d.ts.map +1 -1
- package/packages/client-agent-team/lib/types/client/TeamRowMenu.js +2 -2
- package/packages/client-agent-team/lib/types/client/TeamSidebarSection.js +2 -2
- package/packages/client-agent-team/lib/types/client/TeamThreadPage.js +3 -3
- package/packages/client-agent-team/lib/types/client/TeamWorkspaceBrowser.d.ts.map +1 -1
- package/packages/client-agent-team/lib/types/client/TeamWorkspaceBrowser.js +5 -8
- package/packages/client-agent-team/lib/types/client/TeamWorkspaceSelector.d.ts +37 -0
- package/packages/client-agent-team/lib/types/client/TeamWorkspaceSelector.d.ts.map +1 -0
- package/packages/client-agent-team/lib/types/client/TeamWorkspaceSelector.js +58 -0
- package/packages/client-agent-team/lib/types/client/index.d.ts.map +1 -1
- package/packages/client-agent-team/lib/types/client/index.js +37 -18
- package/packages/client-agent-team/lib/types/client/locales.d.ts +2 -0
- package/packages/client-agent-team/lib/types/client/locales.d.ts.map +1 -1
- package/packages/client-agent-team/lib/types/client/locales.js +2 -0
- package/packages/client-agent-team/lib/types/client/multi-menu-field.js +2 -2
- package/packages/client-agent-team/lib/types/client/sidebar-sections.d.ts +1 -1
- package/packages/client-agent-team/lib/types/client/sidebar-sections.d.ts.map +1 -1
- package/packages/client-agent-team/lib/types/client/sidebar-sections.js +4 -3
- package/packages/agent-team/lib/preset-roster.js +0 -15
- package/packages/agent-team/lib/session-remediation.js +0 -493
- package/packages/agent-team/lib/types/preset-roster.d.ts +0 -5
- package/packages/agent-team/lib/types/preset-roster.d.ts.map +0 -1
- package/packages/agent-team/lib/types/session-remediation.d.ts +0 -172
- package/packages/agent-team/lib/types/session-remediation.d.ts.map +0 -1
- package/packages/agent-team/preset/team-member/agent.cordis.yml +0 -164
- package/packages/client-agent-team/lib/types/client/TeamWorkspaceRow.d.ts +0 -11
- package/packages/client-agent-team/lib/types/client/TeamWorkspaceRow.d.ts.map +0 -1
- package/packages/client-agent-team/lib/types/client/TeamWorkspaceRow.js +0 -6
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* Generated by @deepseek-ai/dsh-typert-generator from the Host FaceModel — do not edit. */
|
|
2
2
|
import { z } from 'zod'
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
let _wowyuarm_dsh_agent_team_agentTeam_addMember_parameter_0$schema$value
|
|
5
|
+
const _wowyuarm_dsh_agent_team_agentTeam_addMember_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_addMember_parameter_0$schema$value ??= z.object({
|
|
5
6
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
6
7
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
7
8
|
'handle': z.string().readonly(),
|
|
@@ -21,8 +22,9 @@ const _wowyuarm_dsh_agent_team_agentTeam_addMember_parameter_0$schema = z.object
|
|
|
21
22
|
})]).readonly().optional(),
|
|
22
23
|
}).readonly().optional(),
|
|
23
24
|
'channelRefs': z.array(z.intersection(z.string(), z.unknown())).readonly(),
|
|
24
|
-
})
|
|
25
|
-
|
|
25
|
+
}))
|
|
26
|
+
let _wowyuarm_dsh_agent_team_agentTeam_addMember_result$schema$value
|
|
27
|
+
const _wowyuarm_dsh_agent_team_agentTeam_addMember_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_addMember_result$schema$value ??= z.object({
|
|
26
28
|
'receipt': z.object({
|
|
27
29
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
28
30
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -70,13 +72,15 @@ const _wowyuarm_dsh_agent_team_agentTeam_addMember_result$schema = z.object({
|
|
|
70
72
|
'knownNames': z.array(z.string()).readonly(),
|
|
71
73
|
}))]).readonly().optional(),
|
|
72
74
|
}).readonly(),
|
|
73
|
-
})
|
|
74
|
-
|
|
75
|
+
}))
|
|
76
|
+
let _wowyuarm_dsh_agent_team_agentTeam_archiveChannel_parameter_0$schema$value
|
|
77
|
+
const _wowyuarm_dsh_agent_team_agentTeam_archiveChannel_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_archiveChannel_parameter_0$schema$value ??= z.object({
|
|
75
78
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
76
79
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
77
80
|
'channelRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
78
|
-
})
|
|
79
|
-
|
|
81
|
+
}))
|
|
82
|
+
let _wowyuarm_dsh_agent_team_agentTeam_archiveChannel_result$schema$value
|
|
83
|
+
const _wowyuarm_dsh_agent_team_agentTeam_archiveChannel_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_archiveChannel_result$schema$value ??= z.object({
|
|
80
84
|
'receipt': z.object({
|
|
81
85
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
82
86
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -100,12 +104,14 @@ const _wowyuarm_dsh_agent_team_agentTeam_archiveChannel_result$schema = z.object
|
|
|
100
104
|
'normalizedDirection': z.string().readonly(),
|
|
101
105
|
'state': z.union([z.literal("active"), z.literal("done"), z.literal("released")]).readonly(),
|
|
102
106
|
})).readonly(),
|
|
103
|
-
})
|
|
104
|
-
|
|
107
|
+
}))
|
|
108
|
+
let _wowyuarm_dsh_agent_team_agentTeam_archiveMember_parameter_0$schema$value
|
|
109
|
+
const _wowyuarm_dsh_agent_team_agentTeam_archiveMember_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_archiveMember_parameter_0$schema$value ??= z.object({
|
|
105
110
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
106
111
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
107
|
-
})
|
|
108
|
-
|
|
112
|
+
}))
|
|
113
|
+
let _wowyuarm_dsh_agent_team_agentTeam_archiveMember_result$schema$value
|
|
114
|
+
const _wowyuarm_dsh_agent_team_agentTeam_archiveMember_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_archiveMember_result$schema$value ??= z.object({
|
|
109
115
|
'receipt': z.object({
|
|
110
116
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
111
117
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -148,15 +154,17 @@ const _wowyuarm_dsh_agent_team_agentTeam_archiveMember_result$schema = z.object(
|
|
|
148
154
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
149
155
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
150
156
|
})).readonly(),
|
|
151
|
-
})
|
|
152
|
-
|
|
157
|
+
}))
|
|
158
|
+
let _wowyuarm_dsh_agent_team_agentTeam_changeAttention_parameter_0$schema$value
|
|
159
|
+
const _wowyuarm_dsh_agent_team_agentTeam_changeAttention_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_changeAttention_parameter_0$schema$value ??= z.object({
|
|
153
160
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
154
161
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
155
162
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
156
163
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
157
164
|
'action': z.union([z.literal("follow"), z.literal("unfollow")]).readonly(),
|
|
158
|
-
})
|
|
159
|
-
|
|
165
|
+
}))
|
|
166
|
+
let _wowyuarm_dsh_agent_team_agentTeam_changeAttention_result$schema$value
|
|
167
|
+
const _wowyuarm_dsh_agent_team_agentTeam_changeAttention_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_changeAttention_result$schema$value ??= z.object({
|
|
160
168
|
'receipt': z.object({
|
|
161
169
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
162
170
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -181,8 +189,9 @@ const _wowyuarm_dsh_agent_team_agentTeam_changeAttention_result$schema = z.objec
|
|
|
181
189
|
'startSequence': z.number().readonly(),
|
|
182
190
|
'readThroughSequence': z.number().readonly(),
|
|
183
191
|
}).readonly().optional(),
|
|
184
|
-
})
|
|
185
|
-
|
|
192
|
+
}))
|
|
193
|
+
let _wowyuarm_dsh_agent_team_agentTeam_changes_parameter_0$schema$value
|
|
194
|
+
const _wowyuarm_dsh_agent_team_agentTeam_changes_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_changes_parameter_0$schema$value ??= z.object({
|
|
186
195
|
'scope': z.union([z.object({
|
|
187
196
|
'kind': z.literal("workspace").readonly(),
|
|
188
197
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -196,18 +205,21 @@ const _wowyuarm_dsh_agent_team_agentTeam_changes_parameter_0$schema = z.object({
|
|
|
196
205
|
'kind': z.literal("presence").readonly(),
|
|
197
206
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
198
207
|
})]).readonly().optional(),
|
|
199
|
-
})
|
|
200
|
-
|
|
208
|
+
}))
|
|
209
|
+
let _wowyuarm_dsh_agent_team_agentTeam_changes_result$schema$value
|
|
210
|
+
const _wowyuarm_dsh_agent_team_agentTeam_changes_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_changes_result$schema$value ??= z.object({
|
|
201
211
|
'version': z.number().readonly(),
|
|
202
|
-
})
|
|
203
|
-
|
|
212
|
+
}))
|
|
213
|
+
let _wowyuarm_dsh_agent_team_agentTeam_changeTask_parameter_0$schema$value
|
|
214
|
+
const _wowyuarm_dsh_agent_team_agentTeam_changeTask_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_changeTask_parameter_0$schema$value ??= z.object({
|
|
204
215
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
205
216
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
206
217
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
207
218
|
'action': z.union([z.literal("accept"), z.literal("close"), z.literal("reopen")]).readonly(),
|
|
208
219
|
'baseRevision': z.number().readonly(),
|
|
209
|
-
})
|
|
210
|
-
|
|
220
|
+
}))
|
|
221
|
+
let _wowyuarm_dsh_agent_team_agentTeam_changeTask_result$schema$value
|
|
222
|
+
const _wowyuarm_dsh_agent_team_agentTeam_changeTask_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_changeTask_result$schema$value ??= z.union([z.object({
|
|
211
223
|
'kind': z.literal("committed").readonly(),
|
|
212
224
|
'receipt': z.object({
|
|
213
225
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -260,13 +272,15 @@ const _wowyuarm_dsh_agent_team_agentTeam_changeTask_result$schema = z.union([z.o
|
|
|
260
272
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
261
273
|
'expectedRevision': z.number().readonly(),
|
|
262
274
|
'revision': z.number().readonly(),
|
|
263
|
-
})])
|
|
264
|
-
|
|
275
|
+
})]))
|
|
276
|
+
let _wowyuarm_dsh_agent_team_agentTeam_clearMemberContext_parameter_0$schema$value
|
|
277
|
+
const _wowyuarm_dsh_agent_team_agentTeam_clearMemberContext_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_clearMemberContext_parameter_0$schema$value ??= z.object({
|
|
265
278
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
266
279
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
267
280
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
268
|
-
})
|
|
269
|
-
|
|
281
|
+
}))
|
|
282
|
+
let _wowyuarm_dsh_agent_team_agentTeam_clearMemberContext_result$schema$value
|
|
283
|
+
const _wowyuarm_dsh_agent_team_agentTeam_clearMemberContext_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_clearMemberContext_result$schema$value ??= z.object({
|
|
270
284
|
'receipt': z.object({
|
|
271
285
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
272
286
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -314,15 +328,17 @@ const _wowyuarm_dsh_agent_team_agentTeam_clearMemberContext_result$schema = z.ob
|
|
|
314
328
|
'knownNames': z.array(z.string()).readonly(),
|
|
315
329
|
}))]).readonly().optional(),
|
|
316
330
|
}).readonly(),
|
|
317
|
-
})
|
|
318
|
-
|
|
331
|
+
}))
|
|
332
|
+
let _wowyuarm_dsh_agent_team_agentTeam_createChannel_parameter_0$schema$value
|
|
333
|
+
const _wowyuarm_dsh_agent_team_agentTeam_createChannel_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_createChannel_parameter_0$schema$value ??= z.object({
|
|
319
334
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
320
335
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
321
336
|
'name': z.string().readonly(),
|
|
322
337
|
'description': z.string().readonly(),
|
|
323
338
|
'memberIds': z.array(z.intersection(z.string(), z.unknown())).readonly().optional(),
|
|
324
|
-
})
|
|
325
|
-
|
|
339
|
+
}))
|
|
340
|
+
let _wowyuarm_dsh_agent_team_agentTeam_createChannel_result$schema$value
|
|
341
|
+
const _wowyuarm_dsh_agent_team_agentTeam_createChannel_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_createChannel_result$schema$value ??= z.object({
|
|
326
342
|
'receipt': z.object({
|
|
327
343
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
328
344
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -338,21 +354,25 @@ const _wowyuarm_dsh_agent_team_agentTeam_createChannel_result$schema = z.object(
|
|
|
338
354
|
'state': z.union([z.literal("archived"), z.literal("active")]).readonly(),
|
|
339
355
|
}).readonly(),
|
|
340
356
|
'memberIds': z.array(z.intersection(z.string(), z.unknown())).readonly(),
|
|
341
|
-
})
|
|
342
|
-
|
|
357
|
+
}))
|
|
358
|
+
let _wowyuarm_dsh_agent_team_agentTeam_getAttachment_parameter_0$schema$value
|
|
359
|
+
const _wowyuarm_dsh_agent_team_agentTeam_getAttachment_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_getAttachment_parameter_0$schema$value ??= z.object({
|
|
343
360
|
'attachmentId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
344
|
-
})
|
|
345
|
-
|
|
361
|
+
}))
|
|
362
|
+
let _wowyuarm_dsh_agent_team_agentTeam_getAttachment_result$schema$value
|
|
363
|
+
const _wowyuarm_dsh_agent_team_agentTeam_getAttachment_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_getAttachment_result$schema$value ??= z.object({
|
|
346
364
|
'name': z.string().readonly(),
|
|
347
365
|
'mediaType': z.string().readonly(),
|
|
348
366
|
'byteSize': z.number().readonly(),
|
|
349
367
|
'bytesBase64': z.string().readonly(),
|
|
350
|
-
})
|
|
351
|
-
|
|
368
|
+
}))
|
|
369
|
+
let _wowyuarm_dsh_agent_team_agentTeam_inbox_parameter_0$schema$value
|
|
370
|
+
const _wowyuarm_dsh_agent_team_agentTeam_inbox_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_inbox_parameter_0$schema$value ??= z.object({
|
|
352
371
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
353
372
|
'limit': z.number().readonly().optional(),
|
|
354
|
-
})
|
|
355
|
-
|
|
373
|
+
}))
|
|
374
|
+
let _wowyuarm_dsh_agent_team_agentTeam_inbox_result$schema$value
|
|
375
|
+
const _wowyuarm_dsh_agent_team_agentTeam_inbox_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_inbox_result$schema$value ??= z.object({
|
|
356
376
|
'items': z.array(z.object({
|
|
357
377
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
358
378
|
'channelRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -429,14 +449,16 @@ const _wowyuarm_dsh_agent_team_agentTeam_inbox_result$schema = z.object({
|
|
|
429
449
|
})).readonly(),
|
|
430
450
|
'totalUnreadCount': z.number().readonly(),
|
|
431
451
|
'totalDirectCount': z.number().readonly(),
|
|
432
|
-
})
|
|
433
|
-
|
|
452
|
+
}))
|
|
453
|
+
let _wowyuarm_dsh_agent_team_agentTeam_joinChannel_parameter_0$schema$value
|
|
454
|
+
const _wowyuarm_dsh_agent_team_agentTeam_joinChannel_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_joinChannel_parameter_0$schema$value ??= z.object({
|
|
434
455
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
435
456
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
436
457
|
'channelRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
437
458
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
438
|
-
})
|
|
439
|
-
|
|
459
|
+
}))
|
|
460
|
+
let _wowyuarm_dsh_agent_team_agentTeam_joinChannel_result$schema$value
|
|
461
|
+
const _wowyuarm_dsh_agent_team_agentTeam_joinChannel_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_joinChannel_result$schema$value ??= z.object({
|
|
440
462
|
'receipt': z.object({
|
|
441
463
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
442
464
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -445,13 +467,15 @@ const _wowyuarm_dsh_agent_team_agentTeam_joinChannel_result$schema = z.object({
|
|
|
445
467
|
}).readonly(),
|
|
446
468
|
'channelRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
447
469
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
448
|
-
})
|
|
449
|
-
|
|
470
|
+
}))
|
|
471
|
+
let _wowyuarm_dsh_agent_team_agentTeam_joinWorkspace_parameter_0$schema$value
|
|
472
|
+
const _wowyuarm_dsh_agent_team_agentTeam_joinWorkspace_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_joinWorkspace_parameter_0$schema$value ??= z.object({
|
|
450
473
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
451
474
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
452
475
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
453
|
-
})
|
|
454
|
-
|
|
476
|
+
}))
|
|
477
|
+
let _wowyuarm_dsh_agent_team_agentTeam_joinWorkspace_result$schema$value
|
|
478
|
+
const _wowyuarm_dsh_agent_team_agentTeam_joinWorkspace_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_joinWorkspace_result$schema$value ??= z.object({
|
|
455
479
|
'receipt': z.object({
|
|
456
480
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
457
481
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -460,13 +484,15 @@ const _wowyuarm_dsh_agent_team_agentTeam_joinWorkspace_result$schema = z.object(
|
|
|
460
484
|
}).readonly(),
|
|
461
485
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
462
486
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
463
|
-
})
|
|
464
|
-
|
|
487
|
+
}))
|
|
488
|
+
let _wowyuarm_dsh_agent_team_agentTeam_leaveWorkspace_parameter_0$schema$value
|
|
489
|
+
const _wowyuarm_dsh_agent_team_agentTeam_leaveWorkspace_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_leaveWorkspace_parameter_0$schema$value ??= z.object({
|
|
465
490
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
466
491
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
467
492
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
468
|
-
})
|
|
469
|
-
|
|
493
|
+
}))
|
|
494
|
+
let _wowyuarm_dsh_agent_team_agentTeam_leaveWorkspace_result$schema$value
|
|
495
|
+
const _wowyuarm_dsh_agent_team_agentTeam_leaveWorkspace_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_leaveWorkspace_result$schema$value ??= z.object({
|
|
470
496
|
'receipt': z.object({
|
|
471
497
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
472
498
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -488,11 +514,13 @@ const _wowyuarm_dsh_agent_team_agentTeam_leaveWorkspace_result$schema = z.object
|
|
|
488
514
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
489
515
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
490
516
|
})).readonly(),
|
|
491
|
-
})
|
|
492
|
-
|
|
517
|
+
}))
|
|
518
|
+
let _wowyuarm_dsh_agent_team_agentTeam_members_parameter_0$schema$value
|
|
519
|
+
const _wowyuarm_dsh_agent_team_agentTeam_members_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_members_parameter_0$schema$value ??= z.object({
|
|
493
520
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
494
|
-
})
|
|
495
|
-
|
|
521
|
+
}))
|
|
522
|
+
let _wowyuarm_dsh_agent_team_agentTeam_members_result$schema$value
|
|
523
|
+
const _wowyuarm_dsh_agent_team_agentTeam_members_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_members_result$schema$value ??= z.array(z.object({
|
|
496
524
|
'member': z.object({
|
|
497
525
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
498
526
|
'sessionId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -532,14 +560,16 @@ const _wowyuarm_dsh_agent_team_agentTeam_members_result$schema = z.array(z.objec
|
|
|
532
560
|
'name': z.string().readonly(),
|
|
533
561
|
'knownNames': z.array(z.string()).readonly(),
|
|
534
562
|
}))]).readonly().optional(),
|
|
535
|
-
}))
|
|
536
|
-
|
|
563
|
+
})))
|
|
564
|
+
let _wowyuarm_dsh_agent_team_agentTeam_promoteThread_parameter_0$schema$value
|
|
565
|
+
const _wowyuarm_dsh_agent_team_agentTeam_promoteThread_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_promoteThread_parameter_0$schema$value ??= z.object({
|
|
537
566
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
538
567
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
539
568
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
540
569
|
'baseRevision': z.number().readonly(),
|
|
541
|
-
})
|
|
542
|
-
|
|
570
|
+
}))
|
|
571
|
+
let _wowyuarm_dsh_agent_team_agentTeam_promoteThread_result$schema$value
|
|
572
|
+
const _wowyuarm_dsh_agent_team_agentTeam_promoteThread_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_promoteThread_result$schema$value ??= z.union([z.object({
|
|
543
573
|
'kind': z.literal("unread_required").readonly(),
|
|
544
574
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
545
575
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -583,28 +613,32 @@ const _wowyuarm_dsh_agent_team_agentTeam_promoteThread_result$schema = z.union([
|
|
|
583
613
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
584
614
|
'revision': z.number().readonly(),
|
|
585
615
|
}).readonly(),
|
|
586
|
-
})])
|
|
587
|
-
|
|
616
|
+
})]))
|
|
617
|
+
let _wowyuarm_dsh_agent_team_agentTeam_putAttachment_parameter_0$schema$value
|
|
618
|
+
const _wowyuarm_dsh_agent_team_agentTeam_putAttachment_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_putAttachment_parameter_0$schema$value ??= z.object({
|
|
588
619
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
589
620
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
590
621
|
'name': z.string().readonly(),
|
|
591
622
|
'mediaType': z.union([z.undefined(), z.string()]).readonly().optional(),
|
|
592
623
|
'bytesBase64': z.string().readonly(),
|
|
593
|
-
})
|
|
594
|
-
|
|
624
|
+
}))
|
|
625
|
+
let _wowyuarm_dsh_agent_team_agentTeam_putAttachment_result$schema$value
|
|
626
|
+
const _wowyuarm_dsh_agent_team_agentTeam_putAttachment_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_putAttachment_result$schema$value ??= z.object({
|
|
595
627
|
'attachmentId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
596
628
|
'path': z.string().readonly(),
|
|
597
629
|
'name': z.string().readonly(),
|
|
598
630
|
'byteSize': z.number().readonly(),
|
|
599
631
|
'mediaType': z.string().readonly(),
|
|
600
|
-
})
|
|
601
|
-
|
|
632
|
+
}))
|
|
633
|
+
let _wowyuarm_dsh_agent_team_agentTeam_readThread_parameter_0$schema$value
|
|
634
|
+
const _wowyuarm_dsh_agent_team_agentTeam_readThread_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_readThread_parameter_0$schema$value ??= z.object({
|
|
602
635
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
603
636
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
604
637
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
605
638
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
606
|
-
})
|
|
607
|
-
|
|
639
|
+
}))
|
|
640
|
+
let _wowyuarm_dsh_agent_team_agentTeam_readThread_result$schema$value
|
|
641
|
+
const _wowyuarm_dsh_agent_team_agentTeam_readThread_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_readThread_result$schema$value ??= z.object({
|
|
608
642
|
'receipt': z.object({
|
|
609
643
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
610
644
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -731,13 +765,15 @@ const _wowyuarm_dsh_agent_team_agentTeam_readThread_result$schema = z.object({
|
|
|
731
765
|
'action': z.union([z.literal("unavailable"), z.literal("rollover"), z.literal("keep"), z.literal("handoff-now")]).readonly(),
|
|
732
766
|
'guidance': z.string().readonly(),
|
|
733
767
|
}).readonly().optional(),
|
|
734
|
-
})
|
|
735
|
-
|
|
768
|
+
}))
|
|
769
|
+
let _wowyuarm_dsh_agent_team_agentTeam_recoverMember_parameter_0$schema$value
|
|
770
|
+
const _wowyuarm_dsh_agent_team_agentTeam_recoverMember_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_recoverMember_parameter_0$schema$value ??= z.object({
|
|
736
771
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
737
772
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
738
773
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
739
|
-
})
|
|
740
|
-
|
|
774
|
+
}))
|
|
775
|
+
let _wowyuarm_dsh_agent_team_agentTeam_recoverMember_result$schema$value
|
|
776
|
+
const _wowyuarm_dsh_agent_team_agentTeam_recoverMember_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_recoverMember_result$schema$value ??= z.object({
|
|
741
777
|
'status': z.object({
|
|
742
778
|
'member': z.object({
|
|
743
779
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -779,14 +815,16 @@ const _wowyuarm_dsh_agent_team_agentTeam_recoverMember_result$schema = z.object(
|
|
|
779
815
|
'knownNames': z.array(z.string()).readonly(),
|
|
780
816
|
}))]).readonly().optional(),
|
|
781
817
|
}).readonly(),
|
|
782
|
-
})
|
|
783
|
-
|
|
818
|
+
}))
|
|
819
|
+
let _wowyuarm_dsh_agent_team_agentTeam_removeChannelMember_parameter_0$schema$value
|
|
820
|
+
const _wowyuarm_dsh_agent_team_agentTeam_removeChannelMember_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_removeChannelMember_parameter_0$schema$value ??= z.object({
|
|
784
821
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
785
822
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
786
823
|
'channelRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
787
824
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
788
|
-
})
|
|
789
|
-
|
|
825
|
+
}))
|
|
826
|
+
let _wowyuarm_dsh_agent_team_agentTeam_removeChannelMember_result$schema$value
|
|
827
|
+
const _wowyuarm_dsh_agent_team_agentTeam_removeChannelMember_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_removeChannelMember_result$schema$value ??= z.object({
|
|
790
828
|
'receipt': z.object({
|
|
791
829
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
792
830
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -808,8 +846,9 @@ const _wowyuarm_dsh_agent_team_agentTeam_removeChannelMember_result$schema = z.o
|
|
|
808
846
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
809
847
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
810
848
|
})).readonly(),
|
|
811
|
-
})
|
|
812
|
-
|
|
849
|
+
}))
|
|
850
|
+
let _wowyuarm_dsh_agent_team_agentTeam_reply_parameter_0$schema$value
|
|
851
|
+
const _wowyuarm_dsh_agent_team_agentTeam_reply_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_reply_parameter_0$schema$value ??= z.object({
|
|
813
852
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
814
853
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
815
854
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
@@ -820,8 +859,9 @@ const _wowyuarm_dsh_agent_team_agentTeam_reply_parameter_0$schema = z.object({
|
|
|
820
859
|
'attachmentPaths': z.union([z.undefined(), z.array(z.string())]).readonly().optional(),
|
|
821
860
|
'attachments': z.union([z.undefined(), z.array(z.intersection(z.string(), z.unknown()))]).readonly().optional(),
|
|
822
861
|
'confirmationToken': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
823
|
-
})
|
|
824
|
-
|
|
862
|
+
}))
|
|
863
|
+
let _wowyuarm_dsh_agent_team_agentTeam_reply_result$schema$value
|
|
864
|
+
const _wowyuarm_dsh_agent_team_agentTeam_reply_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_reply_result$schema$value ??= z.union([z.object({
|
|
825
865
|
'kind': z.literal("unread_required").readonly(),
|
|
826
866
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
827
867
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -901,20 +941,23 @@ const _wowyuarm_dsh_agent_team_agentTeam_reply_result$schema = z.union([z.object
|
|
|
901
941
|
'sequence': z.number().readonly(),
|
|
902
942
|
})).readonly(),
|
|
903
943
|
'undeliveredMentions': z.array(z.intersection(z.string(), z.unknown())).readonly().optional(),
|
|
904
|
-
})])
|
|
905
|
-
|
|
944
|
+
})]))
|
|
945
|
+
let _wowyuarm_dsh_agent_team_agentTeam_resolveTaskRefs_parameter_0$schema$value
|
|
946
|
+
const _wowyuarm_dsh_agent_team_agentTeam_resolveTaskRefs_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_resolveTaskRefs_parameter_0$schema$value ??= z.object({
|
|
906
947
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
907
948
|
'taskRefs': z.array(z.intersection(z.string(), z.unknown())).readonly(),
|
|
908
|
-
})
|
|
909
|
-
|
|
949
|
+
}))
|
|
950
|
+
let _wowyuarm_dsh_agent_team_agentTeam_resolveTaskRefs_result$schema$value
|
|
951
|
+
const _wowyuarm_dsh_agent_team_agentTeam_resolveTaskRefs_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_resolveTaskRefs_result$schema$value ??= z.object({
|
|
910
952
|
'resolved': z.array(z.object({
|
|
911
953
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
912
954
|
'channelRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
913
955
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
914
956
|
'taskNumber': z.number().readonly(),
|
|
915
957
|
})).readonly(),
|
|
916
|
-
})
|
|
917
|
-
|
|
958
|
+
}))
|
|
959
|
+
let _wowyuarm_dsh_agent_team_agentTeam_sendMessage_parameter_0$schema$value
|
|
960
|
+
const _wowyuarm_dsh_agent_team_agentTeam_sendMessage_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_sendMessage_parameter_0$schema$value ??= z.object({
|
|
918
961
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
919
962
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
920
963
|
'channelRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -924,8 +967,9 @@ const _wowyuarm_dsh_agent_team_agentTeam_sendMessage_parameter_0$schema = z.obje
|
|
|
924
967
|
'attachmentPaths': z.union([z.undefined(), z.array(z.string())]).readonly().optional(),
|
|
925
968
|
'confirmationToken': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
926
969
|
'asTask': z.boolean().readonly().optional(),
|
|
927
|
-
})
|
|
928
|
-
|
|
970
|
+
}))
|
|
971
|
+
let _wowyuarm_dsh_agent_team_agentTeam_sendMessage_result$schema$value
|
|
972
|
+
const _wowyuarm_dsh_agent_team_agentTeam_sendMessage_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_sendMessage_result$schema$value ??= z.union([z.object({
|
|
929
973
|
'kind': z.literal("committed").readonly(),
|
|
930
974
|
'receipt': z.object({
|
|
931
975
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -991,15 +1035,17 @@ const _wowyuarm_dsh_agent_team_agentTeam_sendMessage_result$schema = z.union([z.
|
|
|
991
1035
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
992
1036
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
993
1037
|
'revision': z.number().readonly().optional(),
|
|
994
|
-
})])
|
|
995
|
-
|
|
1038
|
+
})]))
|
|
1039
|
+
let _wowyuarm_dsh_agent_team_agentTeam_threadHistory_parameter_0$schema$value
|
|
1040
|
+
const _wowyuarm_dsh_agent_team_agentTeam_threadHistory_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_threadHistory_parameter_0$schema$value ??= z.object({
|
|
996
1041
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
997
1042
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
998
1043
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
999
1044
|
'beforeSequence': z.number().readonly().optional(),
|
|
1000
1045
|
'limit': z.number().readonly().optional(),
|
|
1001
|
-
})
|
|
1002
|
-
|
|
1046
|
+
}))
|
|
1047
|
+
let _wowyuarm_dsh_agent_team_agentTeam_threadHistory_result$schema$value
|
|
1048
|
+
const _wowyuarm_dsh_agent_team_agentTeam_threadHistory_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_threadHistory_result$schema$value ??= z.object({
|
|
1003
1049
|
'task': z.object({
|
|
1004
1050
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1005
1051
|
'channelRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -1095,14 +1141,16 @@ const _wowyuarm_dsh_agent_team_agentTeam_threadHistory_result$schema = z.object(
|
|
|
1095
1141
|
})])).readonly(),
|
|
1096
1142
|
'cursor': z.number().readonly(),
|
|
1097
1143
|
'hasMore': z.boolean().readonly(),
|
|
1098
|
-
})
|
|
1099
|
-
|
|
1144
|
+
}))
|
|
1145
|
+
let _wowyuarm_dsh_agent_team_agentTeam_threadObservations_parameter_0$schema$value
|
|
1146
|
+
const _wowyuarm_dsh_agent_team_agentTeam_threadObservations_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_threadObservations_parameter_0$schema$value ??= z.object({
|
|
1100
1147
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1101
1148
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
1102
1149
|
'taskRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
1103
1150
|
'limit': z.number().readonly().optional(),
|
|
1104
|
-
})
|
|
1105
|
-
|
|
1151
|
+
}))
|
|
1152
|
+
let _wowyuarm_dsh_agent_team_agentTeam_threadObservations_result$schema$value
|
|
1153
|
+
const _wowyuarm_dsh_agent_team_agentTeam_threadObservations_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_threadObservations_result$schema$value ??= z.object({
|
|
1106
1154
|
'items': z.array(z.object({
|
|
1107
1155
|
'sequence': z.number().readonly(),
|
|
1108
1156
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -1111,15 +1159,17 @@ const _wowyuarm_dsh_agent_team_agentTeam_threadObservations_result$schema = z.ob
|
|
|
1111
1159
|
'action': z.union([z.literal("follow"), z.literal("unfollow")]).readonly(),
|
|
1112
1160
|
})).readonly(),
|
|
1113
1161
|
'followers': z.array(z.intersection(z.string(), z.unknown())).readonly(),
|
|
1114
|
-
})
|
|
1115
|
-
|
|
1162
|
+
}))
|
|
1163
|
+
let _wowyuarm_dsh_agent_team_agentTeam_updateChannel_parameter_0$schema$value
|
|
1164
|
+
const _wowyuarm_dsh_agent_team_agentTeam_updateChannel_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_updateChannel_parameter_0$schema$value ??= z.object({
|
|
1116
1165
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1117
1166
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1118
1167
|
'channelRef': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1119
1168
|
'name': z.string().readonly(),
|
|
1120
1169
|
'description': z.string().readonly(),
|
|
1121
|
-
})
|
|
1122
|
-
|
|
1170
|
+
}))
|
|
1171
|
+
let _wowyuarm_dsh_agent_team_agentTeam_updateChannel_result$schema$value
|
|
1172
|
+
const _wowyuarm_dsh_agent_team_agentTeam_updateChannel_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_updateChannel_result$schema$value ??= z.object({
|
|
1123
1173
|
'receipt': z.object({
|
|
1124
1174
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1125
1175
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -1134,8 +1184,9 @@ const _wowyuarm_dsh_agent_team_agentTeam_updateChannel_result$schema = z.object(
|
|
|
1134
1184
|
'createdAtSequence': z.number().readonly(),
|
|
1135
1185
|
'state': z.union([z.literal("archived"), z.literal("active")]).readonly(),
|
|
1136
1186
|
}).readonly(),
|
|
1137
|
-
})
|
|
1138
|
-
|
|
1187
|
+
}))
|
|
1188
|
+
let _wowyuarm_dsh_agent_team_agentTeam_updateMember_parameter_0$schema$value
|
|
1189
|
+
const _wowyuarm_dsh_agent_team_agentTeam_updateMember_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_updateMember_parameter_0$schema$value ??= z.object({
|
|
1139
1190
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1140
1191
|
'memberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1141
1192
|
'handle': z.string().readonly(),
|
|
@@ -1153,8 +1204,9 @@ const _wowyuarm_dsh_agent_team_agentTeam_updateMember_parameter_0$schema = z.obj
|
|
|
1153
1204
|
'allow': z.array(z.string()).readonly().optional(),
|
|
1154
1205
|
})]).readonly().optional(),
|
|
1155
1206
|
}).readonly().optional(),
|
|
1156
|
-
})
|
|
1157
|
-
|
|
1207
|
+
}))
|
|
1208
|
+
let _wowyuarm_dsh_agent_team_agentTeam_updateMember_result$schema$value
|
|
1209
|
+
const _wowyuarm_dsh_agent_team_agentTeam_updateMember_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_updateMember_result$schema$value ??= z.object({
|
|
1158
1210
|
'receipt': z.object({
|
|
1159
1211
|
'operationId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1160
1212
|
'requestId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -1202,8 +1254,9 @@ const _wowyuarm_dsh_agent_team_agentTeam_updateMember_result$schema = z.object({
|
|
|
1202
1254
|
'knownNames': z.array(z.string()).readonly(),
|
|
1203
1255
|
}))]).readonly().optional(),
|
|
1204
1256
|
}).readonly(),
|
|
1205
|
-
})
|
|
1206
|
-
|
|
1257
|
+
}))
|
|
1258
|
+
let _wowyuarm_dsh_agent_team_agentTeam_view_parameter_0$schema$value
|
|
1259
|
+
const _wowyuarm_dsh_agent_team_agentTeam_view_parameter_0$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_view_parameter_0$schema$value ??= z.object({
|
|
1207
1260
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1208
1261
|
'channelRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
1209
1262
|
'threadRef': z.intersection(z.string(), z.unknown()).readonly().optional(),
|
|
@@ -1212,8 +1265,9 @@ const _wowyuarm_dsh_agent_team_agentTeam_view_parameter_0$schema = z.object({
|
|
|
1212
1265
|
'direction': z.union([z.literal("after"), z.literal("before")]).readonly().optional(),
|
|
1213
1266
|
'topLevelOnly': z.boolean().readonly().optional(),
|
|
1214
1267
|
'includeActivities': z.boolean().readonly().optional(),
|
|
1215
|
-
})
|
|
1216
|
-
|
|
1268
|
+
}))
|
|
1269
|
+
let _wowyuarm_dsh_agent_team_agentTeam_view_result$schema$value
|
|
1270
|
+
const _wowyuarm_dsh_agent_team_agentTeam_view_result$schema = () => (_wowyuarm_dsh_agent_team_agentTeam_view_result$schema$value ??= z.object({
|
|
1217
1271
|
'humanMemberId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
1218
1272
|
'workspaces': z.array(z.object({
|
|
1219
1273
|
'workspaceId': z.intersection(z.string(), z.unknown()).readonly(),
|
|
@@ -1325,7 +1379,7 @@ const _wowyuarm_dsh_agent_team_agentTeam_view_result$schema = z.object({
|
|
|
1325
1379
|
})])).readonly(),
|
|
1326
1380
|
'cursor': z.number().readonly(),
|
|
1327
1381
|
'hasMore': z.boolean().readonly(),
|
|
1328
|
-
})
|
|
1382
|
+
}))
|
|
1329
1383
|
|
|
1330
1384
|
export const TYPERT_REMOTE = {
|
|
1331
1385
|
package: '@wowyuarm/dsh-agent-team',
|
|
@@ -1344,16 +1398,16 @@ export const TYPERT_REMOTE = {
|
|
|
1344
1398
|
codec: {
|
|
1345
1399
|
mode: 'strict',
|
|
1346
1400
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamAddMemberRequest',
|
|
1347
|
-
|
|
1401
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_addMember_parameter_0$schema,
|
|
1348
1402
|
},
|
|
1349
1403
|
},
|
|
1350
1404
|
],
|
|
1351
1405
|
result: {
|
|
1352
1406
|
mode: 'strict',
|
|
1353
1407
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamMemberResult',
|
|
1354
|
-
|
|
1408
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_addMember_result$schema,
|
|
1355
1409
|
},
|
|
1356
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1410
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":708,"column":9},
|
|
1357
1411
|
},
|
|
1358
1412
|
{
|
|
1359
1413
|
id: '@wowyuarm/dsh-agent-team#agentTeam/archiveChannel',
|
|
@@ -1369,16 +1423,16 @@ export const TYPERT_REMOTE = {
|
|
|
1369
1423
|
codec: {
|
|
1370
1424
|
mode: 'strict',
|
|
1371
1425
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamArchiveChannelRequest',
|
|
1372
|
-
|
|
1426
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_archiveChannel_parameter_0$schema,
|
|
1373
1427
|
},
|
|
1374
1428
|
},
|
|
1375
1429
|
],
|
|
1376
1430
|
result: {
|
|
1377
1431
|
mode: 'strict',
|
|
1378
1432
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamArchiveChannelResult',
|
|
1379
|
-
|
|
1433
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_archiveChannel_result$schema,
|
|
1380
1434
|
},
|
|
1381
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1435
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":698,"column":9},
|
|
1382
1436
|
},
|
|
1383
1437
|
{
|
|
1384
1438
|
id: '@wowyuarm/dsh-agent-team#agentTeam/archiveMember',
|
|
@@ -1394,16 +1448,16 @@ export const TYPERT_REMOTE = {
|
|
|
1394
1448
|
codec: {
|
|
1395
1449
|
mode: 'strict',
|
|
1396
1450
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamArchiveMemberRequest',
|
|
1397
|
-
|
|
1451
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_archiveMember_parameter_0$schema,
|
|
1398
1452
|
},
|
|
1399
1453
|
},
|
|
1400
1454
|
],
|
|
1401
1455
|
result: {
|
|
1402
1456
|
mode: 'strict',
|
|
1403
1457
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamArchiveMemberResult',
|
|
1404
|
-
|
|
1458
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_archiveMember_result$schema,
|
|
1405
1459
|
},
|
|
1406
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1460
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1077,"column":9},
|
|
1407
1461
|
},
|
|
1408
1462
|
{
|
|
1409
1463
|
id: '@wowyuarm/dsh-agent-team#agentTeam/changeAttention',
|
|
@@ -1419,16 +1473,16 @@ export const TYPERT_REMOTE = {
|
|
|
1419
1473
|
codec: {
|
|
1420
1474
|
mode: 'strict',
|
|
1421
1475
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamThreadAttentionRequest',
|
|
1422
|
-
|
|
1476
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_changeAttention_parameter_0$schema,
|
|
1423
1477
|
},
|
|
1424
1478
|
},
|
|
1425
1479
|
],
|
|
1426
1480
|
result: {
|
|
1427
1481
|
mode: 'strict',
|
|
1428
1482
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamThreadAttentionResult',
|
|
1429
|
-
|
|
1483
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_changeAttention_result$schema,
|
|
1430
1484
|
},
|
|
1431
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1485
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1217,"column":9},
|
|
1432
1486
|
},
|
|
1433
1487
|
{
|
|
1434
1488
|
id: '@wowyuarm/dsh-agent-team#agentTeam/changes',
|
|
@@ -1445,7 +1499,7 @@ export const TYPERT_REMOTE = {
|
|
|
1445
1499
|
codec: {
|
|
1446
1500
|
mode: 'strict',
|
|
1447
1501
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamChangesRequest',
|
|
1448
|
-
|
|
1502
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_changes_parameter_0$schema,
|
|
1449
1503
|
},
|
|
1450
1504
|
},
|
|
1451
1505
|
],
|
|
@@ -1453,9 +1507,9 @@ export const TYPERT_REMOTE = {
|
|
|
1453
1507
|
result: {
|
|
1454
1508
|
mode: 'strict',
|
|
1455
1509
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamChangesResult',
|
|
1456
|
-
|
|
1510
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_changes_result$schema,
|
|
1457
1511
|
},
|
|
1458
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1512
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":631,"column":11},
|
|
1459
1513
|
},
|
|
1460
1514
|
{
|
|
1461
1515
|
id: '@wowyuarm/dsh-agent-team#agentTeam/changeTask',
|
|
@@ -1471,16 +1525,16 @@ export const TYPERT_REMOTE = {
|
|
|
1471
1525
|
codec: {
|
|
1472
1526
|
mode: 'strict',
|
|
1473
1527
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamTaskRequest',
|
|
1474
|
-
|
|
1528
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_changeTask_parameter_0$schema,
|
|
1475
1529
|
},
|
|
1476
1530
|
},
|
|
1477
1531
|
],
|
|
1478
1532
|
result: {
|
|
1479
1533
|
mode: 'strict',
|
|
1480
1534
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamTaskResult',
|
|
1481
|
-
|
|
1535
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_changeTask_result$schema,
|
|
1482
1536
|
},
|
|
1483
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1537
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1089,"column":9},
|
|
1484
1538
|
},
|
|
1485
1539
|
{
|
|
1486
1540
|
id: '@wowyuarm/dsh-agent-team#agentTeam/clearMemberContext',
|
|
@@ -1496,16 +1550,16 @@ export const TYPERT_REMOTE = {
|
|
|
1496
1550
|
codec: {
|
|
1497
1551
|
mode: 'strict',
|
|
1498
1552
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamClearMemberContextRequest',
|
|
1499
|
-
|
|
1553
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_clearMemberContext_parameter_0$schema,
|
|
1500
1554
|
},
|
|
1501
1555
|
},
|
|
1502
1556
|
],
|
|
1503
1557
|
result: {
|
|
1504
1558
|
mode: 'strict',
|
|
1505
1559
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamClearMemberContextResult',
|
|
1506
|
-
|
|
1560
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_clearMemberContext_result$schema,
|
|
1507
1561
|
},
|
|
1508
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1562
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":811,"column":9},
|
|
1509
1563
|
},
|
|
1510
1564
|
{
|
|
1511
1565
|
id: '@wowyuarm/dsh-agent-team#agentTeam/createChannel',
|
|
@@ -1521,16 +1575,16 @@ export const TYPERT_REMOTE = {
|
|
|
1521
1575
|
codec: {
|
|
1522
1576
|
mode: 'strict',
|
|
1523
1577
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamCreateChannelRequest',
|
|
1524
|
-
|
|
1578
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_createChannel_parameter_0$schema,
|
|
1525
1579
|
},
|
|
1526
1580
|
},
|
|
1527
1581
|
],
|
|
1528
1582
|
result: {
|
|
1529
1583
|
mode: 'strict',
|
|
1530
1584
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamCreateChannelResult',
|
|
1531
|
-
|
|
1585
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_createChannel_result$schema,
|
|
1532
1586
|
},
|
|
1533
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1587
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":671,"column":9},
|
|
1534
1588
|
},
|
|
1535
1589
|
{
|
|
1536
1590
|
id: '@wowyuarm/dsh-agent-team#agentTeam/getAttachment',
|
|
@@ -1546,16 +1600,16 @@ export const TYPERT_REMOTE = {
|
|
|
1546
1600
|
codec: {
|
|
1547
1601
|
mode: 'strict',
|
|
1548
1602
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamGetAttachmentRequest',
|
|
1549
|
-
|
|
1603
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_getAttachment_parameter_0$schema,
|
|
1550
1604
|
},
|
|
1551
1605
|
},
|
|
1552
1606
|
],
|
|
1553
1607
|
result: {
|
|
1554
1608
|
mode: 'strict',
|
|
1555
1609
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamGetAttachmentResult',
|
|
1556
|
-
|
|
1610
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_getAttachment_result$schema,
|
|
1557
1611
|
},
|
|
1558
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1612
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1203,"column":9},
|
|
1559
1613
|
},
|
|
1560
1614
|
{
|
|
1561
1615
|
id: '@wowyuarm/dsh-agent-team#agentTeam/inbox',
|
|
@@ -1571,16 +1625,16 @@ export const TYPERT_REMOTE = {
|
|
|
1571
1625
|
codec: {
|
|
1572
1626
|
mode: 'strict',
|
|
1573
1627
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamInboxRequest',
|
|
1574
|
-
|
|
1628
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_inbox_parameter_0$schema,
|
|
1575
1629
|
},
|
|
1576
1630
|
},
|
|
1577
1631
|
],
|
|
1578
1632
|
result: {
|
|
1579
1633
|
mode: 'strict',
|
|
1580
1634
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamInbox',
|
|
1581
|
-
|
|
1635
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_inbox_result$schema,
|
|
1582
1636
|
},
|
|
1583
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1637
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1226,"column":3},
|
|
1584
1638
|
},
|
|
1585
1639
|
{
|
|
1586
1640
|
id: '@wowyuarm/dsh-agent-team#agentTeam/joinChannel',
|
|
@@ -1596,16 +1650,16 @@ export const TYPERT_REMOTE = {
|
|
|
1596
1650
|
codec: {
|
|
1597
1651
|
mode: 'strict',
|
|
1598
1652
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamJoinChannelRequest',
|
|
1599
|
-
|
|
1653
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_joinChannel_parameter_0$schema,
|
|
1600
1654
|
},
|
|
1601
1655
|
},
|
|
1602
1656
|
],
|
|
1603
1657
|
result: {
|
|
1604
1658
|
mode: 'strict',
|
|
1605
1659
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamJoinChannelResult',
|
|
1606
|
-
|
|
1660
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_joinChannel_result$schema,
|
|
1607
1661
|
},
|
|
1608
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1662
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1109,"column":9},
|
|
1609
1663
|
},
|
|
1610
1664
|
{
|
|
1611
1665
|
id: '@wowyuarm/dsh-agent-team#agentTeam/joinWorkspace',
|
|
@@ -1621,16 +1675,16 @@ export const TYPERT_REMOTE = {
|
|
|
1621
1675
|
codec: {
|
|
1622
1676
|
mode: 'strict',
|
|
1623
1677
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamJoinWorkspaceRequest',
|
|
1624
|
-
|
|
1678
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_joinWorkspace_parameter_0$schema,
|
|
1625
1679
|
},
|
|
1626
1680
|
},
|
|
1627
1681
|
],
|
|
1628
1682
|
result: {
|
|
1629
1683
|
mode: 'strict',
|
|
1630
1684
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamJoinWorkspaceResult',
|
|
1631
|
-
|
|
1685
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_joinWorkspace_result$schema,
|
|
1632
1686
|
},
|
|
1633
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1687
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1129,"column":9},
|
|
1634
1688
|
},
|
|
1635
1689
|
{
|
|
1636
1690
|
id: '@wowyuarm/dsh-agent-team#agentTeam/leaveWorkspace',
|
|
@@ -1646,16 +1700,16 @@ export const TYPERT_REMOTE = {
|
|
|
1646
1700
|
codec: {
|
|
1647
1701
|
mode: 'strict',
|
|
1648
1702
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamLeaveWorkspaceRequest',
|
|
1649
|
-
|
|
1703
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_leaveWorkspace_parameter_0$schema,
|
|
1650
1704
|
},
|
|
1651
1705
|
},
|
|
1652
1706
|
],
|
|
1653
1707
|
result: {
|
|
1654
1708
|
mode: 'strict',
|
|
1655
1709
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamLeaveWorkspaceResult',
|
|
1656
|
-
|
|
1710
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_leaveWorkspace_result$schema,
|
|
1657
1711
|
},
|
|
1658
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1712
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1138,"column":9},
|
|
1659
1713
|
},
|
|
1660
1714
|
{
|
|
1661
1715
|
id: '@wowyuarm/dsh-agent-team#agentTeam/members',
|
|
@@ -1672,16 +1726,16 @@ export const TYPERT_REMOTE = {
|
|
|
1672
1726
|
codec: {
|
|
1673
1727
|
mode: 'strict',
|
|
1674
1728
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamMembersRequest',
|
|
1675
|
-
|
|
1729
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_members_parameter_0$schema,
|
|
1676
1730
|
},
|
|
1677
1731
|
},
|
|
1678
1732
|
],
|
|
1679
1733
|
result: {
|
|
1680
1734
|
mode: 'strict',
|
|
1681
1735
|
typeSymbol: '@wowyuarm/dsh-agent-team#agentTeam/members:result',
|
|
1682
|
-
|
|
1736
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_members_result$schema,
|
|
1683
1737
|
},
|
|
1684
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1738
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":621,"column":3},
|
|
1685
1739
|
},
|
|
1686
1740
|
{
|
|
1687
1741
|
id: '@wowyuarm/dsh-agent-team#agentTeam/promoteThread',
|
|
@@ -1697,16 +1751,16 @@ export const TYPERT_REMOTE = {
|
|
|
1697
1751
|
codec: {
|
|
1698
1752
|
mode: 'strict',
|
|
1699
1753
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamPromoteThreadRequest',
|
|
1700
|
-
|
|
1754
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_promoteThread_parameter_0$schema,
|
|
1701
1755
|
},
|
|
1702
1756
|
},
|
|
1703
1757
|
],
|
|
1704
1758
|
result: {
|
|
1705
1759
|
mode: 'strict',
|
|
1706
1760
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamPromoteThreadResult',
|
|
1707
|
-
|
|
1761
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_promoteThread_result$schema,
|
|
1708
1762
|
},
|
|
1709
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1763
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1099,"column":9},
|
|
1710
1764
|
},
|
|
1711
1765
|
{
|
|
1712
1766
|
id: '@wowyuarm/dsh-agent-team#agentTeam/putAttachment',
|
|
@@ -1722,16 +1776,16 @@ export const TYPERT_REMOTE = {
|
|
|
1722
1776
|
codec: {
|
|
1723
1777
|
mode: 'strict',
|
|
1724
1778
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamPutAttachmentRequest',
|
|
1725
|
-
|
|
1779
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_putAttachment_parameter_0$schema,
|
|
1726
1780
|
},
|
|
1727
1781
|
},
|
|
1728
1782
|
],
|
|
1729
1783
|
result: {
|
|
1730
1784
|
mode: 'strict',
|
|
1731
1785
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamPutAttachmentResult',
|
|
1732
|
-
|
|
1786
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_putAttachment_result$schema,
|
|
1733
1787
|
},
|
|
1734
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1788
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1190,"column":9},
|
|
1735
1789
|
},
|
|
1736
1790
|
{
|
|
1737
1791
|
id: '@wowyuarm/dsh-agent-team#agentTeam/readThread',
|
|
@@ -1747,16 +1801,16 @@ export const TYPERT_REMOTE = {
|
|
|
1747
1801
|
codec: {
|
|
1748
1802
|
mode: 'strict',
|
|
1749
1803
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamThreadReadRequest',
|
|
1750
|
-
|
|
1804
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_readThread_parameter_0$schema,
|
|
1751
1805
|
},
|
|
1752
1806
|
},
|
|
1753
1807
|
],
|
|
1754
1808
|
result: {
|
|
1755
1809
|
mode: 'strict',
|
|
1756
1810
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamThreadReadResult',
|
|
1757
|
-
|
|
1811
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_readThread_result$schema,
|
|
1758
1812
|
},
|
|
1759
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1813
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1233,"column":9},
|
|
1760
1814
|
},
|
|
1761
1815
|
{
|
|
1762
1816
|
id: '@wowyuarm/dsh-agent-team#agentTeam/recoverMember',
|
|
@@ -1772,16 +1826,16 @@ export const TYPERT_REMOTE = {
|
|
|
1772
1826
|
codec: {
|
|
1773
1827
|
mode: 'strict',
|
|
1774
1828
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamRecoverMemberRequest',
|
|
1775
|
-
|
|
1829
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_recoverMember_parameter_0$schema,
|
|
1776
1830
|
},
|
|
1777
1831
|
},
|
|
1778
1832
|
],
|
|
1779
1833
|
result: {
|
|
1780
1834
|
mode: 'strict',
|
|
1781
1835
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamRecoverMemberResult',
|
|
1782
|
-
|
|
1836
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_recoverMember_result$schema,
|
|
1783
1837
|
},
|
|
1784
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1838
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":768,"column":9},
|
|
1785
1839
|
},
|
|
1786
1840
|
{
|
|
1787
1841
|
id: '@wowyuarm/dsh-agent-team#agentTeam/removeChannelMember',
|
|
@@ -1797,16 +1851,16 @@ export const TYPERT_REMOTE = {
|
|
|
1797
1851
|
codec: {
|
|
1798
1852
|
mode: 'strict',
|
|
1799
1853
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamRemoveChannelMemberRequest',
|
|
1800
|
-
|
|
1854
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_removeChannelMember_parameter_0$schema,
|
|
1801
1855
|
},
|
|
1802
1856
|
},
|
|
1803
1857
|
],
|
|
1804
1858
|
result: {
|
|
1805
1859
|
mode: 'strict',
|
|
1806
1860
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamRemoveChannelMemberResult',
|
|
1807
|
-
|
|
1861
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_removeChannelMember_result$schema,
|
|
1808
1862
|
},
|
|
1809
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1863
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1120,"column":9},
|
|
1810
1864
|
},
|
|
1811
1865
|
{
|
|
1812
1866
|
id: '@wowyuarm/dsh-agent-team#agentTeam/reply',
|
|
@@ -1822,16 +1876,16 @@ export const TYPERT_REMOTE = {
|
|
|
1822
1876
|
codec: {
|
|
1823
1877
|
mode: 'strict',
|
|
1824
1878
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamReplyRequest',
|
|
1825
|
-
|
|
1879
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_reply_parameter_0$schema,
|
|
1826
1880
|
},
|
|
1827
1881
|
},
|
|
1828
1882
|
],
|
|
1829
1883
|
result: {
|
|
1830
1884
|
mode: 'strict',
|
|
1831
1885
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamReplyResult',
|
|
1832
|
-
|
|
1886
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_reply_result$schema,
|
|
1833
1887
|
},
|
|
1834
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1888
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1211,"column":9},
|
|
1835
1889
|
},
|
|
1836
1890
|
{
|
|
1837
1891
|
id: '@wowyuarm/dsh-agent-team#agentTeam/resolveTaskRefs',
|
|
@@ -1847,16 +1901,16 @@ export const TYPERT_REMOTE = {
|
|
|
1847
1901
|
codec: {
|
|
1848
1902
|
mode: 'strict',
|
|
1849
1903
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamResolveTaskRefsRequest',
|
|
1850
|
-
|
|
1904
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_resolveTaskRefs_parameter_0$schema,
|
|
1851
1905
|
},
|
|
1852
1906
|
},
|
|
1853
1907
|
],
|
|
1854
1908
|
result: {
|
|
1855
1909
|
mode: 'strict',
|
|
1856
1910
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamResolveTaskRefsResult',
|
|
1857
|
-
|
|
1911
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_resolveTaskRefs_result$schema,
|
|
1858
1912
|
},
|
|
1859
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1913
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":608,"column":3},
|
|
1860
1914
|
},
|
|
1861
1915
|
{
|
|
1862
1916
|
id: '@wowyuarm/dsh-agent-team#agentTeam/sendMessage',
|
|
@@ -1872,16 +1926,16 @@ export const TYPERT_REMOTE = {
|
|
|
1872
1926
|
codec: {
|
|
1873
1927
|
mode: 'strict',
|
|
1874
1928
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamSendMessageRequest',
|
|
1875
|
-
|
|
1929
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_sendMessage_parameter_0$schema,
|
|
1876
1930
|
},
|
|
1877
1931
|
},
|
|
1878
1932
|
],
|
|
1879
1933
|
result: {
|
|
1880
1934
|
mode: 'strict',
|
|
1881
1935
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamSendMessageResult',
|
|
1882
|
-
|
|
1936
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_sendMessage_result$schema,
|
|
1883
1937
|
},
|
|
1884
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1938
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1147,"column":9},
|
|
1885
1939
|
},
|
|
1886
1940
|
{
|
|
1887
1941
|
id: '@wowyuarm/dsh-agent-team#agentTeam/threadHistory',
|
|
@@ -1897,16 +1951,16 @@ export const TYPERT_REMOTE = {
|
|
|
1897
1951
|
codec: {
|
|
1898
1952
|
mode: 'strict',
|
|
1899
1953
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamThreadHistoryRequest',
|
|
1900
|
-
|
|
1954
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_threadHistory_parameter_0$schema,
|
|
1901
1955
|
},
|
|
1902
1956
|
},
|
|
1903
1957
|
],
|
|
1904
1958
|
result: {
|
|
1905
1959
|
mode: 'strict',
|
|
1906
1960
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamThreadHistory',
|
|
1907
|
-
|
|
1961
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_threadHistory_result$schema,
|
|
1908
1962
|
},
|
|
1909
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1963
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1251,"column":3},
|
|
1910
1964
|
},
|
|
1911
1965
|
{
|
|
1912
1966
|
id: '@wowyuarm/dsh-agent-team#agentTeam/threadObservations',
|
|
@@ -1922,16 +1976,16 @@ export const TYPERT_REMOTE = {
|
|
|
1922
1976
|
codec: {
|
|
1923
1977
|
mode: 'strict',
|
|
1924
1978
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamThreadObservationsRequest',
|
|
1925
|
-
|
|
1979
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_threadObservations_parameter_0$schema,
|
|
1926
1980
|
},
|
|
1927
1981
|
},
|
|
1928
1982
|
],
|
|
1929
1983
|
result: {
|
|
1930
1984
|
mode: 'strict',
|
|
1931
1985
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamThreadObservations',
|
|
1932
|
-
|
|
1986
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_threadObservations_result$schema,
|
|
1933
1987
|
},
|
|
1934
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
1988
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1244,"column":3},
|
|
1935
1989
|
},
|
|
1936
1990
|
{
|
|
1937
1991
|
id: '@wowyuarm/dsh-agent-team#agentTeam/updateChannel',
|
|
@@ -1947,16 +2001,16 @@ export const TYPERT_REMOTE = {
|
|
|
1947
2001
|
codec: {
|
|
1948
2002
|
mode: 'strict',
|
|
1949
2003
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamUpdateChannelRequest',
|
|
1950
|
-
|
|
2004
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_updateChannel_parameter_0$schema,
|
|
1951
2005
|
},
|
|
1952
2006
|
},
|
|
1953
2007
|
],
|
|
1954
2008
|
result: {
|
|
1955
2009
|
mode: 'strict',
|
|
1956
2010
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamUpdateChannelResult',
|
|
1957
|
-
|
|
2011
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_updateChannel_result$schema,
|
|
1958
2012
|
},
|
|
1959
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
2013
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":683,"column":9},
|
|
1960
2014
|
},
|
|
1961
2015
|
{
|
|
1962
2016
|
id: '@wowyuarm/dsh-agent-team#agentTeam/updateMember',
|
|
@@ -1972,16 +2026,16 @@ export const TYPERT_REMOTE = {
|
|
|
1972
2026
|
codec: {
|
|
1973
2027
|
mode: 'strict',
|
|
1974
2028
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamUpdateMemberRequest',
|
|
1975
|
-
|
|
2029
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_updateMember_parameter_0$schema,
|
|
1976
2030
|
},
|
|
1977
2031
|
},
|
|
1978
2032
|
],
|
|
1979
2033
|
result: {
|
|
1980
2034
|
mode: 'strict',
|
|
1981
2035
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamMemberResult',
|
|
1982
|
-
|
|
2036
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_updateMember_result$schema,
|
|
1983
2037
|
},
|
|
1984
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
2038
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1017,"column":9},
|
|
1985
2039
|
},
|
|
1986
2040
|
{
|
|
1987
2041
|
id: '@wowyuarm/dsh-agent-team#agentTeam/view',
|
|
@@ -1997,16 +2051,16 @@ export const TYPERT_REMOTE = {
|
|
|
1997
2051
|
codec: {
|
|
1998
2052
|
mode: 'strict',
|
|
1999
2053
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamViewRequest',
|
|
2000
|
-
|
|
2054
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_view_parameter_0$schema,
|
|
2001
2055
|
},
|
|
2002
2056
|
},
|
|
2003
2057
|
],
|
|
2004
2058
|
result: {
|
|
2005
2059
|
mode: 'strict',
|
|
2006
2060
|
typeSymbol: '@wowyuarm/dsh-agent-team/types#AgentTeamView',
|
|
2007
|
-
|
|
2061
|
+
create: _wowyuarm_dsh_agent_team_agentTeam_view_result$schema,
|
|
2008
2062
|
},
|
|
2009
|
-
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":
|
|
2063
|
+
sourceLocation: {"file":"packages/agent-team/src/index.ts","line":1258,"column":3},
|
|
2010
2064
|
},
|
|
2011
2065
|
],
|
|
2012
2066
|
}
|