From 200a782aaba07e119d119b66a0403b9dcbed2b7c Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Mon, 19 Aug 2024 10:43:59 +0000 Subject: [PATCH] feat(api): OpenAPI spec update via Stainless API --- .stats.yml | 2 +- src/resources/solana/solana.ts | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 8720bb48..015dc26a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 19 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-42e1b14debdb20394f8c9898976adcb457c73346c2e81739eb5cc82e5c404a2e.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-093151700578e78c5aa7f4e7b3889a0dd8f1347b606d80dbb8f300eb3f47cd24.yml diff --git a/src/resources/solana/solana.ts b/src/resources/solana/solana.ts index afa8955d..7c91df55 100644 --- a/src/resources/solana/solana.ts +++ b/src/resources/solana/solana.ts @@ -276,6 +276,11 @@ export interface FungibleMintAccountDetailsSchema { export interface NativeSolDetailsSchema { decimals?: number; + /** + * Logo of Sol + */ + logo?: string | null; + /** * Type of the asset (`"SOL"`) */ @@ -499,6 +504,11 @@ export interface SplTokenOwnershipDiffSchema { export interface StakedSolAssetDetailsSchema { decimals?: number; + /** + * Logo of Sol + */ + logo?: string | null; + /** * Type of the asset (`"STAKED_SOL"`) */