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