Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions hiro-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5954,6 +5954,11 @@ components:
claim_count:
type: integer
format: int64
max_count_reached:
type: integer
format: int64
auto_claim:
type: boolean
StreaksList:
type: object
properties:
Expand Down Expand Up @@ -6802,6 +6807,9 @@ components:
type: array
items:
$ref: '#/components/schemas/StreakReward'
max_count_reached:
type: integer
format: int64
SyncStreaks:
type: object
properties:
Expand Down
Loading
Loading