@mijoco/stx_helpers
Advanced tools
Comparing version 0.2.24 to 0.2.25
@@ -41,3 +41,3 @@ import { PoxAddress } from "./pox"; | ||
}; | ||
export type DaoEventExtensions = { | ||
export type DaoEventEnableExtension = { | ||
event: string; | ||
@@ -47,3 +47,3 @@ daoContract: string; | ||
extension: string; | ||
enabled: string; | ||
enabled: boolean; | ||
}; | ||
@@ -50,0 +50,0 @@ export type DaoEventExecuteProposal = { |
{ | ||
"name": "@mijoco/stx_helpers", | ||
"version": "0.2.24", | ||
"version": "0.2.25", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
108412