Skip to content

Commit

Permalink
feat(api): api update (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Oct 11, 2024
1 parent afde75c commit 6485e5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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: 19
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-39e1aa11d57aca96a134dc4c33d85dd0b6663a4505d27566f0943407a009007f.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-059a67bc85cdc7bb732ce96115b37ffd3f1e0342e986a903718f0ad53f91fe15.yml
12 changes: 11 additions & 1 deletion src/resources/solana/solana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ export interface TotalUsdDiffSchema {

export interface TransactionErrorDetails {
/**
* Advanced message of the error
* Human readable error
*/
message: string;

Expand All @@ -750,6 +750,16 @@ export interface TransactionErrorDetails {
*/
transaction_index: number;

/**
* Machine readable error code
*/
code?: string | null;

/**
* Error number
*/
number?: number | null;

type?: string;
}

Expand Down

0 comments on commit 6485e5d

Please sign in to comment.