lemmy-js-client 1.0.0-rename-timestamp-to-at.4 → 1.0.0-search-query-mandatory.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/dist/types/Search.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/Search.d.ts
CHANGED
@@ -8,7 +8,7 @@ import type { SearchType } from "./SearchType";
|
|
8
8
|
* Searches the site, given a search term, and some optional filters.
|
9
9
|
*/
|
10
10
|
export type Search = {
|
11
|
-
|
11
|
+
q?: string;
|
12
12
|
community_id?: CommunityId;
|
13
13
|
community_name?: string;
|
14
14
|
creator_id?: PersonId;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "lemmy-js-client",
|
3
3
|
"description": "A javascript / typescript client for Lemmy",
|
4
|
-
"version": "1.0.0-
|
4
|
+
"version": "1.0.0-search-query-mandatory.1",
|
5
5
|
"author": "Dessalines",
|
6
6
|
"license": "AGPL-3.0",
|
7
7
|
"main": "./dist/index.js",
|