@aptly-as/types
Advanced tools
Comparing version 1.10.3 to 1.10.4
@@ -68,6 +68,5 @@ import { AptlyBaseSchema, AptlyHistorySchema } from './extends.js'; | ||
export type AptlyUnitTemplateCategorySectionAssortment = AptlyUnitTemplateCategorySectionAssortmentSchema<string, string>; | ||
export interface AptlyUnitTemplateCategorySectionAssortmentSchema<ID, DATE> { | ||
_id: ID; | ||
createdAt: DATE; | ||
export interface AptlyUnitTemplateCategorySectionAssortmentSchema<ID, DATE> extends Pick<AptlyBaseSchema<ID, DATE>, '_id' | 'createdAt' | 'updatedAt'> { | ||
color: string; | ||
package?: ID | null; | ||
} | ||
@@ -74,0 +73,0 @@ export type AptlyUnitTemplateCategorySectionProduct = AptlyUnitTemplateCategorySectionProductSchema<string, string>; |
{ | ||
"name": "@aptly-as/types", | ||
"version": "1.10.3", | ||
"version": "1.10.4", | ||
"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
85961
2226