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

4

dist/resources/index.js

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

images: ["createdAt", "updatedAt", "url", "contentType", "width", "height", "path", "sizeBytes", "md5", "sha256", "description", "license", "licenseCode", "licenseUrl"],
'person-groups': ["groupType", "name"],
'person-group-members': ["name", "surname", "givenName", "prefix", "description", "organization", "role", "email", "homepage"],
'person-groups': ["createdAt", "updatedAt", "groupType", "name"],
'person-group-members': ["createdAt", "updatedAt", "name", "surname", "givenName", "prefix", "description", "organization", "role", "email", "homepage"],
persons: ["createdAt", "updatedAt", "name", "surname", "givenName", "prefix", "orcid", "description", "organization", "role", "email", "twitterProfile", "linkedinProfile", "facebookProfile", "homepage", "emsphAddressesId"],

@@ -46,0 +46,0 @@ serials: ["createdAt", "updatedAt", "code", "descriptionMarkdown", "submitDescriptionMarkdown", "subscribeDescriptionMarkdown", "serialType", "name", "nameAbbreviation", "subtitle", "doiPrefix", "issn", "eIssn", "mscs", "keywords", "owner", "ownerUrl", "publishingModel", "s2oStatus", "s2oStatusStart", "s2oStatusEnd", "publisher", "publisherOrganization", "publisherAddress", "publisherUrl", "copyright", "copyrightUrl", "codeOfPractice", "codeOfPracticeUrl", "volumesPerYear", "issuesPerVolume", "pagesPerYear", "printWidthCm", "printHeightCm"],

@@ -5,2 +5,4 @@ import { DateFilter, EqualFilter } from '../filter';

export declare type Attributes = {
createdAt: Date;
updatedAt: Date;
name: string;

@@ -7,0 +9,0 @@ surname?: string;

@@ -7,2 +7,4 @@ import { DateFilter, EqualFilter } from '../filter';

export declare type Attributes = {
createdAt: Date;
updatedAt: Date;
groupType: PersonGroupType;

@@ -9,0 +11,0 @@ name: string;

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc