export declare const ApiBase = "https://www.hlidacstatu.cz/api"; export declare const enum SortingOrder { Ascending = 0, Descending = 1 } export declare const enum HTTPVersionPolicy { Zero = 0, One = 1, Two = 2 } export declare const enum HTTPStatusCodes { Continue = 100, SwitchingProtocol = 101, Processing = 102, EarlyHints = 103, Ok = 200, Created = 201, Accepted = 202, NonAuthoritativeInformation = 203, NoContent = 204, ResetContent = 205, PartialContent = 206, MultiStatus = 207, AlreadyReported = 208, IMUsed = 226, MultipleChoice = 300, MovedPermanently = 301, Found = 302, SeeOther = 303, NotModified = 304, UseProxy = 305, TemporaryRedirect = 307, PermanentRedirect = 308, BadRequest = 400, Unauthorized = 401, PaymentRequired = 402, Forbidden = 403, NotFound = 404, MethodNotAllowed = 405, NotAcceptable = 406, ProxyAuthenticationRequired = 407, RequestTimeout = 408, Conflict = 409, Gone = 410, LengthRequired = 411, PreconditionFailed = 412, PayloadTooLarge = 413, URITooLong = 414, UnsupportedMediaType = 415, RangeNotSatisfiable = 416, ExpectationFailed = 417, MisdirectedRequest = 421, UnprocessableEntity = 422, Locked = 423, FailedDependency = 424, TooEarly = 425, UpgradeRequired = 426, PreconditionRequired = 428, TooManyRequests = 429, RequestHeaderFieldsTooLarge = 431, UnavailableForLegalReasons = 451, InternalServerError = 500, NotImplemented = 501, BadGateway = 502, ServiceUnavailable = 503, GatewayTimeout = 504, HTTPVersionNotSupported = 505, VariantAlsoNegotiates = 506, InsufficientStorage = 507, LoopDetected = 508, NotExtended = 510, NetworkAuthenticationRequired = 511 } export declare const enum ZaznamyMode { Skip = "skip", Merge = "merge", Rewrite = "rewrite" } export declare const enum DotaceHledatRazeni { Relevance = 0, SignatureDateDescending = 1, SignatureDateAscending = 2, ValueDescending = 3, ValueAscending = 4, BusinessIdDescending = 5, BusinessIdAscending = 6 } export declare const enum SocialNetwork { Zero = 0, One = 1, Two = 2, Three = 3, Four = 4, Five = 5, Six = 6 } export declare const enum InsolvenceHledatRazeni { Relevance = 0, StartedDescending = 1, PublishedDescending = 2, ModifiedDescending = 3, ModifiedAscending = 4 } export declare const enum DataQualityEnum { Zero = 0, One = 1, Two = 2, Three = 3, Four = 4, Five = 5 } export declare const enum PravniRamce { Zero = 0, One = 1, Two = 2, Three = 3 } export declare const enum ImportanceLevel { Zero = 0, One = 1, Five = 5, Twenty = 20, OneHundred = 100, NegativeOne = -1 } export declare const enum SmlouvyHledatRazeni { Relevance = 0, PublishedDescending = 1, PublishedAscending = 2, PriceAscending = 3, PriceDescending = 4, ClosedDescending = 5, ClosedAscending = 6, ErrorCountDescending = 7, Customer = 8, Supplier = 9 } export declare const enum StavyZakazky { Zero = 0, One = 1, Fifty = 50, OneHundred = 100, TwoHundred = 200, ThreeHundred = 300 } export declare const enum VerejnezakazkyHledatRazeni { Relevance = 0, PublishedDescending = 1, PublishedAscending = 2, PriceAscending = 3, PriceDescending = 4, ClosedDescending = 5, ClosedAscending = 6, Customer = 8, Supplier = 9 } //# sourceMappingURL=Constants.d.ts.map