@pcontext/api 0.0.1 → 0.0.2

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 +1 @@
1
- {"version":3,"file":"user.route.d.mts","names":[],"sources":["../../../../src/modules/user/interfaces/user.route.ts"],"mappings":";;;;;;;;cAeM,MAAA,kBAAM,QAAA,CAmER,WAAA;;;;;;;;;;;;;;;;;;;oBAnEQ,OAAA,CAAA,aAAA"}
1
+ {"version":3,"file":"user.route.d.mts","names":[],"sources":["../../../../src/modules/user/interfaces/user.route.ts"],"mappings":";;;;;;;;cAeM,MAAA,kBAAM,QAAA,CAmER,WAAA;;;;;;;;;;;6BAnEQ,YAAA,CAAA,uBAAA;UAAA"}
@@ -8,8 +8,8 @@ declare const userSchema: z$1.ZodObject<{
8
8
  phone: z$1.ZodString;
9
9
  email: z$1.ZodString;
10
10
  role: z$1.ZodEnum<{
11
- user: "user";
12
11
  admin: "admin";
12
+ user: "user";
13
13
  }>;
14
14
  status: z$1.ZodEnum<{
15
15
  active: "active";
@@ -126,7 +126,7 @@ declare const pgSchema: {
126
126
  tableName: "user";
127
127
  dataType: "string";
128
128
  columnType: "PgEnumColumn";
129
- data: "user" | "admin";
129
+ data: "admin" | "user";
130
130
  driverParam: string;
131
131
  notNull: true;
132
132
  hasDefault: true;