You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# @opensea/api-types
2
2
3
+
## 0.4.1
4
+
5
+
### Patch Changes
6
+
7
+
- 7969189: Sync OpenAPI spec — pure additive: `Order.asset` and `NftDetailed.subscription` field additions plus pagination defaults loosened on `/api/v2/collections`.
8
+
9
+
**New on `Order`:**
10
+
11
+
-`asset?: OrderAsset` — `{ identifier?: string; contract: string }`. Surfaces the NFT contract + token ID without loading `protocol_data`. `identifier` is null for collection/criteria offers. Powers the profile endpoints (`/account/{address}/listings`, `/offers`, `/offers_received`) where `protocol_data` is intentionally null for performance. Source: ProjectOpenSea/os2-core#42022.
0 commit comments