nextlove 2.14.3 → 2.16.0

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/index.d.ts CHANGED
@@ -31,11 +31,12 @@ interface RouteSpec<Auth extends string | string[] = string[], Methods extends H
31
31
  jsonBody?: JsonBody;
32
32
  queryParams?: QueryParams;
33
33
  commonParams?: CommonParams;
34
+ description?: string;
34
35
  middlewares?: Middlewares;
35
36
  jsonResponse?: JsonResponse;
36
37
  formData?: FormData;
37
38
  /**
38
- * add x-fern-sdk-return-value to the openapi spec, useful when you want to return only a subset of the response
39
+ * @deprecated Use `response_key` in the front matter of the `description` instead.
39
40
  */
40
41
  sdkReturnValue?: string | string[];
41
42
  onMultipleAuthMiddlewareFailures?: (errors: unknown[]) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextlove",
3
- "version": "2.14.3",
3
+ "version": "2.16.0",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "repository": "https://github.com/seamapi/nextlove",