@nft/webhook
Advanced tools
Comparing version 1.0.0-beta.46.2 to 1.0.0-beta.47
@@ -27,13 +27,2 @@ type Uint256 = string; | ||
}; | ||
export type Auction = { | ||
id: string; | ||
createdAt: IsoDate; | ||
creator: Account; | ||
endAt: IsoDate; | ||
asset: Asset; | ||
reserveAmount: Uint256; | ||
currency: Currency; | ||
expireAt: IsoDate; | ||
bestBid: Offer | null; | ||
}; | ||
export type Collection = { | ||
@@ -55,3 +44,2 @@ chainId: ChainId; | ||
expiredAt: IsoDate; | ||
auction: Auction | null; | ||
}; | ||
@@ -77,8 +65,4 @@ export type Trade = { | ||
TRADE_CREATED: Trade; | ||
AUCTION_ENDED: Auction; | ||
AUCTION_EXPIRED: Auction; | ||
AUCTION_BID_CREATED: Offer; | ||
AUCTION_BID_EXPIRED: Offer; | ||
ACCOUNT_CREATED: AccountWithReferrer; | ||
}; | ||
export {}; |
{ | ||
"name": "@nft/webhook", | ||
"version": "1.0.0-beta.46.2", | ||
"version": "1.0.0-beta.47", | ||
"main": "./dist/index.js", | ||
@@ -19,3 +19,3 @@ "typings": "./dist/index.d.ts", | ||
}, | ||
"gitHead": "0d034f72e8e96803c13cee17f6267a79c75a7ad6" | ||
"gitHead": "2fd97fc01a8f595a81cc116193b071ee3bdd60d5" | ||
} |
5490
137