@onbeam/automation-api-client
Advanced tools
Comparing version 2.0.15 to 2.0.16
@@ -626,3 +626,3 @@ type ApiRequestOptions = { | ||
contracts: Array<{ | ||
type: 'ERC20' | 'ERC721' | 'ERC1155' | 'SEAPORT' | 'UNISWAPV2'; | ||
type: 'ERC20' | 'ERC721' | 'ERC1155' | 'CUSTOM' | 'SEAPORT' | 'UNISWAPV2'; | ||
id: string; | ||
@@ -773,2 +773,3 @@ createdAt: string; | ||
WSOPH = "WSOPH", | ||
RAT = "RAT", | ||
USDC = "USDC" | ||
@@ -794,3 +795,3 @@ } | ||
address: string; | ||
symbol?: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'USDC' | null; | ||
symbol?: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'RAT' | 'USDC' | null; | ||
decimals: number; | ||
@@ -825,3 +826,3 @@ } | null; | ||
decimals: number; | ||
symbol: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'USDC'; | ||
symbol: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'RAT' | 'USDC'; | ||
address: string; | ||
@@ -901,2 +902,3 @@ }>; | ||
WSOPH = "WSOPH", | ||
RAT = "RAT", | ||
USDC = "USDC" | ||
@@ -903,0 +905,0 @@ } |
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"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
778152
21508