We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdca73c commit bc6ac8dCopy full SHA for bc6ac8d
scripts/build-types.ts
@@ -88,10 +88,10 @@ const {body: protocol} = await got<GeneratedProtocol>(`https://raw.githubusercon
88
responseType: 'json',
89
});
90
91
-// fix oopsie in protocol.json
+// fix oopsie in protocol.json (5.0.1)
92
protocol.requests.forEach(req => {
93
- if (req.requestType === 'GetSourceScreenshot' && req.description.startsWith('Saves')) {
94
- req.requestType = 'SaveSourceScreenshot';
+ if (req.requestType === 'GetGroupItemList') {
+ req.requestType = 'GetGroupSceneItemList';
95
}
96
97
0 commit comments