@m1212e/rumble 0.12.7 → 0.12.8
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/out/index.cjs.map +1 -1
- package/out/index.d.cts +1 -1
- package/out/index.d.ts +1 -1
- package/out/index.js.map +1 -1
- package/package.json +1 -1
package/out/index.d.cts
CHANGED
|
@@ -828,7 +828,7 @@ declare const rumble: <UserContext extends Record<string, any>, DB extends Drizz
|
|
|
828
828
|
* The other helpers use this helper internally so in most cases you do not have to
|
|
829
829
|
* call this helper directly, unless you need the reference to an enum type
|
|
830
830
|
*/
|
|
831
|
-
enum_: <ExplicitEnumVariableName extends keyof (NonNullable<DB["_"]["
|
|
831
|
+
enum_: <ExplicitEnumVariableName extends keyof (NonNullable<DB["_"]["fullSchema"]> extends infer T_2 ? { [K in keyof T_2 as NonNullable<DB["_"]["fullSchema"]>[K] extends drizzle_orm_pg_core0.PgEnum<any> ? K : never]: NonNullable<DB["_"]["fullSchema"]>[K] } : never), EnumColumn extends drizzle_orm_pg_core0.PgEnum<any>, RefName_2 extends string>({
|
|
832
832
|
tsName,
|
|
833
833
|
enumColumn,
|
|
834
834
|
refName
|
package/out/index.d.ts
CHANGED
|
@@ -828,7 +828,7 @@ declare const rumble: <UserContext extends Record<string, any>, DB extends Drizz
|
|
|
828
828
|
* The other helpers use this helper internally so in most cases you do not have to
|
|
829
829
|
* call this helper directly, unless you need the reference to an enum type
|
|
830
830
|
*/
|
|
831
|
-
enum_: <ExplicitEnumVariableName extends keyof (NonNullable<DB["_"]["
|
|
831
|
+
enum_: <ExplicitEnumVariableName extends keyof (NonNullable<DB["_"]["fullSchema"]> extends infer T_2 ? { [K in keyof T_2 as NonNullable<DB["_"]["fullSchema"]>[K] extends drizzle_orm_pg_core0.PgEnum<any> ? K : never]: NonNullable<DB["_"]["fullSchema"]>[K] } : never), EnumColumn extends drizzle_orm_pg_core0.PgEnum<any>, RefName_2 extends string>({
|
|
832
832
|
tsName,
|
|
833
833
|
enumColumn,
|
|
834
834
|
refName
|