Skip to content

Commit 3264152

Browse files
committed
feat(lua.utils): add screenshot endpoint types
1 parent 017e463 commit 3264152

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/lua/utils/types.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@
140140
-- ==========================================================================
141141

142142
---@alias Request.Endpoint.Method
143-
---| "add" | "buy" | "cash_out" | "discard" | "gamestate" | "health"
144-
---| "load" | "menu" | "next_round" | "play" | "rearrange" | "reroll"
145-
---| "save" | "select" | "sell" | "set" | "skip" | "start" | "use"
143+
---| "add" | "buy" | "cash_out" | "discard" | "gamestate" | "health" | "load"
144+
---| "menu" | "next_round" | "play" | "rearrange" | "reroll" | "save"
145+
---| "screenshot" | "select" | "sell" | "set" | "skip" | "start" | "use"
146146

147147
---@alias Request.Endpoint.Test.Method
148148
---| "echo" | "endpoint" | "error" | "state" | "validation"
@@ -161,6 +161,7 @@
161161
---| Request.Endpoint.Rearrange.Params
162162
---| Request.Endpoint.Reroll.Params
163163
---| Request.Endpoint.Save.Params
164+
---| Request.Endpoint.Screenshot.Params
164165
---| Request.Endpoint.Select.Params
165166
---| Request.Endpoint.Sell.Params
166167
---| Request.Endpoint.Set.Params

0 commit comments

Comments
 (0)