@aptly-as/types
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -20,3 +20,3 @@ import { AptlyAlgorithmSchema } from './algorithm.js'; | ||
project?: ID; | ||
archived: boolean; | ||
unit?: ID; | ||
blueprints: AptlyUnitTemplateBlueprintSchema<ID>[]; | ||
@@ -23,0 +23,0 @@ } |
@@ -38,2 +38,3 @@ import { AptlyDocumentSchema } from './document.js'; | ||
unitTemplate: ID | AptlyUnitTemplateSchema<ID, DATE>; | ||
unitTemplateEjected?: boolean; | ||
confirmedPeriods: AptlyUnitConfirmedPeriodSchema<ID, DATE>[]; | ||
@@ -40,0 +41,0 @@ queueInvites: string[]; |
{ | ||
"name": "@aptly-as/types", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "type": "module", |
109589
3025