op-client-api-proof-of-concept
Version:
OP Client API Proof of concept
20 lines (19 loc) • 1.07 kB
TypeScript
export declare const DATA_API_INITIALIZED = "Data api initialized";
export declare const DATA_API_CANCELLED = "Data api cancelled";
export declare const DATA_API_STATUS: (status: IDataApiResult<any>, url: string) => string;
export declare const AUTHORIZATION = "Authorization";
export declare const BEARER = "Bearer";
export declare const FETCH_INIT = "FETCH_INIT";
export declare const FETCH_SUCCESS = "FETCH_SUCCESS";
export declare const FETCH_FAILURE = "FETCH_FAILURE";
export declare const API_CALL_STARTED = "Api call started";
export declare const API_CALL_SUCCESS = "Api call success";
export declare const GET = "GET";
export declare const DEFAULT_ERROR = "Something went wrong";
export declare const QUESTION_MARK = "?";
export declare const AND = "&";
export declare const INCLUDE_INACTIVE = "includeCancelled=";
export declare const INCLUDE_PROPERTY_SETS = "includePropertySets=";
export declare const INCLUDE_RELATED = "includeRelated=";
export declare const DEFAULT = "default";
export declare const CASE_TYPES_PATH = "api/CaseTypes/";