@aptly-as/types
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -41,3 +41,3 @@ import { AptlyDocumentSchema } from './document.js'; | ||
invites: AptlyUnitInviteSchema<ID, DATE>[]; | ||
invitesQueue: AptlyUnitInviteQueueSchema<ID, DATE>[]; | ||
invitesQueue: AptlyUnitInviteQueueSchema[]; | ||
overridePeriod?: ID; | ||
@@ -228,8 +228,6 @@ overridePeriods?: AptlyUnitOverridePeriodSchema<ID, DATE>[]; | ||
} | ||
export interface AptlyUnitInviteQueueSchema<ID, DATE> { | ||
_id: ID; | ||
export interface AptlyUnitInviteQueueSchema { | ||
email: string; | ||
fullName?: string; | ||
phone?: string; | ||
createdAt: DATE; | ||
} | ||
@@ -236,0 +234,0 @@ export interface AptlyUnitInviteSchema<ID, DATE> { |
{ | ||
"name": "@aptly-as/types", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Aptly types and enums", | ||
@@ -5,0 +5,0 @@ "type": "module", |
109562
3024