Comparing version 3.0.68 to 3.0.69
@@ -62,3 +62,3 @@ import { EntityMeta, RadsDb } from '_rads-db'; | ||
} ? GetResponseInclude<EN, A['include']> : GetResponseNoInclude<EN>; | ||
type Get<EntityName extends keyof EntityMeta, Include extends keyof EntityMeta[EntityName]['relations'] | GetArgsInclude<EntityName> = {}> = Include extends GetArgsInclude<EntityName> ? GetResponse<EntityName, { | ||
type Get<EntityName extends keyof EntityMeta, Include extends keyof EntityMeta[EntityName]['relations'] | GetArgsInclude<EntityName> = {}> = [Include] extends [Record<string, any>] ? GetResponse<EntityName, { | ||
include: Include; | ||
@@ -65,0 +65,0 @@ }> : GetResponse<EntityName, { |
{ | ||
"name": "rads-db", | ||
"version": "3.0.68", | ||
"version": "3.0.69", | ||
"packageManager": "pnpm@8.6.1", | ||
@@ -5,0 +5,0 @@ "description": "Say goodbye to boilerplate code and hello to efficient and elegant syntax.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
371301
10244