Skip to content

Commit a81d42f

Browse files
Release v0.8.1
Origin-SHA: 107e75094781b71b7e6f09aa565dc975e8e34e41 Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent b93c353 commit a81d42f

9 files changed

Lines changed: 1322 additions & 128 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Auto-generated TypeScript types from the OpenSea API v2 OpenAPI spec. Source of
88
cd packages/api-types
99
pnpm run update-spec # Fetch latest OpenAPI spec from api.opensea.io
1010
pnpm run build # Regenerate types from spec + bundle with tsup
11-
pnpm run lint # Type-check with tsc --noEmit
11+
pnpm run lint # Lint with Biome
12+
pnpm run type-check # Type-check with tsc --noEmit
1213
pnpm run test # Run smoke tests with Vitest
1314
```
1415

CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- 66396b6: Sync OpenAPI spec to include new auth scopes (`read:social`, `write:social`) from the canonical registry.
8+
- fa2a24e: Add the canonical `read:social` and `write:social` wallet-auth scopes.
9+
- 333104e: Sync OpenAPI spec from api.opensea.io. Upstream normalized several `example` values in schema descriptions from floats to integers (e.g. `19250.0` to `19250`). No endpoints, schemas, or generated types changed; the regenerated `src/generated.ts` is byte-identical.
10+
- d7a44df: Sync OpenAPI spec from api.opensea.io. Adds `isVerified`, `followerCount`, and `followingCount` to `AccountResponse` and updates generated types accordingly.
11+
312
## 0.8.0
413

514
### Minor Changes

biome.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"**/*.json",
1313
"!**/.claude",
1414
"!**/typechain",
15+
"!lib",
1516
"!**/dist",
1617
"!**/coverage",
1718
"!**/.vercel",

0 commit comments

Comments
 (0)