@algolia/algolia-custom-helpcenter-search 2.3.18 → 2.3.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.es.js +1 -1
- package/lib/index.umd.js +1 -1
- package/lib/src/constants.d.ts +1 -1
- package/package.json +1 -1
package/lib/src/constants.d.ts
CHANGED
@@ -5,7 +5,7 @@ export declare const AUTOCOMPLETE_PLACEHOLDERS: string[];
|
|
5
5
|
export declare const AUTOCOMPLETE_PLACEHOLDER_TEMPLATE: (placeholder: string) => string;
|
6
6
|
export declare const SOURCES: Source[];
|
7
7
|
export declare const titleAttribute: (item: any) => string | string[];
|
8
|
-
export declare const contentAttribute: (item: any) => 'content' | 'description' | '
|
8
|
+
export declare const contentAttribute: (item: any) => 'content' | 'description' | 'plain_body';
|
9
9
|
export declare const BASE_URLS: Record<SourceId, string>;
|
10
10
|
export declare const PATHNAMES: {
|
11
11
|
search: any;
|