json-api-models
Advanced tools
Comparing version
@@ -12,3 +12,2 @@ import { JsonApiResource, ModelForType, SchemaCollection } from './types'; | ||
links: Schema['links']; | ||
[field: string]: any; | ||
constructor(data: Schema); | ||
@@ -15,0 +14,0 @@ /** |
{ | ||
"name": "json-api-models", | ||
"description": "A lightweight layer for working with JSON:API data.", | ||
"version": "0.2.0-beta.3", | ||
"version": "0.2.0-beta.4", | ||
"author": "Toby Zerner", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -15,4 +15,2 @@ import { JsonApiResource, ModelForType, SchemaCollection } from './types'; | ||
[field: string]: any; | ||
constructor(data: Schema) { | ||
@@ -19,0 +17,0 @@ this.type = data.type; |
23457
-0.23%319
-0.62%