@rabbitholegg/questdk-plugin-utils
Advanced tools
Comparing version 1.0.0-alpha.30 to 1.0.0-alpha.31
# @rabbitholegg/questdk-plugin-utils | ||
## 1.0.0-alpha.31 | ||
### Patch Changes | ||
- [#417](https://github.com/rabbitholegg/questdk-plugins/pull/417) [`0d3c1441`](https://github.com/rabbitholegg/questdk-plugins/commit/0d3c1441f5eff0eaab84b414e26d6dee3ae1b590) Thanks [@jonathandiep](https://github.com/jonathandiep)! - Enforce completeAfter on complete action type | ||
## 1.0.0-alpha.30 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@rabbitholegg/questdk-plugin-utils", | ||
"version": "1.0.0-alpha.30", | ||
"version": "1.0.0-alpha.31", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ "require": "./dist/cjs/index.js", |
@@ -301,3 +301,3 @@ import { | ||
export type CompleteActionParams = { | ||
completeAfter?: number | ||
completeAfter: number | ||
chainId?: string | ||
@@ -309,3 +309,3 @@ boostId?: string | ||
export const CompleteActionDetailSchema = z.object({ | ||
completeAfter: z.number().optional(), | ||
completeAfter: z.number(), | ||
chainId: z.string().optional(), | ||
@@ -312,0 +312,0 @@ boostId: z.string().optional(), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1224290