@framebreak/types 0.1.39 → 0.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3547,7 +3547,9 @@ declare const v1Router: {
|
|
|
3547
3547
|
username?: string | null | undefined;
|
|
3548
3548
|
displayUsername?: string | null | undefined;
|
|
3549
3549
|
};
|
|
3550
|
-
}>,
|
|
3550
|
+
}>, zod.ZodOptional<zod.ZodObject<{
|
|
3551
|
+
channelSlug: zod.ZodOptional<zod.ZodString>;
|
|
3552
|
+
}, better_auth.$strip>>, _orpc_contract.Schema<{
|
|
3551
3553
|
data: {
|
|
3552
3554
|
memberCount: number;
|
|
3553
3555
|
};
|
|
@@ -3621,6 +3623,7 @@ declare const v1Router: {
|
|
|
3621
3623
|
displayUsername?: string | null | undefined;
|
|
3622
3624
|
};
|
|
3623
3625
|
}>, zod.ZodObject<{
|
|
3626
|
+
channelSlug: zod.ZodOptional<zod.ZodString>;
|
|
3624
3627
|
cursor: zod.ZodOptional<zod.ZodString>;
|
|
3625
3628
|
limit: zod.ZodDefault<zod.ZodNumber>;
|
|
3626
3629
|
}, better_auth.$strip>, _orpc_contract.Schema<{
|