@synap-core/types 1.2.12 → 1.2.16

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.
@@ -1,9 +1,3 @@
1
- // src/preferences/index.ts
2
- import {
3
- insertUserPreferenceSchema,
4
- selectUserPreferenceSchema
5
- } from "@synap/database/schema";
6
-
7
1
  // src/preferences/schemas.ts
8
2
  import { z } from "zod";
9
3
  var CustomThemeSchema = z.object({
@@ -78,7 +72,5 @@ export {
78
72
  CustomThemeSchema,
79
73
  UIPreferencesSchema,
80
74
  GraphPreferencesSchema,
81
- UpdatePreferencesInputSchema,
82
- insertUserPreferenceSchema,
83
- selectUserPreferenceSchema
75
+ UpdatePreferencesInputSchema
84
76
  };
File without changes
File without changes