@ems-press/content-api-types
Advanced tools
Comparing version 1.0.0-beta.5 to 1.0.0-beta.6
@@ -48,3 +48,3 @@ "use strict"; | ||
'serial-article-files': ["createdAt", "updatedAt", "access", "url", "contentType", "path", "sizeBytes", "md5", "sha256", "fileType", "publishedAt", "publishedAtPrecision", "description", "copyright", "license", "licenseCode", "licenseUrl", "languageCode"], | ||
'serial-issues': ["createdAt", "updatedAt", "readDescriptionMarkdown", "serialType", "name", "nameAbbreviation", "subtitle", "doiPrefix", "issn", "eIssn", "mscs", "keywords", "owner", "ownerUrl", "publishingModel", "s2oStatus", "s2oStatusStart", "s2oStatusEnd", "publisher", "publisherOrganization", "publisherAddress", "publisherUrl", "copyright", "copyrightUrl", "codeOfPractice", "codeOfPracticeUrl", "volumesPerYear", "issuesPerVolume", "pagesPerYear", "printWidthCm", "printHeightCm", "issueName", "year", "volume", "issue", "pageStart", "pageEnd", "publishedAt", "publishedAtPrecison"], | ||
'serial-issues': ["createdAt", "updatedAt", "readDescriptionMarkdown", "serialType", "name", "nameAbbreviation", "subtitle", "doiPrefix", "issn", "eIssn", "mscs", "keywords", "owner", "ownerUrl", "publishingModel", "s2oStatus", "s2oStatusStart", "s2oStatusEnd", "publisher", "publisherOrganization", "publisherAddress", "publisherUrl", "copyright", "copyrightUrl", "codeOfPractice", "codeOfPracticeUrl", "volumesPerYear", "issuesPerVolume", "pagesPerYear", "printWidthCm", "printHeightCm", "issueName", "year", "volume", "issue", "issueCount", "pageStart", "pageEnd", "publishedAt", "publishedAtPrecison"], | ||
}; | ||
@@ -51,0 +51,0 @@ exports.relationshipKeys = { |
@@ -10,2 +10,3 @@ import { Images, PersonGroups, SerialArticles, Serials } from './index'; | ||
issue?: number; | ||
issueCount: number; | ||
pageStart: number; | ||
@@ -12,0 +13,0 @@ pageEnd: number; |
{ | ||
"name": "@ems-press/content-api-types", | ||
"version": "1.0.0-beta.5", | ||
"version": "1.0.0-beta.6", | ||
"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
68563
594