UNPKG

@dotcms/client

Version:

Official JavaScript library for interacting with DotCMS REST APIs.

14 lines (13 loc) 457 B
/** * Default variant identifier used in the application. */ export declare const DEFAULT_VARIANT_ID = "DEFAULT"; /** * Fields that should not be formatted when sanitizing the query. * These fields are essential for maintaining the integrity of the content type. */ export declare const CONTENT_TYPE_MAIN_FIELDS: string[]; /** * URL endpoint for the content API search functionality. */ export declare const CONTENT_API_URL = "/api/content/_search";