@aptly-as/types
Advanced tools
Comparing version 2.5.7 to 2.5.8
@@ -40,3 +40,3 @@ import { AptlyModules } from '../core/index.js'; | ||
type?: AptlyOrganizationType[]; | ||
signApp?: ID | AptlyAppSchema<ID, DATE>; | ||
signApp?: ID | AptlyAppSchema<ID, DATE> | null; | ||
signMembers?: (ID | AptlyUserSchema<ID, DATE>)[]; | ||
@@ -43,0 +43,0 @@ created: DATE; |
@@ -37,3 +37,3 @@ import { AptlyEmailType, AptlyProjectStatus } from '../enums/index.js'; | ||
invites?: AptlyProjectInviteSchema<ID, DATE>[]; | ||
signApp?: ID | AptlyAppSchema<ID, DATE>; | ||
signApp?: ID | AptlyAppSchema<ID, DATE> | null; | ||
signMembers?: (ID | AptlyUserSchema<ID, DATE>)[]; | ||
@@ -40,0 +40,0 @@ created: DATE; |
{ | ||
"name": "@aptly-as/types", | ||
"version": "2.5.7", | ||
"version": "2.5.8", | ||
"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
107752