@lustre/sdk 1.4.8 → 1.4.9-dev.1
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/package.json
CHANGED
|
@@ -3,8 +3,8 @@ export interface SearchSuggestionListQuery extends ListQuery {
|
|
|
3
3
|
search: string;
|
|
4
4
|
}
|
|
5
5
|
export declare type SearchSuggestionListResponse = ListResponse<SearchSuggestionResult>;
|
|
6
|
-
interface SearchSuggestionResult {
|
|
6
|
+
export interface SearchSuggestionResult {
|
|
7
7
|
text: string;
|
|
8
|
+
highlighted: string;
|
|
8
9
|
}
|
|
9
|
-
export {};
|
|
10
10
|
//# sourceMappingURL=searchSuggestionList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchSuggestionList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/searchSuggestionList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAErD,MAAM,WAAW,yBAA0B,SAAQ,SAAS;IAC1D,MAAM,EAAE,MAAM,CAAA;CACf;AAED,oBAAY,4BAA4B,GAAG,YAAY,CAAC,sBAAsB,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"searchSuggestionList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/searchSuggestionList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAErD,MAAM,WAAW,yBAA0B,SAAQ,SAAS;IAC1D,MAAM,EAAE,MAAM,CAAA;CACf;AAED,oBAAY,4BAA4B,GAAG,YAAY,CAAC,sBAAsB,CAAC,CAAA;AAE/E,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;CACpB"}
|