@xemahq/search-api-client 0.2.8 → 0.2.9

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.
@@ -27,10 +27,13 @@ export type SearchControllerSearchParams = {
27
27
  fuzziness?: string;
28
28
  /**
29
29
  * Number of results
30
+ * @minimum 1
31
+ * @maximum 100
30
32
  */
31
33
  limit?: number;
32
34
  /**
33
35
  * Offset for pagination
36
+ * @minimum 0
34
37
  */
35
38
  offset?: number;
36
39
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xemahq/search-api-client",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/xema-dev/xema-cultivars.git",
@@ -25,7 +25,7 @@
25
25
  "service": "search-api",
26
26
  "biome": "search",
27
27
  "target": "server",
28
- "generator": "@xemahq/api-client-generator@0.15.0",
28
+ "generator": "@xemahq/api-client-generator@0.17.1",
29
29
  "source": "openapi.public.json"
30
30
  },
31
31
  "scripts": {