@onbeam/player-api-client
Advanced tools
Comparing version 2.0.12 to 2.0.13
@@ -790,2 +790,4 @@ type ApiRequestOptions = { | ||
WBEAM = "WBEAM", | ||
WIMX = "WIMX", | ||
WSOPH = "WSOPH", | ||
USDC = "USDC" | ||
@@ -811,3 +813,3 @@ } | ||
address: string; | ||
symbol?: 'BEAM' | 'WBEAM' | 'USDC' | 'IMX' | 'WIMX' | null; | ||
symbol?: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'USDC' | null; | ||
decimals: number; | ||
@@ -842,3 +844,3 @@ } | null; | ||
decimals: number; | ||
symbol: 'BEAM' | 'WBEAM' | 'USDC' | 'IMX' | 'WIMX'; | ||
symbol: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'USDC'; | ||
address: string; | ||
@@ -915,6 +917,8 @@ }>; | ||
BEAM = "BEAM", | ||
IMX = "IMX", | ||
SOPH = "SOPH", | ||
WBEAM = "WBEAM", | ||
USDC = "USDC", | ||
IMX = "IMX", | ||
WIMX = "WIMX" | ||
WIMX = "WIMX", | ||
WSOPH = "WSOPH", | ||
USDC = "USDC" | ||
} | ||
@@ -921,0 +925,0 @@ enum operationProcessing { |
@@ -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
771552
21429