Socket
Socket
Sign inDemoInstall

@ems-press/content-api-types

Package Overview
Dependencies
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ems-press/content-api-types - npm Package Compare versions

Comparing version 1.0.0-beta.7 to 1.0.0-beta.8

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-json' | '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-pdf' | 'full-text-print-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-json", "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-pdf", "full-text-print-pdf", "supplementary-data", "supplementary-material", "supplementary-peer-review-report", "supplementary-post-publication-review", "supplementary-source-code", "supplementary-video"];
//# sourceMappingURL=serial-article-files.js.map
{
"name": "@ems-press/content-api-types",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc