@ekidpro/bridge
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -5,4 +5,5 @@ import { GetDeviceInfoRequest, GetDeviceInfoResponse, SetBackButtonStatusRequest, SetBackButtonStatusResponse, SetStatusBarRequest, SetStatusBarResponse, SetNavigationGoBackRequest, SetNavigationGoBackResponse } from './device-info'; | ||
import { ScanQRRequest, ScanQRResponse } from './scan-qr'; | ||
export declare type Request = GetDeviceInfoRequest | GetUserInfoRequest | ScanQRRequest | SetBackButtonStatusRequest | SetStatusBarRequest | SetNavigationGoBackRequest | SetMiniAppInfoRequest | SetListWorkspaceStatusRequest | SetSettingRequest; | ||
export declare type Response = GetDeviceInfoResponse | GetUserInfoResponse | ScanQRResponse | SetBackButtonStatusResponse | SetStatusBarResponse | SetNavigationGoBackResponse | SetMiniAppInfoResponse | SetListWorkspaceStatusResponse | SetSettingResponse; | ||
import { SelectImageVideoRequest, SelectImageVideoResponse, RecordVideoRequest, RecordVideoResponse } from './select-image-video'; | ||
export declare type Request = GetDeviceInfoRequest | GetUserInfoRequest | ScanQRRequest | SetBackButtonStatusRequest | SetStatusBarRequest | SetNavigationGoBackRequest | SetMiniAppInfoRequest | SetListWorkspaceStatusRequest | SetSettingRequest | SelectImageVideoRequest | RecordVideoRequest; | ||
export declare type Response = GetDeviceInfoResponse | GetUserInfoResponse | ScanQRResponse | SetBackButtonStatusResponse | SetStatusBarResponse | SetNavigationGoBackResponse | SetMiniAppInfoResponse | SetListWorkspaceStatusResponse | SetSettingResponse | SelectImageVideoResponse | RecordVideoResponse; | ||
export { RequestType, ResponseType } from './base-type'; | ||
@@ -13,1 +14,2 @@ export * from './device-info'; | ||
export * from './mini-app-info'; | ||
export * from './select-image-video'; |
@@ -17,2 +17,3 @@ "use strict"; | ||
__exportStar(require("./mini-app-info"), exports); | ||
__exportStar(require("./select-image-video"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -22,3 +22,7 @@ declare const _default: { | ||
}; | ||
imagevideo: { | ||
selectImageVideo: () => Promise<string>; | ||
recordVideo: () => Promise<string>; | ||
}; | ||
}; | ||
export default _default; |
@@ -8,2 +8,3 @@ "use strict"; | ||
const remote_1 = require("./remote"); | ||
const select_image_video_1 = require("./select-image-video"); | ||
exports.default = { | ||
@@ -30,3 +31,7 @@ device: { | ||
}, | ||
imagevideo: { | ||
selectImageVideo: select_image_video_1.selectImageVideo, | ||
recordVideo: select_image_video_1.recordVideo, | ||
}, | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ekidpro/bridge", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"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
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
64302
80
988