Socket
Socket
Sign inDemoInstall

@ems-press/content-api-types

Package Overview
Dependencies
0
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.15 to 1.0.0-beta.16

2

dist/resources/serial-article-files.d.ts

@@ -5,3 +5,3 @@ import { SerialArticles } from './index';

export declare type Type = 'serial-article-files';
export declare type SerialArticleFileType = 'full-text-jats-xml' | 'full-text-jats-xml-media' | 'full-text-json' | 'full-text-json-media' | 'full-text-online-pdf' | 'full-text-print-pdf' | 'supplementary-data' | 'supplementary-material' | 'supplementary-peer-review-report' | 'supplementary-post-publication-review' | 'supplementary-source-code' | 'supplementary-video';
export declare type SerialArticleFileType = 'full-text-jats-xml' | 'full-text-jats-xml-media' | 'full-text-json' | 'full-text-json-media' | 'full-text-online-first-pdf' | 'full-text-online-pdf' | 'supplementary-data' | 'supplementary-material' | 'supplementary-peer-review-report' | 'supplementary-post-publication-review' | 'supplementary-source-code' | 'supplementary-video';
export declare const serialArticleFileTypes: SerialArticleFileType[];

@@ -8,0 +8,0 @@ export declare type Attributes = {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.serialArticleFileTypes = void 0;
exports.serialArticleFileTypes = ["full-text-jats-xml", "full-text-jats-xml-media", "full-text-json", "full-text-json-media", "full-text-online-pdf", "full-text-print-pdf", "supplementary-data", "supplementary-material", "supplementary-peer-review-report", "supplementary-post-publication-review", "supplementary-source-code", "supplementary-video"];
exports.serialArticleFileTypes = ["full-text-jats-xml", "full-text-jats-xml-media", "full-text-json", "full-text-json-media", "full-text-online-first-pdf", "full-text-online-pdf", "supplementary-data", "supplementary-material", "supplementary-peer-review-report", "supplementary-post-publication-review", "supplementary-source-code", "supplementary-video"];
//# sourceMappingURL=serial-article-files.js.map

@@ -5,4 +5,4 @@ import { SerialIssues } from './index';

export declare type Type = 'serial-issue-files';
export declare type SerialIssueFileType = 'full-text-print-pdf';
export declare const serialIssueFileTypes: "full-text-print-pdf"[];
export declare type SerialIssueFileType = 'full-text-online-pdf';
export declare const serialIssueFileTypes: "full-text-online-pdf"[];
export declare type Attributes = {

@@ -9,0 +9,0 @@ createdAt: Date;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.serialIssueFileTypes = void 0;
exports.serialIssueFileTypes = ["full-text-print-pdf"];
exports.serialIssueFileTypes = ["full-text-online-pdf"];
//# sourceMappingURL=serial-issue-files.js.map
{
"name": "@ems-press/content-api-types",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc