@ems-press/content-api-types
Advanced tools
Comparing version 1.0.0-alpha.22 to 1.0.0-alpha.23
@@ -48,3 +48,3 @@ "use strict"; | ||
serials: ["createdBefore", "updatedBefore", "createdAfter", "updatedAfter", "serialType", "s2oStatus", "s2oStatusEmpty", "code"], | ||
'serial-issues': ["createdBefore", "updatedBefore", "createdAfter", "updatedAfter", "publishedBefore", "publishedAfter", "serialType", "s2oStatus", "s2oStatusEmpty"], | ||
'serial-issues': ["createdBefore", "updatedBefore", "createdAfter", "updatedAfter", "publishedBefore", "publishedAfter", "serialType", "s2oStatus", "s2oStatusEmpty", "serial"], | ||
}; | ||
@@ -51,0 +51,0 @@ exports.sortFields = { |
@@ -29,2 +29,4 @@ import { Images, PersonGroups, Serials } from './index'; | ||
export declare type SortField = 'createdAt' | 'updatedAt' | 'name' | 'volume' | 'issue' | 'publishedAt'; | ||
export declare type Filter = DateFilter<'created' | 'updated' | 'published'> & IsInFilter<Attributes, 'serialType' | 's2oStatus'>; | ||
export declare type Filter = DateFilter<'created' | 'updated' | 'published'> & IsInFilter<Attributes, 'serialType' | 's2oStatus'> & { | ||
serial?: number[]; | ||
}; |
{ | ||
"name": "@ems-press/content-api-types", | ||
"version": "1.0.0-alpha.22", | ||
"version": "1.0.0-alpha.23", | ||
"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
55086
348