Comparing version 1.9.6 to 1.9.7
@@ -91,9 +91,9 @@ declare type AtLeastOneProperty<T, U = { | ||
export declare type TJsonApiRelation = AtLeastOneProperty<FullTJsonApiRelation>; | ||
declare type LinkKey = "self" | "related" | "first" | "prev" | "next" | "last"; | ||
declare type LinkObjectMember = string | { | ||
href?: string; | ||
meta?: TAnyKeyValueObject; | ||
} | null; | ||
export declare type TJsonApiLinks = { | ||
self: string; | ||
related: string; | ||
first?: string | null; | ||
last?: string | null; | ||
prev?: string | null; | ||
next?: string | null; | ||
[key in LinkKey]?: LinkObjectMember; | ||
}; | ||
@@ -100,0 +100,0 @@ export declare type TJsonApiRelationships = { |
{ | ||
"name": "jsona", | ||
"description": "Provide data formatters (data model builder & json builder) to work with JSON API specification v1.0 in your JavaScript / TypeScript code", | ||
"version": "1.9.6", | ||
"version": "1.9.7", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "json-api", |
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
93654