Releases: ProjectOpenSea/api-types
Release list
v0.8.10
What's Changed
- Sync OpenAPI spec: drop
PUTandDELETE /api/v2/accounts/wallets/{wallet}/agentalong with theWalletAgentStatusResponseschema, drop the deprecatedagent_owner_profileandpublic_agent_walletsproperties fromAgentProfileRelationshipsResponse, and take the newAccountResponse.is_agentdescription.
The endpoints are gone from production (ProjectOpenSea/os2-core#52946), which is why they leave the spec. is_agent on the account response now reports whether the account itself has declared it is an agent (os2-core#52948); it previously read the retired wallet-level designation and was therefore false for everyone.
WalletAgentStatusResponse is no longer exported. Nothing in the repo imports it as of #631.
type-check for this package now covers test/ and scripts/ through a tsconfig.check.json, matching sdk. It previously compiled src/ alone, so a test importing a type the spec no longer defines passed both type-check and vitest, which erases types.
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.9...api-types-v0.8.10
v0.8.9
What's Changed
- Sync OpenAPI spec: add
EXECUTIONto theSwapCostResponse.typeenum and drop the write-onlyskipLowercaseproperty fromEvmAddress(#624). - Sync OpenAPI spec: add the six agent account endpoints (declare, withdraw, propose, confirm, revoke, list own relationships) with their request and response schemas, and add
read:walletstoAuthScope(#626).
Tagged from the head of claude/agent-accounts (#626) rather than main. The Mirror layout gate compiles the SDK and CLI against the published api-types, so this package has to reach npm before that PR can go green. The api-types content in this tag is what merging #626 puts on main.
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.8...api-types-v0.8.9
v0.8.8
What's Changed
- Sync OpenAPI spec: add an optional
chainsquery param toget_portfolio_stats, and drop stale rate-limit prose fromcreate_instant_api_key.
This release completes a sync that stalled earlier: the tag and code landed here, but no GitHub Release was created, so the npm publish never ran.
Full Changelog: v0.8.7...v0.8.8
v0.8.7
What's Changed
Three OpenAPI spec syncs:
- Added
stablechaintoChainIdentifier(chain id 988). - Added wallet visibility endpoints —
PUT/DELETE /api/v2/accounts/wallets/{wallet}/private— plus the publicGET /api/v2/accounts/{address_or_username}/agent-relationships, and theWalletVisibilityResponse,AgentProfileRelationshipsResponse, andAgentProfileSummaryResponseschemas. - Added SVM transaction detail schemas (
SvmInstructionAccountResponse,SvmInstructionResponse,SvmTransactionDetailsResponse) and an optionalsvmfield onSwapTransactionResponsefor structured Solana transaction contents.
Additive only — no paths, operations, schemas, or required fields were removed.
Full Changelog: v0.8.6...v0.8.7
v0.8.6
What's Changed
- Add typed account agent status fields and operations for registered agent wallets.
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.5...api-types-v0.8.6
v0.8.5
What's Changed
- Add generated request and response types for the token activity stats REST endpoint.
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.4...api-types-v0.8.5
v0.8.4
What's Changed
- Add generated request and response types for cross-chain drop minting, along with the latest additive public OpenAPI updates.
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.3...api-types-v0.8.4
v0.8.3
What's Changed
- Add NFT profile picture endpoints to the OpenAPI types and register them under the
write:profilescope.
Full Changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.2...api-types-v0.8.3
v0.8.2
What changed
- Add generated types for the beta saved-tools read, save, and remove endpoints.
- Add the canonical
read:toolsandwrite:toolsscopes. - Add new token metadata fields from the current public OpenAPI schema.
Full diff: ProjectOpenSea/opensea-devtools@api-types-v0.8.1...api-types-v0.8.2
v0.8.1
What's changed
- Added
isVerified,followerCount, andfollowingCountto generated account response types. - Added the canonical
read:socialandwrite:socialwallet auth scopes. - Refreshed the production OpenAPI snapshot and normalized schema examples.
Full changelog: ProjectOpenSea/opensea-devtools@api-types-v0.8.0...api-types-v0.8.1