@dossierhq/core
Advanced tools
+7
-7
@@ -220,6 +220,6 @@ import type { ErrorType, Result } from './ErrorResult.js'; | ||
| export interface EntitySharedQuery<TEntityType extends string = string, TComponentType extends string = string, TAuthKey extends string = string> { | ||
| authKeys?: TAuthKey[]; | ||
| entityTypes?: TEntityType[]; | ||
| componentTypes?: TComponentType[]; | ||
| status?: EntityStatus[]; | ||
| authKeys?: readonly TAuthKey[]; | ||
| entityTypes?: readonly TEntityType[]; | ||
| componentTypes?: readonly TComponentType[]; | ||
| status?: readonly EntityStatus[]; | ||
| valid?: boolean; | ||
@@ -241,5 +241,5 @@ linksTo?: EntityReference; | ||
| export interface PublishedEntitySharedQuery<TEntityType extends string = string, TComponentType extends string = string, TAuthKey extends string = string> { | ||
| authKeys?: TAuthKey[]; | ||
| entityTypes?: TEntityType[]; | ||
| componentTypes?: TComponentType[]; | ||
| authKeys?: readonly TAuthKey[]; | ||
| entityTypes?: readonly TEntityType[]; | ||
| componentTypes?: readonly TComponentType[]; | ||
| linksTo?: EntityReference; | ||
@@ -246,0 +246,0 @@ linksFrom?: EntityReference; |
+1
-1
| { | ||
| "name": "@dossierhq/core", | ||
| "version": "0.7.20", | ||
| "version": "0.7.21", | ||
| "description": "The core Dossier library used by clients and server alike, used to interact with schema and entities directly, as well as remotely through a client.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
367840
0.02%