Skip to content

Commit

Permalink
updates persisted queries w/o community/drops claim
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-Weber committed Dec 12, 2024
1 parent 42fe404 commit d5605cb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# retuns PlaybackAccessToken_Template, for fix 2024/5
"PlaybackAccessToken": GQLOperation(
"PlaybackAccessToken",
"3093517e37e4f4cb48906155bcd894150aef92617939236d2508f3375ab732ce",
"ed230aa1e33e07eebb8928504583da78a5173989fadfb1ac94be06a04f3cdbe9",
variables={
"isLive": True,
"login": "...",
Expand All @@ -253,7 +253,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns stream information for a particular channel
"GetStreamInfo": GQLOperation(
"VideoPlayerStreamInfoOverlayChannel",
"a5f2e34d626a9f4f5c0204f910bab2194948a9502089be558bb6e779a9e1b3d2",
"198492e0857f6aedead9665c81c5a06d67b25b58034649687124083ff288597d",
variables={
"channel": ..., # channel login
},
Expand Down Expand Up @@ -282,21 +282,21 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns current state of points (balance, claim available) for a particular channel
"ChannelPointsContext": GQLOperation(
"ChannelPointsContext",
"1530a003a7d374b0380b79db0be0534f30ff46e61cffa2bc0e2468a909fbc024",
"374314de591e69925fce3ddc2bcf085796f56ebb8cad67a0daa3165c03adc345",
variables={
"channelLogin": ..., # channel login
},
),
# returns all in-progress campaigns
"Inventory": GQLOperation(
"Inventory",
"37fea486d6179047c41d0f549088a4c3a7dd60c05c70956a1490262f532dccd9",
"09acb7d3d7e605a92bdfdcc465f6aa481b71c234d8686a9ba38ea5ed51507592",
# no variables needed
),
# returns current state of drops (current drop progress)
"CurrentDrop": GQLOperation(
"DropCurrentSessionContext",
"2e4b3630b91552eb05b76a94b6850eb25fe42263b7cf6d06bee6d156dd247c1c",
"4d06b702d25d652afb9ef835d2a550031f1cf762b193523a92166f40ea3d142b",
# no variables needed
),
# returns all available campaigns
Expand All @@ -310,7 +310,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns extended information about a particular campaign
"CampaignDetails": GQLOperation(
"DropCampaignDetails",
"e7acdecb05429a62f5984bdcb27ee938ae20543579bf73c3ae44e7c822bc4f54",
"039277bf98f3130929262cc7c6efd9c141ca3749cb6dca442fc8ead9a53f77c1",
variables={
"channelLogin": ..., # user login
"dropID": ..., # campaign ID
Expand All @@ -319,7 +319,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns drops available for a particular channel (unused)
"AvailableDrops": GQLOperation(
"DropsHighlightService_AvailableDrops",
"9a62a09bce5b53e26e64a671e530bc599cb6aab1e5ba3cbd5d85966d3940716f",
"eff13f4a43157238e40b4cd74b0dac3a41b5f8fb31de1a3b19347fae84e60b92",
variables={
"channelID": ..., # channel ID as a str
},
Expand Down Expand Up @@ -347,14 +347,14 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
),
"NotificationsView": GQLOperation( # unused, triggers notifications "update-summary"
"OnsiteNotifications_View",
"f6bdb1298f376539487f28b7f8a6b5d7434ec04ba4d7dc5c232b258410ae04d6",
"e8e06193f8df73d04a1260df318585d1bd7a7bb447afa058e52095513f2bfa4f",
variables={
"input": {},
},
),
"NotificationsList": GQLOperation( # unused
"OnsiteNotifications_ListNotifications",
"e709b905ddb963d7cf4a8f6760148926ecbd0eee0f2edc48d1cf17f3e87f6490",
"11cdb54a2706c2c0b2969769907675680f02a6e77d8afe79a749180ad16bfea6",
variables={
"cursor": "",
"displayType": "VIEWER",
Expand Down

0 comments on commit d5605cb

Please sign in to comment.