@ems-press/content-api-types
Advanced tools
Comparing version 1.0.0-alpha.17 to 1.0.0-alpha.18
@@ -15,4 +15,4 @@ import { DateFilter, EqualFilter, IsInFilter } from '../filter'; | ||
}; | ||
export declare type Relationships = Record<string, never>; | ||
export declare type Relationships = Record<never, never>; | ||
export declare type SortField = 'createdAt' | 'updatedAt' | 'contentType' | 'path'; | ||
export declare type Filter = DateFilter<'created' | 'updated'> & EqualFilter<Attributes, 'path'> & IsInFilter<Attributes, 'contentType'>; |
{ | ||
"name": "@ems-press/content-api-types", | ||
"version": "1.0.0-alpha.17", | ||
"version": "1.0.0-alpha.18", | ||
"description": "Typescript types for the EMS Press Content API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
51400