@juhuu/sdk-ts 1.2.155 → 1.2.156

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
@@ -1218,7 +1218,9 @@ declare namespace JUHUU {
1218
1218
  licenseArray?: License[];
1219
1219
  };
1220
1220
  type Options = JUHUU.RequestOptions;
1221
- type Response = JUHUU.User.Object;
1221
+ type Response = {
1222
+ user: JUHUU.User.Object;
1223
+ };
1222
1224
  }
1223
1225
  export namespace List {
1224
1226
  type Params = {
package/dist/index.d.ts CHANGED
@@ -1218,7 +1218,9 @@ declare namespace JUHUU {
1218
1218
  licenseArray?: License[];
1219
1219
  };
1220
1220
  type Options = JUHUU.RequestOptions;
1221
- type Response = JUHUU.User.Object;
1221
+ type Response = {
1222
+ user: JUHUU.User.Object;
1223
+ };
1222
1224
  }
1223
1225
  export namespace List {
1224
1226
  type Params = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.155",
3
+ "version": "1.2.156",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",