File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @neynar/nodejs-sdk" ,
3- "version" : " 3.81.1 " ,
3+ "version" : " 3.81.2 " ,
44 "description" : " SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)" ,
55 "main" : " ./build/index.js" ,
66 "types" : " ./build/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export interface WebhookUserUpdated {
7979export interface FungibleBalance {
8080 object : 'fungible_balance' ;
8181 token : {
82- object : 'token ' ;
82+ object : 'fungible ' ;
8383 address : string ;
8484 decimals : number ;
8585 symbol : string ;
@@ -110,7 +110,7 @@ export interface TradeWebhookPayload {
110110 object : 'network' ;
111111 name : string ;
112112 } ;
113- net_transfer ? : {
113+ net_transfer : {
114114 object : 'net_transfer' ;
115115 receiving_fungible : FungibleBalance ;
116116 sending_fungible : FungibleBalance ;
You can’t perform that action at this time.
0 commit comments