neynarxyz / nodejs-sdk

Typescript SDK for Neynar APIs
https://neynar.com
MIT License
53 stars 11 forks source link

bug(channel) Missing attribute 'moderator' in Channel Type #124

Closed porenes closed 4 months ago

porenes commented 4 months ago

The Channel type in the sdk is missing the 'moderator' property.

https://github.com/neynarxyz/nodejs-sdk/blob/b066a9e7bb9ccd292ef4fb625facacb1eda15c3d/src/neynar-api/v2/openapi-farcaster/models/channel.ts#L28

rishavmukherji commented 4 months ago

thanks @porenes , will take a look. also feel free to post PRs!

porenes commented 4 months ago

I was about to edit the Type, but then I saw this :-) image

rishavmukherji commented 4 months ago

haha true, you'd have to start with a PR here: https://github.com/neynarxyz/OAS

will look into it this coming week

Shreyaschorge commented 4 months ago

Since moderator is now a part of Channel.
Closing this issue.