@neynar/nodejs-sdk 3.81.1 → 3.81.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,7 +70,7 @@ export interface WebhookUserUpdated {
70
70
  export interface FungibleBalance {
71
71
  object: 'fungible_balance';
72
72
  token: {
73
- object: 'token';
73
+ object: 'fungible';
74
74
  address: string;
75
75
  decimals: number;
76
76
  symbol: string;
@@ -100,7 +100,7 @@ export interface TradeWebhookPayload {
100
100
  object: 'network';
101
101
  name: string;
102
102
  };
103
- net_transfer?: {
103
+ net_transfer: {
104
104
  object: 'net_transfer';
105
105
  receiving_fungible: FungibleBalance;
106
106
  sending_fungible: FungibleBalance;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neynar/nodejs-sdk",
3
- "version": "3.81.1",
3
+ "version": "3.81.2",
4
4
  "description": "SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",