🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@dossierhq/core

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dossierhq/core - npm Package Compare versions

Comparing version
0.7.20
to
0.7.21
+7
-7
lib/Types.d.ts

@@ -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;

{
"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": [