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.28 to 1.0.0-beta.29

2

dist/resources/book-files.d.ts

@@ -5,3 +5,3 @@ import * as Books from './books';

export declare type Type = 'book-files';
export declare type BookFileType = 'full-text-json' | 'full-text-json-media' | 'full-text-jats-xml' | 'full-text-jats-xml-media' | 'full-text-online-pdf' | 'supplementary-post-publication-review' | 'supplementary-peer-review-report' | 'supplementary-data' | 'supplementary-source-code' | 'supplementary-video' | 'supplementary-material';
export declare type BookFileType = 'full-text-json' | 'full-text-json-media' | 'full-text-jats-xml' | 'full-text-jats-xml-media' | 'full-text-online-pdf' | 'supplementary-book-preface' | 'supplementary-book-foreword' | 'supplementary-book-introduction' | 'supplementary-book-table-of-contents' | 'supplementary-book-index' | 'supplementary-book-author-index' | 'supplementary-book-prize' | 'supplementary-book-addendum' | 'supplementary-book-review' | 'supplementary-data' | 'supplementary-erratum' | 'supplementary-peer-review-report' | 'supplementary-post-publication-review' | 'supplementary-source-code' | 'supplementary-video' | 'supplementary-material';
export declare const bookFileTypes: BookFileType[];

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.bookFileTypes = void 0;
exports.bookFileTypes = ["full-text-json", "full-text-json-media", "full-text-jats-xml", "full-text-jats-xml-media", "full-text-online-pdf", "supplementary-post-publication-review", "supplementary-peer-review-report", "supplementary-data", "supplementary-source-code", "supplementary-video", "supplementary-material"];
exports.bookFileTypes = ["full-text-json", "full-text-json-media", "full-text-jats-xml", "full-text-jats-xml-media", "full-text-online-pdf", "supplementary-book-preface", "supplementary-book-foreword", "supplementary-book-introduction", "supplementary-book-table-of-contents", "supplementary-book-index", "supplementary-book-author-index", "supplementary-book-prize", "supplementary-book-addendum", "supplementary-book-review", "supplementary-data", "supplementary-erratum", "supplementary-peer-review-report", "supplementary-post-publication-review", "supplementary-source-code", "supplementary-video", "supplementary-material"];
//# sourceMappingURL=book-files.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.serialArticleFileTypes = void 0;
exports.serialArticleFileTypes = ["full-text-json", "full-text-json-media", "full-text-jats-xml", "full-text-jats-xml-media", "full-text-online-pdf", "supplementary-post-publication-review", "supplementary-peer-review-report", "supplementary-data", "supplementary-source-code", "supplementary-video", "supplementary-material", "full-text-online-first-pdf"];
exports.serialArticleFileTypes = ["full-text-json", "full-text-json-media", "full-text-jats-xml", "full-text-jats-xml-media", "full-text-online-pdf", "supplementary-data", "supplementary-peer-review-report", "supplementary-post-publication-review", "supplementary-source-code", "supplementary-video", "supplementary-material", "full-text-online-first-pdf"];
//# sourceMappingURL=serial-article-files.js.map
{
"name": "@ems-press/content-api-types",
"version": "1.0.0-beta.28",
"version": "1.0.0-beta.29",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc