@aptly-as/types
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -12,2 +12,3 @@ import { AptlyBaseSchema, AptlyHistorySchema } from './extends.js'; | ||
tags: ID[]; | ||
trademarks?: AptlyProducerTrademarkSchema<ID, DATE>[]; | ||
featured: boolean; | ||
@@ -17,1 +18,9 @@ extends: ID; | ||
} | ||
export type AptlyProducerTrademark = AptlyProducerTrademarkSchema<string, string>; | ||
export interface AptlyProducerTrademarkSchema<ID, DATE> { | ||
_id: ID; | ||
name: string; | ||
logo?: AptlyMediaSrc | null; | ||
updatedAt: DATE; | ||
createdAt: DATE; | ||
} |
{ | ||
"name": "@aptly-as/types", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"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
101574
2700