@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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
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 =
|
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 =
|
1221
|
+
type Response = {
|
1222
|
+
user: JUHUU.User.Object;
|
1223
|
+
};
|
1222
1224
|
}
|
1223
1225
|
export namespace List {
|
1224
1226
|
type Params = {
|