Skip to content

Commit

Permalink
feat: LEAP-1782: add pauses to members list (#412)
Browse files Browse the repository at this point in the history
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
  • Loading branch information
robot-ci-heartex and fern-api[bot] authored Feb 12, 2025
1 parent 56be6dc commit 6f23319
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 150 deletions.
13 changes: 12 additions & 1 deletion .mock/definition/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2221,12 +2221,23 @@ types:
created_at: optional<datetime>
source:
openapi: openapi/openapi.yaml
PausePausedBy:
discriminated: false
docs: User who created the pause
union:
- integer
- map<string, unknown>
source:
openapi: openapi/openapi.yaml
inline: true
Pause:
properties:
id: optional<integer>
project: optional<integer>
user: optional<integer>
paused_by: optional<integer>
paused_by:
type: optional<PausePausedBy>
docs: User who created the pause
reason: string
verbose_reason: optional<string>
deleted_by: optional<integer>
Expand Down
Loading

0 comments on commit 6f23319

Please sign in to comment.