@onbeam/automation-api-client
Advanced tools
Comparing version 2.0.12 to 2.0.13
@@ -770,2 +770,4 @@ type ApiRequestOptions = { | ||
WBEAM = "WBEAM", | ||
WIMX = "WIMX", | ||
WSOPH = "WSOPH", | ||
USDC = "USDC" | ||
@@ -791,3 +793,3 @@ } | ||
address: string; | ||
symbol?: 'BEAM' | 'WBEAM' | 'USDC' | 'IMX' | 'WIMX' | null; | ||
symbol?: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'USDC' | null; | ||
decimals: number; | ||
@@ -822,3 +824,3 @@ } | null; | ||
decimals: number; | ||
symbol: 'BEAM' | 'WBEAM' | 'USDC' | 'IMX' | 'WIMX'; | ||
symbol: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'USDC'; | ||
address: string; | ||
@@ -893,6 +895,8 @@ }>; | ||
BEAM = "BEAM", | ||
IMX = "IMX", | ||
SOPH = "SOPH", | ||
WBEAM = "WBEAM", | ||
USDC = "USDC", | ||
IMX = "IMX", | ||
WIMX = "WIMX" | ||
WIMX = "WIMX", | ||
WSOPH = "WSOPH", | ||
USDC = "USDC" | ||
} | ||
@@ -899,0 +903,0 @@ } |
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"scripts": { | ||
@@ -29,0 +29,0 @@ "generate": "pnpm generate:client && pnpm generate:barrels && pnpm build", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
778032
21506