@onbeam/automation-api-client
Advanced tools
Comparing version 1.2.9 to 1.2.10
@@ -472,19 +472,2 @@ type ApiRequestOptions = { | ||
chainId: number; | ||
abi: Array<{ | ||
name?: string; | ||
type?: string; | ||
anonymous?: boolean; | ||
payable?: boolean; | ||
constant?: boolean; | ||
stateMutability?: string; | ||
gas?: string; | ||
inputs?: Array<{ | ||
name?: string; | ||
type?: string; | ||
indexed?: boolean; | ||
internalType?: any; | ||
components?: Array<any>; | ||
}>; | ||
outputs?: Array<any>; | ||
}>; | ||
name: string; | ||
@@ -491,0 +474,0 @@ }; |
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"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
772448
21206