@juhuu/sdk-ts 1.2.74 → 1.2.75
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -1227,12 +1227,12 @@ declare namespace JUHUU {
|
|
1227
1227
|
namespace Credentials {
|
1228
1228
|
type Params = {
|
1229
1229
|
userId: string;
|
1230
|
+
deviceId: string;
|
1230
1231
|
};
|
1231
1232
|
type Options = JUHUU.RequestOptions;
|
1232
1233
|
type Response = {
|
1233
1234
|
boldClientId: string;
|
1234
1235
|
boldClientSecret: string;
|
1235
|
-
boldDeviceId: number;
|
1236
1236
|
boldAuthorizationCode: string;
|
1237
1237
|
boldRedirectUri: string;
|
1238
1238
|
};
|
package/dist/index.d.ts
CHANGED
@@ -1227,12 +1227,12 @@ declare namespace JUHUU {
|
|
1227
1227
|
namespace Credentials {
|
1228
1228
|
type Params = {
|
1229
1229
|
userId: string;
|
1230
|
+
deviceId: string;
|
1230
1231
|
};
|
1231
1232
|
type Options = JUHUU.RequestOptions;
|
1232
1233
|
type Response = {
|
1233
1234
|
boldClientId: string;
|
1234
1235
|
boldClientSecret: string;
|
1235
|
-
boldDeviceId: number;
|
1236
1236
|
boldAuthorizationCode: string;
|
1237
1237
|
boldRedirectUri: string;
|
1238
1238
|
};
|