@aptly-as/types
Version:
Aptly types and enums
53 lines (52 loc) • 2.68 kB
JavaScript
export var AptlyDocumentType;
(function (AptlyDocumentType) {
AptlyDocumentType["AgreementAttachment"] = "agreement-attachment";
AptlyDocumentType["ArchitectDrawing"] = "architect-drawing";
AptlyDocumentType["BathroomDrawing"] = "bathroomDrawing";
AptlyDocumentType["Chunk"] = "chunk";
AptlyDocumentType["CircuitDirectory"] = "circuitDirectory";
AptlyDocumentType["ConstructionDrawing"] = "construction-drawing";
AptlyDocumentType["Contract"] = "contract";
AptlyDocumentType["Document"] = "document";
AptlyDocumentType["DeclarationOfConformity"] = "declaration-of-conformity";
AptlyDocumentType["DeliveryDescription"] = "deliveryDescription";
AptlyDocumentType["ElDrawing"] = "elDrawing";
AptlyDocumentType["EndReport"] = "endReport";
AptlyDocumentType["FDV"] = "fdv";
AptlyDocumentType["FurnishingPlan"] = "furnishing-plan";
AptlyDocumentType["Gdpr"] = "gdpr";
AptlyDocumentType["KitchenDrawing"] = "kitchenDrawing";
AptlyDocumentType["Invoice"] = "invoice";
AptlyDocumentType["InspectionReport"] = "inspectionReport";
AptlyDocumentType["Manual"] = "manual";
AptlyDocumentType["UnitPlan"] = "unitPlan";
AptlyDocumentType["OfferAttachment"] = "offerAttachment";
AptlyDocumentType["OrderAttachment"] = "orderAttachment";
AptlyDocumentType["PaymentReceipt"] = "payment-receipt";
AptlyDocumentType["PaymentReport"] = "payment-report";
AptlyDocumentType["ProductAttachment"] = "productAttachment";
AptlyDocumentType["Prospect"] = "prospect";
AptlyDocumentType["Public"] = "public";
AptlyDocumentType["Receipt"] = "receipt";
AptlyDocumentType["Report"] = "report";
AptlyDocumentType["RiskAssessment"] = "risk-assessment";
AptlyDocumentType["SignedReceipt"] = "signedReceipt";
AptlyDocumentType["Terms"] = "terms";
AptlyDocumentType["VVSDrawing"] = "vvsDrawing";
AptlyDocumentType["Zip"] = "zip";
})(AptlyDocumentType || (AptlyDocumentType = {}));
export var AptlyHistoryType;
(function (AptlyHistoryType) {
AptlyHistoryType["Added"] = "added";
AptlyHistoryType["Updated"] = "updated";
AptlyHistoryType["Deleted"] = "deleted";
AptlyHistoryType["Moved"] = "moved";
AptlyHistoryType["Copied"] = "copied";
AptlyHistoryType["Imported"] = "imported";
})(AptlyHistoryType || (AptlyHistoryType = {}));
export var AptlyDocumentAccess;
(function (AptlyDocumentAccess) {
AptlyDocumentAccess[AptlyDocumentAccess["Public"] = 0] = "Public";
AptlyDocumentAccess[AptlyDocumentAccess["User"] = 10] = "User";
AptlyDocumentAccess[AptlyDocumentAccess["Admin"] = 20] = "Admin";
})(AptlyDocumentAccess || (AptlyDocumentAccess = {}));