@nestia/fetcher
Advanced tools
Comparing version 3.11.0-dev.20240813 to 3.11.0-dev.20240814
@@ -1,2 +0,1 @@ | ||
import { Primitive } from "./Primitive"; | ||
/** | ||
@@ -61,3 +60,3 @@ * Propagation type. | ||
status: StatusValue extends "2XX" | "3XX" | "4XX" | "5XX" ? StatusRange<StatusValue> : StatusValue extends number ? StatusValue : never; | ||
data: Primitive<BodyData>; | ||
data: BodyData; | ||
headers: Record<string, string | string[]>; | ||
@@ -64,0 +63,0 @@ } |
{ | ||
"name": "@nestia/fetcher", | ||
"version": "3.11.0-dev.20240813", | ||
"version": "3.11.0-dev.20240814", | ||
"description": "Fetcher library of Nestia SDK", | ||
@@ -46,4 +46,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@samchon/openapi": "^0.4.3" | ||
"@samchon/openapi": "^0.4.5" | ||
} | ||
} |
@@ -1,3 +0,1 @@ | ||
import { Primitive } from "./Primitive"; | ||
/** | ||
@@ -76,3 +74,3 @@ * Propagation type. | ||
: never; | ||
data: Primitive<BodyData>; | ||
data: BodyData; | ||
headers: Record<string, string | string[]>; | ||
@@ -79,0 +77,0 @@ } |
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
160320
3298
Updated@samchon/openapi@^0.4.5