@hey-api/client-fetch
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -48,3 +48,3 @@ type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited'; | ||
*/ | ||
body?: RequestInit['body'] | Record<string, unknown> | Array<Record<string, unknown>> | Array<unknown>; | ||
body?: RequestInit['body'] | Record<string, unknown> | Array<Record<string, unknown>> | Array<unknown> | number; | ||
/** | ||
@@ -51,0 +51,0 @@ * A function for serializing request body parameter. By default, |
{ | ||
"name": "@hey-api/client-fetch", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Typesafe Fetch API client for your @hey-api/openapi-ts types", |
@@ -26,3 +26,4 @@ import type { | ||
| Array<Record<string, unknown>> | ||
| Array<unknown>; | ||
| Array<unknown> | ||
| number; | ||
/** | ||
@@ -29,0 +30,0 @@ * A function for serializing request body parameter. By default, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43039
971