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.20 to 1.0.0-beta.21

6

dist/resources/book-series.d.ts

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

import { Images, PersonGroups } from '.';
import { Images } from '.';
import { DateFilter, EqualFilter } from '../filter';

@@ -23,6 +23,2 @@ export declare type Type = 'book-series';

export declare type Relationships = {
personGroups: {
type: PersonGroups.Type;
cardinality: 'N';
};
coverImage: {

@@ -29,0 +25,0 @@ type: Images.Type;

2

dist/resources/index.js

@@ -68,3 +68,3 @@ "use strict";

//'book-files': keys<BookFiles.Relationships>(),
'book-series': ["personGroups", "coverImage"],
'book-series': ["coverImage"],
//'book-supplementary-urls': keys<BookSupplementaryUrls.Relationships>(),

@@ -71,0 +71,0 @@ images: [],

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