@ems-press/content-api-types
Advanced tools
Comparing version 1.0.0-alpha.29 to 1.0.0-alpha.30
@@ -53,3 +53,3 @@ "use strict"; | ||
'person-groups': ["members", "serials"], | ||
'person-group-members': ["personGroup"], | ||
'person-group-members': ["person", "personGroup"], | ||
persons: ["image"], | ||
@@ -56,0 +56,0 @@ serials: ["personGroups", "coverImage"], |
import { DateFilter, EqualFilter } from '../filter'; | ||
import { PersonGroups } from './index'; | ||
import { PersonGroups, Persons } from './index'; | ||
export declare type Type = 'person-group-members'; | ||
@@ -18,2 +18,6 @@ export declare type Attributes = { | ||
export declare type Relationships = { | ||
person: { | ||
type: Persons.Type; | ||
cardinality: '1'; | ||
}; | ||
personGroup: { | ||
@@ -20,0 +24,0 @@ type: PersonGroups.Type; |
{ | ||
"name": "@ems-press/content-api-types", | ||
"version": "1.0.0-alpha.29", | ||
"version": "1.0.0-alpha.30", | ||
"description": "Typescript types for the EMS Press Content API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67926
588