@rabbitholegg/questdk-plugin-utils
Advanced tools
Comparing version 1.0.0-alpha.33 to 1.0.0-alpha.34
# @rabbitholegg/questdk-plugin-utils | ||
## 1.0.0-alpha.34 | ||
### Minor Changes | ||
- [#428](https://github.com/rabbitholegg/questdk-plugins/pull/428) [`5a58f709`](https://github.com/rabbitholegg/questdk-plugins/commit/5a58f709a4d60d22c0526c18c177316d0181d10d) Thanks [@sammccord](https://github.com/sammccord)! - add type to follow params to differentiate channel from user | ||
## 1.0.0-alpha.33 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@rabbitholegg/questdk-plugin-utils", | ||
"version": "1.0.0-alpha.33", | ||
"version": "1.0.0-alpha.34", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ "require": "./dist/cjs/index.js", |
@@ -232,2 +232,3 @@ import { | ||
target: Address | string | number | ||
type: 'user' | 'channel' | ||
project?: Address | string | ||
@@ -248,2 +249,3 @@ } | ||
target: z.union([z.string(), EthAddressSchema, z.number()]), | ||
type: z.union([z.literal('user'), z.literal('channel')]), | ||
project: z.union([z.string(), EthAddressSchema]).optional(), | ||
@@ -257,2 +259,3 @@ }) | ||
target: z.union([z.string(), EthAddressSchema, z.number()]), | ||
type: z.union([z.literal('user'), z.literal('channel')]), | ||
}) | ||
@@ -259,0 +262,0 @@ export type FollowActionForm = z.infer<typeof FollowActionFormSchema> |
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
Sorry, the diff of this file is not supported yet
1233096
18039