@odata2ts/http-client-api
Advanced tools
Comparing version
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.3.0](https://github.com/odata2ts/http-client/compare/@odata2ts/http-client-api@0.2.0...@odata2ts/http-client-api@0.3.0) (2023-07-26) | ||
### Features | ||
* big numbers as string ([#7](https://github.com/odata2ts/http-client/issues/7)) ([5119923](https://github.com/odata2ts/http-client/commit/5119923a79c2e61ca7762d5cba01fbac8e9ae759)) | ||
# 0.2.0 (2023-06-10) | ||
@@ -8,0 +14,0 @@ |
@@ -54,2 +54,11 @@ import { ODataResponse } from "./ODataResponseModel"; | ||
delete(url: string, requestConfig?: RequestConfig): ODataResponse<void>; | ||
/** | ||
* Get `Edm.Int64` and `Edm.Decimal` types as string instead of number to prevent precision loss. | ||
* Only applies to V4 services. | ||
* | ||
* Set by odata2ts. | ||
* | ||
* @param enabled | ||
*/ | ||
retrieveBigNumbersAsString(enabled: boolean): void; | ||
} |
{ | ||
"name": "@odata2ts/http-client-api", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"publishConfig": { | ||
@@ -42,3 +42,3 @@ "access": "public" | ||
"types": "./lib/index.d.ts", | ||
"gitHead": "485559dce9388b480c7d0b3ded2fe2f3f5f98fad" | ||
"gitHead": "9babd2df3010673249e7e3fa26705a8ba84f2cef" | ||
} |
Sorry, the diff of this file is not supported yet
12703
7.52%104
9.47%