neynarxyz / nodejs-sdk

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

Notification type is missing count #172

Closed porenes closed 2 weeks ago

porenes commented 2 weeks ago

https://github.com/neynarxyz/nodejs-sdk/blob/698e1b4d16852fc6c04c570fca2dd875c15d880e/src/neynar-api/v2/openapi-farcaster/models/notification.ts#L74

the APi returns a 'count' value for notifications, it is missing in the Type

Shreyaschorge commented 2 weeks ago

@porenes Thanks for reporting

Following PR fixes it https://github.com/neynarxyz/nodejs-sdk/pull/173