Skip to content

Commit ff9f39d

Browse files
committed
Release v0.4.2
Origin-SHA: 36691654b9a5b5cbfe770b3d23c8fc9f05179a62
1 parent 6e465a4 commit ff9f39d

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @opensea/api-types
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- fb03c09: Add named exports for `BuildOfferResponse`, `CancelRequest`, `CancelResponse`, and `PartialParameters` — these were in the generated schemas but not surfaced. Pure additive.
8+
39
## 0.4.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensea/api-types",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Auto-generated TypeScript types from the OpenSea API OpenAPI spec",
55
"license": "MIT",
66
"author": "OpenSea Developers",

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ export type ListingOrOffer = Schemas["ListingOrOffer"]
7777
export type Price = Schemas["Price"]
7878
export type ListingPrice = Schemas["ListingPrice"]
7979
export type CriteriaRequest = Schemas["CriteriaRequest"]
80+
export type BuildOfferResponse = Schemas["BuildOfferResponse"]
81+
export type CancelRequest = Schemas["CancelRequest"]
82+
export type CancelResponse = Schemas["CancelResponse"]
83+
export type PartialParameters = Schemas["PartialParameters"]
8084

8185
// Listings — sweep
8286
export type SweepCollectionRequest = Schemas["SweepCollectionRequest"]

0 commit comments

Comments
 (0)