@aptly-as/types
Advanced tools
Comparing version 1.10.4 to 1.10.5
@@ -9,2 +9,3 @@ import { AptlyBaseSchema, AptlyDBCrawlerCleaner, AptlyHistorySchema } from './extends.js'; | ||
project?: ID; | ||
base?: boolean; | ||
extends?: ID | AptlyProductSchema<ID, DATE>; | ||
@@ -15,2 +16,3 @@ productNumber: string; | ||
variants: AptlyProductVariantSchema<ID, DATE>[]; | ||
products?: (ID | AptlyProductSchema<ID, DATE>)[]; | ||
url?: string; | ||
@@ -17,0 +19,0 @@ color?: string; |
{ | ||
"name": "@aptly-as/types", | ||
"version": "1.10.4", | ||
"version": "1.10.5", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
86037
2228