Skip to content

Commit

Permalink
Update GQL operation hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Feb 19, 2023
1 parent 21763ec commit bfd3893
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,15 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns current state of points (balance, claim available) for a particular channel
"ChannelPointsContext": GQLOperation(
"ChannelPointsContext",
"9988086babc615a918a1e9a722ff41d98847acac822645209ac7379eecb27152",
"1530a003a7d374b0380b79db0be0534f30ff46e61cffa2bc0e2468a909fbc024",
variables={
"channelLogin": ..., # channel login
},
),
# returns all in-progress campaigns
"Inventory": GQLOperation(
"Inventory",
"27f074f54ff74e0b05c8244ef2667180c2f911255e589ccd693a1a52ccca7367",
"37fea486d6179047c41d0f549088a4c3a7dd60c05c70956a1490262f532dccd9",
# no variables needed
),
# returns current state of drops (current drop progress)
Expand All @@ -202,7 +202,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns all available campaigns
"Campaigns": GQLOperation(
"ViewerDropsDashboard",
"e8b98b52bbd7ccd37d0b671ad0d47be5238caa5bea637d2a65776175b4a23a64",
"8d5d9b5e3f088f9d1ff39eb2caab11f7a4cf7a3353da9ce82b5778226ff37268",
# no variables needed
),
# returns extended information about a particular campaign
Expand All @@ -217,15 +217,15 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns drops available for a particular channel (unused)
"ChannelDrops": GQLOperation(
"DropsHighlightService_AvailableDrops",
"b19ee96a0e79e3f8281c4108bc4c7b3f232266db6f96fd04a339ab393673a075",
"e589e213f16d9b17c6f0a8ccd18bdd6a8a6b78bc9db67a75efd43793884ff4e5",
variables={
"channelID": ..., # channel ID as a str
},
),
# returns live channels for a particular game
"GameDirectory": GQLOperation(
"DirectoryPage_Game",
"d5c5df7ab9ae65c3ea0f225738c08a36a4a76e4c6c31db7f8c4b8dc064227f9e",
"df4bb6cc45055237bfaf3ead608bbafb79815c7100b6ee126719fac3762ddf8b",
variables={
"limit": ..., # limit of channels returned
"name": ..., # game name
Expand Down

0 comments on commit bfd3893

Please sign in to comment.