1.1.0 #1
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "oxidetwitch"
|
name = "oxidetwitch"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
description = "Client for Twitch API"
|
description = "Client for Twitch API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
|
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -355,6 +355,7 @@ class CustomRewardRedemption(BaseSchema):
|
|||||||
|
|
||||||
class CustomRewardRedemptions(BaseSchema):
|
class CustomRewardRedemptions(BaseSchema):
|
||||||
data: list[CustomRewardRedemption]
|
data: list[CustomRewardRedemption]
|
||||||
|
pagination: Pagination | dict[Any, Any] | None = None
|
||||||
|
|
||||||
|
|
||||||
class CharityCampaignCurrentAmount(BaseSchema):
|
class CharityCampaignCurrentAmount(BaseSchema):
|
||||||
@ -854,7 +855,7 @@ class Game(BaseSchema):
|
|||||||
|
|
||||||
class Games(BaseSchema):
|
class Games(BaseSchema):
|
||||||
data: list[Game]
|
data: list[Game]
|
||||||
paginaiton: Pagination | dict[Any, Any] | None = None
|
pagination: Pagination | dict[Any, Any] | None = None
|
||||||
|
|
||||||
|
|
||||||
class CreatorGoal(BaseSchema):
|
class CreatorGoal(BaseSchema):
|
||||||
@ -1392,6 +1393,7 @@ class UserBlock(BaseSchema):
|
|||||||
|
|
||||||
class UserBlockList(BaseSchema):
|
class UserBlockList(BaseSchema):
|
||||||
data: list[UserBlock]
|
data: list[UserBlock]
|
||||||
|
pagination: Pagination | dict[Any, Any] | None = None
|
||||||
|
|
||||||
|
|
||||||
class UserExtension(BaseSchema):
|
class UserExtension(BaseSchema):
|
||||||
|
|||||||
Reference in New Issue
Block a user