@aptly-as/types
Advanced tools
Comparing version 2.5.6 to 2.5.7
@@ -40,2 +40,4 @@ import { AptlyModules } from '../core/index.js'; | ||
type?: AptlyOrganizationType[]; | ||
signApp?: ID | AptlyAppSchema<ID, DATE>; | ||
signMembers?: (ID | AptlyUserSchema<ID, DATE>)[]; | ||
created: DATE; | ||
@@ -42,0 +44,0 @@ fixedVariants?: boolean; |
@@ -37,2 +37,4 @@ import { AptlyEmailType, AptlyProjectStatus } from '../enums/index.js'; | ||
invites?: AptlyProjectInviteSchema<ID, DATE>[]; | ||
signApp?: ID | AptlyAppSchema<ID, DATE>; | ||
signMembers?: (ID | AptlyUserSchema<ID, DATE>)[]; | ||
created: DATE; | ||
@@ -39,0 +41,0 @@ } |
{ | ||
"name": "@aptly-as/types", | ||
"version": "2.5.6", | ||
"version": "2.5.7", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "type": "module", |
107738
2962