@juhuu/sdk-ts 1.2.141 → 1.2.142

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.mts CHANGED
@@ -893,7 +893,7 @@ declare namespace JUHUU {
893
893
  interface HttpResponse<T> {
894
894
  ok: boolean;
895
895
  data: T;
896
- statusText: string;
896
+ statusText?: string;
897
897
  status: number;
898
898
  }
899
899
  type RequestOptions = {
package/dist/index.d.ts CHANGED
@@ -893,7 +893,7 @@ declare namespace JUHUU {
893
893
  interface HttpResponse<T> {
894
894
  ok: boolean;
895
895
  data: T;
896
- statusText: string;
896
+ statusText?: string;
897
897
  status: number;
898
898
  }
899
899
  type RequestOptions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.141",
3
+ "version": "1.2.142",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",