@ekidpro/bridge
Advanced tools
Comparing version 1.0.3 to 1.0.4
import { GetDeviceInfoRequest, GetDeviceInfoResponse } from './device-info'; | ||
import { GetUserInfoRequest, GetUserInfoResponse } from './user-info'; | ||
export declare type Request = GetDeviceInfoRequest | GetUserInfoRequest; | ||
export declare type Response = GetDeviceInfoResponse | GetUserInfoResponse; | ||
import { ScanQRRequest, ScanQRResponse } from './scan-qr'; | ||
export declare type Request = GetDeviceInfoRequest | GetUserInfoRequest | ScanQRRequest; | ||
export declare type Response = GetDeviceInfoResponse | GetUserInfoResponse | ScanQRResponse; | ||
export { RequestType, ResponseType } from './base-type'; | ||
export * from './device-info'; | ||
export * from './user-info'; | ||
export * from './scan-qr'; |
@@ -15,2 +15,3 @@ "use strict"; | ||
__exportStar(require("./user-info"), exports); | ||
__exportStar(require("./scan-qr"), exports); | ||
//# sourceMappingURL=index.js.map |
declare const _default: { | ||
device: { | ||
getDeviceInfo: () => Promise<import("../..").DeviceInfo>; | ||
scanQr: () => Promise<string>; | ||
}; | ||
@@ -5,0 +6,0 @@ userinfo: { |
@@ -5,5 +5,7 @@ "use strict"; | ||
const user_info_1 = require("./user-info"); | ||
const scan_qr_1 = require("./scan-qr"); | ||
exports.default = { | ||
device: { | ||
getDeviceInfo: device_info_1.getDeviceInfo, | ||
scanQr: scan_qr_1.scanQr, | ||
}, | ||
@@ -10,0 +12,0 @@ userinfo: { |
@@ -13,2 +13,3 @@ "use strict"; | ||
this.obseve = (input) => { | ||
console.log(49, input); | ||
const tmp = input; | ||
@@ -15,0 +16,0 @@ const { detail } = tmp; |
{ | ||
"name": "@ekidpro/bridge", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Bridge between ekidpro app with website", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/ekidpro-vn/bridge", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34072
56
524