@ems-press/content-api-types
Advanced tools
Comparing version 1.0.0-beta.12 to 1.0.0-beta.13
@@ -5,3 +5,3 @@ import { PersonGroups, Serials, SerialIssues, SerialArticleFiles, SerialArticleImages } from './index'; | ||
export declare type Type = 'serial-articles'; | ||
export declare type SerialArticleType = 'announcement' | 'book-review' | 'discussion' | 'editorial' | 'feature-article' | 'interview' | 'letter-to-the-editor' | 'obituary' | 'other' | 'report' | 'research-article'; | ||
export declare type SerialArticleType = 'addendum' | 'announcement' | 'book-review' | 'discussion' | 'editorial' | 'editorial-board' | 'erratum' | 'feature-article' | 'interview' | 'letter-to-the-editor' | 'miscellaneous' | 'obituary' | 'report' | 'research-article' | 'retraction'; | ||
export declare const serialArticleTypes: SerialArticleType[]; | ||
@@ -8,0 +8,0 @@ export declare type SerialArticleOnlineAccessType = 'open' | 'free' | 'subscription'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.serialArticleOnlineAccessType = exports.serialArticleTypes = void 0; | ||
exports.serialArticleTypes = ["announcement", "book-review", "discussion", "editorial", "feature-article", "interview", "letter-to-the-editor", "obituary", "other", "report", "research-article"]; | ||
exports.serialArticleTypes = ["addendum", "announcement", "book-review", "discussion", "editorial", "editorial-board", "erratum", "feature-article", "interview", "letter-to-the-editor", "miscellaneous", "obituary", "report", "research-article", "retraction"]; | ||
exports.serialArticleOnlineAccessType = ["subscription", "open", "free"]; | ||
//# sourceMappingURL=serial-articles.js.map |
{ | ||
"name": "@ems-press/content-api-types", | ||
"version": "1.0.0-beta.12", | ||
"version": "1.0.0-beta.13", | ||
"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
75859