export declare enum BuiltInEnterprisePropertyInternalNames { Title = "title", CreatedAt = "createdAt", CreatedBy = "createdBy", ModifiedAt = "modifiedAt", ModifiedBy = "modifiedBy", Tags = "tags" } export declare enum BuiltInAppInstanceInternalNames { AppTemplateId = "AppTemplateId", Properties = "Properties" } export declare enum SecurityProviderTypes { RoleBased = "RoleBasedProvider", Combined = "CombinedProviders" } export declare enum SecurityRoleScopes { Tenant = "Tenant", SiteCollection = "SiteCollection", Site = "Site" } export declare enum SecurityIdentities { OverridenRulesBindingIdentityId = "ff000000-0000-ffff-0000-0000000000ff", AnonymousIdentity = "c2781205-d1c7-42e0-a270-4a43f94f6cf5" } export declare enum SecurityAccessType { Write = "write" } export declare enum AppTemplatePermissionLevel { SeftService = 0, Approval = 1 } export declare enum LogSources { Omnia = 0, Browser = 1, All = 2 } export declare enum ManifestLoadStatus { Loaded = "Loaded", Blocked = "Blocked" } export declare enum LogLevels { Debug = "debug", Info = "info", Warn = "warn", Error = "error", Todo = "todo" } export declare enum ConsoleMessageTypes { System = "system", Info = "info", Warn = "warn", Error = "error", Good = "good", Todo = "todo" } export declare enum ConsoleStateStorageMessageTypes { SaveState = "saveState", RestoreState = "restoreState" } export declare enum ResourceEvaluators { BusinessProfile = "Omnia.Fx.BusinessProfiles.Security.IBusinessProfileResourceEvaluator", AppInstance = "Omnia.Fx.Apps.Security.IAppInstanceResourceEvaluator", ExtensionResource = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator" } export declare enum RuleLogicalOperator { And = "&&", Or = "||" } export declare enum ClientManifestTypes { Component = "webcomponent", ManifestGroup = "groupedResouresAndComponents", Resource = "resource", BlockedManifest = "blockedManifest", Configuration = "configuration" } export declare enum ServerManifestTypes { SecurityProvider = "securityprovider" } export declare enum BundleTargetTypes { Javascript = "js", Stylesheet = "css" } export declare enum LanguageTags { ArSa = "ar-sa", BgBg = "bg-bg", CaEs = "ca-es", ZhTw = "zh-tw", CsCz = "cs-cz", DaDk = "da-dk", DeDe = "de-de", ElGr = "el-gr", EnUs = "en-us", FiFi = "fi-fi", FrFr = "fr-fr", HeIl = "he-il", HuHu = "hu-hu", IsIs = "is-is", ItIt = "it-it", JaJp = "ja-jp", KoKr = "ko-kr", NlNl = "nl-nl", NbNo = "nb-no", PlPl = "pl-pl", PtBr = "pt-br", RoRo = "ro-ro", RuRu = "ru-ru", HrHr = "hr-hr", SkSk = "sk-sk", SqAl = "sq-al", SvSe = "sv-se", ThTh = "th-th", TrTr = "tr-tr", UrPk = "ur-pk", IdId = "id-id", UkUa = "uk-ua", BeBy = "be-by", SlSi = "sl-si", EtEe = "et-ee", LvLv = "lv-lv", LtLt = "lt-lt", FaIr = "fa-ir", ViVn = "vi-vn", HyAm = "hy-am", EuEs = "eu-es", MkMk = "mk-mk", AfZa = "af-za", KaGe = "ka-ge", FoFo = "fo-fo", HiIn = "hi-in", MsMy = "ms-my", KkKz = "kk-kz", KyKg = "ky-kg", SwKe = "sw-ke", TtRu = "tt-ru", PaIn = "pa-in", GuIn = "gu-in", TaIn = "ta-in", TeIn = "te-in", KnIn = "kn-in", MrIn = "mr-in", SaIn = "sa-in", MnMn = "mn-mn", GlEs = "gl-es", DvMv = "dv-mv", ArIq = "ar-iq", ZhCn = "zh-cn", DeCh = "de-ch", EnGb = "en-gb", EsMx = "es-mx", FrBe = "fr-be", ItCh = "it-ch", NlBe = "nl-be", NnNo = "nn-no", PtPt = "pt-pt", SvFi = "sv-fi", MsBn = "ms-bn", ArEg = "ar-eg", ZhHk = "zh-hk", DeAt = "de-at", EnAu = "en-au", EnEs = "en-es", FrCa = "fr-ca", ArLy = "ar-ly", ZhSg = "zh-sg", DeLu = "de-lu", EnCa = "en-ca", EsGt = "es-gt", FrCh = "fr-ch", ArDz = "ar-dz", ZhMo = "zh-mo", DeLi = "de-li", EnNz = "en-nz", EsCr = "es-cr", FrLu = "fr-lu", ArMa = "ar-ma", EnIe = "en-ie", EsPa = "es-pa", FrMc = "fr-mc", ArTn = "ar-tn", EnZa = "en-za", EsDo = "es-do", ArOm = "ar-om", EnJm = "en-jm", EsVe = "es-ve", ArYe = "ar-ye", EsCo = "es-co", ArSy = "ar-sy", EnBz = "en-bz", EsPe = "es-pe", ArJo = "ar-jo", EnTt = "en-tt", EsAr = "es-ar", ArLb = "ar-lb", EnZw = "en-zw", EsEc = "es-ec", EsEs = "es-es", ArKw = "ar-kw", EnPh = "en-ph", EsCl = "es-cl", ArAe = "ar-ae", EsUy = "es-uy", ArBh = "ar-bh", EsPy = "es-py", ArQa = "ar-qa", EsBo = "es-bo", EsSv = "es-sv", EsHn = "es-hn", EsPr = "es-pr", ZuZa = "zu-za", XhZa = "xh-za", FyNl = "fy-nl", TnZa = "tn-za", SeSe = "se-se", SeFi = "se-fi", CyGb = "cy-gb", HrBa = "hr-ba", MiNz = "mi-nz", GaIe = "ga-ie", RmCh = "rm-ch", LbLu = "lb-lu", NsZa = "ns-za", SeNo = "se-no", MtMt = "mt-mt" } /** * Obsolete, use LanguageTags * */ export declare const LocaleNames: { ArSa: LanguageTags.ArSa; BgBg: LanguageTags.BgBg; CaEs: LanguageTags.CaEs; ZhTw: LanguageTags.ZhTw; CsCz: LanguageTags.CsCz; DaDk: LanguageTags.DaDk; DeDe: LanguageTags.DeDe; ElGr: LanguageTags.ElGr; EnUs: LanguageTags.EnUs; FiFi: LanguageTags.FiFi; FrFr: LanguageTags.FrFr; HeIl: LanguageTags.HeIl; HuHu: LanguageTags.HuHu; IsIs: LanguageTags.IsIs; ItIt: LanguageTags.ItIt; JaJp: LanguageTags.JaJp; KoKr: LanguageTags.KoKr; NlNl: LanguageTags.NlNl; NbNo: LanguageTags.NbNo; PlPl: LanguageTags.PlPl; PtBr: LanguageTags.PtBr; RoRo: LanguageTags.RoRo; RuRu: LanguageTags.RuRu; HrHr: LanguageTags.HrHr; SkSk: LanguageTags.SkSk; SqAl: LanguageTags.SqAl; SvSe: LanguageTags.SvSe; ThTh: LanguageTags.ThTh; TrTr: LanguageTags.TrTr; UrPk: LanguageTags.UrPk; IdId: LanguageTags.IdId; UkUa: LanguageTags.UkUa; BeBy: LanguageTags.BeBy; SlSi: LanguageTags.SlSi; EtEe: LanguageTags.EtEe; LvLv: LanguageTags.LvLv; LtLt: LanguageTags.LtLt; FaIr: LanguageTags.FaIr; ViVn: LanguageTags.ViVn; HyAm: LanguageTags.HyAm; EuEs: LanguageTags.EuEs; MkMk: LanguageTags.MkMk; AfZa: LanguageTags.AfZa; KaGe: LanguageTags.KaGe; FoFo: LanguageTags.FoFo; HiIn: LanguageTags.HiIn; MsMy: LanguageTags.MsMy; KkKz: LanguageTags.KkKz; KyKg: LanguageTags.KyKg; SwKe: LanguageTags.SwKe; TtRu: LanguageTags.TtRu; PaIn: LanguageTags.PaIn; GuIn: LanguageTags.GuIn; TaIn: LanguageTags.TaIn; TeIn: LanguageTags.TeIn; KnIn: LanguageTags.KnIn; MrIn: LanguageTags.MrIn; SaIn: LanguageTags.SaIn; MnMn: LanguageTags.MnMn; GlEs: LanguageTags.GlEs; DvMv: LanguageTags.DvMv; ArIq: LanguageTags.ArIq; ZhCn: LanguageTags.ZhCn; DeCh: LanguageTags.DeCh; EnGb: LanguageTags.EnGb; EsMx: LanguageTags.EsMx; FrBe: LanguageTags.FrBe; ItCh: LanguageTags.ItCh; NlBe: LanguageTags.NlBe; NnNo: LanguageTags.NnNo; PtPt: LanguageTags.PtPt; SvFi: LanguageTags.SvFi; MsBn: LanguageTags.MsBn; ArEg: LanguageTags.ArEg; ZhHk: LanguageTags.ZhHk; DeAt: LanguageTags.DeAt; EnAu: LanguageTags.EnAu; EnEs: LanguageTags.EnEs; FrCa: LanguageTags.FrCa; ArLy: LanguageTags.ArLy; ZhSg: LanguageTags.ZhSg; DeLu: LanguageTags.DeLu; EnCa: LanguageTags.EnCa; EsGt: LanguageTags.EsGt; FrCh: LanguageTags.FrCh; ArDz: LanguageTags.ArDz; ZhMo: LanguageTags.ZhMo; DeLi: LanguageTags.DeLi; EnNz: LanguageTags.EnNz; EsCr: LanguageTags.EsCr; FrLu: LanguageTags.FrLu; ArMa: LanguageTags.ArMa; EnIe: LanguageTags.EnIe; EsPa: LanguageTags.EsPa; FrMc: LanguageTags.FrMc; ArTn: LanguageTags.ArTn; EnZa: LanguageTags.EnZa; EsDo: LanguageTags.EsDo; ArOm: LanguageTags.ArOm; EnJm: LanguageTags.EnJm; EsVe: LanguageTags.EsVe; ArYe: LanguageTags.ArYe; EsCo: LanguageTags.EsCo; ArSy: LanguageTags.ArSy; EnBz: LanguageTags.EnBz; EsPe: LanguageTags.EsPe; ArJo: LanguageTags.ArJo; EnTt: LanguageTags.EnTt; EsAr: LanguageTags.EsAr; ArLb: LanguageTags.ArLb; EnZw: LanguageTags.EnZw; EsEc: LanguageTags.EsEc; EsEs: LanguageTags.EsEs; ArKw: LanguageTags.ArKw; EnPh: LanguageTags.EnPh; EsCl: LanguageTags.EsCl; ArAe: LanguageTags.ArAe; EsUy: LanguageTags.EsUy; ArBh: LanguageTags.ArBh; EsPy: LanguageTags.EsPy; ArQa: LanguageTags.ArQa; EsBo: LanguageTags.EsBo; EsSv: LanguageTags.EsSv; EsHn: LanguageTags.EsHn; EsPr: LanguageTags.EsPr; ZuZa: LanguageTags.ZuZa; XhZa: LanguageTags.XhZa; FyNl: LanguageTags.FyNl; TnZa: LanguageTags.TnZa; SeSe: LanguageTags.SeSe; SeFi: LanguageTags.SeFi; CyGb: LanguageTags.CyGb; HrBa: LanguageTags.HrBa; MiNz: LanguageTags.MiNz; GaIe: LanguageTags.GaIe; RmCh: LanguageTags.RmCh; LbLu: LanguageTags.LbLu; NsZa: LanguageTags.NsZa; SeNo: LanguageTags.SeNo; MtMt: LanguageTags.MtMt; }; /** * Obsolete, use LanguageTags * */ export type LocaleNames = LanguageTags; export declare enum IconTypes { FontAwesome = "IFontAwesomeIcon", Fabric = "IFabricIcon", Flag = "IFlagIcon", Custom = "ICustomIcon", SVG = "ISVG" } export declare enum IconSources { Automatic = "IAutomaticIcon", Builtin = "IBuiltinIcon", Custom = "ICustomIcon" } export declare enum AuthenticationValidationStatuses { Valid = 0, NeedAuthentication = 1, TokenKeyRefreshed = 2 } export declare enum AdminVisibility { Open = 0, Close = 1, Toggle = 2 } export declare enum AdminNavigationBuiltInCategory { Tenant = "3C1EBD25-5083-4C92-9692-F253BC403FE4", BusinessProfile = "FC340843-48CA-4839-88D4-B4588212D4FB", AppInstance = "8A908CD9-E24B-4148-BF38-6B1EE5A6C5D1" } export declare enum VideoRatio { Wide = 0, Normal = 1 } export declare enum AppInstanceStatus { Removed = -1, Creating = 0, EnablingFeatures = 1, Updating = 2, Removing = 3, Error = 4, Upgrading = 5, Ready = 6, Pending = 7, BeforeComplete = 8, DefaultResourceNotExist = 9, ReadyWithWarning = 10, ReadyToCreate = 11, RemovingFeatures = 12 } export declare enum AppInstanceScopedQueryTypes { All = 1, Followed = 2, LastVisited = 3 } export declare enum PrincipalTypes { Member = 1, Group = 2, MemberAndGuest = 3, MemberAndGroup = 4, All = 5 } export declare enum BoolFilter { Both = 0, True = 1, False = 2 } export declare enum UserPickingType { NoDefault = 0, FixedValue = 1, CurrentUser = 2, SelectedUser = 3, CurrentGroup = 4 } export declare enum PropertyIndexedType { Text = 1, Number = 2, DateTime = 3, Boolean = 4, Person = 5, Taxonomy = 6, EnterpriseKeywords = 7, Media = 8, RichText = 9, Data = 10, Language = 11, Tags = 12, ExtendedProperty = 13 } export declare enum ParamTypes { String = "String", Int = "Int", Double = "Double", Boolean = "Boolean", Guid = "Guid", DateTime = "DateTime", DateTimeOffset = "DateTimeOffset" } export declare enum Parameters { BusinessProfileId = "profileId", Language = "lang", AppDefinitionId = "appDefinitionId", AppTemplateId = "appTemplateId", AppInstanceId = "appInstanceId" } export declare enum RoleDefinitions { TenantAdmin = "67daa6ca-168e-458f-96c8-4162b77fc99f", BusinessProfileAdmin = "64562087-f391-4244-a70b-81fcdbc2cc64", BusinessProfileViewer = "cffcab14-085f-4add-83fa-ac078e680ee3", AppInstanceAdmin = "f17d076c-d46b-43fd-94e2-e664dd43ed92", AppInstanceAuthor = "56a69fd9-23fe-4215-bbae-410cb85ba54d", AppInstanceContributor = "e5ba2879-76a1-4d0a-ab71-6c7ca6cd4791", AppInstanceReader = "a0aa2eb1-859d-40d5-a377-586544ed45be", AppInstanceViewer = "94099e3a-dff2-4596-b095-44c75c16f9eb", AuthorizedUsers = "244bed89-6fbf-4d80-a9b5-facf11baed7d", InternalUsers = "c06b3651-047b-4a4d-b98b-3a844d83dbb3", InternalUsersExceptRestricted = "4acc878e-a191-44a1-8a1d-4247f1f38eaf", ExternalUsers = "7d3ed54b-8fdd-4199-9a56-10468b7649b9", ExtensionFullControl = "13e4367b-2a92-42d6-a60b-b8a6142e81aa", QueryAppInstanceAdmin = "38D5FE14-CE97-40FD-B442-6D60E8578FE7", QueryAppInstanceAuthor = "22CF24A9-3D99-4876-B6A2-D9710E71429C", QueryAppInstanceContributor = "847E8689-E86F-4DFD-BE42-65F52B01DDF8", QueryAppInstanceReader = "D8E7ACC5-1338-43D2-8307-C3E712340205", QueryAppInstanceViewer = "9B0B9C44-3356-408E-91A5-A29A7A83E924", DirectoryReader = "83a919c4-2a71-4860-bcd9-7ebc639d00b8", SemanticSearchReader = "405577c6-2870-4040-964a-cd2600d8e414" } export declare enum FeatureInstanceStatus { NotActivated = -1, Activating = 0, Activated = 1, Upgrading = 2, Deactivating = 3, Error = 4, AdminConsentActivating = 5, AdminConsentUpgrading = 6, AdminConsentWaitingActivation = 7, WaitingForCloudEnsureInfrastructureActivating = 8, WaitingForCloudEnsureInfrastructureUpgrading = 9 } export declare enum ThemeType { Light = "Light", LightWithColorContrast = "LightWithColorContrast", LightWithFullColorContrast = "LightWithFullColorContrast", ColorWithLightContrast = "ColorWithLightContrast", ColorWithContrast = "ColorWithContrast", ColorWithFullContrast = "ColorWithFullContrast", Dark = "Dark", DarkWithColorContrast = "DarkWithColorContrast" } /** * The endpoints can be used directly in href without any context value * */ export declare enum StaticEndpoint { Logout = "/logout", AuthSetup = "/authsetup", AuthSetupConfirm = "/authsetup/confirm", Login = "/login", RequestAccount = "/requestaccount", MagicLinkLogin = "/api/magiclink/complete", MagicLinkSuccess = "/api/magiclink/success", MagicLinkFailure = "/api/magiclink/failure", MagicLink = "/api/magiclink", SharepointServerLogin = "/spsignin", NotFound = "/_system/404" } export declare enum QueueMessageStatus { Unassigned = 0, Assigned = 1, Success = 2, Exception = 3 } export declare enum HttpStatusCode { OK = 200, NotFound = 404, Unauthorized = 401, Forbidden = 403 } export declare enum StatusMessageOverlayType { Normal = 0, Fullscreen = 1 } export declare enum CompareBusinessProfilePathType { StartsWith = 1, Equal = 2 } export declare enum TimeFormats { hour24 = 1, hour12 = 2 } export declare enum FirstDayOfWeeks { Monday = 1, Sunday = 2 } export declare enum PermissionRoles { TenantAdmin = "67daa6ca-168e-458f-96c8-4162b77fc99f" } export declare enum TargetResolverTypes { Tenant = "Omnia.Fx.NetCore.Features.TargetResolvers.ITenantFeatureTargetResolver", BusinessProfile = "Omnia.Fx.NetCore.Features.TargetResolvers.IBusinessProfileFeatureTargetResolver", AppInstance = "Omnia.Fx.NetCore.Features.TargetResolvers.IAppInstanceFeatureTargetResolver" } export declare enum OmniaRoleTypes { Tenant = 0, Global = 1, Custom = 2 } export declare enum MultilingualScopes { Tenant = 0, BusinessProfile = 1 } export declare enum RedirectRuleType { RelativePath = 0, Targeting = 1 } export declare enum TargetUser { Undefined = 0, Target = 1, NotTarget = 2 } export declare enum TimePeriodTypes { Years = 0, Months = 1, Days = 2 } export declare enum DateOperator { Add = 1, Subtract = 2 } export declare enum RichTextModes { Limited = 0, Full = 1 } export declare enum ButtonTooltipPosition { Left = 0, Right = 1, Top = 3, Bottom = 4 } export declare enum ButtonIconPosition { Left = 0, Right = 1 } export declare enum ButtonModes { raised = 0, flat = 1, depressed = 2, icon = 3 } export declare enum ButtonSizes { small = 0, medium = 1, large = 2, xSmall = 3, xLarge = 4 } export declare enum VDataGridHeaderAlign { left = 0, right = 1 } export declare enum VDataGridHeaderType { text = 0, number = 1, boolean = 2, date = 3 } export declare enum AppInstanceAction { permission = "permission", features = "features" } export declare enum ServiceLocatorUrlType { Api = 0, Resource = 1 } export declare enum ImageResolution { Small = 640, Medium = 1280, Large = 1920 } export declare enum BladeSizes { small = 5, medium = 10, extramedium = 12, large = 15, full = 20, fillBesidesSmall = 25 } export declare enum HorizontalAlignments { left = 0, center = 1, right = 2 } export declare enum LayoutDrawerTabs { settings = 0, structure = 1, layoutTemplates = 2, clipboard = 3 } export declare enum RadialGradientShapes { circle = 0, ellipse = 1 } export declare enum LayoutItemTypes { layout = "layout", section = "section", sectionItem = "sectionItem", block = "block" } export declare enum TextAlignment { left = "left", center = "center", right = "right" } export declare enum IconPositions { Left = 1, Right = 2, TopLeft = 3, TopRight = 4 } export declare enum BorderPositions { top = 1, right = 2, bottom = 3, left = 4 } export declare enum Positions { Left = 1, Right = 2, Top = 3, Bottom = 4, TopLeft = 5, TopRight = 6, BottomLeft = 7, BottomRight = 8 } export declare enum TabbedIconPositions { Left = 0, Top = 1, Right = 2 } export declare enum TabbedDisplayModes { Horizontal = 1, Vertical = 2 } export declare enum LayoutEditorModes { design = 0, designPreview = 1, devicePreview = 2 } export declare enum LayoutItemActions { move = 0, copy = 1, clipboardInsert = 2 } export declare enum ChromeTypes { none = "none", boxed = "boxed" } export declare enum LayoutCanvasModes { renderer = 0, editor = 1 } export declare enum BlockRenderingModes { render = 0, designRender = 1, designEdit = 2, designPreview = 3 } export declare enum IconSizes { Small = "16px", Medium = "32px", Large = "64px", XLarge = "96px" } export declare enum ImageSources { Base64 = "Base64", FontAwesome = "FontAwesome" } export declare enum PropertyArchiveType { enterpriseProperty = 0, enterprisePropertySet = 1, targetingProperty = 2 } export declare namespace MediaPickerEnums { enum ScalingFormatTypes { KeepFormat = 0, Jpeg = 1 } enum ImageRatioTypes { Landscape = 0, Square = 1, Portrait = 2, Wide = 3 } enum MediaPickerTransformationTypes { Crop = 0, Flip = 1, Filter = 2 } enum OmniaMediaTypes { Image = 0, Video = 1 } enum LoadingStyle { overlay = 0, noOverlay = 1 } enum MediaSearchStatus { Initial = 0, Searching = 1, Finish = 2, Error = 3 } } export declare enum DirectionRules { ltr = 0, rtl = 1 } export declare enum PropertyEditModeElementNameType { Text = "omfx-enterpriseproperties-textfield-edit", Number = "omfx-enterpriseproperties-numberfield-edit", DateTime = "omfx-enterpriseproperties-datetimefield-edit", Boolean = "omfx-enterpriseproperties-booleanfield-edit", Person = "omfx-enterpriseproperties-personfield-edit", Taxonomy = "omfx-enterpriseproperties-taxonomyfield-edit", EnterpriseKeywords = "omfx-enterpriseproperties-enterprisekeywords-edit", RichText = "omfx-enterpriseproperties-richtextfield-edit", Language = "omfx-enterpriseproperties-languagefield-edit", Tags = "omfx-enterpriseproperties-tags-edit", Process = "opm-enterpriseproperties-process-edit" } export declare enum OmniaBackendRuntimes { /**Omnia server for Sharepoint Online */ M365 = "sponline", /**Omnia server for Sharepoint OnPrem */ SharePointServer = "sponprem" } export declare enum OmniaClientRuntimes { Spfx = "spfx", OmniaApp = "omniaapp" } export declare enum IdentityUserIdTypeMatch { SPOnpremAdGroup = "c:0+", SPOnpremAdUser = "\\", AzureAdGroup = "", AzureAdUser = "" } export declare enum OmniaMimeType { ".323" = "text/h323", ".3g2" = "video/3gpp2", ".3gp" = "video/3gpp", ".3gp2" = "video/3gpp2", ".3gpp" = "video/3gpp", ".7z" = "application/x-7z-compressed", ".aa" = "audio/audible", ".AAC" = "audio/aac", ".aaf" = "application/octet-stream", ".aax" = "audio/vnd.audible.aax", ".ac3" = "audio/ac3", ".aca" = "application/octet-stream", ".accda" = "application/msaccess.addin", ".accdb" = "application/msaccess", ".accdc" = "application/msaccess.cab", ".accde" = "application/msaccess", ".accdr" = "application/msaccess.runtime", ".accdt" = "application/msaccess", ".accdw" = "application/msaccess.webapplication", ".accft" = "application/msaccess.ftemplate", ".acx" = "application/internet-property-stream", ".AddIn" = "text/xml", ".ade" = "application/msaccess", ".adobebridge" = "application/x-bridge-url", ".adp" = "application/msaccess", ".ADT" = "audio/vnd.dlna.adts", ".ADTS" = "audio/aac", ".afm" = "application/octet-stream", ".ai" = "application/postscript", ".aif" = "audio/x-aiff", ".aifc" = "audio/aiff", ".aiff" = "audio/aiff", ".air" = "application/vnd.adobe.air-application-installer-package+zip", ".amc" = "application/x-mpeg", ".application" = "application/x-ms-application", ".art" = "image/x-jg", ".asa" = "application/xml", ".asax" = "application/xml", ".ascx" = "application/xml", ".asd" = "application/octet-stream", ".asf" = "video/x-ms-asf", ".ashx" = "application/xml", ".asi" = "application/octet-stream", ".asm" = "text/plain", ".asmx" = "application/xml", ".aspx" = "application/xml", ".asr" = "video/x-ms-asf", ".asx" = "video/x-ms-asf", ".atom" = "application/atom+xml", ".au" = "audio/basic", ".avi" = "video/x-msvideo", ".axs" = "application/olescript", ".bas" = "text/plain", ".bcpio" = "application/x-bcpio", ".bin" = "application/octet-stream", ".bmp" = "image/bmp", ".c" = "text/plain", ".cab" = "application/octet-stream", ".caf" = "audio/x-caf", ".calx" = "application/vnd.ms-office.calx", ".cat" = "application/vnd.ms-pki.seccat", ".cc" = "text/plain", ".cd" = "text/plain", ".cdda" = "audio/aiff", ".cdf" = "application/x-cdf", ".cer" = "application/x-x509-ca-cert", ".chm" = "application/octet-stream", ".class" = "application/x-java-applet", ".clp" = "application/x-msclip", ".cmx" = "image/x-cmx", ".cnf" = "text/plain", ".cod" = "image/cis-cod", ".config" = "application/xml", ".contact" = "text/x-ms-contact", ".coverage" = "application/xml", ".cpio" = "application/x-cpio", ".cpp" = "text/plain", ".crd" = "application/x-mscardfile", ".crl" = "application/pkix-crl", ".crt" = "application/x-x509-ca-cert", ".cs" = "text/plain", ".csdproj" = "text/plain", ".csh" = "application/x-csh", ".csproj" = "text/plain", ".css" = "text/css; charset=UTF-8", ".csv" = "text/csv", ".cur" = "application/octet-stream", ".cxx" = "text/plain", ".dat" = "application/octet-stream", ".datasource" = "application/xml", ".dbproj" = "text/plain", ".dcr" = "application/x-director", ".def" = "text/plain", ".deploy" = "application/octet-stream", ".der" = "application/x-x509-ca-cert", ".dgml" = "application/xml", ".dib" = "image/bmp", ".dif" = "video/x-dv", ".dir" = "application/x-director", ".disco" = "text/xml", ".dll" = "application/x-msdownload", ".dll.config" = "text/xml", ".dlm" = "text/dlm", ".doc" = "application/msword", ".docm" = "application/vnd.ms-word.document.macroEnabled.12", ".docx" = "application/vnd.openxmlformats-officedocument.wordprocessingml.document", ".dot" = "application/msword", ".dotm" = "application/vnd.ms-word.template.macroEnabled.12", ".dotx" = "application/vnd.openxmlformats-officedocument.wordprocessingml.template", ".dsp" = "application/octet-stream", ".dsw" = "text/plain", ".dtd" = "text/xml", ".dtsConfig" = "text/xml", ".dv" = "video/x-dv", ".dvi" = "application/x-dvi", ".dwf" = "drawing/x-dwf", ".dwp" = "application/octet-stream", ".dxr" = "application/x-director", ".eml" = "message/rfc822", ".emz" = "application/octet-stream", ".eot" = "application/octet-stream", ".eps" = "application/postscript", ".etl" = "application/etl", ".etx" = "text/x-setext", ".evy" = "application/envoy", ".exe" = "application/octet-stream", ".exe.config" = "text/xml", ".fdf" = "application/vnd.fdf", ".fif" = "application/fractals", ".filters" = "Application/xml", ".fla" = "application/octet-stream", ".flr" = "x-world/x-vrml", ".flv" = "video/x-flv", ".fsscript" = "application/fsharp-script", ".fsx" = "application/fsharp-script", ".generictest" = "application/xml", ".gif" = "image/gif", ".group" = "text/x-ms-group", ".gsm" = "audio/x-gsm", ".gtar" = "application/x-gtar", ".gz" = "application/x-gzip", ".h" = "text/plain", ".hdf" = "application/x-hdf", ".hdml" = "text/x-hdml", ".hhc" = "application/x-oleobject", ".hhk" = "application/octet-stream", ".hhp" = "application/octet-stream", ".hlp" = "application/winhlp", ".hpp" = "text/plain", ".hqx" = "application/mac-binhex40", ".hta" = "application/hta", ".htc" = "text/x-component", ".htm" = "text/html", ".html" = "text/html", ".htt" = "text/webviewhtml", ".hxa" = "application/xml", ".hxc" = "application/xml", ".hxd" = "application/octet-stream", ".hxe" = "application/xml", ".hxf" = "application/xml", ".hxh" = "application/octet-stream", ".hxi" = "application/octet-stream", ".hxk" = "application/xml", ".hxq" = "application/octet-stream", ".hxr" = "application/octet-stream", ".hxs" = "application/octet-stream", ".hxt" = "text/html", ".hxv" = "application/xml", ".hxw" = "application/octet-stream", ".hxx" = "text/plain", ".i" = "text/plain", ".ico" = "image/x-icon", ".ics" = "application/octet-stream", ".idl" = "text/plain", ".ief" = "image/ief", ".iii" = "application/x-iphone", ".inc" = "text/plain", ".inf" = "application/octet-stream", ".inl" = "text/plain", ".ins" = "application/x-internet-signup", ".ipa" = "application/x-itunes-ipa", ".ipg" = "application/x-itunes-ipg", ".ipproj" = "text/plain", ".ipsw" = "application/x-itunes-ipsw", ".iqy" = "text/x-ms-iqy", ".isp" = "application/x-internet-signup", ".ite" = "application/x-itunes-ite", ".itlp" = "application/x-itunes-itlp", ".itms" = "application/x-itunes-itms", ".itpc" = "application/x-itunes-itpc", ".IVF" = "video/x-ivf", ".jar" = "application/java-archive", ".java" = "application/octet-stream", ".jck" = "application/liquidmotion", ".jcz" = "application/liquidmotion", ".jfif" = "image/pjpeg", ".jnlp" = "application/x-java-jnlp-file", ".jpb" = "application/octet-stream", ".jpe" = "image/jpeg", ".jpeg" = "image/jpeg", ".jpg" = "image/jpeg", ".js" = "application/x-javascript", ".jsx" = "text/jscript", ".jsxbin" = "text/plain", ".latex" = "application/x-latex", ".library-ms" = "application/windows-library+xml", ".lit" = "application/x-ms-reader", ".loadtest" = "application/xml", ".lpk" = "application/octet-stream", ".lsf" = "video/x-la-asf", ".lst" = "text/plain", ".lsx" = "video/x-la-asf", ".lzh" = "application/octet-stream", ".m13" = "application/x-msmediaview", ".m14" = "application/x-msmediaview", ".m1v" = "video/mpeg", ".m2t" = "video/vnd.dlna.mpeg-tts", ".m2ts" = "video/vnd.dlna.mpeg-tts", ".m2v" = "video/mpeg", ".m3u" = "audio/x-mpegurl", ".m3u8" = "audio/x-mpegurl", ".m4a" = "audio/m4a", ".m4b" = "audio/m4b", ".m4p" = "audio/m4p", ".m4r" = "audio/x-m4r", ".m4v" = "video/x-m4v", ".mac" = "image/x-macpaint", ".mak" = "text/plain", ".man" = "application/x-troff-man", ".manifest" = "application/x-ms-manifest", ".map" = "text/plain", ".master" = "application/xml", ".mda" = "application/msaccess", ".mdb" = "application/x-msaccess", ".mde" = "application/msaccess", ".mdp" = "application/octet-stream", ".me" = "application/x-troff-me", ".mfp" = "application/x-shockwave-flash", ".mht" = "message/rfc822", ".mhtml" = "message/rfc822", ".mid" = "audio/mid", ".midi" = "audio/mid", ".mix" = "application/octet-stream", ".mk" = "text/plain", ".mmf" = "application/x-smaf", ".mno" = "text/xml", ".mny" = "application/x-msmoney", ".mod" = "video/mpeg", ".mov" = "video/quicktime", ".movie" = "video/x-sgi-movie", ".mp2" = "video/mpeg", ".mp2v" = "video/mpeg", ".mp3" = "audio/mpeg", ".mp4" = "video/mp4", ".mp4v" = "video/mp4", ".mpa" = "video/mpeg", ".mpe" = "video/mpeg", ".mpeg" = "video/mpeg", ".mpf" = "application/vnd.ms-mediapackage", ".mpg" = "video/mpeg", ".mpp" = "application/vnd.ms-project", ".mpv2" = "video/mpeg", ".mqv" = "video/quicktime", ".ms" = "application/x-troff-ms", ".msi" = "application/octet-stream", ".mso" = "application/octet-stream", ".mts" = "video/vnd.dlna.mpeg-tts", ".mtx" = "application/xml", ".mvb" = "application/x-msmediaview", ".mvc" = "application/x-miva-compiled", ".mxp" = "application/x-mmxp", ".nc" = "application/x-netcdf", ".nsc" = "video/x-ms-asf", ".nws" = "message/rfc822", ".ocx" = "application/octet-stream", ".oda" = "application/oda", ".odc" = "text/x-ms-odc", ".odh" = "text/plain", ".odl" = "text/plain", ".odp" = "application/vnd.oasis.opendocument.presentation", ".ods" = "application/oleobject", ".odt" = "application/vnd.oasis.opendocument.text", ".one" = "application/onenote", ".onea" = "application/onenote", ".onepkg" = "application/onenote", ".onetmp" = "application/onenote", ".onetoc" = "application/onenote", ".onetoc2" = "application/onenote", ".orderedtest" = "application/xml", ".osdx" = "application/opensearchdescription+xml", ".p10" = "application/pkcs10", ".p12" = "application/x-pkcs12", ".p7b" = "application/x-pkcs7-certificates", ".p7c" = "application/pkcs7-mime", ".p7m" = "application/pkcs7-mime", ".p7r" = "application/x-pkcs7-certreqresp", ".p7s" = "application/pkcs7-signature", ".pbm" = "image/x-portable-bitmap", ".pcast" = "application/x-podcast", ".pct" = "image/pict", ".pcx" = "application/octet-stream", ".pcz" = "application/octet-stream", ".pdf" = "application/pdf", ".pfb" = "application/octet-stream", ".pfm" = "application/octet-stream", ".pfx" = "application/x-pkcs12", ".pgm" = "image/x-portable-graymap", ".pic" = "image/pict", ".pict" = "image/pict", ".pkgdef" = "text/plain", ".pkgundef" = "text/plain", ".pko" = "application/vnd.ms-pki.pko", ".pls" = "audio/scpls", ".pma" = "application/x-perfmon", ".pmc" = "application/x-perfmon", ".pml" = "application/x-perfmon", ".pmr" = "application/x-perfmon", ".pmw" = "application/x-perfmon", ".png" = "image/png", ".pnm" = "image/x-portable-anymap", ".pnt" = "image/x-macpaint", ".pntg" = "image/x-macpaint", ".pnz" = "image/png", ".pot" = "application/vnd.ms-powerpoint", ".potm" = "application/vnd.ms-powerpoint.template.macroEnabled.12", ".potx" = "application/vnd.openxmlformats-officedocument.presentationml.template", ".ppa" = "application/vnd.ms-powerpoint", ".ppam" = "application/vnd.ms-powerpoint.addin.macroEnabled.12", ".ppm" = "image/x-portable-pixmap", ".pps" = "application/vnd.ms-powerpoint", ".ppsm" = "application/vnd.ms-powerpoint.slideshow.macroEnabled.12", ".ppsx" = "application/vnd.openxmlformats-officedocument.presentationml.slideshow", ".ppt" = "application/vnd.ms-powerpoint", ".pptm" = "application/vnd.ms-powerpoint.presentation.macroEnabled.12", ".pptx" = "application/vnd.openxmlformats-officedocument.presentationml.presentation", ".prf" = "application/pics-rules", ".prm" = "application/octet-stream", ".prx" = "application/octet-stream", ".ps" = "application/postscript", ".psc1" = "application/PowerShell", ".psd" = "application/octet-stream", ".psess" = "application/xml", ".psm" = "application/octet-stream", ".psp" = "application/octet-stream", ".pub" = "application/x-mspublisher", ".pwz" = "application/vnd.ms-powerpoint", ".qht" = "text/x-html-insertion", ".qhtm" = "text/x-html-insertion", ".qt" = "video/quicktime", ".qti" = "image/x-quicktime", ".qtif" = "image/x-quicktime", ".qtl" = "application/x-quicktimeplayer", ".qxd" = "application/octet-stream", ".ra" = "audio/x-pn-realaudio", ".ram" = "audio/x-pn-realaudio", ".rar" = "application/octet-stream", ".ras" = "image/x-cmu-raster", ".rat" = "application/rat-file", ".rc" = "text/plain", ".rc2" = "text/plain", ".rct" = "text/plain", ".rdlc" = "application/xml", ".resx" = "application/xml", ".rf" = "image/vnd.rn-realflash", ".rgb" = "image/x-rgb", ".rgs" = "text/plain", ".rm" = "application/vnd.rn-realmedia", ".rmi" = "audio/mid", ".rmp" = "application/vnd.rn-rn_music_package", ".roff" = "application/x-troff", ".rpm" = "audio/x-pn-realaudio-plugin", ".rqy" = "text/x-ms-rqy", ".rtf" = "application/rtf", ".rtx" = "text/richtext", ".ruleset" = "application/xml", ".s" = "text/plain", ".safariextz" = "application/x-safari-safariextz", ".scd" = "application/x-msschedule", ".sct" = "text/scriptlet", ".sd2" = "audio/x-sd2", ".sdp" = "application/sdp", ".sea" = "application/octet-stream", ".searchConnector-ms" = "application/windows-search-connector+xml", ".setpay" = "application/set-payment-initiation", ".setreg" = "application/set-registration-initiation", ".settings" = "application/xml", ".sgimb" = "application/x-sgimb", ".sgml" = "text/sgml", ".sh" = "application/x-sh", ".shar" = "application/x-shar", ".shtml" = "text/html", ".sit" = "application/x-stuffit", ".sitemap" = "application/xml", ".skin" = "application/xml", ".sldm" = "application/vnd.ms-powerpoint.slide.macroEnabled.12", ".sldx" = "application/vnd.openxmlformats-officedocument.presentationml.slide", ".slk" = "application/vnd.ms-excel", ".sln" = "text/plain", ".slupkg-ms" = "application/x-ms-license", ".smd" = "audio/x-smd", ".smi" = "application/octet-stream", ".smx" = "audio/x-smd", ".smz" = "audio/x-smd", ".snd" = "audio/basic", ".snippet" = "application/xml", ".snp" = "application/octet-stream", ".sol" = "text/plain", ".sor" = "text/plain", ".spc" = "application/x-pkcs7-certificates", ".spl" = "application/futuresplash", ".src" = "application/x-wais-source", ".srf" = "text/plain", ".SSISDeploymentManifest" = "text/xml", ".ssm" = "application/streamingmedia", ".sst" = "application/vnd.ms-pki.certstore", ".stl" = "application/vnd.ms-pki.stl", ".sv4cpio" = "application/x-sv4cpio", ".sv4crc" = "application/x-sv4crc", ".svc" = "application/xml", ".swf" = "application/x-shockwave-flash", ".t" = "application/x-troff", ".tar" = "application/x-tar", ".tcl" = "application/x-tcl", ".testrunconfig" = "application/xml", ".testsettings" = "application/xml", ".tex" = "application/x-tex", ".texi" = "application/x-texinfo", ".texinfo" = "application/x-texinfo", ".tgz" = "application/x-compressed", ".thmx" = "application/vnd.ms-officetheme", ".thn" = "application/octet-stream", ".tif" = "image/tiff", ".tiff" = "image/tiff", ".tlh" = "text/plain", ".tli" = "text/plain", ".toc" = "application/octet-stream", ".tr" = "application/x-troff", ".trm" = "application/x-msterminal", ".trx" = "application/xml", ".ts" = "video/vnd.dlna.mpeg-tts", ".tsv" = "text/tab-separated-values", ".ttf" = "application/octet-stream", ".tts" = "video/vnd.dlna.mpeg-tts", ".txt" = "text/plain", ".u32" = "application/octet-stream", ".uls" = "text/iuls", ".user" = "text/plain", ".ustar" = "application/x-ustar", ".vb" = "text/plain", ".vbdproj" = "text/plain", ".vbk" = "video/mpeg", ".vbproj" = "text/plain", ".vbs" = "text/vbscript", ".vcf" = "text/x-vcard", ".vcproj" = "Application/xml", ".vcs" = "text/plain", ".vcxproj" = "Application/xml", ".vddproj" = "text/plain", ".vdp" = "text/plain", ".vdproj" = "text/plain", ".vdx" = "application/vnd.ms-visio.viewer", ".vml" = "text/xml", ".vscontent" = "application/xml", ".vsct" = "text/xml", ".vsd" = "application/vnd.visio", ".vsi" = "application/ms-vsi", ".vsix" = "application/vsix", ".vsixlangpack" = "text/xml", ".vsixmanifest" = "text/xml", ".vsmdi" = "application/xml", ".vspscc" = "text/plain", ".vss" = "application/vnd.visio", ".vsscc" = "text/plain", ".vssettings" = "text/xml", ".vssscc" = "text/plain", ".vst" = "application/vnd.visio", ".vstemplate" = "text/xml", ".vsto" = "application/x-ms-vsto", ".vsw" = "application/vnd.visio", ".vsx" = "application/vnd.visio", ".vtx" = "application/vnd.visio", ".wav" = "audio/wav", ".wave" = "audio/wav", ".wax" = "audio/x-ms-wax", ".wbk" = "application/msword", ".wbmp" = "image/vnd.wap.wbmp", ".wcm" = "application/vnd.ms-works", ".wdb" = "application/vnd.ms-works", ".wdp" = "image/vnd.ms-photo", ".webarchive" = "application/x-safari-webarchive", ".webtest" = "application/xml", ".wiq" = "application/xml", ".wiz" = "application/msword", ".wks" = "application/vnd.ms-works", ".WLMP" = "application/wlmoviemaker", ".wlpginstall" = "application/x-wlpg-detect", ".wlpginstall3" = "application/x-wlpg3-detect", ".wm" = "video/x-ms-wm", ".wma" = "audio/x-ms-wma", ".wmd" = "application/x-ms-wmd", ".wmf" = "application/x-msmetafile", ".wml" = "text/vnd.wap.wml", ".wmlc" = "application/vnd.wap.wmlc", ".wmls" = "text/vnd.wap.wmlscript", ".wmlsc" = "application/vnd.wap.wmlscriptc", ".wmp" = "video/x-ms-wmp", ".wmv" = "video/x-ms-wmv", ".wmx" = "video/x-ms-wmx", ".wmz" = "application/x-ms-wmz", ".wpl" = "application/vnd.ms-wpl", ".wps" = "application/vnd.ms-works", ".wri" = "application/x-mswrite", ".wrl" = "x-world/x-vrml", ".wrz" = "x-world/x-vrml", ".wsc" = "text/scriptlet", ".wsdl" = "text/xml", ".wvx" = "video/x-ms-wvx", ".x" = "application/directx", ".xaf" = "x-world/x-vrml", ".xaml" = "application/xaml+xml", ".xap" = "application/x-silverlight-app", ".xbap" = "application/x-ms-xbap", ".xbm" = "image/x-xbitmap", ".xdr" = "text/plain", ".xht" = "application/xhtml+xml", ".xhtml" = "application/xhtml+xml", ".xla" = "application/vnd.ms-excel", ".xlam" = "application/vnd.ms-excel.addin.macroEnabled.12", ".xlc" = "application/vnd.ms-excel", ".xld" = "application/vnd.ms-excel", ".xlk" = "application/vnd.ms-excel", ".xll" = "application/vnd.ms-excel", ".xlm" = "application/vnd.ms-excel", ".xls" = "application/vnd.ms-excel", ".xlsb" = "application/vnd.ms-excel.sheet.binary.macroEnabled.12", ".xlsm" = "application/vnd.ms-excel.sheet.macroEnabled.12", ".xlsx" = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", ".xlt" = "application/vnd.ms-excel", ".xltm" = "application/vnd.ms-excel.template.macroEnabled.12", ".xltx" = "application/vnd.openxmlformats-officedocument.spreadsheetml.template", ".xlw" = "application/vnd.ms-excel", ".xml" = "text/xml", ".xmta" = "application/xml", ".xof" = "x-world/x-vrml", ".XOML" = "text/plain", ".xpm" = "image/x-xpixmap", ".xps" = "application/vnd.ms-xpsdocument", ".xrm-ms" = "text/xml", ".xsc" = "application/xml", ".xsd" = "text/xml", ".xsf" = "text/xml", ".xsl" = "text/xml", ".xslt" = "text/xml", ".xsn" = "application/octet-stream", ".xss" = "application/xml", ".xtp" = "application/octet-stream", ".xwd" = "image/x-xwindowdump", ".z" = "application/x-compress", ".zip" = "application/x-zip-compressed", ".woff" = "font/woff", ".woff2" = "application/font-woff2", ".svg" = "image/svg+xml" } export declare enum DisplayBreakpointCodes { /** * Small to large phone, less than 600px * */ ExtraSmall = "xs", /** * Small to medium tablet, from 600px to 960px * */ Small = "sm", /** * Large tablet to laptop, from 961px to 1264px * */ Medium = "md", /** * Desktop, greater than 1264px * */ Large = "lg", /** * Print * */ Print = "print" } export declare enum LocalServingMessageType { Connected = "connected", FullReload = "full-reload", Update = "update", Custom = "custom", Error = "error" } export declare enum CookieKeys { LoginType = "LoginType", OmniaAuthType = "OmniaAuthType", UniqueName = "UniqueName", TempUniqueName = "TempUniqueName" } export declare enum PersistentDiskTypes { Standard = "Standard", Premium = "Premium", NFS = "NFS", SMB = "SMB" } export declare enum StatusFilter { Success = 1, Failed = 2 }