Skip to content

Commit

Permalink
Add pinned_cast_hash property in Channel
Browse files Browse the repository at this point in the history
Add pinned_cast_hash property in Channel
  • Loading branch information
Shreyaschorge authored Oct 16, 2024
2 parents 824ce47 + c3a5444 commit bfe165f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neynar/nodejs-sdk",
"version": "1.62.0",
"version": "1.62.1",
"description": "SDK to interact with Neynar APIs (https://docs.neynar.com/)",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/neynar-api/common/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "1.63.0";
export const version = "1.62.1";
7 changes: 7 additions & 0 deletions src/neynar-api/v2/openapi-farcaster/models/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,17 @@ export interface Channel {
* @memberof Channel
*/
'moderator'?: User;
/**
* Cast Hash
* @type {string}
* @memberof Channel
*/
'pinned_cast_hash'?: string;
/**
*
* @type {Array<User>}
* @memberof Channel
* @deprecated
*/
'hosts'?: Array<User>;
/**
Expand Down

0 comments on commit bfe165f

Please sign in to comment.