@ems-press/content-api-types
Advanced tools
Comparing version 1.0.0-alpha.12 to 1.0.0-alpha.13
@@ -14,1 +14,3 @@ import { EqualFilter } from '../filter'; | ||
export declare type Filter = EqualFilter<Attributes, 'groupType'>; | ||
export declare const attributeKeys: ("groupType" | "name")[]; | ||
export declare const relationshipKeys: "serials"[]; |
@@ -50,1 +50,3 @@ import { PersonGroups } from './index'; | ||
export declare type Filter = DateFilter<'created' | 'updated'> & EqualFilter<Attributes, 'serialType' | 's2oStatus'>; | ||
export declare const attributeKeys: ("name" | "createdAt" | "updatedAt" | "code" | "coverImageUrl" | "descriptionMarkdown" | "submitDescriptionMarkdown" | "subscribeDescriptionMarkdown" | "serialType" | "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")[]; | ||
export declare const relationshipKeys: "personGroups"[]; |
{ | ||
"name": "@ems-press/content-api-types", | ||
"version": "1.0.0-alpha.12", | ||
"version": "1.0.0-alpha.13", | ||
"description": "Typescript types for the EMS Press Content API", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"typeScriptVersion": "4.1", | ||
"scripts": { | ||
"build": "rm -rf dist && tsc --emitDeclarationOnly", | ||
"build": "rm -rf dist && ttsc", | ||
"lint": "eslint src --ext .ts", | ||
@@ -38,2 +39,5 @@ "prepublishOnly": "npm run build", | ||
"prettier": "^2.2.1", | ||
"ts-node": "^9.1.1", | ||
"ts-transformer-keys": "^0.4.3", | ||
"ttypescript": "^1.5.12", | ||
"typescript": "^4.1.3", | ||
@@ -51,3 +55,4 @@ "yalc": "^1.0.0-pre.48" | ||
] | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
{ | ||
"compilerOptions": { | ||
"moduleResolution": "Node", | ||
"declaration": true, | ||
"esModuleInterop": true, | ||
"lib": ["ES2020"], | ||
"module": "ESNext", | ||
"module": "commonjs", | ||
"outDir": "dist/", | ||
@@ -11,4 +12,7 @@ "rootDir": "src/", | ||
"strict": true, | ||
"target": "es6" | ||
"target": "es6", | ||
"plugins": [ | ||
{ "transform": "ts-transformer-keys/transformer" } | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47662
28
196
13