@aptly-as/types
Version:
Aptly types and enums
191 lines (190 loc) • 9.27 kB
JavaScript
export * from './document.js';
export * from './fields.js';
export * from './unit-template.js';
export * from './webhook.js';
export * from './standards.js';
export var AptlyOrderStatus;
(function (AptlyOrderStatus) {
AptlyOrderStatus["New"] = "new";
AptlyOrderStatus["NotSigned"] = "notSigned";
AptlyOrderStatus["ReadyToSign"] = "readyToSign";
AptlyOrderStatus["SignedByCustomer"] = "signedByCustomer";
AptlyOrderStatus["SignedByOrganization"] = "signedByOrganization";
AptlyOrderStatus["Signed"] = "signed";
AptlyOrderStatus["Payment"] = "payment";
AptlyOrderStatus["Delivery"] = "delivery";
AptlyOrderStatus["FileReceived"] = "fileReceived";
AptlyOrderStatus["Completed"] = "completed";
AptlyOrderStatus["AllPeriodsSigned"] = "allPeriodsSigned";
AptlyOrderStatus["Invalid"] = "invalid";
})(AptlyOrderStatus || (AptlyOrderStatus = {}));
export var AptlyPageSectionType;
(function (AptlyPageSectionType) {
AptlyPageSectionType["Recommendation"] = "recommendation";
AptlyPageSectionType["Image"] = "image";
AptlyPageSectionType["Gallery"] = "gallery";
AptlyPageSectionType["Text"] = "text";
AptlyPageSectionType["Card"] = "card";
AptlyPageSectionType["Links"] = "links";
AptlyPageSectionType["Spacer"] = "spacer";
AptlyPageSectionType["Iframe"] = "iframe";
})(AptlyPageSectionType || (AptlyPageSectionType = {}));
export var AptlyCloudinaryResourceType;
(function (AptlyCloudinaryResourceType) {
AptlyCloudinaryResourceType["Video"] = "video";
AptlyCloudinaryResourceType["Image"] = "image";
AptlyCloudinaryResourceType["Raw"] = "raw";
AptlyCloudinaryResourceType["Auto"] = "auto";
})(AptlyCloudinaryResourceType || (AptlyCloudinaryResourceType = {}));
export var AptlyUnitStatus;
(function (AptlyUnitStatus) {
AptlyUnitStatus["NotStarted"] = "notStarted";
AptlyUnitStatus["Started"] = "started";
AptlyUnitStatus["Confirmed"] = "confirmed";
AptlyUnitStatus["Signed"] = "signed";
AptlyUnitStatus["Payed"] = "payed";
AptlyUnitStatus["Completed"] = "completed";
})(AptlyUnitStatus || (AptlyUnitStatus = {}));
export var AptlyIntegration;
(function (AptlyIntegration) {
AptlyIntegration["CheckD"] = "checkd";
AptlyIntegration["Boligmappa"] = "boligmappa";
})(AptlyIntegration || (AptlyIntegration = {}));
export var AptlyIntegrationLevel;
(function (AptlyIntegrationLevel) {
AptlyIntegrationLevel["Base"] = "base";
AptlyIntegrationLevel["Organization"] = "organization";
AptlyIntegrationLevel["Project"] = "project";
AptlyIntegrationLevel["Unit"] = "unit";
})(AptlyIntegrationLevel || (AptlyIntegrationLevel = {}));
export var AptlyCategorySectionDisplayType;
(function (AptlyCategorySectionDisplayType) {
AptlyCategorySectionDisplayType["Default"] = "default";
AptlyCategorySectionDisplayType["Compact"] = "compact";
AptlyCategorySectionDisplayType["Choice"] = "choice";
})(AptlyCategorySectionDisplayType || (AptlyCategorySectionDisplayType = {}));
export var AptlyInquiryType;
(function (AptlyInquiryType) {
AptlyInquiryType["Basic"] = "basic";
AptlyInquiryType["Question"] = "question";
AptlyInquiryType["Complaint"] = "complaint";
AptlyInquiryType["System"] = "system";
})(AptlyInquiryType || (AptlyInquiryType = {}));
export var AptlyInquiryStatus;
(function (AptlyInquiryStatus) {
AptlyInquiryStatus["Open"] = "open";
AptlyInquiryStatus["Pending"] = "pending";
AptlyInquiryStatus["Resolved"] = "resolved";
AptlyInquiryStatus["Closed"] = "closed";
})(AptlyInquiryStatus || (AptlyInquiryStatus = {}));
export var AptlyInquiryParticipantRole;
(function (AptlyInquiryParticipantRole) {
AptlyInquiryParticipantRole["Inquirer"] = "inquirer";
AptlyInquiryParticipantRole["FirstParty"] = "firstParty";
AptlyInquiryParticipantRole["ThirdParty"] = "thirdParty";
AptlyInquiryParticipantRole["SilentParty"] = "silentParty";
})(AptlyInquiryParticipantRole || (AptlyInquiryParticipantRole = {}));
export var AptlyUnitItemParamKey;
(function (AptlyUnitItemParamKey) {
AptlyUnitItemParamKey["Comment"] = "comment";
AptlyUnitItemParamKey["NCS"] = "ncs";
AptlyUnitItemParamKey["Image"] = "Image";
AptlyUnitItemParamKey["Document"] = "document";
})(AptlyUnitItemParamKey || (AptlyUnitItemParamKey = {}));
export var AptlySignageSignerRef;
(function (AptlySignageSignerRef) {
AptlySignageSignerRef["Organization"] = "organization";
AptlySignageSignerRef["Customer"] = "customer";
AptlySignageSignerRef["Admin"] = "admin";
})(AptlySignageSignerRef || (AptlySignageSignerRef = {}));
export var AptlyQueueDownloadType;
(function (AptlyQueueDownloadType) {
AptlyQueueDownloadType["Document"] = "document";
AptlyQueueDownloadType["Image"] = "image";
})(AptlyQueueDownloadType || (AptlyQueueDownloadType = {}));
export var AptlyQueueDownloadStatus;
(function (AptlyQueueDownloadStatus) {
AptlyQueueDownloadStatus["Queued"] = "queued";
AptlyQueueDownloadStatus["Downloading"] = "downloading";
AptlyQueueDownloadStatus["Downloaded"] = "downloaded";
AptlyQueueDownloadStatus["Error"] = "error";
})(AptlyQueueDownloadStatus || (AptlyQueueDownloadStatus = {}));
export var AptlyIcon;
(function (AptlyIcon) {
AptlyIcon["Welcome"] = "welcome";
AptlyIcon["Contact"] = "contact";
AptlyIcon["Help"] = "help";
AptlyIcon["Important"] = "important";
AptlyIcon["Info"] = "info";
AptlyIcon["Map"] = "map";
})(AptlyIcon || (AptlyIcon = {}));
export var AptlyProjectStatus;
(function (AptlyProjectStatus) {
AptlyProjectStatus["Template"] = "template";
AptlyProjectStatus["NotStarted"] = "notStarted";
AptlyProjectStatus["Started"] = "started";
AptlyProjectStatus["Completed"] = "completed";
})(AptlyProjectStatus || (AptlyProjectStatus = {}));
export var AptlyOrganizationType;
(function (AptlyOrganizationType) {
AptlyOrganizationType["Carpenter"] = "carpenter";
AptlyOrganizationType["Contractor"] = "contractor";
AptlyOrganizationType["Electrician"] = "electrician";
AptlyOrganizationType["Plumber"] = "plumber";
AptlyOrganizationType["Producer"] = "producer";
AptlyOrganizationType["Integration"] = "integration";
AptlyOrganizationType["PropertyDeveloper"] = "property-developer";
AptlyOrganizationType["Builder"] = "builder";
AptlyOrganizationType["Other"] = "other";
})(AptlyOrganizationType || (AptlyOrganizationType = {}));
export var AptlyOrganizationStatus;
(function (AptlyOrganizationStatus) {
AptlyOrganizationStatus[AptlyOrganizationStatus["NewBusiness"] = 0] = "NewBusiness";
AptlyOrganizationStatus[AptlyOrganizationStatus["Active"] = 1] = "Active";
AptlyOrganizationStatus[AptlyOrganizationStatus["Inactive"] = 2] = "Inactive";
AptlyOrganizationStatus[AptlyOrganizationStatus["Paused"] = 3] = "Paused";
AptlyOrganizationStatus[AptlyOrganizationStatus["Closed"] = 4] = "Closed";
AptlyOrganizationStatus[AptlyOrganizationStatus["Template"] = 5] = "Template";
AptlyOrganizationStatus[AptlyOrganizationStatus["Demo"] = 6] = "Demo";
})(AptlyOrganizationStatus || (AptlyOrganizationStatus = {}));
export var AptlyEmailType;
(function (AptlyEmailType) {
AptlyEmailType["ActionRecipients"] = "action_recipients";
AptlyEmailType["BookingConfirm"] = "booking-confirm";
AptlyEmailType["BookingCancel"] = "booking-cancel";
AptlyEmailType["Inquiry"] = "inquiry";
AptlyEmailType["Invite"] = "invite";
AptlyEmailType["InviteAccepted"] = "invite-accepted";
AptlyEmailType["EmailFailure"] = "email-failure";
AptlyEmailType["NewOwner"] = "new-owner";
AptlyEmailType["NoteReminder"] = "note-reminder";
AptlyEmailType["Offer"] = "offer";
AptlyEmailType["OfferAccepted"] = "offer-accepted";
AptlyEmailType["OrderCreated"] = "order-created";
AptlyEmailType["OrderDelivery"] = "order-delivery";
AptlyEmailType["OrderDeliver"] = "order-deliver";
AptlyEmailType["OrderSign"] = "order-sign";
AptlyEmailType["OrderSignNotify"] = "order-sign-notify";
AptlyEmailType["OrderSignExpired"] = "order-sign-expired";
AptlyEmailType["OrderSigned"] = "order-signed";
AptlyEmailType["OrderSignedManually"] = "order-signed-manually";
AptlyEmailType["OrderPay"] = "order-pay";
AptlyEmailType["OrderPayNotify"] = "order-pay-notify";
AptlyEmailType["OrderPayFailed"] = "order-pay-failed";
AptlyEmailType["OrderPayDelivery"] = "order-pay-delivery";
AptlyEmailType["OrderPayDeliver"] = "order-pay-deliver";
AptlyEmailType["OrderPayed"] = "order-payed";
AptlyEmailType["OrderReceipt"] = "order-receipt";
AptlyEmailType["OrderCompleted"] = "order-completed";
AptlyEmailType["PeriodOpen"] = "period-open";
AptlyEmailType["PeriodClose"] = "period-close";
})(AptlyEmailType || (AptlyEmailType = {}));
export var AptlySlugLevel;
(function (AptlySlugLevel) {
AptlySlugLevel[AptlySlugLevel["Base"] = 0] = "Base";
AptlySlugLevel[AptlySlugLevel["Admin"] = 1] = "Admin";
AptlySlugLevel[AptlySlugLevel["User"] = 2] = "User";
AptlySlugLevel[AptlySlugLevel["Organization"] = 3] = "Organization";
AptlySlugLevel[AptlySlugLevel["Project"] = 4] = "Project";
AptlySlugLevel[AptlySlugLevel["Unit"] = 5] = "Unit";
})(AptlySlugLevel || (AptlySlugLevel = {}));