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.32 to 1.0.0-beta.33

2

dist/resources/book-chapter-files.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.bookChapterFileTypes = void 0;
exports.bookChapterFileTypes = ["full-text-json", "full-text-json-media", "full-text-jats-xml", "full-text-jats-xml-media", "full-text-online-pdf", "supplementary-data", "supplementary-erratum", "supplementary-peer-review-report", "supplementary-post-publication-review", "supplementary-source-code", "supplementary-video", "supplementary-material", "supplementary-book-chapter-preface", "supplementary-book-chapter-foreword", "supplementary-book-chapter-introduction", "supplementary-book-chapter-table-of-contents", "supplementary-book-chapter-index", "supplementary-book-chapter-author-index", "supplementary-book-chapter-prize", "supplementary-book-chapter-addendum", "supplementary-book-chapter-review"];
exports.bookChapterFileTypes = ["full-text-json", "full-text-json-media", "full-text-jats-xml", "full-text-jats-xml-media", "full-text-online-pdf", "supplementary-book-chapter-preface", "supplementary-book-chapter-foreword", "supplementary-book-chapter-introduction", "supplementary-book-chapter-table-of-contents", "supplementary-book-chapter-index", "supplementary-book-chapter-author-index", "supplementary-book-chapter-prize", "supplementary-book-chapter-addendum", "supplementary-book-chapter-review", "supplementary-data", "supplementary-erratum", "supplementary-peer-review-report", "supplementary-post-publication-review", "supplementary-source-code", "supplementary-video", "supplementary-material"];
//# sourceMappingURL=book-chapter-files.js.map

@@ -1,2 +0,2 @@

import { PersonGroups, Books, BookChapterFiles } from './index';
import { PersonGroups, Books, BookChapterFiles, BookChapterImages } from './index';
import { DateFilter, IsInFilter } from '../filter';

@@ -39,2 +39,3 @@ import { DatePrecision } from '../date';

licenseUrl?: string;
languageCode?: string;
onlineAccessType: BookChapterOnlineAccessType;

@@ -55,5 +56,9 @@ };

};
bookChapterImages: {
type: BookChapterImages.Type;
cardinality: 'N';
};
};
export declare type SortField = 'createdAt' | 'updatedAt' | 'submittedAt' | 'acceptedAt' | 'publishedAt' | 'retractedAt' | 'titleTex' | 'pages' | 'pageStart' | 'pageEnd' | 'absolutePageStart' | 'absolutePageEnd';
export declare type Filter = DateFilter<'created' | 'updated' | 'submitted' | 'accepted' | 'published' | 'retracted'> & IsInFilter<Attributes, 'chapterType' | 'doi' | 'licenseCode' | 'onlineAccessType'> & {
export declare type Filter = DateFilter<'created' | 'updated' | 'submitted' | 'accepted' | 'published' | 'retracted'> & IsInFilter<Attributes, 'chapterType' | 'doi' | 'licenseCode' | 'onlineAccessType' | 'languageCode'> & {
mscs?: string[];

@@ -60,0 +65,0 @@ keywords?: string[];

"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-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"];
exports.bookFileTypes = ["full-text-json", "full-text-json-media", "full-text-jats-xml", "full-text-jats-xml-media", "full-text-online-pdf", "supplementary-data", "supplementary-erratum", "supplementary-peer-review-report", "supplementary-post-publication-review", "supplementary-source-code", "supplementary-video", "supplementary-material", "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"];
//# sourceMappingURL=book-files.js.map

@@ -1,3 +0,2 @@

import { BookChapters, BookSeries, Images, PersonGroups } from './index';
import * as BookFiles from './book-files';
import { BookChapters, BookFiles, BookImages, BookSeries, Images, PersonGroups } from './index';
import { DatePrecision } from '../date';

@@ -45,2 +44,3 @@ import { DateFilter, IsInFilter } from '../filter';

licenseUrl?: string;
languageCode?: string;
};

