@aptly-as/types
Advanced tools
Comparing version 2.4.4 to 2.4.5
@@ -128,9 +128,8 @@ export * from './document.js'; | ||
export declare enum AptlyEmailType { | ||
ActionRecipients = "action_recipients", | ||
BookingConfirm = "booking-confirm", | ||
BookingCancel = "booking-cancel", | ||
Inquiry = "inquiry", | ||
Invite = "invite", | ||
Inquiry = "inquiry", | ||
NewOwner = "new-owner", | ||
PeriodOpen = "period-open", | ||
PeriodClose = "period-close", | ||
BookingConfirm = "booking-confirm", | ||
BookingCancel = "booking-cancel", | ||
OrderCreated = "order-created", | ||
@@ -144,3 +143,4 @@ OrderSign = "order-sign", | ||
OrderCompleted = "order-completed", | ||
ActionRecipients = "action_recipients" | ||
PeriodOpen = "period-open", | ||
PeriodClose = "period-close" | ||
} |
@@ -148,9 +148,8 @@ export * from './document.js'; | ||
(function (AptlyEmailType) { | ||
AptlyEmailType["ActionRecipients"] = "action_recipients"; | ||
AptlyEmailType["BookingConfirm"] = "booking-confirm"; | ||
AptlyEmailType["BookingCancel"] = "booking-cancel"; | ||
AptlyEmailType["Inquiry"] = "inquiry"; | ||
AptlyEmailType["Invite"] = "invite"; | ||
AptlyEmailType["Inquiry"] = "inquiry"; | ||
AptlyEmailType["NewOwner"] = "new-owner"; | ||
AptlyEmailType["PeriodOpen"] = "period-open"; | ||
AptlyEmailType["PeriodClose"] = "period-close"; | ||
AptlyEmailType["BookingConfirm"] = "booking-confirm"; | ||
AptlyEmailType["BookingCancel"] = "booking-cancel"; | ||
AptlyEmailType["OrderCreated"] = "order-created"; | ||
@@ -164,3 +163,4 @@ AptlyEmailType["OrderSign"] = "order-sign"; | ||
AptlyEmailType["OrderCompleted"] = "order-completed"; | ||
AptlyEmailType["ActionRecipients"] = "action_recipients"; | ||
AptlyEmailType["PeriodOpen"] = "period-open"; | ||
AptlyEmailType["PeriodClose"] = "period-close"; | ||
})(AptlyEmailType || (AptlyEmailType = {})); |
@@ -8,2 +8,11 @@ import { AptlyUserRoles } from '../core/index.js'; | ||
} | ||
export declare enum AptlyUserForgetStatus { | ||
None = 0, | ||
SixMonths = 1, | ||
OneMonth = 2, | ||
OneWeek = 3, | ||
Forget = 4, | ||
Forgotten = 5, | ||
Never = 6 | ||
} | ||
export type AptlyUser = AptlyUserSchema<string, string>; | ||
@@ -23,3 +32,4 @@ export interface AptlyUserSchema<ID, DATE> extends Omit<AptlyBaseSchema<ID, DATE>, 'archived' | 'name'> { | ||
isGuest?: boolean; | ||
forgetStatus?: AptlyUserForgetStatus; | ||
created: DATE; | ||
} |
@@ -7,1 +7,11 @@ export var AptlyLanguage; | ||
})(AptlyLanguage || (AptlyLanguage = {})); | ||
export var AptlyUserForgetStatus; | ||
(function (AptlyUserForgetStatus) { | ||
AptlyUserForgetStatus[AptlyUserForgetStatus["None"] = 0] = "None"; | ||
AptlyUserForgetStatus[AptlyUserForgetStatus["SixMonths"] = 1] = "SixMonths"; | ||
AptlyUserForgetStatus[AptlyUserForgetStatus["OneMonth"] = 2] = "OneMonth"; | ||
AptlyUserForgetStatus[AptlyUserForgetStatus["OneWeek"] = 3] = "OneWeek"; | ||
AptlyUserForgetStatus[AptlyUserForgetStatus["Forget"] = 4] = "Forget"; | ||
AptlyUserForgetStatus[AptlyUserForgetStatus["Forgotten"] = 5] = "Forgotten"; | ||
AptlyUserForgetStatus[AptlyUserForgetStatus["Never"] = 6] = "Never"; | ||
})(AptlyUserForgetStatus || (AptlyUserForgetStatus = {})); |
{ | ||
"name": "@aptly-as/types", | ||
"version": "2.4.4", | ||
"version": "2.4.5", | ||
"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
107376
2875