@contrail/types
Advanced tools
Comparing version 3.0.3-alpha5 to 3.0.3-alpha6
@@ -5,2 +5,3 @@ import { Relation } from "../relations/relation"; | ||
import { TypePropertyPolicy } from "../type-property-policies"; | ||
import { TypeRuleSet } from "../type-rule-sets/type-rules"; | ||
export interface Type { | ||
@@ -23,2 +24,3 @@ id?: string; | ||
typePropertyOptionSetHierarchyLinks?: Array<TypePropertyOptionSetHierarchyLink>; | ||
typeRuleSets?: Array<TypeRuleSet>; | ||
} | ||
@@ -25,0 +27,0 @@ export interface OptionSetHierarchy { |
{ | ||
"name": "@contrail/types", | ||
"version": "3.0.3alpha5", | ||
"version": "3.0.3alpha6", | ||
"description": "Types Utility module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
60075
52
1429