@bytexbyte/ike-app-api 1.0.48 → 1.0.49
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.
|
@@ -6,7 +6,7 @@ declare type RegisterBody = {
|
|
|
6
6
|
deviceId?: string;
|
|
7
7
|
};
|
|
8
8
|
declare type RegisterResult = {
|
|
9
|
-
error?: 'You are not logged in.';
|
|
9
|
+
error?: 'You are not logged in.' | 'Invalid request';
|
|
10
10
|
};
|
|
11
11
|
declare class IKEAppRegisterDeviceCodeApi extends BxBApi {
|
|
12
12
|
constructor({ host, onSuccess, onError }: {
|