Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed May 28, 2024
1 parent 961d74e commit e9eaccf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 7
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-fb2c41fc22cb28038efabba7a5927e1a932fde317eb9b5f15cc45b190cab9e29.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-211e8626077c5368f15280d7e735c589ad5ae5eb3ae1f751419d4ef575fc4920.yml
5 changes: 0 additions & 5 deletions src/resources/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ export interface TokenScanParams {
* Object of additional information to validate against.
*/
metadata?: TokenScanParams.Metadata;

/**
* (optional) Token ID for ERC721 or ERC1155
*/
token_id?: number;
}

export namespace TokenScanParams {
Expand Down
1 change: 0 additions & 1 deletion tests/api-resources/token.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ describe('resource token', () => {
address: '0x66587563e933bbf3974b89156b47bb82b921eb35',
chain: 'ethereum',
metadata: { domain: 'string' },
token_id: 0,
});
});
});

0 comments on commit e9eaccf

Please sign in to comment.