We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087c293 commit be0e659Copy full SHA for be0e659
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "stackcoin"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "Python library for the StackCoin API"
5
readme = "README.md"
6
requires-python = ">=3.13"
src/stackcoin/models.py
# generated by datamodel-codegen:
# filename: openapi.json
-# timestamp: 2026-03-07T01:20:04+00:00
+# timestamp: 2026-03-15T03:11:07+00:00
from __future__ import annotations
@@ -134,6 +134,7 @@ class RequestCreatedEvent(BaseModel):
134
135
136
class RequestDeniedData(BaseModel):
137
+ denied_by_id: int = Field(..., description="User ID that denied the request")
138
request_id: int = Field(..., description="Request ID")
139
status: str = Field(..., description="New request status")
140
0 commit comments