@stream-io/node-sdk 0.7.29 → 0.7.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3355,6 +3355,8 @@ decoders.PollVote = (input?: Record<string, any>) => {
|
|
|
3355
3355
|
|
|
3356
3356
|
decoders.PollVoteResponse = (input?: Record<string, any>) => {
|
|
3357
3357
|
const typeMappings: TypeMapping = {
|
|
3358
|
+
poll: { type: 'PollResponseData', isSingle: true },
|
|
3359
|
+
|
|
3358
3360
|
vote: { type: 'PollVoteResponseData', isSingle: true },
|
|
3359
3361
|
};
|
|
3360
3362
|
return decode(typeMappings, input);
|