Merge remote-tracking branch 'origin/dev' into session-event-stream
# ------------------------ >8 ------------------------ # Do not modify or remove the line above. # Everything below it will be ignored. # # Conflicts: # packages/core/src/session/execution.ts # packages/core/src/session/execution/local.ts # packages/core/src/session/run-coordinator.ts # packages/core/test/session-prompt.test.ts # packages/core/test/session-run-coordinator.test.ts # packages/core/test/session-runner-recorded.test.ts # packages/core/test/session-runner.test.ts # packages/protocol/src/groups/session.ts
This commit is contained in:
commit
d3592e49dd
5 changed files with 122 additions and 5 deletions
|
|
@ -73,10 +73,9 @@ export const SessionsCursor = Schema.String.pipe(
|
|||
)
|
||||
export type SessionsCursor = typeof SessionsCursor.Type
|
||||
|
||||
export const SessionActive = Schema.Struct({
|
||||
const SessionActive = Schema.Struct({
|
||||
type: Schema.Literal("running"),
|
||||
}).annotate({ identifier: "SessionActive" })
|
||||
export interface SessionActive extends Schema.Schema.Type<typeof SessionActive> {}
|
||||
|
||||
const SessionsQueryCursor = SessionsCursor.annotate({
|
||||
description: "Opaque pagination cursor returned as cursor.previous or cursor.next in the previous response.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue