Skip to content

Commit

Permalink
Patch update: v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevoconnell committed Apr 9, 2024
1 parent 5a721fd commit 7e41191
Show file tree
Hide file tree
Showing 3 changed files with 8 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.16.0",
"version": "1.16.1",
"description": "SDK to interact with Neynar APIs (https://docs.neynar.com/)",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions src/neynar-api/v2/openapi-farcaster/models/cast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ export interface Cast {
* @memberof Cast
*/
'parent_url': string | null;
/**
*
* @type {string}
* @memberof Cast
*/
'root_parent_url': string | null;
/**
*
* @type {CastParentAuthor}
Expand Down
2 changes: 1 addition & 1 deletion src/oas
Submodule oas updated 1 files
+4 −0 src/v2/spec.yaml

0 comments on commit 7e41191

Please sign in to comment.