Skip to content

Commit

Permalink
Bugfix/add text input in frame action
Browse files Browse the repository at this point in the history
Bugfix/add text input in frame action
  • Loading branch information
Shreyaschorge authored Feb 2, 2024
2 parents e994245 + f893710 commit dae351d
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.9.2",
"version": "1.9.3",
"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/frame-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ export interface FrameAction {
* @memberof FrameAction
*/
'button': FrameActionButton;
/**
* Text input for the frame
* @type {string}
* @memberof FrameAction
*/
'text_input'?: string;
/**
* URL of the frames
* @type {string}
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 dae351d

Please sign in to comment.