@@ -80,5 +80,9 @@ export declare type Relationships = {

};
bookImages: {
type: BookImages.Type;
cardinality: 'N';
};
};
export declare type SortField = 'createdAt' | 'updatedAt' | 'publishedAt' | 'title' | 'pages' | 'bookSeriesVolume' | 'multiVolumeNumber';
export declare type Filter = DateFilter<'created' | 'updated' | 'published'> & IsInFilter<Attributes, 'bookType' | 'doi' | 'isbn' | 'eIsbn' | 'licenseCode' | 'onlineAccessType'> & {
export declare type Filter = DateFilter<'created' | 'updated' | 'published'> & IsInFilter<Attributes, 'bookType' | 'doi' | 'isbn' | 'eIsbn' | 'licenseCode' | 'onlineAccessType' | 'languageCode'> & {
mscs?: string[];

@@ -85,0 +89,0 @@ bicSubjectCategories?: string[];

@@ -60,4 +60,4 @@ "use strict";

exports.attributeKeys = {
books: ["createdAt", "updatedAt", "bookType", "bookSeriesVolume", "multiVolumeNumber", "titleTex", "title", "subtitleTex", "subtitle", "blurbMarkdownTex", "blurbMarkdown", "isbn", "eIsbn", "doi", "publishedAt", "publishedAtPrecision", "onlineAccessType", "mscs", "bicSubjectCategories", "keywords", "pages", "binding", "printWidthCm", "printHeightCm", "publisher", "publisherOrganization", "publisherAddress", "publisherUrl", "copyright", "copyrightUrl", "license", "licenseCode", "licenseUrl"],
'book-chapters': ["createdAt", "updatedAt", "chapterType", "titleTex", "title", "subtitleTex", "subtitle", "abstractMarkdownTex", "abstractMarkdown", "doi", "submittedAt", "submittedAtPrecision", "acceptedAt", "acceptedAtPrecision", "publishedAt", "publishedAtPrecision", "retractedAt", "retractedAtPrecision", "keywords", "mscs", "pages", "pageStart", "pageEnd", "absolutePageStart", "absolutePageEnd", "copyright", "license", "licenseCode", "licenseUrl", "onlineAccessType"],
books: ["createdAt", "updatedAt", "bookType", "bookSeriesVolume", "multiVolumeNumber", "titleTex", "title", "subtitleTex", "subtitle", "blurbMarkdownTex", "blurbMarkdown", "isbn", "eIsbn", "doi", "publishedAt", "publishedAtPrecision", "onlineAccessType", "mscs", "bicSubjectCategories", "keywords", "pages", "binding", "printWidthCm", "printHeightCm", "publisher", "publisherOrganization", "publisherAddress", "publisherUrl", "copyright", "copyrightUrl", "license", "licenseCode", "licenseUrl", "languageCode"],
'book-chapters': ["createdAt", "updatedAt", "chapterType", "titleTex", "title", "subtitleTex", "subtitle", "abstractMarkdownTex", "abstractMarkdown", "doi", "submittedAt", "submittedAtPrecision", "acceptedAt", "acceptedAtPrecision", "publishedAt", "publishedAtPrecision", "retractedAt", "retractedAtPrecision", "keywords", "mscs", "pages", "pageStart", "pageEnd", "absolutePageStart", "absolutePageEnd", "copyright", "license", "licenseCode", "licenseUrl", "languageCode", "onlineAccessType"],
'book-chapter-files': ["createdAt", "updatedAt", "access", "url", "contentType", "path", "sizeBytes", "md5", "sha256", "fileType", "publishedAt", "publishedAtPrecision", "description", "copyright", "license", "licenseCode", "licenseUrl", "languageCode"],

@@ -81,4 +81,4 @@ 'book-chapter-images': ["createdAt", "updatedAt", "access", "url", "contentType", "path", "sizeBytes", "md5", "sha256", "publishedAt", "publishedAtPrecision", "description", "copyright", "license", "licenseCode", "licenseUrl", "languageCode", "fileType", "width", "height"],

exports.relationshipKeys = {
books: ["bookSeries", "bookChapters", "coverImage", "editionNextBook", "editionPreviousBook", "multiVolumeParent", "personGroups", "bookFiles"],
'book-chapters': ["book", "personGroups", "bookChapterFiles"],
books: ["bookSeries", "bookChapters", "coverImage", "editionNextBook", "editionPreviousBook", "multiVolumeParent", "personGroups", "bookFiles", "bookImages"],
'book-chapters': ["book", "personGroups", "bookChapterFiles", "bookChapterImages"],
'book-chapter-files': ["bookChapter"],

@@ -102,4 +102,4 @@ 'book-chapter-images': ["bookChapter"],

exports.filterKeys = {
books: ["createdBefore", "updatedBefore", "publishedBefore", "createdAfter", "updatedAfter", "publishedAfter", "licenseCode", "bookType", "doi", "isbn", "eIsbn", "onlineAccessType", "licenseCodeEmpty", "isbnEmpty", "eIsbnEmpty", "mscs", "bicSubjectCategories", "keywords", "bookSeries", "bookSeriesEmpty", "editionNextBook", "editionNextBookEmpty", "editionPreviousBook", "editionPreviousBookEmpty", "multiVolumeParent", "multiVolumeParentEmpty"],
'book-chapters': ["createdBefore", "updatedBefore", "publishedBefore", "createdAfter", "updatedAfter", "publishedAfter", "submittedBefore", "acceptedBefore", "retractedBefore", "submittedAfter", "acceptedAfter", "retractedAfter", "licenseCode", "doi", "onlineAccessType", "chapterType", "licenseCodeEmpty", "doiEmpty", "mscs", "keywords", "book"],
books: ["createdBefore", "updatedBefore", "publishedBefore", "createdAfter", "updatedAfter", "publishedAfter", "licenseCode", "languageCode", "bookType", "doi", "isbn", "eIsbn", "onlineAccessType", "licenseCodeEmpty", "languageCodeEmpty", "isbnEmpty", "eIsbnEmpty", "mscs", "bicSubjectCategories", "keywords", "bookSeries", "bookSeriesEmpty", "editionNextBook", "editionNextBookEmpty", "editionPreviousBook", "editionPreviousBookEmpty", "multiVolumeParent", "multiVolumeParentEmpty"],
'book-chapters': ["createdBefore", "updatedBefore", "publishedBefore", "createdAfter", "updatedAfter", "publishedAfter", "submittedBefore", "acceptedBefore", "retractedBefore", "submittedAfter", "acceptedAfter", "retractedAfter", "licenseCode", "languageCode", "doi", "onlineAccessType", "chapterType", "licenseCodeEmpty", "languageCodeEmpty", "doiEmpty", "mscs", "keywords", "book"],
'book-chapter-files': ["createdBefore", "updatedBefore", "publishedBefore", "createdAfter", "updatedAfter", "publishedAfter", "fileType", "contentType", "path", "md5", "sha256", "licenseCode", "languageCode", "licenseCodeEmpty", "languageCodeEmpty", "bookChapter"],

@@ -106,0 +106,0 @@ 'book-chapter-images': ["createdBefore", "updatedBefore", "publishedBefore", "createdAfter", "updatedAfter", "publishedAfter", "fileType", "contentType", "path", "md5", "sha256", "licenseCode", "languageCode", "licenseCodeEmpty", "languageCodeEmpty", "bookChapter"],

{
"name": "@ems-press/content-api-types",
"version": "1.0.0-beta.32",
"version": "1.0.0-beta.33",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc